Entry level consultant Interview Questions
16K
Entry Level Consultant interview questions shared by candidates
· When was the last time you had an assignment that had to get completed quickly and how did you organize/manage your time. Have you ever had to do extensive research on a project, and how did you go about the research? Have you ever been given positive criticism and how did you handle it? How would u prioritize 4 applications/Projects with similar importance? Describe a time when you had to persuade someone of your point of view. What did you do and what was the outcome?
11 Answers↳
Are you both Electrical for Detroit?
↳
I haven't heard back yet. I think they do everything in groups, i.e. they select / notify all of the EE's (or whatever area) at once. Since the OF 306 was requested back by the 27th, I think it'll still be a few days. I have a hunch that the start date for the incoming class may be after memorial day so hopefully with 1-month notification we will know by Friday. I am EE, detroit. I have a masters in biomedical engineering. UDM / WSU. Less
↳
I got my offer last night. June 1 start date.

build a prescription class
9 Answers↳
I did not receive an offer yet. There wasn't an option for that so I just said no offer and figured I could update it later if I did. I did get a follow up email saying the interview went great and asking me if I had any other offers. Less
↳
Can you guys post me how the questions will be I have my interview in next week.
↳
hey did you get any response from them

why Halliburton?
7 Answers↳
Immediately, i got a call from them next day... If u didn't get get a call from them within 2 days.. then u r disqualified from the selection process Less
↳
Hello, anybody have an idea about this opening "Associate Technical Professional Field Drill Bits and Services" ? I'm confused which openning I should apply for! Less
↳
im fresh graduated civil engineering , i'd like to work for halliburton , which courses should i take or what should i do ?! i need advise and thanks for interesting Less

Nothing was too difficult
6 Answers↳
I applied as an EE major. Behavior Questions: 1. Why do you want to work for Western Digital. 2. What makes you different from every other candidate. 3. Give an instance where you faced a difficulty and how you overcame it. Techical Questions: 1. Write a sqrt function that take in a double as a parameter and return the sqrt of that double without using any library function with 4 point decimal accuracy. 2. Write a function that check to see if an integer is a palindrome. 3. Write a function that sorts 50 random integers from largest to smallest. 4. What is a buck converter. 5. Design a switch with mosfets. 6. Create an not logic gate with mosfets. Less
↳
Hi, I am in the process of interviewing for the FIT engineer as well and had taken the written test already. How much time did it take for them to get back to you after the test to schedule the on-site interview? Thanks in advance! Less
↳
Took one or two days

Group activity in small groups.
6 Answers↳
Hi, I am in the talent pool as well , assessment centre of 21st March. Did you receive anything from them yet? Less
↳
Is this for retail or operation?
↳
Hi, I just got invitation for the engagement centre. any more suggestions?

They asked me to extract words from the parse tree. e.g. ((NJ (NN James) XX is) (AJ tall)) -> James is tall. Another question is to reverse a string an capitalize all the starting positions of words and lower case all the ending positions of words. e.g. Hello World -> Dlrow Olleh
6 Answers↳
After the online interview how many more rounds of interviews were there?
↳
def reveseCapitalize(s): s = s.lower() s = s[::-1] s = s.title() return s print(reveseCapitalize('Hello World')) Less
↳
The above doesn't work if there's a possibility of letters besides the first being capitalized Less

do you have any questions ? like 50 times.
5 Answers↳
Hi, I am so, so sorry people had such a negative experience with this interview process. This is not to excuse or wave away your experiences in any way, but we had 2 people supporting the needs of ~100 people at Cogo plus another 50+ at the companies currently in our incubator. So it's a small team, they were very overworked, and unfortunately it made it very difficult for them to run the interview process in the way they should have. I've spoken to the manager, so the team is aware of your concerns and experiences. We're growing the group, so everyone will be happier and more relaxed and focused in interviews going forward. And we're continuing to grow the team, so we don't find ourselves in this situation again. I know it doesn't help much at this point, but very sincerely: we're sorry you had this experience, and we appreciate you writing about it. We take these reviews very seriously and are dedicated to fixing the issues and ensuring that things are better in the future. Not just for candidates but for our employees as well. Less
↳
I have a question will anyone get hired.
↳
I thought originally this post was of a disgruntled person who just was upset they didn't get a call back or job. But WOW this was so spot on, I read this literally before I had my phone interview and the recruiter I spoke to must be the same guy. He was so uninterested and really I seemed like I was an inconvenience to him. Doesn't seem like someone who's really made for HR. Maybe I've found a real life Toby from The Office?? Even if I DID get a call back I'm not sure I'd even want to work just from this first interaction. Less

Populate an array of numbers from 1 to N (inclusive). Given two numbers, p and q , if a number in the array is divisible by p print OUT, if a number is divisible by q print THINK. If number is divisible by both p and q, print OUTTHINK. Otherwise, print the number.
5 Answers↳
seems like a variation of fizzbuzz. Should not be difficult.
↳
"#Python Solution from array import * def problem_1(N,p,q): array_1 = array( 'i', range(1,N+1)) for n in array_1: if n % p == 0: print 'OUT' elif n % q == 0: print 'THINK' elif n % p == 0 and n % q==0: print 'OUTTHINK' else: print n problem_1(20,6,8)" Doent't work, think how an else-if sentence is used in compilation :) Less
↳
the second one is certainly fizzbuzz, you were overthinking.

The Case - Wasn't hard but sometimes it can be difficult to know what they are exactly looking for.
5 Answers↳
I had to email the interviewer to get feedback after I got the rejection letter because I wanted to know what I could of improved on. They said they were impressed with me but they only had a small number of openings. Have you interviewed for the position yet? Less
↳
ya I have been interviewed for the position but in columbus,oh. got positive feed back after F2F but yet to receive the offer.its been 2 months since I attended the first round :( Less
↳
Wow, yea i'm not sure what is going on with the interview process. Have you tried reaching out to your recruiter? Less

Tell me about yourself?
5 Answers↳
yeah even me attended on the same day, even i didnt get any mail after gd , did anyone get ?? Less
↳
It's been a month for today , did anyone get offerletter from infor
↳
I got it 2 days bac