Given a bug report of a common Python library (everyone would know this library), run tests to observe the issue and then fix it.
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,248 software engineer interview questions shared by candidates
Q7) Given an array I had to find the minimum difference between two elements. But the difference must be calculated between the current element and the elements on the right hand side of the element.
Given a string, check for balanced parenthesis
Mostly C program based questions will be helpful for this interview process
Given a dictionary of words and another word, return all the words in the dictionary that are anagrams of the given word
If you have a sorted array that is initialized with size 100, the values stored would be for example 1, 2, 3,.... ect. Describe an algorithm that would check if there is a duplicate number and if so return it.
Came up with a program to take a string and printed the characters that appear more than once in the exact order as they are in the original string.
Given a tree where every right node is a leaf, meaning that it can only extend on the left side, invert it such that the leftmost node is now the root, and all of the previous left nodes are now on the right side. The former right nodes will be on the left side.
Given an array with duplicate elements give an algorithm to get the count of distinct elements in the array
Viewing 1221 - 1230 interview questions