[algogeeks] final year project?

2011-10-01 Thread jestincobol nair
Guys plz suggest me some final year topic which is feasible ?
my interest area is network security


thanks  regards
jestin

-- 
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] Schneider electric !!

2011-09-14 Thread jestincobol nair
Has anyone attended schneider electric placement ?? if yes plz share ur
experience it is coming after 2 days to my coll.

-- 
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] Math Puzzle

2011-09-14 Thread jestincobol nair
wat is p2 p's square??

On Thu, Sep 15, 2011 at 10:26 AM, NAGARAJAN SIVARAMAN naga4...@gmail.comwrote:

 if P+Q+R= 0  then P2 /QR  + Q2/PR + R2/PQ = ??

 how to solve this??

 --
 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] Math Puzzle

2011-09-14 Thread jestincobol nair
ans is 3 :)


On Thu, Sep 15, 2011 at 10:35 AM, jestincobol nair jestinco...@gmail.comwrote:

 wat is p2 p's square??


 On Thu, Sep 15, 2011 at 10:26 AM, NAGARAJAN SIVARAMAN 
 naga4...@gmail.comwrote:

 if P+Q+R= 0  then P2 /QR  + Q2/PR + R2/PQ = ??

 how to solve this??

 --
 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] Help!!

2011-08-27 Thread jestincobol nair
Hi folks !

  I am able to clear the aptitude round of placement but i will
not be called for the second interview round in the first interview round
they will not ask much questions and what ever they wil ask i will answer
dem correctly only . This has happened with me twice!! i am seriously
depressed what to do ??? i am not able to find out my weakness also :(

Plz some interview cracking material

Looking forward for your help!

 Jestin Nair

-- 
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] Answer these ques !!

2011-08-19 Thread jestincobol nair
1From the following options, select the correct pre-order representation of
the following expression.

– 16 – – 14 / – 12 - 2 * 8


-–16--/14–12*28


-–16--/-1412*28


-–16-/–14–12*28


*/--–16-14–1228




2 Which one of the following is NOT a referential integrity issue in a
relational database where the DEPT column of the EMPLOYEE table is
designated as a foreign key into the DEPARTMENT table?


Inserting a new row into EMPLOYEE with a DEPT whose value is not the primary
key of any of the rows in DEPARTMENT


Updating the value of DEPT in a row of EMPLOYEE with a value that is not the
primary key of any of the rows in DEPARTMENT


Deleting a row of DEPARTMENT


Inserting a new row into DEPARTMENT with a primary key that is not the value
of the DEPT column of any row in EMPLOYEE



3 From the following options, select the OOP mechanism, that allows
treatment of the derived class members just like the members of their parent
class.


Decoupling


Encapsulation


Polymorphism


Abstraction



4 A program uses a queue to visit each of the nodes of a binary tree,
starting at its root. After a node is processed its children are added to
the the end of the queue. In what order do nodes get processed?


Postorder


Breadth-first


Preorder


Inorder






What is the correct order of the following sentences?

A) They were often driven about in the park and other fashionable places.

B) For some weeks he drove them together.

C) After breaking him in, the horse was bought by a dealer to match another
chestnut horse.

D) Then they were sold to a fashionable gentleman and were sent up to
London.

CBDA

ADCB

CBAD

DCBA

-- 
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] Answer these ques !!

2011-08-19 Thread jestincobol nair
yeah even i think the same
but what about third ques ?? what is decoupling ??


On Fri, Aug 19, 2011 at 9:12 PM, priya ramesh 
love.for.programm...@gmail.com wrote:

 5th is option 1 sorry!

  --
 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] Answer these ques !!

2011-08-19 Thread jestincobol nair
@ sagar:no dude  !! dese are of not of citrix :)

On Fri, Aug 19, 2011 at 9:14 PM, sagar pareek sagarpar...@gmail.com wrote:

 @nair
 Are these questions of CITRIX?

 coz all these questions i already faced somewhere


 On Fri, Aug 19, 2011 at 9:12 PM, priya ramesh 
 love.for.programm...@gmail.com wrote:

 5th is option 1 sorry

  --
 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.




 --
 **Regards
 SAGAR PAREEK
 COMPUTER SCIENCE AND ENGINEERING
 NIT ALLAHABAD

  --
 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] Answer these ques !!

