Count number of total possible squares in a chessboard.
Software Developer Iii Interview Questions
96,208 software developer iii interview questions shared by candidates
Given a list of integers positive and/or negative numbers. Find the largest consecutive sum of the list.
Write a Program to Count Trailing no of zeros in factorial of given number
Reversal of all words in a sentence(e.g: "This is a good question" becomes "question good a is This")
Question was not difficult. In fact they asked the same queston from almost every interviewee. Qeustion: Given a number N and an array Arr[], search find two numbers which sum up to number N. When you will suggest binary search for this problem. They will ask about the complexity difference between two nested loop and binary search solution. After discussion of algorithm/solution, they will ask you to write down the code on paper. Both interviewers look like of Chinese origin. Only manager got involved in discussion and asked questions. The other one stayed silent. He sounds shy and asocial but was not pyschologist for sure. Maybe he was hired based on his extra-ordinary technical skills or strong internal (possibly Chinese) connection. The whole interviewed lasted for an hour.
One of the questions was reverse a string and capitalize the front and end letter of the word .
Problem solving # 1 : (9 marks) Input is [1,34,3,98,9,76,45,4] and the output should be 998764543431
Given a vector of integer elements. Remove the duplicates. Do not change the order of elements.
giving numbers 2,3,5,7,11 , 1.multiply each number by 2, 2.if the result is bigger than 25 , then go to next step, otherwise repeat the 1st step. 3. multipy the result by 3. 4. add XX 5. divide with XX. question: which number will produce maximun output
Write a function to convert First Name, Last Name to Last Name, First Name.
Viewing 321 - 330 interview questions