Tip 1 : Prepare core CS subjects basics like OS, DBMS and basics of Data structures
Tip 2 : Focus on speaking skills as well, you should be able to communicate fluently
Tip 3 : Be confident with your answers and accept advices from interviewer(if he suggests)
Tip 1 : Mention CS core subjects properly
Tip 2 : Do atlest 2 projects and mention the details properly
This round consisted of CS core subject questions. From OS, DBMS, DSA, aptitude etc. Webcam and microphones will be on. In case of you found guilty of cheating, they will make sure not to proceed further with next rounds. Many students were filtered on this basis.



'arr '= [1,2,3,4,5]
'k' = 1 rotated array = [2,3,4,5,1]
'k' = 2 rotated array = [3,4,5,1,2]
'k' = 3 rotated array = [4,5,1,2,3] and so on.
I created new array and filled new array from Nth position till end and then from start to till Nth position
They were conducting hundreds of interview in a day.
was very quick discusson in parallel pannels



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
I already did bubble sort and was able to solve easily
Basics of database and few basic queries
You may expect basic questions from sql joins
Tip 1: read basics of Dbms
Tip 2: read about basic queries and sql joins
Basic human behaviour round.
How was your interview experience ?
Why do you want to join CTS ?
How was your interview experience ?
Why do you want to join CTS ?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?