2011-08-19 Thread jestincobol nair
A binary search tree is defined as follows.

Each node has a key, a value, a (possibly null) left child, and a
(possibly null) right child.
An ordering is defined on the keys to be stored in the tree.
For a given node nd, the keys of all the nodes in its left subtree are
“before” nd’s key, and the keys of all the nodes in its right subtree are
“after” nd’s key.
The depth of the root node is defined to be 0; the depth of any other
node is 1 more than the depth of its parent.

How would the next() function of a binary search tree’s iterator be defined,
assuming no changes are made to the tree while the iterator is active?

Note: next() should return the value at each node in order of the
corresponding keys; also, assume for each answer that the iterator has been
appropriately initialized before the first call to next().

1. using a queue:

   nd = q.remove()
   q.add(nd.leftChild)
   a.qdd(nd.rightChild)
   return nd.value

2. using a stack:

   nd = stk.remove()
   stk.add(nd.leftChild)
   stk.add(nd.rightChild)
   return nd.value

3. using a stack:

   nd = stk.remove()
   nxt = nd.getRight()
   while (null != nxt) { stk.push(nxt); nxt = nxt.getLeft(); }
   return nd.value



1 is correct


2 is correct


3 is correct


None of these


plz say ur answers for this ??

On Fri, Aug 19, 2011 at 9:18 PM, jestincobol nair jestinco...@gmail.comwrote:

 @ sagar:no dude  !! dese are of not of citrix :)


 On Fri, Aug 19, 2011 at 9:14 PM, sagar pareek sagarpar...@gmail.comwrote:

 @nair
 Are these questions of CITRIX?

 coz all these questions i already faced somewhere


 On Fri, Aug 19, 2011 at 9:12 PM, priya ramesh 
 love.for.programm...@gmail.com wrote:

 5th is option 1 sorry

  --
 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.




 --
 **Regards
 SAGAR PAREEK
 COMPUTER SCIENCE AND ENGINEERING
 NIT ALLAHABAD

  --
 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] Oracle !!

2011-08-18 Thread jestincobol nair
how to prepare for oracle plz give suggestions ..

-- 
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] Answer this !!

2011-08-18 Thread jestincobol nair
In (typical) object-oriented programming languages which one of the
following can be done by a subclass (derived class) of class *C*?

1. Remove methods defined in *C*
2. Define instance variables (data members) not defined in *C*
3. Remove instance variables (data members) defined in *C*

1

-- 
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] Fwd: Solve dis!

2011-08-04 Thread jestincobol nair
-- Forwarded message --
From: jestincobol nair jestinco...@gmail.com
Date: Thu, Aug 4, 2011 at 4:33 PM
Subject: Solve dis!



*Three beauty pageant finalists-Cindy, Amy and Linda-The winner was
musician. The one who was not last or first was a math major. The one who
came in third had black hair. Linda had red hair. Amy had no musical
abilities. Who was first?*

(A) Cindy (B) Amy (C) Linda (D) None of these

 * Two twins have certain peculiar characteristics. One of them always lies
on Monday, Wednesday, Friday. The other always lies on Tuesdays, Thursday
and Saturdays. On the other days they tell the truth. You are given a
conversation.
Person A- today is Sunday, my name is Anil
Person B-today is Tuesday, my name is Bill What day is today?*

(A) Sunday (B) Tuesday (C) Monday (D) Thursday

-- 
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] Fwd: Solve dis!

2011-08-04 Thread jestincobol nair
@shady : logic for selecting cindy ??
  And yes Tuesday is obvious :)

