These Are one of the Microsoft Interview Questions Round 1: What are your interests? ( as in academics/topics) Given a string, search it in a set of strings (say among 1000s of string). What data structure would you use to store those 1000 strings and get the results fastest? Answer:I answered hash tables but [...]
Posts Tagged ‘Microsoft’
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 how is it eliminated? 6. What is write back and write through caches? 7. What are different pipelining hazards and how are they eliminated. 8. What [...]
MICROSOFT PAPER ON 24TH MAY AT MUMBAI
Posted: April 4, 2009 in Placement PapersTags: Microsoft, Reasoning
For all who r trying for Microsoft or any other company, My one suggestion is that be perfect in basics. If u r perfect in basics u can crack any interview. So Don’t loss u r hopes if u have not got recruited still. “NOTHING IS IMPOSSIBLE IN THIS WORLD ,BECAUSE IMPOSSIBLE ALSO SAYS THAT [...]
MICROSOFT PAPER ON 5TH SEPTEMBER,2008
Posted: April 4, 2009 in Placement PapersTags: C & C++, Microsoft
Question 1. [10] Find the output of the following program segment #include char *c[]={“ENTNG”, “NST”,”AMAZI”,”FIRBE”}; char** cp[]={c+3, c+2, c+1, c}; char ***cpp= cp; void main() { printf(“%s”,**++cpp); printf(“%s “,*–*++cpp+3); printf(“%s”,*cpp[-2]+3); printf(“%s”,cpp[-1][-1]+1); } Question 2. [5] Write a function delete(struct node** Head) to delete the linked list node by node by deallocating them from the memory [...]
1) Coldest planet:Pluto 2) INS Shivali is the first: 3) Which one of the following was NOT indegineously developed?:Prithvi/Akash/Agni 4) Full form of SARS 5) Anthrax is a :Virus/Bacteria/…/… 6) Dakshina Gangothri is:Ganga’s origin/Indian camp @ antartica/…/… 7) Which of the following is a chemical weapon:Mustard Gas/Marsh Gas/…/… 8) A question based on Coding and [...]


