I applied through college or university. The process took 2 days. I interviewed at Amdocs in Jan 2016
Interview
The process consisted of written tests which included aptitude and some computer science questions. Aptitude tests had several math problems and tech test had Unix, C, and software engineering questions.
I applied through other source. The process took 3 weeks. I interviewed at Amdocs
Interview
Written test followed by technical interview includes
C (pointer, data structures)
SQL
Unix commands
while interview I was asked to write short code snippets and few sql queries
Question about projects mentioned on CV
Followed by HR round, where HR test your common sense and communication skills.
Whole process took 3 weeks.
Interview questions [1]
Question 1
SQL queries about joins
Unix cmds like find grep awk
I applied through a recruiter. The process took 3 weeks. I interviewed at Amdocs (Pune City) in Jun 2017
Interview
1. Aptitude
2. Do not expect C++ Programming related to questions ,
More than 50% questions on Unix Commands,
For e.g. awk , sed , vi editor , how to delete no of lines in vi ,
How to set line numbers in vi
Find command
find out all occurrences of particular word in file and count it.
How to debug appln with gdb , how to switch between thread , how to set breakpoints,
how to print all breakpoints,
Valgrind - used for?
STL - vector , list , multimap with examples ,
copy constructor,
initializer list,
memory layout,
static and extern,
IPC
Multithreading
locks
Smart Pointers
volatile,
How to get library information of process at runtime (/proc/pid)
Waiting for HR to get back. :(
Interview questions [1]
Question 1
How to find out the all values which has duplicate key in Multimap?