Write a program to find (x^y) % z
Interns Interview Questions
248,183 interns interview questions shared by candidates
How many times does the Earth rotate around its own axis while it makes one revolution around the sun?
if we had a list of n nodes, what are the maximum number of edges there can be for a directed acyclic graph?
Asked what RFI stands for.
You have a file with 4 billion integers. Find an integer that doesn't exist in the file, given that you have very little available memory on your computer.
Can you think of an example of a scenario where you would want to use a tree with more degrees of branching than a binary tree?
Given a list of n elements...every element has a duplicate except one...Find that lone number?
string compression: aaabbbbcc ->a3b4c2
Explain a time you had too much to do in too little time
Letters are represented by numbers, e.g. A = 1 B = 2 ... J = 10 K = 11 etc. Given a number (e.g. 113), how many different combinations of letters could this be converted to?
Viewing 141 - 150 interview questions