1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
Next >>
To post a question, please login or sign up.
-
anonymous
What is the difference between an interface and an abstract class in languages like Java and C#?
(4 answers)
-
anonymous
tell me about an experience where you had to introduce a new concept to a group of people and win their support
(2 answers)
-
anonymous
Background - what do you do? what positions interest you etc?
(no answers yet)
-
anonymous
How can you rate C++ and Java out of 10??
(no answers yet)
-
anonymous
In a general tree, how would you find the lowest common ancestor of two nodes that are given to you as parameters?
(no answers yet)
-
anonymous
On-site interview consisted of 2 individual interviews. First was hands-on, second was a p2p questionaire.
(no answers yet)
-
anonymous
How would you test an ATM in a distributed banking system.
(no answers yet)
-
anonymous
Why do you want to work at Microsoft, How can you say Microsoft as your best place to work, and basically WHY MICROSOFT???
(3 answers)
-
anonymous
Told me to describe one of my personal projects.
(no answers yet)
-
anonymous
Given a chunk of memory1. Implement malloc.2. Implement free.
(no answers yet)
-
anonymous
Add numbers in base n
(no answers yet)
-
anonymous
A disk is partioned into two hemispheres colored in black and white and the disk is rotating.By appropriate positioning of sensors (A sensor can read the disk near it as black or white) we need to find the direction of the motion of the disk.
(no answers yet)
-
anonymous
Describe a project you've done. (be passionate)
(no answers yet)
-
anonymous
Why do you want to be a SDET? (you need a strong answer for this. it'll be asked a LOT)
(no answers yet)
-
anonymous
Given a tree such that each node has a child and sibling, find a node in the tree.Prioritize the search by level (ie., check all siblings before children).Hint: use a queue
(no answers yet)
-
anonymous
Test a bottle of soysauce.Hint: Test these categories:Accessibility - accessibility, platformRobust - stress, loadOperation - acceptance, performance, boundarySecurity - security/safety
(no answers yet)
-
anonymous
Two robots are each standing on a beacon, on a line of infinite length.They both execute the same code. Write the code to have them collide.Only use these commands:SKIPNB - skip the next line of code if not on a beacon MVR - move right one stepMVL - movel eft one stepJMP - goto label in the codehint: have both robots move to the right in a loop. if a robot passes a beacon, double its speed.
(no answers yet)
-
anonymous
Write code to find the dot product and cross product.Given 3 points on plane and a point in space, find the distance between the point and the plane.Find the location of the point projected to the plane.
(no answers yet)
-
anonymous
Write code to reverse the words of a sentence and not the sentence itself eg: Input: a quick brown foxOutput:a kciuq nworb xofTest the codeNow what if there is a punctuation mark like a quick, brown fox ...we still want the output to be a kciuq, nworb xof and not a ,kciuq nworb xofWhat if the developer did not want to fix this bug since it is not there in the specs...what would you do?
(no answers yet)
-
anonymous
Write code to delete a node from a linked list. Write test cases for the code you have written
(no answers yet)
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
Next >>