Explore topic-wise MCQs in Syntel.

This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your Syntel knowledge and support exam preparation. Choose a topic below to get started.

1.

Which of the following concepts means determining at runtime what method to invoke?

A. Data hiding
B. Dynamic Typing
C. Dynamic binding
D. Dynamic loading
Answer» D. Dynamic loading
2.

The arguments that determine the state of the cout object are called

A. classes
B. manipulators
C. format flags
D. state controllers
Answer» D. state controllers
3.

Which of the following is true about tables in second normal form (2NF)?

A. It has a composite key
B. It removes the possibility of a insertion anomalies
C. It removes all hidden dependencies
D. It has all non key fields depend on the whole primary key
Answer» D. It has all non key fields depend on the whole primary key
4.

Create index customerID_index on customer(ID); Here which one denotes the relation for which index is created ?

A. customerID_index
B. ID
C. customerID
D. customer
Answer» E.
5.

Merge sort algorithm uses _________ technique

A. Brute force
B. Divide and conquer
C. Greedy
D. Dynamic programming
Answer» C. Greedy
6.

Under which of the following Big O notation it is suggested to review design of algorithm?

A. O(nlogn)
B. O(n2)
C. O(n)
D. O(2n)
Answer» E.