Standard and basic questions from algorithms classes. Leetcode easy level. Some question about systems design as well, more open ended. Seems like interview questions may depend a bit based on team though.
I applied through a recruiter. The process took 2 weeks. I interviewed at ServiceNow
Interview
I interviewed at ServiceNow in Dec 2021. First, there was a recruiter screen that was about 20 minutes and then a technical interview with three engineers, where they ask about projects and give you a coding question. The engineers were all extremely nice, and the interview didn't feel intimidating despite there being 3 interviewers.
Interview questions [1]
Question 1
A systems design question; they just wanted to see how I would flesh it out, and gave me suggestions along the way.
Had two interviewers, 30 minutes each back to back. First interview was majority behavioral, some quick technical questions at the end. Second interview was all technical. Got to ask some questions at the end to each engineer at the end of the interview.
Interview questions [1]
Question 1
Behavioral questions were the usual tell about yourself, projects, etc. Technical questions were about string manipulation. Asked how to reverse a string, then asked follow-ups such as do with no extra memory and do it recursively .