On Thu, Aug 4, 2011 at 5:47 PM, mithun bs mithun...@gmail.com wrote:

 Ya, Tuesday is right. Quiet simple

 On Sunday both should say truth. If only one guy says it is sunday it
 should be a lie.
 So the answer should be Tuesday only.


 On Thu, Aug 4, 2011 at 5:24 PM, sagar pareek sagarpar...@gmail.comwrote:

 @shady why cindy not linda?


 On Thu, Aug 4, 2011 at 5:21 PM, shady sinv...@gmail.com wrote:

 ^ it is cindy
 1-cindy
 2-linda
 3-amy


 On Thu, Aug 4, 2011 at 5:18 PM, sagar pareek sagarpar...@gmail.comwrote:

 1. i am not sure abt cindy or linda...

 2. tuesday


 On Thu, Aug 4, 2011 at 4:41 PM, jestincobol nair jestinco...@gmail.com
  wrote:



 -- Forwarded message --
 From: jestincobol nair jestinco...@gmail.com
 Date: Thu, Aug 4, 2011 at 4:33 PM
 Subject: Solve dis!



 *Three beauty pageant finalists-Cindy, Amy and Linda-The winner was
 musician. The one who was not last or first was a math major. The one who
 came in third had black hair. Linda had red hair. Amy had no musical
 abilities. Who was first?*

 (A) Cindy (B) Amy (C) Linda (D) None of these

  * Two twins have certain peculiar characteristics. One of them always
 lies on Monday, Wednesday, Friday. The other always lies on Tuesdays,
 Thursday and Saturdays. On the other days they tell the truth. You are 
 given
 a conversation.
 Person A- today is Sunday, my name is Anil
 Person B-today is Tuesday, my name is Bill What day is today?*

 (A) Sunday (B) Tuesday (C) Monday (D) Thursday

 --
 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.




 --
 **Regards
 SAGAR PAREEK
 COMPUTER SCIENCE AND ENGINEERING
 NIT ALLAHABAD

  --
 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.




 --
 **Regards
 SAGAR PAREEK
 COMPUTER SCIENCE AND ENGINEERING
 NIT ALLAHABAD

  --
 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.




 --
 Mithun.B.S
 M:9916775380

  --
 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] Fwd: Solve dis!

2011-08-04 Thread jestincobol nair
oh ok thanks :)


On Thu, Aug 4, 2011 at 6:29 PM, shady sinv...@gmail.com wrote:

 apologies, both cindy or linda could be first... cindy was satisfying
 constraints so i answered that...


 On Thu, Aug 4, 2011 at 5:59 PM, jestincobol nair jestinco...@gmail.comwrote:

 @shady : logic for selecting cindy ??
   And yes Tuesday is obvious :)


 On Thu, Aug 4, 2011 at 5:47 PM, mithun bs mithun...@gmail.com wrote:

 Ya, Tuesday is right. Quiet simple

 On Sunday both should say truth. If only one guy says it is sunday it
 should be a lie.
 So the answer should be Tuesday only.


 On Thu, Aug 4, 2011 at 5:24 PM, sagar pareek sagarpar...@gmail.comwrote:

 @shady why cindy not linda?


 On Thu, Aug 4, 2011 at 5:21 PM, shady sinv...@gmail.com wrote:

 ^ it is cindy
 1-cindy
 2-linda
 3-amy


 On Thu, Aug 4, 2011 at 5:18 PM, sagar pareek sagarpar...@gmail.comwrote:

 1. i am not sure abt cindy or linda...

 2. tuesday


 On Thu, Aug 4, 2011 at 4:41 PM, jestincobol nair 
 jestinco...@gmail.com wrote:



 -- Forwarded message --
 From: jestincobol nair jestinco...@gmail.com
 Date: Thu, Aug 4, 2011 at 4:33 PM
 Subject: Solve dis!



 *Three beauty pageant finalists-Cindy, Amy and Linda-The winner was
 musician. The one who was not last or first was a math major. The one 
 who
 came in third had black hair. Linda had red hair. Amy had no musical
 abilities. Who was first?*

 (A) Cindy (B) Amy (C) Linda (D) None of these

  * Two twins have certain peculiar characteristics. One of them
 always lies on Monday, Wednesday, Friday. The other always lies on 
 Tuesdays,
 Thursday and Saturdays. On the other days they tell the truth. You are 
 given
 a conversation.
 Person A- today is Sunday, my name is Anil
 Person B-today is Tuesday, my name is Bill What day is today?*

 (A) Sunday (B) Tuesday (C) Monday (D) Thursday

 --
 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.




 --
 **Regards
 SAGAR PAREEK
 COMPUTER SCIENCE AND ENGINEERING
 NIT ALLAHABAD

  --
 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.




 --
 **Regards
 SAGAR PAREEK
 COMPUTER SCIENCE AND ENGINEERING
 NIT ALLAHABAD

  --
 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.




 --
 Mithun.B.S
 M:9916775380

  --
 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.


