If you were given a large amount of tasks and a short amount of time, how would you go about completing them
Interns Interview Questions
249,073 interns interview questions shared by candidates
Nothing was difficult. They asked really basic probability questions. The one that was the most difficult: If the probability of seeing a shooting star over the course of an hour is .64, what is the probability of seeing a shooting star over the course of a half hour?
the difference between process and thread
Languages spoken
Regarding digital advertising and business model
How would you reverse a string?
Convert char string to integer.
Compute all the intersections of two sets of segments in a line.
Given a binary tree with integer values at each node, verify that it is a binary search tree.
void fun1(struct node* head) { if(head == NULL) return; fun1(head->next); printf("%d ", head->data); }
Viewing 1171 - 1180 interview questions