Write a function to check whether an integer is a palindrome without using arrays.
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,816 software engineer interview questions shared by candidates
Write a Stack class: push(),pop() methods without using built-in pop() method. Following questions was to write a MinStack class which contains a method that finds the minimal value of a stack using only push() and pop().
2,3,5.7, what comes next?
i=0; i++ || ++i || i--; printf("%d\n",i);
reverse a string, then reverse a sentence
What kind of data structure will you use to implement a telephone directory?
Why doesn't C++ STL have hash_map?
SQL query to combine and display data from employee table and salary table for all employee whose name starts with 'S'?
Puzzles There are 100 doors in a row, all doors are initially closed. A person walks through all doors multiple times and toggle (if open then close, if close then open) them in following way: In first walk, the person toggles every door In second walk, the person toggles every second door, i.e., 2nd, 4th, 6th, 8th, … In third walk, the person toggles every third door, i.e. 3rd, 6th, 9th, … ……… ………. In 100th walk, the person toggles 100th door. Which doors are open in the end?
HR questions: Whats a hashtable and how fast is it? (big O)
Viewing 3031 - 3040 interview questions