Are two words palindrome of each other?
Developer It Applications Interview Questions
717,448 developer it applications interview questions shared by candidates
After Round 2 I Asked Interviewer How he would Solution for Above mentioned Q1 & Q2 questions of the Round 2 Technical Interview. Very Smartly Interviewer Did not take any effort to answer and also told me find it out by myself :)
Implement clearbit(int n, int p) function, p is the position of the bit to be cleared. Example : n is 13, p is 0. Binary representation of n : 1101. You need to clear the pth postion, means 0th position bit needs to be cleared.
Write a function to obtain a string with the binary representation of an integer
you have array with n elements. How would you do circular shift of k positions? Time and space complexity?
Write code to generate all possible case combinations of a given lower-cased string. (e.g. "0ab" -> ["0ab", "0aB", "0Ab", "0AB"])
salesforce exp
If you had to change permissions to read/write all recursively in the unix terminal, how would you do it?
Why u chose IT? Why do want to join syntel?
Use 10 trees and plant them in 4 rows such that each row has atleast 4 trees
Viewing 581 - 590 interview questions