you have array with n elements. How would you do circular shift of k positions? Time and space complexity?
Software Engineer Internship Interview Questions
419,954 software engineer internship interview questions shared by candidates
Write code to generate all possible case combinations of a given lower-cased string. (e.g. "0ab" -> ["0ab", "0aB", "0Ab", "0AB"])
If you had to change permissions to read/write all recursively in the unix terminal, how would you do it?
Pancakes, size varies, and are put in a stack with random order. You have one operation called Flip(int[] pancakes, int k) to flip all pancakes from the top one to kth pancake, write a sort(int[] pancakes]) method
Are two words palindrome of each other?
1. Calculate the factorial of an array of integers. 2. How to improve the factorial algorithm?
Implementing a dictionary of quick searching words
given two linked lists with a digit in each node, add the two linked lists together. the result must be a linked list with one digit in each node. use only one iteration of the two input lists.
What is a stack?
Why u chose IT? Why do want to join syntel?
Viewing 451 - 460 interview questions