The interview was a while ago, so I'm not sure if I'm remembering the question correctly, but the most difficult question was something about how to know if a number is a square of 2.
Developer Interview Questions
270,956 developer interview questions shared by candidates
A duck that is being chased by a fox saves itself by sitting at the center of circular pond of radius r. The duck can fly from land but cannot fly from the water. Furthermore, the fox cannot swim. The fox is four times faster than the duck. Assuming that the duck and fox are perfectly smart, is it possible for the duck to ever reach the edge of the pond and fly away to its escape from the ground
Given m cross n matrix, in how many ways can you reach from one end to the other
Find any 3 consecutive similar numbers in an array
How to initialize a string
Experiences in angular and bootstrap
Given a string, that contains special character together with alphabets (‘a’ to ‘z’ and ‘A’ to ‘Z’), reverse the string in a way that special characters are not affected. Examples: Input: str = "a,b$c" Output: str = "c,b$a" Note that $ and , are not moved anywhere. Only subsequence "abc" is reversed Input: str = "Ab,c,de!$" Output: str = "ed,c,bA!$"
What is difference between Echo and Print??
Write a program to identify prime number, number sort, some oops related conceptual questions
technical written test: 5 programming questions. tic tac toe program left rotate array program other 3 simple programs
Viewing 641 - 650 interview questions