Given a 7 digit phone number, find out all the words that can be formed using this number based on the T9 keypad.
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,836 software engineer interview questions shared by candidates
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?
Delete duplicate in sorted linked list
How to get a random number from an array of length 100, without repetition.
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 many years of systems level programming experience do you have?
How do you fetch the employee with 2nd largest salary from the employee table.
REST APIs to create, delete transactions and fetch transaction statistics.
Viewing 3371 - 3380 interview questions