I applied online. The process took 3 weeks. I interviewed at ServiceNow (Dublín, Dublín) in Feb 2022
Interview
I applied online and got a phone call from recruiter within 1 week.
I had 3 interviews in total.
For some of the questions, they ask for optimal solutions but they are not that strict.
It was overall a good experience.
Interview questions [1]
Question 1
Round 1:
I was asked about my projects and few simple questions.
1. check if a number is palindrome(You can't parse into string, you have to separate digits and then compare after reversing).
2. check if sum or 2 numbers in array are equal to a target number in O(N)
Round 2:
Again some chat with the interviewer and then he moved to questions.
1. Check if a number is prime.
2. Check if a string is palindrome.
3. Check if strings in a list form a string. Just return True or False.
for example:
arr = ["hos","tal","pit","p","it","pi"]
target = "hospital"
Round 3:
Interviewer asked about most recent project that I have worked on. Chatting about company,
- difference between static and non static function
- interfaces vs abstract classes (gave scenerio and asked which one you will choose)
- a little bit of inheritance.
- Is c object oriented?
- Is C++ object oriented?
- is python object oriented?
- Meta class in python.
and more short questions.
I applied online. I interviewed at ServiceNow (Santa Clara, CA)
Interview
2 interviews, one with hiring manager and other one was coding interview. Online assessment no leetcode style coding, allowed to use LLM, cursor. do not know why companies still do coding interviews when LLMs are writing code for you
HR round only, recruiter went rogue. Recruiter never emailed me back even though it went quite well, seems maybe the role was filled already by the time. The least they could do was email me back why instead of going rogue
Process was a moderate, had call from recruiter then followed by technical interview with two people. Later had an interview with hiring manager . I was given coding assessment which was medium difficult