Difference between primary and unique key
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,875 software engineer interview questions shared by candidates
If you want to design a map(like Google maps) which data structure will you use?
Given a 7 digit phone number, find out all the words that can be formed using this number based on the T9 keypad.
Longest palindrome in a string.
A can lay railway track between two given stations in 16 days and B can do the same job in 12 days. With help of C, they did the job in 4 days only. Then, C alone can do the job in:
When was the last time you made a mistake?
Given an array with n integers, check if it could become non-decreasing by removing at most 1 element. Example: Input: [3,2,4,3], Output: false Input:[1, 4, 2, 3], Output: true Input:[4, 3, 2], Output: false Input:[1, 2, 3], Output: true
How do you fetch the employee with 2nd largest salary from the employee table.
REST APIs to create, delete transactions and fetch transaction statistics.
Write a code that gets a sentence and print the sentence in reverse. e.g. "My name is John" -> "John is name My"
Viewing 3331 - 3340 interview questions