I applied through other source. I interviewed at Cognizant (Bengaluru) in Apr 2023
Interview
There were 2 technical rounds. First round was coding and second round was coding + design. Technical round with 12 to 15 questions. All questions related to java, golang, sql, Previous experience and project related questions.
Interview questions [1]
Question 1
Ques - Given t = [ ‘A’, ‘B’,‘C’, 1,2,3,‘4’,‘5’,6]. Split the string and integer into new arrays and make sure 4 and 5 which is a string should be in integer Ques - Create a program to print fibnocci number from 1 to 10.