0

technology Online Quiz - 1843

Description: technology Online Quiz - 1843
Number of Questions: 20
Created by:
Tags: technology
Attempted 0/20 Correct 0 Score 0
  1. DB-PCB

  2. IO-AREA

  3. SSA

  4. All of the above


Correct Option: D
  1. The frequency of user activities

  2. The average think time within a selector

  3. The number of iterations of a specific user activity

  4. The total run time of a specific user activity


Correct Option: A
  1. Errors exist!

  2. There are none!

  3. Defects can find Testers!

  4. There are always defects!


Correct Option: B
  1. Customers at the developers site

  2. An independent Test Team

  3. An Internal Test Team

  4. Customers at their own site


Correct Option: D

When should you stop testing?

  1. When the allocated time has run out

  2. When all planned tests have been executed

  3. It is dependant on the risks for the item under test

  4. When there are no more faults


Correct Option: C
  1. Unit Testing

  2. Maintenance Testing

  3. Non-Functional Systems Testing

  4. User Acceptance Testing


Correct Option: B

Linked List is an example of ...

  1. Linear Data structure

  2. Non-Linear Data Structure

  3. Both 1 & 2

  4. None of the above


Correct Option: A

Which is the best Data structure?

  1. Array

  2. Linked List

  3. Circular Queue

  4. Depends on application


Correct Option: D

Spanning tree is a ………..

  1. a type of tree

  2. A type of Graph

  3. Both 1& 2

  4. None of the above


Correct Option: C

In linked list, a node has atleast --------fields.

  1. 1

  2. 2

  3. 3

  4. 4


Correct Option: B

The value of the first linked list index (HEAD) incase of array is--------------

  1. 1

  2. address

  3. None

  4. No of nodes


Correct Option: C

In Strictly binary tree, out degree of each node will be....

  1. zero or 2

  2. zero ,1 or 2

  3. No limit on number of nodes

  4. None of the above


Correct Option: A

The result of the following polish notation *-567

  1. 23

  2. -7

  3. 5

  4. 37


Correct Option: B

Choose the correct order of Big oh notation

  1. O(nlogn)

  2. O(nlogn)

  3. O(1) < O(logn)

  4. O(n)


Correct Option: C

In AVL tree, the height of two child sub trees of any node differ by

  1. Depends on application

  2. Atmost one

  3. Atmost two

  4. None of the above


Correct Option: B

The function of “ Buffer” is performed as,

  1. Stack

  2. Array

  3. Queue

  4. Linked List


Correct Option: C

How many flows are responsible for initializing the cross reference ?

  1. 1

  2. 2

  3. 3

  4. 4


Correct Option: A

What is a TestOrderOrchestrationEBF ?

  1. Process EBF

  2. Entity EBF

  3. None

  4. Both


Correct Option: A

Assuming, we create a custom cross refrence for Account Hierarchy Customisation, how may total cross references would be there for customer related entities ?

  1. 7

  2. 9

  3. 10

  4. 11


Correct Option: A
- Hide questions