Q: alien dictionary
Software Engineer Ii Interview Questions
26,078 software engineer ii interview questions shared by candidates
In Linux, what cli command will show you the current directory your working in.
Write a function that accepts an array of tickets, where ticket has format [source: string, destination: string] and returns comma separated countries in order of visiting. function getRoute(tickets){ return 'USA,BRA,UAE,JPN,PHL'; // implement logic here } const result = getRoute([['JPN', 'PHL'], ['BRA', 'UAE'], ['USA', 'BRA'], ['UAE', 'JPN']]); console.log(result); Example: Tickets: [["JPN", "PHL"], ["BRA", "UAE"], ["USA", "BRA"], ["UAE", "JPN"]] Result: "USA, BRA, UAE, JPN, PHL
How do you test a down fiber circuit?
Name a time when you had to overcome a challenge, long term goals, describe yourself, why are you a good fit for this role, what kind of manager do you like, why are you leaving your current position, why do you want to work at Sandoz, what do you know about Sandoz?
Disponibilidade de mudança.
How would handle multiple tickets from same customer?
How do you manage multiple problems in multiple locations?
Has there ever been a time where you needed to bend the rules to accomplish a goal? (The answer is "no")
how to reverse words in a string preserving the formatting
Viewing 151 - 160 interview questions