Questions
What are the parameters needed for an IMS call?
- DB-PCB
- IO-AREA
- SSA
- All of the above
What does weighting in a random selector allow you to control?
- The frequency of user activities
- The average think time within a selector
- The number of iterations of a specific user activity
- The total run time of a specific user activity
Testing can only find defects, not prove that………
- Errors exist!
- There are none!
- Defects can find Testers!
- There are always defects!
Who would typically perform Beta Testing?
- Customers at the developers site
- An independent Test Team
- An Internal Test Team
- Customers at their own site
Deviating from the specified behaviour that is visible to end users is called?
- A fault
- A failure
- A defect
- An error
When should you stop testing?
- When the allocated time has run out
- When all planned tests have been executed
- It is dependant on the risks for the item under test
- When there are no more faults
Impact Analysis is used the most by which of the following?
- Unit Testing
- Maintenance Testing
- Non-Functional Systems Testing
- User Acceptance Testing
Linked List is an example of ...
- Linear Data structure
- Non-Linear Data Structure
- Both 1 & 2
- None of the above
Which is the best Data structure?
- Array
- Linked List
- Circular Queue
- Depends on application
Spanning tree is a ………..
- a type of tree
- A type of Graph
- Both 1& 2
- None of the above
In linked list, a node has atleast --------fields.
- 1
- 2
- 3
- 4
The value of the first linked list index (HEAD) incase of array is--------------
- 1
- address
- None
- No of nodes
In Strictly binary tree, out degree of each node will be....
- zero or 2
- zero ,1 or 2
- No limit on number of nodes
- None of the above
The result of the following polish notation *-567
- 23
- -7
- 5
- 37
Choose the correct order of Big oh notation
- O(nlogn) <O(n) <O(logn) <O(1)
- O(nlogn) <O(logn) <O(n) <O(1)
- O(1) < O(logn)<O(n) <O(nlogn)
- O(n) <O(nlogn) <O(logn) <O(1)
In AVL tree, the height of two child sub trees of any node differ by
- Depends on application
- Atmost one
- Atmost two
- None of the above
The function of “ Buffer” is performed as,
- Stack
- Array
- Queue
- Linked List
How many flows are responsible for initializing the cross reference ?
- 1
- 2
- 3
- 4
What is a TestOrderOrchestrationEBF ?
- Process EBF
- Entity EBF
- None
- Both
Assuming, we create a custom cross refrence for Account Hierarchy Customisation, how may total cross references would be there for customer related entities ?
- 7
- 9
- 10
- 11