Debugging of code snippets
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,718 software engineer interview questions shared by candidates
Given a two dimensional array of characters, provide an implementation which would print out the characters in the array in a spiral manner.
1)Hacker Rank Test Consisting of questions on Stack ( Balanced Paranthesis ), Decode a String, and MultiThreading question on making a transaction synchorinzed . 2) F2F interview rounds after 1 week on the Micro focus development Center in banglore. Questions Asked: Implement Stack using queue data structure. 2) Given two array containg N and N+1 elements respectively , Both the array contains N same elements , Find the extra element ? Ex: arr1 = { 1,2,3,4,5} arr2 = { 1,4,3,5,6,2} Ans : 6 3) Given a string as MMMIIICCROOOOFFFFFOOOOCCCUUUSSSSS Do in-place editing of the string to return MICROFOCUS. You are not allowed to use any helper functions or create a new string/array.
1. Check if two strings are palindromes. 2. Make a function that does this for lists of strings 3. Implement a hash function for this instead of brute force.
Most efficient way to identify what character is out of place in a non-palindrome, sorting search results on a page given a certain set of criteria
Core JAVA concepts. Questions on multi-threading Questions on file parsing, JSON parsing One logical question: You have 9 balls out of which 8 are of same weight and 1 is heavy. Given 2 tries and a 2 pan weighing scale, find the heaviest ball. (google the answer)
Find the intersection of two arrays.
Any improvement on Fibonacci .
in written test there were 10 questions for half an hour.clear a bit ,toggle a bit,function for itoa ,insert and display linked list,assign a value to address (0x00024), in second round 1.difference between long and short de bounce period,what is background process when interrupt occurs,
Swap two numbers without using temp variable?
Viewing 2741 - 2750 interview questions