|
Category Placement papers
Interview Preparation Tips - Must Read
Viewed 2195 times since Tue, Nov 17, 2009
1. SKILLS There are basically three skills, which are necessarily required to succeed in the interviews. They are: Aptitude Communication skills Technical skills Attitude/Personality-this is transparent to candidates... Read More
SOME GD TOPICS
Viewed 1272 times since Wed, Nov 11, 2009
SOME GD TOPICS Go through this GD topics please have a glance with them 1. Indian cultural values have nothing to fear from globalization 2. The impact of economic reforms has been that rich people have become richer rich and... Read More
HOW TO HANDLE GROUP DISCUSSIONS
Viewed 802 times since Wed, Nov 11, 2009
HOW TO HANDLE GROUP DISCUSSIONS How to Handle Group Discussions Many companies conduct group discussion after the written test so as to check on your interactive skills and how good you are at communicating with other people. The GD is... Read More
MICROSOFT PLACEMENT PAPER (TECHNICAL-C, DATA STRUCTURE)
Viewed 49 times since Tue, Nov 17, 2009
PAPER: MICROSOFT PLACEMENT PAPER (TECHNICAL-C, DATA STRUCTURE) 1. Besides communication cost, what is the other source of inefficiency in RPC? (answer : context switches, excessive buffer copying). How can you optimize the communication? (ans :... Read More
Microsoft Interview Questions & Answers
Viewed 47 times since Tue, Nov 17, 2009
(Q&A) Microsoft Interview Questions & Answers Perhaps you have heard that when Microsoft interviews potential employees, the ask them a series of mind-benders. Having recently experienced a Microsoft interview, let me assure you the rumors... Read More
Microsoft Interview Questions Paper (Set-5)
Viewed 41 times since Tue, Nov 17, 2009
MICROSOFT PREVIOUS YEARS COLLEGE CAMPUS PLACEMENT PAPERS AND HR INTERVIEW QUESTIONS JAVA QUESTIONS N ANSWERS (Avg. of 487 ) : What is the difference between an Applet and an Application? (Avg. of 133 ) : What are java beans? Rate... Read More
Technical Interview Qestions Based on Microsoft (.NET, Database, HR, Software Development)
Viewed 30 times since Tue, Nov 17, 2009
Job Interview Placement Paper At Microsoft Microsoft HR (Screening) - Tell about yourself - Tell about your work experience - Tell about projects - Tell about your current project and your role in it - What is your current salary p.a. ... Read More
MICROSOFT PLACEMENT PAPER (TECHNICAL-C, DS ,UNIX)
Viewed 26 times since Tue, Nov 17, 2009
PAPER: MICROSOFT PLACEMENT PAPER (TECHNICAL-C, DS ,UNIX) 1. If you are on a boat and you throw out a suitcase, Will the level of water increase. 2. Print an integer using only putchar. Try doing it without using extra storage. 3.... Read More
MICROSOFT CAMPUS PLACEMENT PAPER PATTERN
Viewed 23 times since Tue, Nov 17, 2009
PAPER: MICROSOFT CAMPUS PLACEMENT PAPER PATTERN There are 3 sections 1. Analytical 25 questions ( 30 minutes) 2. Reasoning 25 questions (25 minutes) 3. Verbal 20 questions (20 minutes) Analytical (some what easy to attempt) ... Read More
Microsoft Interview Questions
Viewed 22 times since Tue, Nov 17, 2009
Microsoft Interview Questions Caution: The following are rumored to be MS interview questions. Solving them does not guarantee you a job in Redmond. 1. Given a rectangular (cuboidal for the puritans) cake with a rectangular ... Read More
Microsoft Sample Placement Papers
Viewed 21 times since Tue, Nov 17, 2009
Microsoft Placement Papers and Sample Papers Algorithms & Coding : Microsoft Examination Papers (Avg. of 25 ) : You have b boxes and n dollars. If I want any amount of money from 0 to n dollars, you... Read More
Microsoft Interview Questions Paper (Set-8)
Viewed 18 times since Tue, Nov 17, 2009
Microsoft Placement Paper (Questions) Iterative function iterativecount (unsigned int n) begin int count=0; while (n) begin count += n & 0x1 ; n >>= 1; end return count; end Sparse Count ... Read More
Microsoft .NET Interview Questions
Viewed 18 times since Tue, Nov 17, 2009
Microsoft .NET Interview Questions What is the base class of .NET?Explain assemblies Base class provides a base set of methods that all derived classes can use Explain assemblies Answer 1: Assemblies are similar to dll files.... Read More
Microsoft Placement Question Paper?(Algorithm And Programming) SET-3
Viewed 17 times since Tue, Nov 17, 2009
Microsoft Placement Question Paper (Algorithm And Programming) Set -3 Algorithms and Programming 1. Given a rectangular (cuboidal for the puritans) cake with a rectangular piece removed (any size or orientation), how... Read More
Microsoft SQL Server Interview Questions And Answers (SET -11)
Viewed 17 times since Tue, Nov 17, 2009
Microsoft SQL Server Interview Questions And Answers (SET -11) You are considering consolidating a number of your existing SQL Servers onto a new, large SQL Server 2005 server. You have 3 SQL Server 6.5 servers, 6 SQL Server 7.0... Read More
Microsoft Test Paper & Pattern
Viewed 16 times since Tue, Nov 17, 2009
Microsoft Paper & Pattern The following are actual questions from actual interviews conducted by Microsoft employees on the main campus. Microsoft Consultants are sometimes allowed to have a life, so questions asked of them during ... Read More
MICROSOFT INTERVIEW AT HYDERABAD1
Viewed 16 times since Tue, Nov 17, 2009
INTERVIEW : MICROSOFT INTERVIEW AT HYDERABAD These are some of the questions asked in Microsoft Interview X 1)reverse the given n-bit unsigned integer? I mean if 1011 is the i/p then o/p=1101 Time copmlexity should be as small as possible... ... Read More
MICROSOFT - India is looking for Developers and Test Engineers
Viewed 15 times since Tue, Nov 17, 2009
(ALERT) MICROSOFT - India is looking for Developers and Test Engineers ... Read More
Microsoft Examination Papers (Analytical)
Viewed 15 times since Tue, Nov 17, 2009
Microsoft Examination Papers (Analytical) Questions: If you had an infinite supply of water and a 5 quart and 3 quart pail, how would you measure exactly 4 quarts? If you could remove any of the 50 states... Read More
Microsoft Placement Paper Pattern (COMPUTER AWARENESS + QUANTITATIVE + ANALYTICAL ABILITY)
Viewed 15 times since Tue, Nov 17, 2009
Microsoft Placement Paper Pattern There were almost 40 technical questions and 10 analytical questions. .total 50 questions.. About analytical questions 1.find perimeter of a trapezium wit 3 sides given and distance b/w parallel sides... Read More
Want Microsoft India to consider your resume?
Viewed 14 times since Tue, Nov 17, 2009
Want Microsoft India to consider your resume? Do you want to know what it takes to get hired by Microsoft India? What are the technology platforms and skillsets you need to know if your resume has to be considered by Microsoft... Read More
Microsoft Interview Questions1
Viewed 14 times since Tue, Nov 17, 2009
Interview : Microsoft Interview Questions Caution: The following are rumored to be MS interview questions. Solving them does not guarantee you a job in Redmond . 1. Given a rectangular (cuboidal for the puritans) cake with a... Read More
MICROSOFT PLACEMENT PAPER (TECHNICAL-C CPP PROGRAMMING)
Viewed 13 times since Tue, Nov 17, 2009
PAPER: MICROSOFT PLACEMENT PAPER (TECHNICAL-C C++ PROGRAMMING) 1. I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the... Read More
Microsoft Examination Papers (Algorithms & Coding)
Viewed 12 times since Tue, Nov 17, 2009
Microsoft Examination Papers (Algorithms & Coding) Questions: You have b boxes and n dollars. If I want any amount of money from 0 to n dollars, you must be able to hand me 0 to b boxes so that I get exactly... Read More
Fresher - Microsoft Developers/ Web Designers
Viewed 11 times since Tue, Nov 17, 2009
JOB : Fresher - Microsoft Developers/ Web Designers Job Description (Fresher) Fresher - Technical Skills - HTML/XHTML - Adobe Photoshop - CSS - Flash - PERL( desirable) - Exposure to website development - Excellant English... Read More
Microsoft India Freshers Recruitment -2
Viewed 11 times since Tue, Nov 17, 2009
JOB : Microsoft India Freshers Recruitment (2) Job Description : Job Description Do you know that the number of cell phone subscriptions: Design, class libraries, and virtual execution... Read More
Microsoft Placement Question Paper?(Algorithm And Programming) SET-4
Viewed 11 times since Tue, Nov 17, 2009
Microsoft Placement Question Paper (Algorithm And Programming) Set -4 Algorithms and Programming 1. Given a rectangular (cuboidal for the puritans) cake with a rectangular piece removed (any size or orientation), how would... Read More
MICROSOFT PLACEMENT PAPER (TECHNICAL-C, OS)
Viewed 11 times since Tue, Nov 17, 2009
PAPER: MICROSOFT PLACEMENT PAPER (TECHNICAL-C, OS) 1. An array of size k contains integers between 1 and n. You are given an additional scratch array of size n. Compress the original array by removing duplicates in it. What if k << n? ... Read More
Microsoft Company Profile
Viewed 10 times since Tue, Nov 17, 2009
Microsoft Company Profile Microsoft is a multinational computer technology corporation. They are a veteran software company, best known for their Microsoft Windows operating system and the Microsoft Office suite of productivity software, but they... Read More
Microsoft Placement Paper & Pattern
Viewed 10 times since Tue, Nov 17, 2009
Download All Microsoft Sample Placement Papers as Attachments... Microsoft.txt MS.txt MS.rtf MSQ.rtf MS_Pvrao.rtf MSQ.Anil.rtf MS puzzles1.rtf ms questions.rtf microsoft.rtf microsoft_interview.html ... Read More
MICROSOFT INTERVIEW AT HYDERABAD
Viewed 10 times since Tue, Nov 17, 2009
MICROSOFT INTERVIEW AT HYDERABAD These are some of the questions asked in Microsoft Hyd Interview 1)reverse the given n-bit unsigned integer? I mean if 1011 is... Read More
Microsoft Interview Questions Paper (Set-4)
Viewed 10 times since Tue, Nov 17, 2009
MICROSOFT PREVIOUS COLLEGE CAMPUS PLACEMENT PAPERS AND HR INTERVIEW QUESTIONS ANALYTICAL QUESTIONS (Avg. of 343 ) : If you had an infinite supply of water and a 5 quart and 3 quart pail, how would you measure exactly 4 quarts? ... Read More
Microsoft Placement Paper Pattern
Viewed 10 times since Tue, Nov 17, 2009
Microsoft Placement Paper Pattern Algorithms & Coding : Microsoft Examination Papers (Avg. of 25 ) : You have b boxes and n dollars. If I want any amount of money from 0 to n dollars, you must be able to hand me 0 to b boxes... Read More
Microsoft Interview Pattern (Page-1)
Viewed 10 times since Tue, Nov 17, 2009
Interview : Microsoft Interview Questions (Part - 1): The following are actual questions from actual interviews conducted by Microsoft employees on the main campus. Microsoft Consultants are sometimes allowed to have a life, so questions asked... Read More
Microsoft Placement Question Paper (Aptitude)
Viewed 10 times since Tue, Nov 17, 2009
Download : Microsoft Placement Question Paper (Aptitude) -------------------------------------- Download Attachments (BELOW):- ----------------------------------------------- Read More
MICROSOFT PLACEMENT PAPER (ALGORITHM & PROGRAMMING)
Viewed 10 times since Tue, Nov 17, 2009
PAPER: MICROSOFT PLACEMENT PAPER (ALGORITHM & PROGRAMMING) Algorithms and Programming 1. Given a rectangular (cuboidal for the puritans) cake with a rectangular piece removed (any size or orientation), how would you cut the remainder... Read More
Microsoft India Freshers Recruitment -1
Viewed 9 times since Tue, Nov 17, 2009
JOB : Microsoft India Freshers Recruitment (1) Job Description : Qualifications include knowledge of operating systems, object-oriented design, class libraries, and virtual execution environments. Proficiency with C++ or other object... Read More
Microsoft Placement Paper (Computer Architecture)?-1
Viewed 9 times since Tue, Nov 17, 2009
Microsoft Placement Paper (Computer Architecture) Computer Architecture 1. Explain what is DMA? 2. What is pipelining? 3. What are superscalar machines and vliw machines? 4. What is cache? 5. What is cache coherency and... Read More
Microsoft Placement Question Paper? (Network And Security)
Viewed 9 times since Tue, Nov 17, 2009
Microsoft Placement Question Paper (Network And Security) Networks and Security 1. How do you use RSA for both authentication and secrecy? 2. What is ARP and how does it work? 3. What’s the difference... Read More
Microsoft Interview Pattern (Page-2)
Viewed 9 times since Tue, Nov 17, 2009
Interview : Microsoft Interview Questions (Part - 2): Imagine this scenario: I/O completion ports are communictaions ports which take handles to files, sockets, or any other I/O. When a Read or Write is submitted to them, they... Read More
Microsoft Interview Pattern (Page-7)
Viewed 9 times since Tue, Nov 17, 2009
Interview :Microsoft Interview Pattern (Page - 7) 56. Write a program to remove duplicates from a sorted array. ANS. int remove_duplicates(int * p, int size) { int current, insert = 1; for (current=1; current < size; current++) if ... Read More
Microsoft Interview Pattern (Page-9)
Viewed 9 times since Tue, Nov 17, 2009
Interview :Microsoft Interview Pattern (Page - 9) Networks and Security 1. How do you use RSA for both authentication and secrecy? 2. What is ARP and how does it work? 3. What’s the difference between a... Read More
Microsoft Interview Pattern (Page-10)
Viewed 9 times since Tue, Nov 17, 2009
Interview :Microsoft Interview Pattern (Page - 10) Databases 1. You, a designer want to measure disk traffic i.e. get a histogram showing the relative frequency of I/O/second for each disk block. The buffer pool has b buffers and... Read More
MICROSOFT PLACEMENT PAPER (TECHNICAL)
Viewed 9 times since Tue, Nov 17, 2009
PAPER: MICROSOFT PLACEMENT PAPER (TECHNICAL) 1. In a X’s and 0’s game (i.e. TIC TAC TOE) if you write a program for this give a fast way to generate the moves by the computer. I mean this should be the fastest way possible. ANS:- The... Read More
Microsoft Placement Paper Test Pattern
Viewed 8 times since Tue, Nov 17, 2009
Microsoft test paper would have section like databases, C & C++ programming, data structures , and algorithms. What? Here is a set of questions that I have with me which software guys have asked at interviews in the past, most of them are... Read More
Microsoft Visual Studio .NET Programmer
Viewed 8 times since Tue, Nov 17, 2009
JOB : Microsoft Visual Studio .NET Programmer Job Detail : An ideal candidate should have good communication skills, hard working, and have capability to meet dead lines and should posess the following skill sets : ASP.NET using VB... Read More
Software Engineer - Microsoft .Net
Viewed 8 times since Tue, Nov 17, 2009
JOB : Software Engineer - Microsoft .Net - - 2,50,000 Job Description : Looking for Software Developers Java/J2EE with Oracle or Asp.Net/C#/Vb.NET with SQL Server or Php, C, C++ with MySQL We are specialized in developing... Read More
Microsoft India Freshers Recruitment - 3
Viewed 8 times since Tue, Nov 17, 2009
JOB : Microsoft India Freshers Recruitment Job Description : This role is responsible for the tactical delivery of IT Services (general IT infrastructure - IT Service Desk, Networking, Hardware & Telephony, product deployment and... Read More
Fresher - Graduates (Microsoft)
Viewed 8 times since Tue, Nov 17, 2009
JOB : Fresher - Graduates (Microsoft) Job Description : Mumbai Fresher - Responsibilities Utilize effective verbal/written skills to communicate with customers, CSS engineers, solution archetecs and appropriate subsidiary staff via... Read More
Microsoft - Application Programming
Viewed 8 times since Tue, Nov 17, 2009
JOB : Microsoft - Application Programming Job Description : Qualifications include knowledge of operating systems, object-oriented design, class libraries, and virtual execution environments. Proficiency with C++ or other object oriented... Read More
Microsoft Interview Questions Paper (Set-7)
Viewed 8 times since Tue, Nov 17, 2009
Microsoft Placement Question Papers Algorithms and Programming 1. Given a rectangular (cuboidal for the puritans) cake with a rectangular piece removed (any size or orientation), how would you cut the remainder of the cake into two... Read More
Microsoft Placement Question Paper?(Algorithm And Programming) SET-2
Viewed 8 times since Tue, Nov 17, 2009
Microsoft Placement Question Paper (Algorithm And Programming) Set -2 57. C++ ( what is virtual function ? what happens if an error occurs in constructor or destructor. Discussion on error handling, templates, unique features of... Read More
Microsoft Interview Pattern (Page-3)
Viewed 8 times since Tue, Nov 17, 2009
Interview : Microsoft Interview Questions (Part - 3): ANALYTICAL QUESTIONS If you had an infinite supply of water and a 5 quart and 3 quart pail, how would you measure exactly 4 quarts? If you could... Read More
Microsoft Interview Pattern (Page-4)
Viewed 8 times since Tue, Nov 17, 2009
Interview : Microsoft Interview Questions (Part - 4): JAVA QUESTIONS AND ANSWERS What is the difference between an Applet and an Application? What are java beans? What is RMI? What ... Read More
Microsoft Interview Pattern (Page-6)
Viewed 8 times since Tue, Nov 17, 2009
Interview :Microsoft Interview Pattern (Page - 6) Iterative function iterativecount (unsigned int n) begin int count=0; while (n) begin count += n & 0x1 ; n >>= 1; end return count; end Sparse... Read More
MICROSOFT COLLEGE CAMPUS PLACEMENT PAPERS AND HR INTERVIEW QUESTIONS
Viewed 8 times since Tue, Nov 17, 2009
PAPER : MICROSOFT COLLEGE CAMPUS PLACEMENT PAPERS AND HR INTERVIEW QUESTIONS Algorithms : What’s the difference between a linked list and an array? Implement a linked list. Why did you pick the method you did? Implement an algorithm to sort... Read More
Microsoft Placement Question Papers - Technical & General Ability
Viewed 8 times since Tue, Nov 17, 2009
Microsoft Placement Question Papers - Technical & General Ability Programming Questions Computer Networks, Databases, etc. Computer Architecture Puzzles, Riddles and Others 0. Classic: If a bear walks one mile south, turns left and walks... Read More
JOBS @ Microsoft India Develop Center - MSIDC
Viewed 7 times since Tue, Nov 17, 2009
(Career) JOBS @ Microsoft India Develop Center - MSIDC About Microsoft India Development Center (MSIDC) MSIDC has developed and released many core products and technologies to the world-wide market since its inception in India in 1998. One of... Read More
Microsoft Examination Papers (Algorithms)
Viewed 7 times since Tue, Nov 17, 2009
Microsoft Examination Papers (Algorithms) Questions : 1. What?s the difference between a linked list and an array? 2. Implement a linked list. Why did you pick the method you did? 3. Implement an algorithm... Read More
Microsoft Interview Questions Paper (Set-2)
Viewed 7 times since Tue, Nov 17, 2009
Microsoft Interview Questions Paper The following are actual questions from actual interviews conducted by Microsoft employees on the main campus. Microsoft Consultants are sometimes allowed to have a life, so questions asked of them... Read More
Microsoft Interview Questions Paper (Set-3)
Viewed 7 times since Tue, Nov 17, 2009
MICROSOFT COLLEGE CAMPUS PLACEMENT PAPERS AND HR INTERVIEW QUESTIONS Algorithm What’s the difference between a linked list and an array? Implement a linked list. Why did... Read More
Microsoft Interview Questions Paper (Set-6)
Viewed 7 times since Tue, Nov 17, 2009
MICROSOFT COLLEGE CAMPUS PREVIOUS YEARS QUESTION PAPERS AND HR INTERVIEW QUESTIONS DATABASES QUES N ANS What are two methods of retrieving SQL? (Avg. of 588 ) : What cursor type do you use to retrieve multiple recordsets? (Avg... Read More
Microsoft Placement Paper - 2
Viewed 7 times since Tue, Nov 17, 2009
Microsoft Placement Question Paper What? Here is a set of questions that I have with me which software guys have asked at interviews in the past, most of them are actually from Microsoft but a few have been pulled together from other places too... Read More
Microsoft Interview Pattern (Page-5)
Viewed 7 times since Tue, Nov 17, 2009
Interview :Microsoft Interview Pattern (Page - 5) Disclaimer : This page is in no way connected with Microsoft Corporation. Puzzles, Riddles ... Read More
Microsoft Interview Pattern (Page-8)
Viewed 7 times since Tue, Nov 17, 2009
Interview :Microsoft Interview Pattern (Page - 8) Linked lists 86. Under what circumstances can one delete an element from a singly linked list in constant time? ANS. If the list is circular and there are no references to the... Read More
Microsoft Job Interview Paper Pattern (CA, Database, Java And Graphics)
Viewed 7 times since Tue, Nov 17, 2009
Microsoft Job Interview Paper Pattern (CA, Database, Java And Graphics) Computer Architecture: 1. Explain what is DMA? 2. What is pipelining? 3. What are superscalar machines and vliw machines? 4. What is cache? 5. What is cache... Read More
Microsoft Placement Question Paper?(Algorithm And Programming) SET-1
Viewed 6 times since Tue, Nov 17, 2009
Microsoft Placement Question Paper (Algorithm And Programming) Set -1 Algorithms and Programming 1. Given a rectangular (cuboidal for the puritans) cake with a rectangular piece removed (any size or orientation), how would... Read More
|