What are the most challenging tasks you faced in your previous projects and how did you handle them
Programmer Analyst Ii Interview Questions
716,595 programmer analyst ii interview questions shared by candidates
implement strtok
Imagine you have a string and you want to return False if there are repeat characters in this string, what are the fastest and most space efficient ways to do this. (I clarified and he only wanted to return False if there was a repeat letter or number)
Probability of a knight making a valid move on NxN matrix in m steps.
Find count of unique characters in a given string
//input: [1,2,[3,4,[5,6],7,[8,[9]]],10] //output: [1,2,3,4,5,6,7,8,9,10]
(this is a little easier to explain if it's drawn out, but I'll try my best to do it here) Given some integer N = 2^k which represents an NxN matrix, write a function that fills the matrix with 'L' shapes, such that the entire matrix is filled except for 1 empty space. For example, a 2x2 matrix would have 3 spaces filled with one of the corners empty. And a 4x4 matrix would have the entire outer row of spaces filled, with the center 4 filled the same way the 2x2 matrix is filled.
Can more than one exception be there in one catch block?
write a program to print the given series (user need to enter the nth series number from keyboard) 2,3,5,11,23,29,41,53,83,89 .....
Technical question but basic on HTML CSS Java Script
Viewing 1591 - 1600 interview questions