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
  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
  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
  1. JQuery.

  2. DOJO.

  3. Both a and b.

  4. None of the above.


Correct Option: C
  1. CSS manipulation.

  2. DOM Traversal and modification.

  3. Both a and b

  4. None of the above.


Correct Option: C
  1. Bad Request

  2. Unauthorized

  3. Request Timeout

  4. Proxy Authentication Required


Correct Option: D
  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