Click Here to Get Worlds Smallest Email Id (Better than Gmail & Yahoo!)

JobsAssist.com - Jobs Resources & Placement Papers
Get Vyom Interview Success Kit Now!
» Now 9,000 Questions & Answers !!
» 10,000+ Pages | Written by 58 Subject Experts | 81 Question Categories
» Every Successful Candidate has this!
Special

Get Salary before getting a Job!
Click here


Main Menu

JobsAssist.com Home Home
 Freshers Jobs Freshers Jobs
Latest Freshers Jobs Latest Jobs
Add Freshers Jobs to My Yahoo My Yahoo!
Free Vyom Career Magazine Free Career Mag
 IT Companies Placement Papers IT Placement Papers
 Govt. Sector Companies Placement Papers Govt. Sector Papers
 5000 IT Companies Directory IT Directory
 Free Magazines Free Magazines
 Consultants Directory Consultants
 Training Institutes Directory Training Inst.
 Interview Questions Interview Questions
 Motivational Quotes Motivational Quotes
 Call Center Information Call Center Info
 Final Year Projects Final Year Projects
 Jobs Discussion Forums Jobs Forum
 Vyom Resume Submitter Resume Submitter
 Free Resume Builder Downloads Free Resume Builders
 Contact Us Contact Us


Resume Submitter

Vyom Network
    Vyom Resources
    Source Codes
    Online Exams
    Discussions World
    Free eBooks
    20,000 Downloads

HOT Resources
Free Career eMagazine

  Advertise for FREE!

HOT eBook

Search JobsAssist.com
Google



Your Ad Here

Welcome to JobsAssist.com - Single Stop for Complete Career Resources
Home » Placement Papers » Caritor Placement Papers » Caritor Placement Paper 19
Join VYOM-JOBS and receive latest 2008 Placement Papers for FREE

 

Caritor Placement Paper 19


Error icon Receive Genuine Job Information & latest Walk-in details in your mailbox everyday! Join our Yahoo! Group by entering your email in the form below:


Search Jobs:
(For Example: Software Testing Jobs, BPO Jobs, J2EE Jobs, etc.)
Click here to register on India's Fastest growing Job site.




Caritor Placement Paper.

1. Aptitude (GRE pattern -- verbal + maths)
30 Questions in 30 mts -- you'll have to be really fast! 
Verbal was manageable it seems and for maths, pl. refer RS Aggarwal.
Key areas in maths -- Permutation-Combination; Trigonometry
Get the questions from ur friends in the previous batches...these tend to repeat.

2. Technical Section: (C or C++)
30 Questions in 30 mts.
key areas in C --> POINTERS, Looping & general input-output
sample quesion: for (i=1; i=3; i++) { <body of the loop } -- how many times will the loop 
get executed ? Ans: JUST ONCE (i.e. when i = 3)

C++ key areas --> OOPS concepts in and out
Constructors-destructors; dynamic binding; polymorphism; inheritance etc.

Suggestion: If u're strong enuf in pointers, u might consider C; else if u're confident b't ALL
the OOPS concepts, u'd want C++.

I took the test before three weeks,Here are few of the questions i remember. There are two 
sections The aptitude section is very easy
1.aptitude(30 minutes,30 questions)
*verbal
1.analogies
2.word_____word
there would be five options,out of which one word would belong to the same categorie as 
the remaining words.
*logical reasoning(like GRE,but easy)
*non-verbal
1.what would be the next figure in the sequence
*quantitative aptitude
*time and work(easy)
*allegation and mixture
a's concentration is 10%,b's 20%,c's 30%.the liquids are mixed in the ratio 1:2:3. 
the resultant concentration of the mixture is 23%.find each's concentration.
(I am not sure about the numbers)
*time and distance in a 100m race 'a' is ahead of 'b' by 10feets.if the speed of b is
increased by 3m/s she is ahead of 'a' by 10feets in 120m race.find the speed of 'a'.
*age(easy)
*data interpretation
(questions were asked from the above models for me)

2.c or c++(it's your choice to choose one,30 minutes,30 questions)
it was bit tough
*pointers
*function pointer
*structure
struct emp
{
Int a;
char b;
};
struct mn
{
double c;
struct emp d;
} q;

Q.sizeof(q)
ans:11(check it)
*char a="kamal";
char p*="anand";
a)compilation error
b)runtime error
c)work properly
d)
*char a[]={10,20,20,30};
char *p;
int b;
p=&a;
b=*p++;
printf("%d",b);
*if there is a global variable defined in another file is it
necessary to define it again in the current program.

