Tip 1 : Cover main subjects in detail (Data Structure and Algorithms, Operating System, object-oriented programming language, and Computer Network).
Tip 2 : Do not lie in your resume, as questions will be asked from your resume.
Tip 3 : Read as many Interview experiences of that Company as possible. You will see that the questions are repeated in an interview.
Tip 1 : Have some good projects on your resume.
Tip 2 : Do not put false things on your resume.
45 MCQ
2 Coding Question
For a string “qaacde”, This string has two same adjacent characters.
So, one possible way to rearrange the string is “qacade”. Now, this string does not have two adjacent characters that are the same.
Tip 1: Do practice for DSA
If ‘ARR’ is {1,2,3,4} and ‘K’ = 4, then there exists 2 subsets with sum = 4. These are {1,3} and {4}. Hence, return true.
Tip 1 : Do practice for DSA
It was a personality assessment round.Questions related to personality and self management were asked.
Tell me about yourself?
Tell Me About Your projects.
How can you scale up your project?
What is the OSI Model? (Learn)
Write any program and handle exceptions in that program. (Learn)
What are cout and cin? Where it is defined and declared, and how does it work? (Learn)
What is Abstraction? (Learn)
What is polymorphism, and what are the types of polymorphism? (Learn)
Write the code to explain the Run Time Polymorphism.
What are ACID properties? (Learn)
What is a compiler, and name any of the Compilers? (Learn)
I have used the Prim’s Minimum Spanning Tree Algorithm:
How was your Technical Interview?
Why Amdocs?
Are you ready for relocation? Any Preferences for Locations.
Then asked about Education and background verification.
Anyone from your family is in AMDOCS?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the purpose of the < title > tag in HTML?