You're given an array of city pairs and a start city. You need to find a valid itinerary: cities = [ ['Milan', 'Mexico'], ['Mexico', 'Dubai'], ['Berlin', 'Milan'], ['Barcelona', 'Berlin'], ] Having the start: "Barcelona" Here it would be: [ Barcelona, Berlin, Milan, Mexico, Dubai ]
Site Engineer Interview Questions
3,482 site engineer interview questions shared by candidates
Python coding questions, leetcode hard coding questions
HackerRank: Sort hotels by average score. Each line of input had the hotel ID and a review score. E.g. 1000 4 1000 7 2000 10 2000 8
HackerRank: Given a list of intervals, e.g. [1,4], [2,5], [6,7], merge overlapping intervals, e.g. [1,5],[6,7].
Tell me about the experience you have tuning JVMs.
Find errors in the Python code
Evenly split a server (a list of Customers(id, #devices)) into two servers.
Here is a working service. Please fix these other ones.
According to subject matter and mainly attitudes
1 st Round technical question on cloud and tools for 1 hour
Viewing 861 - 870 interview questions