Tip 1 : Do atleast one project
Tip 2 : Prepare for the aptitude.
Tip 1 : Mention atleast one project on resume
Tip 2 : Do not mention false things on resume
Technical + Aptitude Round






Input:
Output: 2 35 2 10 2
Technical + HR round
Whether there was a gap in my education. If so, why?
Why Cognizant?
Is it alright for me to work from any location?
Can I work any shift?
Tip 1 : Do practice SQL queries
Tip 2 : Do practice DSA easy to medium questions



1. If 'X' is not found in the array, return 0.
2. The given array is sorted in non-decreasing order.
Tip 1 : Traverse the given array from start to end. For every element in the array increment the arr[i]%n‘th element by n.
Tip 2 : Now traverse the array again and print all those indexes i for which arr[i]/n is greater than 1. Which guarantees that the number n has been added to that index
Tip 3 : This approach works because all elements are in the range from 0 to n-1 and arr[i] would be greater than n only if a value “i” has appeared more than once.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: