[Show all top banners]

Aalu Jasto
Replies to this thread:

More by Aalu Jasto
What people are reading
Subscribers
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 Microsfit Intierview tomorrow .. help needed!!

[Please view other pages to see the rest of the postings. Total posts: 29]
PAGE:   1 2 NEXT PAGE
[VIEWED 10309 TIMES]
SAVE! for ease of future access.
The postings in this thread span 2 pages, View Last 20 replies.
Posted on 10-23-07 9:29 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Sorry if this is not a good place but I have an interview with Ms tomorrow and I need help.

It is an SDE direct position from MS people and they told me to ask ' algorithm, data structure and general SQL and XML. I know SQL and XML stuff but I need the type of question they ask in Algorithm and data structure ..

Any help would be highly appreciated.

Aalu Jasto

Last edited: 24-Oct-07 10:06 AM
Last edited: 24-Oct-07 10:06 AM

 
Posted on 10-23-07 10:33 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Mean while ,, I found these Q.

 

How would you write an algorithm to draw a cat?

You have 2 arrays each containing a set of numbers. Write an algorithm that gets the elements present in the first array and missing from the second. It should have n complexity.

 

1) Write a function int round(float x) to round off a floating point num to int.

2)Write a program to swap two integer pointers.

 

You need to multiply say, 5123 x 3333 (yes, it’s an obvious example) without using calculator etc. How would you go about doing it?

 

Spiral Traversal - If you were given an array like:
A B C D E
1 2 3 4 5
A B C D E
1 2 3 4 5
The output should be: ABCDE5E54321A1234DCB

need a program for this…

 

Write a routine that prints out a 2-D array in spiral order.

 

Write a function that finds the last instance of a character in a string.

 

Write a function to find the nth item from the end of a linked list in a single pass.

 

Write an algorithm to draw a 3D pie chart ?

Write a funtion that finds repeating characters in a string.

Write a routine to reverse a series of numbers without using an array.

Write a function that allocates memory for a two-dimensional array of given size(parameter x & y)

Given an array t[100] which contains numbers between 1 and 99. Return the duplicated value. Try both O(n) and O(n-square).

Write efficient code for extracting unique elements from a sorted list of array.

 

I need answer too


 
Posted on 10-24-07 2:17 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Well...if your interview is tomorrow then askn for help now is kinda late, haina ra? Anyways, I interviewed with Microsoft about 3 weeks ago- for a SDET position. All I can say at this point is , know ATLEAST one programming language inside out ( you will be asked a programming question by every interviewer- the ones that make you think about algorithm efficiency, for example, BigO, etc..). They recommend this book "Programming Interviews Exposed", which basically has everything you need.

They will most likely NOT ask you any brain teasers like people believe they do. It will be all technical questions if you are interviewing for a technical position like the SDE.

KNOW:
               Compiler, Translator, Interpreter, Linker, Loader, etc..
              
                Agile Modeling, Waterfall modeling, etc
        
                String Manipulation

                Array Manipulation
                Working with arrays (I was asked 2 programs on arrays)
                 1. Given two sorted arrays, how do you  combine them into one sorted array using the most                        efficient algorithm?
               
                 2.Sort an array(try to be as efficient as possible)

               Linked Lists
   
                Trees (esp. Binary Trees)

                Recursion
 
                 Sorting Algorithms
 
                Hash Tables
 
                Stacks



Last but not least, READ THE JOB DESCRIPTION THOROUGHLY and UNDERSTAND THE POSITION YOU ARE INTERVIEWING FOR, i.e. the ROLES AND RESPONSIBILITIES.

               
GOOD LUCK!! Just be yourself, be calm, be confident and humble. :-)

 
Posted on 10-24-07 2:21 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Also, KNOW WHAT YOU HAVE ON  YOUR RESUME and be prepared to thoroughly go through it without looking at it for atleast 30 mins.

The questions you posted above- they might not be that complicated ( you have limited time). Know the basic concept rather than focusing on individual questions. It will help a lot.

Again, GOOD LUCK! It's not that hard ..you can do it OR atleast TRY YOUR DAMN BEST
 
Posted on 10-24-07 8:08 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

What about looking interview questions in http://www.kyapoocha.com/

Good Luck buddy!!!


 
Posted on 10-24-07 8:48 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

leart to spell microsoft!!

 
Posted on 10-24-07 9:22 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

learn to spell interview !!


 
Posted on 10-24-07 9:25 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

and what is "higl appociated" ??
 
Posted on 10-24-07 10:43 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Last edited: 24-Oct-07 10:06 AM
Last edited: 24-Oct-07 10:06 AM
I think sajha shouldnt show  Last edited remarks.
Last edited: 24-Oct-07 10:43 AM
Last edited: 24-Oct-07 10:44 AM

 
Posted on 10-24-07 10:47 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

As long as he can spell "I love windows. I hate Linux" he should be fine.

 
Posted on 10-24-07 11:53 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Cmon guys...now cut him some slack You can obviously tell the person was in a hurry when he/she posted that

 
Posted on 10-24-07 11:56 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

-babu123 -  learn to spell  "LEARN"  and not "leart"
 
Posted on 10-24-07 12:52 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

thanks all . My interview will begin within 1 hour. I am in good shape now :)


 
Posted on 10-24-07 1:36 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

haha latoboy you are funny!

 
Posted on 10-24-07 5:47 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Aalu..

Did you get the job?


 
Posted on 10-24-07 7:18 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

oh ! I dont know what will happen ..but I think interview was good from my side.

I did not beleive myself, whatever I studied from the forum, internet.. they asked the same .. like

sort the array with an efficient way, and remove the duplicate ? .. i practiced these kind of question .... lucky me

plus .. what is the prevoius exp? some general c# and xml, sql question.. They asked the same question what I found over the internet ...

 

they told me to give me a call within couple of days .. hope for the best .. it was the good interview overall ..


 
Posted on 10-24-07 7:21 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

thanks cottonCandy , solitude ..latoboy, divdude ,.. :)
 
Posted on 10-24-07 7:25 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Did you send a thank you letter via email to the interviewers yet?  Do so ASAP (if you didn;t forget to ask them for their business card that is).


 
Posted on 10-24-07 8:21 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

wow .. is that a good idea samsara??? Won't it effect anything with my interview??
 
Posted on 10-24-07 8:28 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Thank you letter is a must man.
 



PAGE:   1 2 NEXT PAGE
Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 200 days
Recommended Popular Threads Controvertial Threads
शीर्षक जे पनि हुन सक्छ।
NRN card pros and cons?
What are your first memories of when Nepal Television Began?
TPS Re-registration
TPS Re-registration case still pending ..
Democrats are so sure Trump will win
Basnet or Basnyat ??
nrn citizenship
Sajha has turned into MAGATs nest
Nas and The Bokas: Coming to a Night Club near you
ChatSansar.com Naya Nepal Chat
डीभी परेन भने खुसि हुनु होस् ! अमेरिकामाधेरै का श्रीमती अर्कैसँग पोइला गएका छन् !
3 most corrupt politicians in the world
अमेरिकामा बस्ने प्राय जस्तो नेपालीहरु सबै मध्यम बर्गीय अथवा माथि (higher than middle class)
if you are in USA illegally and ask for asylum it is legal
Travelling to Nepal - TPS AP- PASSPORT
Top 10 Anti-vaxxers Who Got Owned by COVID
आज बाट तिहारको सेल सकियो
निगुरो थाहा छ ??
ढ्याउ गर्दा दसैँको खसी गनाउच
Nas and The Bokas: Coming to a Night Club near you
TPS Update : Jajarkot earthquake
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters