* Write a function, preferably in C or C++, to reverse a string.
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,134 software engineer interview questions shared by candidates
Onsite Interview 2 a): check whether a number is the power of 2 b) Skyline silhouette puzzle . c) Discussion on uses of hash-tables and trees ? d) Few general questions on Work and academic background .
How would you determine if someone has won a game of tic-tac-toe on a board of any size?
Write algorithm to compute a Log to the base 2 of a number (integral results no need for floating point). Solution should not assume a particular size of integer
Design an algorithm, which can record the largest number in an ever-upgrading sequence.
write a function to calculate X^N
Find the least common root for 2 numbers in a BST
Look for a string in a very long string - a needle in a haystack. Write the program in pseudo-code.
given a string write a function to return the index of the first elememt which is non-alphabat ordered
Given a dictionary as a hashtable and a word. Find the minimum # of deletions needed on the word in order to make it a valid word in the dictionary.
Viewing 681 - 690 interview questions