I applied through college or university. The process took 1+ week. I interviewed at Meta (New York, NY) in Nov 2018
Interview
Applied through University, they asked for my availability to schedule a technical telephonic interview. Towards the end of the interview I was given opportunity to ask questions from the interviewer.
Got response after 2 days.
The interviewer was polite and explained the question in detail.
Interview questions [1]
Question 1
General questions based on my resume, leetcode medium questions
First I applied for a Software Engineer Intern position, passed the first video interview and my recruiter proposed me to try the Grad position. Then they invited me on 3 onsite interviews at the London office. The trip was organized at a really high level. Travel team works perfectly. The overall atmosphere was nice and comfortable, the office is great. Unfortunately, I was refused.
Interview questions [1]
Question 1
Print the smallest substring os an input string, which contains all the symbols from the input set of symbols.
I applied online. The process took 3 weeks. I interviewed at Meta (Dallas, TX) in Oct 2018
Interview
I had a university recruiter reach out to me to apply. Then after a simple application I was contacted to schedule a technical interview. The technical interview did not go well. I was unable to understand the interviewer due to a thick accent, so it made introductions and the questions hard to understand. I then solved the problem given and was contacted the next day with a rejection email.
Interview questions [1]
Question 1
Curly Braces. If you are given a string with any number of Braces "[] {} ()" display if the braces line up properly.
Example:
"({[()]})" would print yes
"([)]" would print no
"(({[" would print no