Print out link list reverted order
Software Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,405 software engineer interview questions shared by candidates
Given an array of events (where each event has a start time and an end time), describe an algorithm that allows one to determine if any single event in that array conflicts with any other event in the array.
how to build a hash map
If one has a collection of N stock options vesting over P periods, describe algorithmically how one would come up with the data for a table listing how many options are awarded per period.
f(x, y, z) = g(x, y , z) + noise how to estimate the maximum value of g(x, y, z) we don't know the structure of g.
They were not sure what to ask actually. I found the interviewers like school kids. Hardly 1-2 yrs experienced people.
Using a language of your preference, write a method that returns the most common character in a string.
The team lead asked a number of questions like 'What SOLID is? Letter by letter please!' or 'What ACID is?' or 'What polymorphism is?'
To prove three angles of a triangle equal to 180
Implement a "super stack" -- a basic stack with some additional specified features.
Viewing 3471 - 3480 interview questions