Caritor Inc. (IT solutions )
Numerical ability
A cube object 3 inch * 3inch*3inch is painted with green in all the outer surfaces. If the cube is cut into cubes of 1*1*1.How many 1 inch cubes will have at least one surface painted.
A) 8 b) 26 c) 27 d) none

2) Singles table tennis tournament is held at IT solutions, in which 32 players participated. If a player is eliminated as soon as the player loses a match. How many matches are required to determine the winner?
A) 8 B) 26 C) 27 D) none

3) There are 200 employees in a company. An external vendor is chosen to serve coffee twice a day. 100 coffee cups were offered by the company but as an incentive to have the cups in tact at the end of the day the company offered 30 paise for every cup remained safely and charged 90 paise for every broken cup. At an end of a day, the vendor received Rs. 4. How many cups did the vendor break?
A) 20 b) 5 c) 10 d) 8

4) A box contains 16 balls of 4 different colors green, blue, yellow and red - 4 each. If you were to close your eyes and pick them at random, how many marbles must you take out to be sure that at least 2 of 1 color among the marbles picked out?
A) 4 b) 5 c) 6 d) 14

5) If 8 tyres were used on a bus (6 tyres) which has traveled 16000 km how many km did each tyre sustain, if all the tyres were used equally in sustaining this distance.
A) 2000 B) 16000 c) 12000 d) 10000

6) A company purchased 3 computer tables in 1995. As the company wanted to renovate the office, sold these tables at Rs 2400 each making a profit of 20% on one. No profit on 2nd table and 20% loss on 3rd table. What is the company get in this transaction?
. A) No loss & no profit b) Rs 200 loss c) Rs 800 loss d) Rs 400 loss

7) A software comp was advertised to recruit people with exposure to C and C++. 241 applications were received and on sorting out it was found that 40 of them don't have exposure to c and c++. 180 of them had exposure to c and 186 of them had exposure to c++ .how many of them had exposure to c only
A) 165 b) 15 c) 180 d) 150

8)A fraction has the denominator greater than its numerator by 4 but if you add 10 to the denominator the value of the fraction is 1\8
A) 1\3 B) 1\5 C) 3\7 D) 2\6

9) A farmer owns a square land of 15m each side with a pole in one of the corner to which he tied his cow with a rope of length 10m. Find area to the cow to grass ( pi=3)

A) 150 SQ.M B) 125 C) 75 D) DATA MISSING
10) Avg of x & y is 12 if z is 9 what is the avg of x, y, z

A)11b)6.5 c)5 d) data missing

11) In a certain shop note books that normally sold for 59 cents each are on sale at 2 for 99 cents. How much can be saved by purchasing 10 of this note books at the sale place
A)$0.85 B)$1 C)$0.95 D)$1.15

12)The sides of a right angle triangular flied containing the right angle are x and x+10( in metres) its area is 5500 sq.m the eqution to x is 
A)X*(X+10)=5500 B) X*(X+10)=2750 C) X*(X+10)=11000 D)X*(X+20)=5500

13)THE LENGTH AND BREATH of rectangle plot in ratio 7:5 if l reduced by 5m and b increased by 2m then area increased by 65 sqm l & b of rectangle plot are
A) 25.,35 B)21,15 C)35,25 D)49,35
14)If the metallic sphere of radii 8cm 6cm 10 cm are melted to form a single sphere then the radius of the sphere is
12.5 12 11 14
15)The following is a data interpretation problem it is a table with a population in diff countries in 1985 there are 3 quest
ans are 1.A) UK

2.C) 1044000
3.B) INC OF 84900
16)graph problem on production of 30mm screws contains 3 quest
ans 1.D)17.5%

2.D) NO CHANGE
3.C) Rs.2137.50
17) Diagrammatic series contains 6 questions

Ans1. D
2.B
3.D
4.A
5.B
6.C

18)verbal
19)this is logical reasoning there are 6 questions for nuclear and fossil fuel.
Ans: 1.B 2.A 3.A
20) PHYSICAL AND PSYCHOLOGICAL.
ANS 1.C 2.B(check) 3.C

We had 3 rounds. 

1)60-minutes 
30-aptitude(simple) 
30-c-prog 

In this round 30 were short listed. 

2)Group-discussion 
Topics-> Is communication an important issue?. 
Why people prefer US rather trhan India?. 

In this around 15 were shortlisted 

3)Interview 
They called us for this round to thier campus Itself,there they some 
question from c,c++,data structures,perl,DBMS,academic projects, 
pussels.. 

