Peer Programming Round: A coding problem statement was given which had to be implemented in 4 hours. The reviewer was not interested in understanding the approach.
Software Engineer At Interview Questions
666,163 software engineer at interview questions shared by candidates
Getting the min from a stack in O(1) time
Convert number above in hexadecimal 312312 Ex. 255 -> FF 254 -> 254 div 16 = 14, int(254/16) = 15. -> F, E Later I found the detailed Division-remainder in source base http://en.wikipedia.org/wiki/Hexadecimal#Division-remainder_in_source_base
How to write an evaluator for a string like "(1+3 * ( 5 / 4)) and get a numeric result.
Give an example of real world scenario where you see inheritance?
Find the maximum product of 3 numbers in a list.
SQL query to find department wise count
Given an array of numbers, e.g. [5,0,9,2,5,5,5] - return all the consecutive numbers that add up to N.
Write a.SQL.query for selecting the second top most salary of an employee from employee table.
Given an array of N integers, find the missing integer.
Viewing 1791 - 1800 interview questions