One of the easier questions was gaining points while rolling 3 dice inputs (a, b, c).
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,495 software engineer interview questions shared by candidates
How will you resolve technical conflicts among team members
1. Logical Question In an array of 1001 ,numbers from 1 to 1000 are randomly stored and one number is repeated how to determine that number by running loop only one time and without using any secondary storage
Given a = 4, b = 6. Swap the value of those two variables without using extra variable(s).
Interview Question – two algorithm questions each phone interview. Two of them were a bit challenging . One of them was : given a value k and an array , design an efficient algorithm that should output the number of pairs that sum up to k. They wanted a n log n solution, wich i provided, but I wasn't handy with the implementation. We spent several minutes with questions like why would you want to work for us? or how did you heard and what you know about us ?
What is the computational speed of looking something up in a hash table?
Given a binary matrix (0's and 1's), how many groups of connected 1's are there?
Convert a string of alphabets to a string which contains the type of the alphabet and it's frequency if the length of the converted string is greater than previous one(ex: 'aa' -> 'aa', 'bbb' -> b3). Ex: 'aabbcccdd' -> 'aabbc3dd'.
Did ask some basic programming questions, ex. Have you ever used UML?
Group Anagrams
Viewing 1821 - 1830 interview questions