Re: [algogeeks] Re: MS test cases type Questions

2011-10-09 Thread rahul sharma
there r lot of stuff for this in algogeeks.plz u all r requested to post
these kind of quries on interview-street..i can tell u this last tym...
for testing profyl questions will be :
1.u open word fyl and do wrk and save...what can be test cases that error
can pccur.
2. u taking to frnd on phn..suddenly connection cut off...write for thta..

for devloper...
1. 2 server access same data from main data..hw to maintain integrity.

no need to prrpare..these r general


On Sun, Oct 9, 2011 at 1:42 AM, payal gupta gpt.pa...@gmail.com wrote:

 k...
 thanx...your info vud be of great help for me in future..

 regards,
 PAYAL GUPTA,
 CSE 3RD YR
 NIT_B



 On Wed, Sep 14, 2011 at 11:38 PM, KK kunalkapadi...@gmail.com wrote:

 U must mention all the boundary cases, very large input cases, -ve nos
 and must throw appropriate exception while coding during interviews...
 Questions are not too hard in MS... just they dont want buggy code...
 even if u allocate memory.. u should take an if condition i.e. if (p !
 = NULL)...and avoid such other silly mistakes...

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: MS test cases type Questions

2011-10-08 Thread payal gupta
k...
thanx...your info vud be of great help for me in future..

regards,
PAYAL GUPTA,
CSE 3RD YR
NIT_B


On Wed, Sep 14, 2011 at 11:38 PM, KK kunalkapadi...@gmail.com wrote:

 U must mention all the boundary cases, very large input cases, -ve nos
 and must throw appropriate exception while coding during interviews...
 Questions are not too hard in MS... just they dont want buggy code...
 even if u allocate memory.. u should take an if condition i.e. if (p !
 = NULL)...and avoid such other silly mistakes...

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: MS test cases type Questions

2011-09-14 Thread payal gupta
dats f9...bt cud i get 2 knoe ...how bout answering 2 d perfectness...n  if
v cud practice dem from nywhere

Regards,
PAYAL GUPTA,
CSE-3 rd yr,
NIT-B

On Tue, Sep 13, 2011 at 10:05 PM, Navneet navneetn...@gmail.com wrote:

 Basically test cases are asked for very general purpose software like
 a Notepad etc.

 Generally they want you to come up with as many as test cases as
 possible.


 On Sep 13, 7:15 pm, Akash Mukherjee akash...@gmail.com wrote:
  +1
 
 
 
 
 
 
 
  On Mon, Sep 12, 2011 at 3:42 PM, pg@manit gpt.pa...@gmail.com wrote:
   Cud some 1 suggest me 4m how 2 practise test cases type of questions
   which usually cum in MS written Papers?
   thanx..in advance
 
   Regards,
   PAYAL GUPTA
 
   --
   You received this message because you are subscribed to the Google
 Groups
   Algorithm Geeks group.
   To post to this group, send email to algogeeks@googlegroups.com.
   To unsubscribe from this group, send email to
   algogeeks+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/algogeeks?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Re: MS test cases type Questions

2011-09-14 Thread KK
U must mention all the boundary cases, very large input cases, -ve nos
and must throw appropriate exception while coding during interviews...
Questions are not too hard in MS... just they dont want buggy code...
even if u allocate memory.. u should take an if condition i.e. if (p !
= NULL)...and avoid such other silly mistakes...

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Re: MS test cases type Questions

2011-09-13 Thread Navneet
Basically test cases are asked for very general purpose software like
a Notepad etc.

Generally they want you to come up with as many as test cases as
possible.


On Sep 13, 7:15 pm, Akash Mukherjee akash...@gmail.com wrote:
 +1







 On Mon, Sep 12, 2011 at 3:42 PM, pg@manit gpt.pa...@gmail.com wrote:
  Cud some 1 suggest me 4m how 2 practise test cases type of questions
  which usually cum in MS written Papers?
  thanx..in advance

  Regards,
  PAYAL GUPTA

  --
  You received this message because you are subscribed to the Google Groups
  Algorithm Geeks group.
  To post to this group, send email to algogeeks@googlegroups.com.
  To unsubscribe from this group, send email to
  algogeeks+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.