Skip to main content

Campus Placement Papers - Deloitte

Here is the Campus Placement Paper of Deloitte

1) I have 20 rupees. I bought 1, 2, 5 rupee stamps. They are different in numbers by the reason of no change, the shop keeper gives 3 one rupee stamps. So how many stamp(s) I have.
Ans: 10

2) An Engine length 1000 m moving at 10 m/s. A bird is flying from engine to end with x kmph and coming back at 2x. Take total time of bird traveling as 187.5 s. Find x and 2x.

3) All persons know either swimming or rowing.
There are 14 persons who know only swimming and 14 persons who know only rowing. 8 tickets sold for rowing. How many people are there for swimming?

4) Which polygon has no. of sides = diagonal (Eg. Pentagon)

5) One Cigar can be made from 7 bits. If there are 16 Cigars then how many bits collected?
Ans: 4

6) A, B, C, D went to a hotel and planned to share the bill equally. But afterwards they changed their plan and to pay proportional to consumption A paid 240, B & C paid equally, D paid only half the amount that he should have paid based on the first plan. What is the amount paid by B?

7) There is a point P on the circle. A and B started running in two constant different speeds. A in Clockwise and B in Anti-clockwise. First time 500 m in Clockwise from P then 400 Anti-clockwise. If B is yet to complete one round, What is the circumference of the circle?

8) There are 5 Sub with equal high marks.
Mark scored by a boy is 3:5:6:7:8 (Not sure). If his total aggregate if 3/5 of the total of the highest score, in how many subjects has he got more than 60%?

9) There are 11 lines in plane.
How many intersections (Maximum) can be made?

10) There are 3 Sections with 5 Qns each.
If three Qns are selected from each section, the chance of getting different Qns is________

11) There is a 20 X 20 array. In Each row , the tallest person is called and among them, the tallest person is
A. In Each column, the shortest person is called and among them, the shortest person is
B. Who is taller?

12) P # Q = (P-Q)(Q-P) = - 1. Then Which is true?
P = 3, Q = 2 P = 2,Q = 3 P = -1,Q = 1 P = 1, Q = -1
Ans: I & II only

13) 7 Pink, 5 Black, 11 Yellow balls are there. Minimum no. atleast to get one black and yellow ball
Ans: 17

14) A, B, C and D are four people.
There are four houses Red, Yellow, Blue, White. P, Q, R and S are four sections not in same order

Conditions like :
Three are sisters
B comes from Red
C comes from Blue
Qns were asked based on that

15) A Father is willing his estates like this.
If a boy is born, wife has 1/3 part and remaining for boy.
If a girl is born, Wife has 2/3 and remaining for the girl.
But twins (Boy + Girl) are born. What is the share that the daughter would get?

16) If 1 - Married

0- Not Married and
M-1 N-0
N-1 L-0
L-0 M-1
Who is married?
Ans: N

Popular posts from this blog

CIVIL SERVICES' (I.A.S.) EXAMINATION

The Union Public Service Commission (U.P.S.C.)  conducts Civil Services' Examination once a year in two stages. The Preliminary Examination (Objective Type) for selection of candidates for the Main Examination is held in the month of May. The Civil Services Main Examination  is held in the months of October/November. Blank application forms and other particulars are published in the Employment News, generally in the month of December. The last date for the submission of applications to the Secretary, Union Public Service Commission, Dholpur House, Shahjahan Road, NewDelhi-11001 1 is usually the last week of January of the year of examination. The Combined Civil Services Examination is conducted for Recruitment to the following Services/Posts: 1. Indian Administrative Service. 2. Indian Foreign Service. 3. Indian Police Service. 4. Indian P & T Accounts & Finance Service, Group 'A'. 5. Indian Audit and Accounts Service, Group 'A'. 6. Indian Customs and Centr...

Predict the output or error(s) for the following:

1 . void main(){ int const * p=5; printf("%d",++(*p)); } Answer: Compiler error: Cannot modify a constant value. Explanation: p is a pointer to a "constant integer". But we tried tochange the value of the "constant integer". 2. main() {  char s[ ]="man"; int i;  for(i=0;s[ i ];i++) printf("\n%c%c%c%c",s[i],*(s+i),*(i+s),i[s]); } Answer: mmmm aaaa nnnn Explanation: s[i], *(i+s), *(s+i), i[s] are all different ways of expressing the same idea. Generally array name is the base address for that array. Here s is the base address. i is the index number/displacement from the base address. So, indirecting it with * is same as s[i]. i[s] may be surprising. But in the case of C it is same as s[i]. 3 . main(){  float me = 1.1;  double you = 1.1;  if(me==you) printf("I love U"); else printf("I hate U"); } Answer: I hate U Explanation : For floating point numbers (float, double, long double) ...

Cognizant Company Profile and it's information for Interview

Website: www.cognizant.com HQ Teaneck, NJ Industry Information Technology Services Size 130K+ Employees, $6B+ Revenue NASDAQ CTSH Competitors Infosys, Wipro, Tata Consultancy Services   About cognizant Cognizant Corporate view: Cognizant is an American multinational IT services and consulting corporation headquartered in Teaneck, New Jersey, United States. Cognizant has been named to the 2010 Fortune 100 Fastest-Growing Companies List for the eighth consecutive year. Cognizant has also been named to the Fortune 1000 and Forbes Global 2000 lists. It has consistently ranked among the fastest growing companies including the 2010 Business Week 50 list of the top-performing U.S. companies, the Business Week Hottest Tech Companies 2010, and the Forbes Fast Tech 2010 list of 25 Fastest Growing Technology Companies In America. Founded: 1994 Headquarters: Teaneck, New Jersey, U.S. Key people:  Francisco D'Souza (President & CEO) Lakshmi Naray...