ServiceNow·Software Engineer·Technical Phone Screen
Jun 2026
Pure coding round at what seemed like an acquired subsidiary under ServiceNow. One question, LeetCode-style, nothing behavioral at all.
- Given a sorted integer array, a target value, and an integer k, find the k closest elements to the target in the array.
“Classic binary search plus two-pointer setup.”