i
Cognizant
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Company Website and was interviewed in Apr 2022. There was 1 interview round.
I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.
I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.
This is optional test
Simple basic coding with beginner level DSA
I was interviewed before Jan 2024.
Who are you in my job?
I applied via Monster and was interviewed in Jun 2022. There were 4 interview rounds.
100 questions were there related to html, css, web api and javascript
Group discussion was on Functional programming verses OOPs
I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.
Aggrawal
posted on 4 May 2022
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
I applied via campus placement at PNC and KR Degree College, Narasaraopet and was interviewed in May 2022. There were 2 interview rounds.
A,b,c,d=8,7,5,3
e=(a+b//c) - (a*d+c//d+a%c)
print(e)
I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.
Find the first occurrence of target value in a sorted array with duplicates.
Use binary search to find the target value.
If found, check if the previous element is also the target value.
If not, return the index of the target value.
If yes, continue binary search on the left subarray.
Find the maximum subarray sum in an array with positive and negative integers.
Use Kadane's algorithm to find the maximum subarray sum.
Initialize two variables, one for current maximum and one for global maximum.
Iterate through the array and update the variables accordingly.
Return the global maximum.
Example: [-2, 1, -3, 4, -1, 2, 1, -5, 4] returns 6 (subarray [4, -1, 2, 1])
based on 3 reviews
Rating in categories
Associate
72.2k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
Programmer Analyst
55.5k
salaries
| ₹2.4 L/yr - ₹9.6 L/yr |
Senior Associate
48.5k
salaries
| ₹9 L/yr - ₹27.3 L/yr |
Senior Processing Executive
28.8k
salaries
| ₹1.8 L/yr - ₹9 L/yr |
Technical Lead
17.6k
salaries
| ₹5.9 L/yr - ₹24.8 L/yr |
TCS
Infosys
Wipro
Accenture