Engineer Ii Interview Questions

26,048 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

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?
avatar

Regulatory Affairs Associate II

Interviewed at Sandoz

4
Aug 27, 2016

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?

Viewing 151 - 160 interview questions

Glassdoor has 26,048 interview questions and reports from Engineer ii interviews. Prepare for your interview. Get hired. Love your job.