Why would one use pass by reference instead of pass by value?
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,571 software engineer interview questions shared by candidates
Suppose you have an array of unique natural numbers ranging from 1-100. Suppose we add another number ranging 1-100 into the array. How do we find this added number?
How would you implement Google spelling correction algorithms?
Reverse the word order in a string.
Write an algorithm to test if n is power of 2
Describe what happens when a user clicks a link in a browser.
Given inputs from Google Search, you have K chunks. Each chunk is individually alphabetically ordered (apple, banana, cat) ... (*apple, *banan, *cat). You want to merge all chunks into a single list. How would you do it? What limitations are there to your approach? It's on an x86 processor, what does that mean and how does that affect your approach?
Write a regular expression to match a machine's MAC address
Given a set of cities, each with a given population, select randomly a city with a probability that is proportional to the population.
Viewing 2111 - 2120 interview questions