I applied through college or university. The process took 2 days. I interviewed at Cognizant (Chandigarh) in Aug 2016
Interview
After placement tests, CTS generally conducts an interview that is HR and Tech combined. The interview questions can be expected to be really conventional in most of the cases. They don't generally grill you on in-depth concepts but they never fail to check your basic understanding of concepts. Given are few sample interview questions.
Interview questions [1]
Question 1
Interview Question 1
Tell at least two uses of NORMALIZATION in designing tables and other structures in a database ?
Answer 1
Normalization ensures that a) there is no redundant data storage and b) data dependencies across tables (foreign keys) are suitable for the level of concurrency.
Interview Question 2
How Databases handle concurrent SQL operations on same row of a table?
Answer 2
Concurrent operations are handled by the use of "Locks". To be more clear, if one sql query is updating (INSERT/UPDATE) a particular row of a table, no other sql query would be able to update the same row at same point in time. However other sql queries can read (SELECT) columns from the row under updation.
Interview Question 3
What is the simple difference between stack and queue type data structures?
Answer 3
Stack operates in a Last In First Out (LIFO) fashion while Queue operates in a First In First Out fashion (FIFO).
Interview Question 4
Can you tell real life examples for stack and queue ?
Answer 4
Plates arranged one over the other in hotel is an example for stack. Plate that was placed last on top will be the first one to be removed from the stack.
Queue in billing section of stores is an example for queue.
I applied through college or university. The process took 1 day. I interviewed at Cognizant (Chennai) in Sep 2016
Interview
Aptitude + Technical Interview + HR
For CSE branches it was Coding and related Stuff. For Non CSE it was basic level C programming but all depends on the Panel that u get. No Questions about that. Luck Matters.
I applied through college or university. The process took 1 day. I interviewed at Cognizant (Kolkata) in Sep 2016
Interview
aptitude
technical
hr
340 students appeared for aptitude round , 200 was selected
120 where selected after technical round , i could not answer , so i was not selected
in the hr round 110 were selected
Interview questions [1]
Question 1
aptitude is easy , questions are divided in three sections 1.quantative 2. logical reasoning 3. english
practice from r.s agarwal you will surely crack it. topics like time and work, probability, boats and streams, average, percentage, profit and loss, coding decoding, series etc are commonly asked , for english practice error correction , synonyms, antonyms, comprehention
next is technical
1.what is the difference between unique key and primary key
2.what is sdlc
3.what is waterfall model
4.what is agile model
5.interface / abstract
6.operator overloading
7.double pointer