-- 
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] Fwd: Solve dis!

2011-08-04 Thread jestincobol nair
guys even i m not sure cindy or linda but either of dem is corrrect

On Thu, Aug 4, 2011 at 7:07 PM, priya v pria@gmail.com wrote:

 I got this as my answer-
 First place- Cindy or Linda
 Second Place- C or L or A
 Third place- C or A
 How is it possible to eliminate any other possibility. Any condition
 missing?


 On Thu, Aug 4, 2011 at 7:02 PM, mithun bs mithun...@gmail.com wrote:

 Arvind,
 By which condition are you eliminating Linda?


 On Thu, Aug 4, 2011 at 6:59 PM, arvind kumar arvindk...@gmail.comwrote:

 Cos Linda and Amy are eliminated jus by seein d given conditions


 On Thu, Aug 4, 2011 at 6:57 PM, priya v pria@gmail.com wrote:

 How is the answer for the first q cindy?

 On Thu, Aug 4, 2011 at 5:59 PM, jestincobol nair jestinco...@gmail.com
  wrote:

 @shady : logic for selecting cindy ??
   And yes Tuesday is obvious :)


 On Thu, Aug 4, 2011 at 5:47 PM, mithun bs mithun...@gmail.com wrote:

 Ya, Tuesday is right. Quiet simple

 On Sunday both should say truth. If only one guy says it is sunday it
 should be a lie.
 So the answer should be Tuesday only.


 On Thu, Aug 4, 2011 at 5:24 PM, sagar pareek 
 sagarpar...@gmail.comwrote:

 @shady why cindy not linda?


 On Thu, Aug 4, 2011 at 5:21 PM, shady sinv...@gmail.com wrote:

 ^ it is cindy
 1-cindy
 2-linda
 3-amy


 On Thu, Aug 4, 2011 at 5:18 PM, sagar pareek sagarpar...@gmail.com
  wrote:

 1. i am not sure abt cindy or linda...

 2. tuesday


 On Thu, Aug 4, 2011 at 4:41 PM, jestincobol nair 
 jestinco...@gmail.com wrote:



 -- Forwarded message --
 From: jestincobol nair jestinco...@gmail.com
 Date: Thu, Aug 4, 2011 at 4:33 PM
 Subject: Solve dis!



 *Three beauty pageant finalists-Cindy, Amy and Linda-The winner
 was musician. The one who was not last or first was a math major. 
 The one
 who came in third had black hair. Linda had red hair. Amy had no 
 musical
 abilities. Who was first?*

 (A) Cindy (B) Amy (C) Linda (D) None of these

 *Two twins have certain peculiar characteristics. One of them
 always lies on Monday, Wednesday, Friday. The other always lies on 
 Tuesdays,
 Thursday and Saturdays. On the other days they tell the truth. You 
 are given
 a conversation.
 Person A- today is Sunday, my name is Anil
 Person B-today is Tuesday, my name is Bill What day is today?*

 (A) Sunday (B) Tuesday (C) Monday (D) Thursday

 --
 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.




 --
 **Regards
 SAGAR PAREEK
 COMPUTER SCIENCE AND ENGINEERING
 NIT ALLAHABAD

 --
 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.




 --
 **Regards
 SAGAR PAREEK
 COMPUTER SCIENCE AND ENGINEERING
 NIT ALLAHABAD

 --
 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.




 --
 Mithun.B.S
 M:9916775380

 --
 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