questions related to previous experience and client facing roles.
Associate Consultant Interview Questions
16,736 associate consultant interview questions shared by candidates
Code to automate something on machine itself, script writing
project experience, scenario provided to design test cases and coding logic
They were all behavioral questions, some generic, some curve balls.
How are you feeling?
What are some SAP BI products.
About my career path, my goals, my learning, most questions depends on what you have worked, and other questions depending on the requirement
What do you know about GEP?
List three quality traits that you can bring to the table?
1) JS tricky output question. 2) Reverse the whole array. let arr = ['js', 1, 2, 'js', 1, 'interview', '2', true, 'interview']; DESIRED OUTPUT: [ 'weivretni', 'sj', 8, 7, 6, 'modnar', 4, 3, 2, 1 ]; 3) Remove duplicates from the array. let arr = ['js', 1, 2, 'js', 1, 'interview', '2', true, 'interview']; DESIRED OUTPUT: Result = >[ 'js', 1, 2, 'interview', '2', true ]
Viewing 341 - 350 interview questions