Tag: technology

Questions Related to technology

If I have a linked list and a array, find the ratio of time complexity to find the index value in the array to the linked list (i.e. complexity to find index value in array / complexity to find index value in linked list)

  1. n:1

  2. n:logn

  3. 1:n

  4. 1:logn


Correct Option: C
  1. Rainbow apple

  2. Rainbow apple with a bite

  3. Red apple

  4. Sir Isaac Newton under an apple tree


Correct Option: D

Which below IP address would be used for a local network?

  1. 74.125.127.100

  2. 69.72.169.241

  3. 192.168.1.100

  4. 209.131.36.100


Correct Option: C
  1. Non polynomial

  2. Number periodicity

  3. Non periodic

  4. Nondeterministic polynomial


Correct Option: D
  1. Type of Exception

  2. Finally block

  3. An Error Code

  4. A message


Correct Option: A,C,D
  1. Named System Exceptions

  2. Unnamed System Exceptions

  3. Implicit Exceptions

  4. Explicit Exceptions

  5. User-defined Exceptions


Correct Option: A,B,E

Named system exceptions are:

  1. Not Declared explicitly

  2. Raised implicitly when a predefined Oracle error occurs

  3. caught by referencing the standard name within an exception-handling routine

  4. All of the above

  5. None of the above


Correct Option: D