I applied through college or university. I interviewed at ServiceNow
Interview
I went to the career fair to submit my resume. Recruiter contacted me for an on-campus interview at the university. After that, there was a final interview (panel style) over video call. There was some disorganization in terms of interview scheduling but an overall positive experience with talking to the interviewers/recruiter.
Interview questions [1]
Question 1
Design question, data structure question, JavaScript coding questions/knowledge-based questions
I applied online. The process took 2 months. I interviewed at ServiceNow (Seattle, WA) in Dec 2017
Interview
Recruiter contacted me through email after applying online. First round was phone screening. Interviewer asked me Binary tree question(if the node values of the BST is equal to the given sum) .He just wanted me to code on collabedit. Next 2 rounds were supposed to be webex video interview but it was on phone. In 2nd round, interviewer asked me to code zigzag level order traversal. Third round was immediately after second round. In this round , they asked meto design a public library management system. Interviewers were good. But sent rejection emailafter a month since they were busy filtering candidates.
Interview questions [1]
Question 1
Two Sum IV - Input is a BST from Leetcode,Zigzag Levelorder traversal
I applied through college or university. The process took 3 weeks. I interviewed at ServiceNow (Los Angeles, CA) in Oct 2017
Interview
I attended an university career fair and gave my resume to the recruiters. I got an interview 1.5 weeks later. The interviewer was very friendly. He asked me 3 behavioral questions and 3 coding questions in a 45-minute interview. The interview started and ended at exactly the scheduled time. There was only 1 interviewer, 1 desk, 2 chairs across each other, and 1 whiteboard.
Given a string of numbers, such as 3,3,3,4,2,3,4,5,2. I'd like to receive an output of 2, when I input 2. And an output of 4 when I input 3. This list can be very long.