Tag: architecture

Questions Related to architecture

What’s the Command in VI Editor to take you to the End of the Line?

  1. b

  2. h

  3. $

  4. W


Correct Option: C

Main Feature of AJAX:

  1. Reloads the Whole Page and take less time.

  2. Reloads only the necessary changes on the Current Page and takes less time.

  3. Both

  4. None of the above.


Correct Option: B

Purpose of the Assignment Operator “^=” in JavaScript?

  1. Assigns the value of the Second Operand to the first Operand.

  2. Subtracts 2 operands and assigns the result to the first operand.

  3. Performs a bitwise exclusive OR operation on 2 operands and assigns the result to the first operand.

  4. Performs a bitwise OR operation on 2 operands and assigns the result to the first operand.


Correct Option: C

AJAX Libraries Used :

  1. JQuery.

  2. DOJO.

  3. Both a and b.

  4. None of the above.


Correct Option: C

Features of JQuery used in developing AJAX Application?

  1. CSS manipulation.

  2. DOM Traversal and modification.

  3. Both a and b

  4. None of the above.


Correct Option: C

When the browser returns the HTTP Status Code 407 – What it indicates?

  1. Bad Request

  2. Unauthorized

  3. Request Timeout

  4. Proxy Authentication Required


Correct Option: D

What’s the function of send() method in XMLHttpRequest Object?

  1. Opens a Request to the server.

  2. Returns the value of an HTTP header.

  3. Aborts the HTTP Request.

  4. None of the above.


Correct Option: D