Preparing for an interview? Check out Cracking the Coding Interview
Published on

Servicenow interview Experience Onsite | IC2

Author
  • Shared Anonymously

Recruiter reached out to me and informed me about interview.
It was a walk in interview.

Current Experience: Senior Software Developer at Product based organization
Years of Experience: 3 years
Position: IC2
Location: Hyderabad, India
Interview Date: Aug, 2023
1st Round: Pen and paper round.
Its a graph based traversal question.
It goes like this
Find average of all child nodes(including children of children)
If the nodes value is less than average it is defective.
Find count of all defective nodes.
Follow Up:
Find the total budget to make defective nodes as normal by adding some value to it
eg. if average is 200 and node value is 100, add 100 to node and return total budget along with count.

Rejected after first round.

Quick tip: Every one got same question so if you get a chance to talk to folks who gave first round make sure to get questions from them

ReportMark as Helpful