technology Online Quiz - 1843

technology Online Quiz - 1843

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

What are the parameters needed for an IMS call?

  1. DB-PCB
  2. IO-AREA
  3. SSA
  4. All of the above
Question 2 Multiple Choice (Single Answer)

What does weighting in a random selector allow you to control?

  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
Question 3 Multiple Choice (Single Answer)

Testing can only find defects, not prove that………

  1. Errors exist!
  2. There are none!
  3. Defects can find Testers!
  4. There are always defects!
Question 4 Multiple Choice (Single Answer)

Who would typically perform Beta Testing?

  1. Customers at the developers site
  2. An independent Test Team
  3. An Internal Test Team
  4. Customers at their own site
Question 5 Multiple Choice (Single Answer)

Deviating from the specified behaviour that is visible to end users is called?

  1. A fault
  2. A failure
  3. A defect
  4. An error
Question 6 Multiple Choice (Single Answer)

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
Question 7 Multiple Choice (Single Answer)

Impact Analysis is used the most by which of the following?

  1. Unit Testing
  2. Maintenance Testing
  3. Non-Functional Systems Testing
  4. User Acceptance Testing
Question 8 Multiple Choice (Single Answer)

Linked List is an example of ...

  1. Linear Data structure
  2. Non-Linear Data Structure
  3. Both 1 & 2
  4. None of the above
Question 9 Multiple Choice (Single Answer)

Which is the best Data structure?

  1. Array
  2. Linked List
  3. Circular Queue
  4. Depends on application
Question 10 Multiple Choice (Single Answer)

Spanning tree is a ………..

  1. a type of tree
  2. A type of Graph
  3. Both 1& 2
  4. None of the above
Question 11 Multiple Choice (Single Answer)

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

  1. 1
  2. 2
  3. 3
  4. 4
Question 12 Multiple Choice (Single Answer)

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

  1. 1
  2. address
  3. None
  4. No of nodes
Question 13 Multiple Choice (Single Answer)

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
Question 14 Multiple Choice (Single Answer)

The result of the following polish notation *-567

  1. 23
  2. -7
  3. 5
  4. 37
Question 15 Multiple Choice (Single Answer)

Choose the correct order of Big oh notation

  1. O(nlogn) <O(n) <O(logn) <O(1)
  2. O(nlogn) <O(logn) <O(n) <O(1)
  3. O(1) < O(logn)<O(n) <O(nlogn)
  4. O(n) <O(nlogn) <O(logn) <O(1)
Question 16 Multiple Choice (Single Answer)

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
Question 17 Multiple Choice (Single Answer)

The function of “ Buffer” is performed as,

  1. Stack
  2. Array
  3. Queue
  4. Linked List
Question 18 Multiple Choice (Single Answer)

How many flows are responsible for initializing the cross reference ?

  1. 1
  2. 2
  3. 3
  4. 4
Question 19 Multiple Choice (Single Answer)

What is a TestOrderOrchestrationEBF ?

  1. Process EBF
  2. Entity EBF
  3. None
  4. Both
Question 20 Multiple Choice (Single Answer)

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