Pretend that an end user is providing you with input. In this case, it's a math equation, such as (3+2)*4-1. Parse the input and display the answer.
Development Interview Questions
137,308 development interview questions shared by candidates
The general approach problem was: search for phone numbers in 50,000 files. This is a one time need. You have 2 days.
Q: forgot the specifics but there were many questions
leadership principle questions
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
Many data structure and algorithmic questions
"Tell me about a time when " type of questions?
Why AWS? Why chosen position? What do you know about AWS products/advantages/clients?
Tell me the basic component of Object Orient Programming.
What is your strength and weakness
Viewing 1051 - 1060 interview questions