Microsoft Interview Question for Software Engineer / Developers


Country: United States
Interview Type: Phone Interview




Comment hidden because of low score. Click to expand.
7
of 7 vote

Vibrator, light & pillow vibrator. To cover minimal to severely deaf.
Vibrator + Light = Normal deaf.
Pillow vibrator + Light = severely deaf.

Class Clock
  Set the time.
  Advance the time.
  Display the time.
  
Class Hour indicator
  Set its value
  Advance its value
  Display its value
  
Class Minute indicator
  Set its value
  Advance its value
  Display its value
  
Class Seconds indicator
  Advance its value
  Display its value
  
Vibrator
  Trigger
  Silent
  
Light
  On
  Off

- Ajeet October 28, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
1
of 1 vote

Ooops missed two important methods.... setAlarm and offAlarm, snoozeAlarm

Class Clock
  Set the time.
  Advance the time.
  Display the time.
  setAlarm 
  offAlarm
  snoozeAlarm

- Ajeet October 28, 2013 | Flag
Comment hidden because of low score. Click to expand.
1
of 3 vote

spring loaded boxing glove aimed at backside while sleeping

- Urik's twin Cookie Monster (dead now) October 28, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

LMAO - I think this would wake up any person with any disability unless it knocks him out haha

- Anonymous October 28, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

:)

- Ajeet October 28, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

Cassius watches.

(Cassius Clay was Mohammed Ali's real name).

- Anonymous October 28, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

vibrations , light

- Anonymous October 27, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

a high intense light

- amanraj09 October 27, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

How about a wrist-watch that vibrates?

- Avi October 27, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

He will think he is dead when he feels the vibrations and sees the light.

- Anonymous October 28, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Using light, fully.

- John Zhao October 27, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Yeah right. Stop posting questions from the web.

This is an idiotic PM question. Not a developer question.

- Anonymous October 28, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

+100.

- Anonymous October 28, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Create a watch alarm clock that vibrate :)

- Latint Dowell October 30, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

#include <stdio.h>
#include <time.h>

int main(void) {

time_t rawtime;
struct tm* time_;

time(&rawtime);
time_ = localtime(&rawtime);

printf("%i:%i:%i %i %i %i\n", time_->tm_hour, time_->tm_min,
time_->tm_sec, time_->tm_mday, time_->tm_mon+1,
time_->tm_year+1900);

return 0;
}

- Purushotam sahu November 08, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

person is deaf not blind

- Anonymous November 08, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

clock with sensor coupled to another

- nishit January 25, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

sensor which is located under the bed .when the desired time iss reached the clock wud send a em signal to the bed sensor.the latter on activating will vibrate the whole bed setting him awake-for wall and table clock
the wrist watch cud vibrate on its own when the desired time is reached

- Anonymous January 25, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Splashing water when alarm rings

- Bhoo Bhoo December 23, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
-1
of 1 vote

,.lm ,

- Anonymous October 27, 2013 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More