Thread: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel? Reply to Thread

Your Username: Click here to log in
Title:
  
Message:
Post Icons
You may choose an icon for your message from the following list:
 

Additional Options

Miscellaneous Options

Topic Review (Newest First)

13th September 2012 08:23 AM
vickyy sinhaaa
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

plz attach the zensar and KPIT aptitude test paper asap...
plzz...
5th August 2012 09:53 PM
Unregistered
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

plz post the latest capgemini placement papers
31st July 2012 08:27 PM
Unregistered
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

please send latest capgemini aptitude questions with answers to [email protected]... i'm having interview on 4th
19th March 2012 04:49 PM
Unregistered
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

plz send me zensar question papers ...my email id is [email protected].
20th January 2012 11:52 AM
Unregistered
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

Quote:
Originally Posted by nitz90 View Post
I have attached a few past papers of TCS and Tech Mahindra..i hope they help you in your preparations..

all the best.

~Hope this helps.. ~

With Warm Regards
"Nitz"
question
11th December 2011 09:03 PM
tuntunia
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

hello friend...

Attached some of the previous year aptitude question papers of TCS and Tech mahindra in this post... check it over... hope it helps...

All the Best..
Attached Files Tech Mahindra.zip(361.0 KB, 84 views)
TCS.zip(395.5 KB, 74 views)
TCS jan 2011.pdf(30.4 KB, 66 views)
451 sample Questions(TCS).doc(198.0 KB, 66 views)
12th November 2011 07:36 AM
kpradeep.0453
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

plz send sample questions of syntel,
29th October 2011 10:11 PM
Unregistered
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

plzz plzzz plzzz send me the previous and latest aptitude papers of [email protected]...
29th September 2011 11:08 AM
Unregistered
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

i want answer of this question on my email id [email protected]
28th September 2011 01:05 AM
Unregistered
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

please send me zensor placement papers with solution at [email protected]
22nd September 2011 07:26 AM
nitz90
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

Quote:
Originally Posted by Mahesh shinde View Post
plz send me the latest aptitude question papers for companies like zensar,TCS,capgemini,techmahindra,patni,syntel etc.

I have attached a few past papers of TCS and Tech Mahindra..i hope they help you in your preparations..

all the best.

~Hope this helps.. ~

With Warm Regards
"Nitz"
21st September 2011 10:06 PM
Unregistered
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

send me latest zensar apptitude test paper with solution please...my email ID is
[email protected]
12th September 2011 12:56 PM
Unregistered
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

send me placement paper of zensar technology with answer..... please.........
31st July 2011 08:22 PM
ajeetajeet1250
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

hello friend...

Attached some of the previous year aptitude question papers of TCS and Tech mahindra in this post... check it over... hope it helps...

All the Best..
Attached Files Tech Mahindra.zip(361.0 KB, 84 views)
TCS.zip(395.5 KB, 74 views)
TCS jan 2011.pdf(30.4 KB, 66 views)
451 sample Questions(TCS).doc(198.0 KB, 66 views)
31st July 2011 04:38 PM
Unregistered
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

plz send tcs placement old papers with solutions.my mail id [email protected]
29th April 2011 08:33 PM
zeeshan87
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

Zensar Placement Papers & Pattern
C Test...
if(fp == fopen(\"dfas\",\"r\") = = NULL), what is the value of fp
a. NULL
b. 0
c. 1
d. 0 or 1
#define sqr(x) x*x, what is value of j if j == 2 * sqr(3 + 4)

#define FILENAME(extension) test_##extension, how will it print FILENAME(back)
a. test_back
b. test_#back
c. test_##back
d. ??

char *p == \"hello world\"
p[0] == \'H\', what will be printf(\"%s\", p);
a. Hello world
b. hello world
c. H
d. compile error

int fun(), how do u define pointer to this function ??

what is ment by int (* xyz)[13]

what is true from
a. base call ferernece is compatible with child class
b. child class reference is compatible with base class
c. no reference to class
d. ??

class b
{
}
class a
{
friend class b
}
then what is ture
a. a can access all protected and public members in b
b. b can access all protected and public members in a
c. a can access all members of a
d. b can access all members of b
What is the output
#include
main()
{
int n=0;
int i;
i=2;
switch(1)
{
case 0:do{
case 1:n++;
case 2:n++;
}
while(--i>0);
}
printf(\"n==%d\",n);
}
a. compile error
b. 4
c. 1
d. 0
Aptitude Test

Two liquids A : B in ratio 7:5 and now 24 gallons drain out and b is added the ratio becomes 5:7 what is containr capacity ? 30, 48 , 84, none
man has rope of length 660 mtr to fence a area , what is the max area he can fence ?
Son is about to celebrate 10th birthday. after 11 years his age will be half the average of his parents. his mother is 17 years older to him. what is the age of the father.
DI question where hotels project are given and no of rooms in each hotels , investment , project yr . and company name
were asked to find min cost per room is for which hotel , which avg cost per room etc.
Avg of 6 no is 8 what 7 th no shud be added to make avg 10;

difference of cube of a no and its square is a perfect square , what is the no. -> 5

diff of three consecutive nos square and the nos is 214; find the nos :
Technical Interview

Write a minimal C++ program .
(a) Talk about yourself
(b) What are your strengths.
(c) Where do you think you have to improve.
(d) Where do you see yourself after 5 years

main()
{
int i==2;
int a==4;
if((i+==3)>a)
{
printf( \" TRUE \");
}
else
{
printf(\"FALSE \");
}
}
What is the output of the program ..

Ans ) TRUE , coz i+==3 becomes incremented and i becomes 5 . So i is greater than a
What is an OS ?
What is a Data Structure ?
It is a an abstract data type where some operations can be defined and performed on the data. It makes the task of a programmer easy coz it has all the set of data and operations at a particular place
What is OOP.
What is Object Oriented Analysis and design.
How do u communicate between object and class.
What is the role Software in the real life in current scenario.
What is object and how it is similar to real life entity
What is extranet, intranet, internet
6th March 2011 03:06 PM
melwynjensen
Re: Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

hello friend...

Attached some of the previous year aptitude question papers of TCS and Tech mahindra in this post... check it over... hope it helps...

All the Best..
9th January 2011 10:37 AM
Mahesh shinde
Latest aptitude question papers for Zensar,TCS,Capgemini,Techmahindra,Patni and Syntel?

plz send me the latest aptitude question papers for companies like zensar,TCS,capgemini,techmahindra,patni,syntel etc.

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Optimisation by vB Optimise.