There are 100 people standing near the beginning of a row of 100 closed doors. The first person goes down the row and opens every door. The second person closes every 2nd door. The third person changes the state of every 3rd door, and so on. Write a routine to find the state of door X after person Y passes by.
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,267 software engineer interview questions shared by candidates
Some questions about Java basics, and some math problems and SQL
"What do you know about our company?" "Do you have some questions for me?"
Skype interview Anagrams, given an array of Strings and return all groups of strings that are anagrams.
Write a program to solve a problem.
// // Write a function that takes a string and returns its length without using built in properties (such as .length or .size()). //
Write an algorithm to print out all of the possible solutions for a^3 + b^3 = c^3 + d^3
write a function to set a particular field of register to the desired value. ( For example, set bit 3 - 10 of a word to the given value)
What is the running time of quicksoft?
First question: for a random-ordered bucket of numbers 1 through 3000 with one number missing, how would you detect which number is missing?
Viewing 1491 - 1500 interview questions