Standard coding and design questions. Some questions about my background. A tedious question was to convert a string representing a roman number to an integer. This question is not hard to solve, but tedious to code.
Software Development Engineer Interview Questions
32,852 software development engineer interview questions shared by candidates
design an elevator(uml+implementation+threads& syncroniczation and locking)
Generate all possible parenthesis for a given n
How many gas stations are there in the United States?
how to make it O(n)
Reverse the letters of words in a sentence. Then, reverse the sentence.
Find out the number of connected cells in a 2D array
Given the head of a linked list, write a program in your language of choice to return the middle node of the list.
The first question he gave to me, design a cab booking system (he just want a brief about how I'm going to define my entities) Use cases: 1. user can book a ride. 2. user can store favorite locations 3. user can view past bookings 4. new drivers can sign up 5. driver can view past bookings The next question was given an integer N and D I had to add the smallest possible number in N so that N doesn't contain the digit D. Test case1 : N = 100 , D=0, output = 11 Test case2 : N = 5925, D=9, output = 75
Find the largest sub string having distinct characters?
Viewing 761 - 770 interview questions