hi ppl!
Caritor (IT SOLUTIONS) has visited SRM today. Nearly 400 students appeared for the test and the test went on till 4:30 p.m. The test is of on-line type and it consists of two sections, I'll list them in detail later. Please note down ur serial no., ur batch & time of test from the xl chart sent by the placement officer. You'll have to log on to ur screen & enter some preliminary details. Then u can proceed to either of the following two sections first...though both of them are mandatory. When in a section, you can answer questions in any order and re-check the results (unlike GRE). An automatic clock will be running for 30 mts for each section.When done, u can 'exit the test' and go to the next section. PLEASE DO NOT CLICK ON "LOG OFF" BEFORE YOU FINISH THE ENTIRE TEST!

1. Aptitude (GRE pattern -- verbal + math)
30 Questions in 30 mts -- you'll have to be really fast! 
Verbal was manageable it seems and for maths, pl. refer RS Aggarwal.
Key areas in math -- Permutation-Combination; Trigonometry
Get the questions from ur friends in the previous batches...these tend to repeat.

2. Technical Section: (C or C++)
30 Questions in 30 mts.
key areas in C --> POINTERS, Looping, general input-output fns and dynamic memory allocation (malloc (); calloc() )
sample quesion: for (i=1; i=3; i++) { <body of the loop } -- how many times will the loop get executed ? Ans: JUST ONCE (i.e. when i = 3)

C++ key areas --> OOPS concepts in and out
Constructors-destructors; dynamic binding; polymorphism; inheritance virtual functionsetc.

Suggestion: If u're strong enuf in pointers, u might consider C; else if u're confident b't ALL the OOPS concepts, u'd want C++.

There'd be a GD session after the test results are out. The test results in SRM are expected by tomm morning. GD topics they heard of were: 
1. BEAUTY PAEGENT -- is it essential ??
2. BRAIN DRAIN -- be careful with this one!!

PLEASE BRING A PAPER COPY OF RESUME, A PASSPORT SIZE PHOTOGRAPH AND UR MARKSHEETS (atleast the photo copies -- just in case).


CARITOR SERVICES INDIA PVT LIMITED

C QUESTIONS

1.struct x
{
int I;
char s;
}
union
{
struct x,y;
double j
}z;
main()
{
printf("%d",sizeof (union z));


2.struct x
{
int I;
short int j;
char a;
char b;
}
struct y
}
main()
{
printf("%d%d",sizeof(structx),sizeof(structy));
}
ans
12 12
12 8
12 8
8 12

3.main()
{
int I=0;
}
declaration
definition

4.main()
{
int I=1234.567
printf("%d",I)
}

ans
1234
1235
1234.567
error


5.main()
{
int *+j
int *I=6;
if(NULL!=&&NULL!=*I)
printf(" ");
}


6.main()
{
int a[]={'1','2','3',0,'1','2','3'}
printf("%s",a);
ans
123
1230123
error


7.main()
{
#define x 10
{
printf("%d",++x);
}
ans
compilation error
run time error
10
11

8.main()
{
char a[]=("ABCxyz");
printf("%d",sizeof(a));
ans
26
27
25

9.main()
{
char a[] ="abcxyz",
char *x;
p=a;
printf("%d",sizeof(*p));
p=p+10;
printf("%d",sizeof(a);
ans
26,26
26,16
16,26

10.
main()
{
int x=1111;
printf("%d",x);
}
ans:0

11.main()
{
int i=(int*)0x1000;
printf('%d",I);
ans: 1000
compilation error
runtime error

12.
main(int I)
{
printf("%d",I)
}
ans: error12

13.main(int arg c)
int I,j=0;
{
for(I=0;I<argc:I++0)
j=j+.(argv(I))
printf("%d",j);
}
ans:  123 error 6

14.main()
{
printf("%d",printf("helloworld"));
}

ans
13
hello world
hello world 13
error

15.
main()
{
int a[2][2][6]
{{2,3,4,5,6,7}
{.}}
printf("%u%u%u%u",a,*a,**a,***a);

assume base address is 567895
ans

567895, 567895, 567895,2

16.
main()
{
a[2][2]={{2},{3}}
printf("%d",a[0][0]);
printf("%d",a[0][1]);
printf("%d",a[1][0])
printf("%d",a[1][1]);
}
ans
2000
2300
2030
2003

 

 




Join VYOM-JOBS and receive latest 2008 Placement Papers for FREE
Click here to register on India's Fastest growing Job site

Vyom Network     Privacy Policy

JobsAssist.com is a part of Vyom Network.

Vyom Network : Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | Delhi Info | Jobs, Discussions | Placement Papers | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | Arabic, French, German | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Software Testing


Placement Papers
Copyright ©2003-2010 Vyom Technologies, All Rights Reserved.
Page URL: http://www.jobsassist.com/placementpapers/caritor-placement-paper-22.asp

Download Yahoo Messenger | Job Interview Questions | Software Testing Tutorials | Winrunner Tutorial | Test Director Tutorial | C++ Projects