Microsoft Interview Question for Program Managers






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

Hmm...looks like the previous answers went a little details in terms of the data structures to use. I'm not sure if I should answer this in a high level scope or low level, but here's my answer.
1. Simple UI. Smart phones are small, you cannot have a UI that requires a lot of micro control such as pressing a tiny buttons or icons. This will make people press the wrong things and can be frustrating easily.
2. (A question for the interviewer, is it a casual social network like Facebook or a professional one like LinkedIn). If it is a casual one then it needs a "wow" factor that a compete with other competitors such as Facebook. The one I could think of is a feature that shows who's around you. Of course it needs to have the users permission first. (Sorta like Google Latitude)
3. Link local contacts to the app. Add those people that are stored locally to the network. This can save a lot of time and prevent users from searching/ adding them one by one.
4. Ability to instantly upload picture or videos. It is a must for social network applications.
5. Security. This one is also important. It needs to have a secure way to delete/ prevent people from hacking the account since people can lose their phone easily or letting others borrow their phones.

- Malluce August 05, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

DESIGN:

(1)use phone number as user id which is unique
use trie datastructure to create, search and delete the user account
(2)end of each phone number in trie structure pointing to a structure node, which may have the important data like password(for login check), pointer to the main user data(like name, address, friends etc)
(3)the friends which are registered in the site and in contact list of user, store them as linked list where data is the pointer to the user srtuctre of there freinds
(4)make simple linked list implementation for sms, mms, files, ringtones, mp3 etc etc

- mail2vcp@gmail.com September 29, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
Comment hidden because of low score. Click to expand.
0
of 0 votes

Hi,
Where is the "social networking" coming in the picture in this solution. These are features that are already there in the phone. Why would people create a profile and use a website to send sms / mms etc ?

- vinki October 17, 2008 | Flag


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