Tip 1 : Do Competitive Programming consistently.
Tip 2 : Practice as many questions possible in DSA covering all topics.
Tip 3 : Have atleast a single project of which you have complete knowledge with good hands-on of the technology used in it.
Tip 1 : Have good projects of which you have complete knowledge.
Tip 2 : Showcase your coding skills by adding various Coding profiles like: Codeforces, Codechef, etc.
I have done this question earlier so just use already built algorithm which traverses the number from the back.
This was a simple array problem. I solved this using question as:
Starting from the first element of the array, find the first valid sub-array and store its length then starting from the next element (the first element that wasn’t included in the first sub-array), find another valid sub-array. Repeat the process until all the valid sub-arrays have been found then print the length of the maxi...
Tell me about yourself.
Why do you want to join Amdocs?
Tip 1: Google about the company beforehand
Tip 2: Try to communicate better
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the result of 4 % 2?