1st phase 1st technical interview: Problem was that given a positive integer n print all distinct ordered sets of positive integer which have sum equal n. eg:- for n=2 output: { [1, 1] } for n=3 output: { [1, 1, 1], [1, 2], [2, 1] } for n=4 output: { [1, 1, 1, 1], [1, 1, 2], [1, 2, 1], [2, 1, 1], [2, 2], [1, 3], [3, 1] }
Sr Software Developer Interview Questions
71,561 sr software developer interview questions shared by candidates
Compare two strings, return if one can be comprised of the other by swapping 2 characters, adding a char, removing a char, or if they are identical, or cannot determine.
Write a program to detect if a String is a palidrome
They were not sure what to ask actually. I found the interviewers like school kids. Hardly 1-2 yrs experienced people.
salary exception and joining date
Does this sound interesting to you?
Puzzle- Give formulae to find number of square in n*n square.
The programming assignment was basically to front a webservice to a public DB. It's really easy if you develop webservices all the time
why do you want work here?
Design a data structure to store a series of numbers and then find the minimum value in O(1)
Viewing 371 - 380 interview questions