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?
Intern Interview Questions
249,153 intern interview questions shared by candidates
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); }
Here is a problem P. How many ways can you solve P? What's the pros and cons of each implementation? E.g. what is the best way to represent a matrix?
Viewing 1171 - 1180 interview questions