J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 semaine. J'ai passé un entretien chez Indeed en oct. 2015
Entretien difficile
Candidature
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 4 semaines. J'ai passé un entretien chez Indeed en févr. 2014
Entretien
Connected in university career fair. Got on campus interview. Two 30 mins rounds. Then invited to Indeed on-site. It was a great experience but the schedule was intensive. Had 3 rounds one-to-one (actually one-to-two) interviews in the morning and one 90 mins coding exercise in the afternoon. I didn't finish the question in one interview but we discussed the last part, and I didn't finish the coding exercise either... I couldn't even print the sample out (after the interview I found it might because a stupid mistake), but I wrote my idea and algorithm in the txt file and I think that is correct. Then I got the offer a week later. I was excited at the first time but later I got a better one so I have to decline it. The recruiter was great and engineers there have their style, which is good for an internship.
Questions d'entretien [1]
Question 1
Questions cover all heap, BST, linked list, traversal and string parsing (they like it)
There Resume Shortlist, 1 online coding round, 3 technical interviews, 1 manager interview
The process was pretty good as well as stupid in some sense. Guys who clear all the technical rounds go for the manager round and first the manager rejects about 50% of the shortlisted people. Then based on the previous rounds, they select the best candidates.
Questions d'entretien [4]
Question 1
Online round: 1 DSU question, 1 sorting question, 1 more ques which I don't remember
Interview 1: Given the following rules of python, write a compiler for it.
1st line has no margin on the left.
Each subsequent line has margin which is greater than or equal to the margin of any of the lines above it(as in python).
Each line which ends with a ‘:’ should have next line with alignment > the previous line (like function definition in python).
Report erroneous line number if any of this is violated.
Interview 2: You have a string of words and 2 given words. Find the shortest substring that has both the words. Print 6 preceding words before the first word and 6 succeeding words after the last word in the original string.
Ex. if the words are a & b, then the substring to be printed should be.
word1 word2 … word 6 a …. b word7 word 8 … word 12
He later asked me to extend it if we have 3 words a,b and c. And the substring should contain all the words.
Manager round: He asked me about my projects. Went pretty deep in what I had done in a previous internship, did not understand much as the work was mainly research related.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Indeed
Entretien
got an campus interview after submitting my resume at a career fair on campus. Talked to two interviewers, each asked about projects and experience listed on my resume, then one technical question. The questions were not hard, but they asked many follow ups regarding algorithm time complexity and how to improve it.
Questions d'entretien [1]
Question 1
1.given an integer i, return the ith column name in excel.(ie, given 0, return A, 1-B, 26-AA, 27-AB)
2.find k largest number in an array.