Software Development Engineer Ii Interview Questions

26,093 software development engineer ii interview questions shared by candidates

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
avatar

Development Engineer II

Interviewed at atolls

4.3
Jun 30, 2021

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

What is the amount of money you would take to accept this position? This was difficult because if you say your price range to high you will not get the position it and if your to low then you don't know what your doing and they will pick up on that.
avatar

Customer Engineer II

Interviewed at Adecco

3.6
Mar 26, 2013

What is the amount of money you would take to accept this position? This was difficult because if you say your price range to high you will not get the position it and if your to low then you don't know what your doing and they will pick up on that.

Viewing 151 - 160 interview questions

Glassdoor has 26,093 interview questions and reports from Software development engineer ii interviews. Prepare for your interview. Get hired. Love your job.