• Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • English APP
  • login
  • Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • Walkins
    • Corporate Job Exam
    • Government Job Exam
    • Entrance Exam
  • Training
    • Internship
  • Placement Questions

Placement Papers with Solutions

Company

  • 3i-Infotech 345
  • Accenture 548
  • ADITI 81
  • Athenahealth 72
  • CADENCE 37
  • Capgemini 519
  • CMC 49
  • Cognizant 29
  • CSC 480
  • CTS 1340
  • Dell 49
  • Elitmus 44
  • GENPACT 516
  • Google 55
  • HCL 217
  • Hexaware 92
  • Huawei 81
  • IBM 1714
  • IGate 169
  • Infosys 2050
  • L&T 299
  • Microsoft 61
  • Miscellaneous 204
  • Oracle 74
  • Other 95
  • Patni 199
  • Sapient 44
  • Sasken 31
  • Self 38
  • Syntel 530
  • TCS 9109
  • Tech Mahindra 500
  • Wipro 1182

Exam

  • ACIO 119
  • AIEEE 334
  • AMCAT 2636
  • Assessment 108
  • Bank 22
  • CAT 988
  • CMAT 82
  • Cocubes 39
  • Elitmus 2952
  • Exam 39
  • Gate 846
  • GMAT 107
  • Gmate 29
  • GRE 469
  • IIT-JEE 471
  • ITC 28
  • Maths Olympiad 205
  • MBA 3481
  • MCA 32
  • Other 159
  • Others 25
  • R-SAT 111
  • Self 68

Government Jobs Exams

  • Bank Exam 478
  • CDS 57
  • CTET 21
  • IBPS 1258
  • IES EC 44
  • KVPY 364
  • NDA 481
  • NTSE 36
  • REVENUE OFFICE 53
  • RRB 1029
  • SSC 1294
  • UPSC 441

Interview

  • HR Interview 426
  • HR Round 41

Maths Puzzle

  • A website 299
  • Book 23779
  • Campus 250
  • CMAT 49
  • Exam 86152
  • General 399
  • Interview 141
  • M4maths 295
  • Maths 226
  • Orkut 27
  • Other 72
  • Others 1356
  • Reasoning 101
  • Self 3157

Programming and Technical

  • Android 118
  • ASP.NET 60
  • C 459
  • C++ 448
  • DATA STRUCTURE 66
  • DBMS 77
  • ELECTRONICS 39
  • Java 261
  • OOPs Concepts 117
  • Operating Syst 103
  • RDBMS 109
  • UNIX 70
Keep an EYE (0)Interview Experience (261)
Solved Question (6040) UnSolved Question (153944)
Pages: 15999FirstPrev12861128621286312864128651286612867128681286912870NextLast
Advertisements

(#M40032192) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is the output for the program given below

typedef enum grade{GOOD,BAD,WORST,}BAD;
main()
{
BAD g1;
g1=1;
printf("%d",g1);
}

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (2) Submit Your Solution Program

(#M40032191) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

6. In the program segment in question 5 what is the value of a at the end of the while loop?

Asked In ADITI Aashu (11 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (1) Submit Your Solution Program
Advertisements

(#M40032190) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. In the following program segment

#include
main()
{
int a=2;
int b=9;
int c=1;
while(b)
{
if(odd(b))
c=c*a;
a=a*a;
b=b/2;
}
printf("%dn",c);
}

How many times is c=c*a calculated?

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Program

(#M40032189) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is the memory allocated by the following definition ?

int (*x)[10];

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (1)   (0) Submit Your Solution Program

(#M40032188) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is the output of the following program

#include
main()
{
int i=0;
fork();
printf("%d",i++);
fork();
printf("%d",i++);
fork();
wait();
}

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Program

(#M40032187) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is the output of the program given below

#include
main()
{
char i=0;
for(;i>=0;i++) ;
printf("%dn",i);
}

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Program

(#M40032186) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

SECTION - COMPUTER AWARENESS

NOTE : The questions are of multiple choice format in the paper

1. What is the number of functions of a three variable boolean function?

2. Which is the most commonly used replacement algorithm?
Ans. LRU

3. Which memory management technique involves dividing the memory into fixed sized blocks?
Ans. Paging

4. What is video resolution ?

5. The processing speed of a microprocessor depends on _____?
Ans. data bus width

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Definition

(#M40032185) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Directions for question Q1-Q3 : Answer the questions based on the passage above them

Q. Liz, Jenni, Jolie and Rick have an English final on Friday and they all would like to study together at least once
before the test. Liz can study only on Monday, Tuesday and Wednesday nights and Thursday afternoon and night.
Jenni can study only on Monday, Wednesday and Thursday nights and Tuesday afternoon and night.
Jolie can study only on Wednesday and Thursday nights, Tuesday afternoon and Monday afternoon and night.
Rick can study the afternoons and nights of Tuesday, Wednesday and Thursday, and on Monday afternoon.

Q1. If the group is to study twice, then the days could be
(a) Monday and Wednesday
(b) Tuesday and Thursday
(c) Wednesday and Thursday
(d) Monday and Friday
(e) Tuesday and Wednesday

Q2. If three of them tried to study together when all four
couldn't
(a) this would be possible twice
(b) it would have to be on Wednesday night
(c) Rick could not attend the three person groups
(d) This could be accomplised on Monday and Tuesday only
(e) This would not be possible

Q3. If Liz decided to study every night,
(a) she would never be able to study with Rick
(b) she would never be able to study with Jolie
(c) she would have at least two study partners each night
(d) she would have to study alone on Monday night
(e) she would study with only Jenni on Thursday night

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Data Sufficiency

(#M40032184) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Directions for question Q1-Q2 :
Answer the questions based on the passage above them
Q. A temple has 3 gateways, each of them is leading you into the temple, and at the end of each gateway there is an idol
and as a devotee passes through the gateway with some flowers the number of flowers double. Ram enters the 1st
gateway with some flowers and he puts same number of flowers at each idol and the end he is left with none.

Q1. How many flowers did Ram start with?
(a) 4
(b) 5
(c) 3
(d) 7

Q2. How many flowers does he put at each idol?
(a) 10
(b) 8
(c) 6
(d) 5

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (2)   (0) Submit Your Solution

(#M40032183) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Directions for questions Q1-Q10:
Each problem contains a question and two statements giving certain data. You have to select the correct answer from (a) to (d) depending on the sufficiency of the data given in the statements to answer the question. Mark your answer as
(a) If statement (I) alone is sufficient.
(b) If statement (II) alone is sufficient.
(c) If both (I) and (II) together are sufficient but neither of statements alone is sufficient.
(d) Either of the statements (I) and (II) is sufficient.
(e) If statements (I) and (II) together are not sufficient.
-------------------
Q1. What is the distance from City A to City C in kms?
(I) City A is 90 kms from City B.
(II) City B is 30 kms from City C.
-------------------
Q2. Is z less than w? z and w are real numbers.
(I) z2 = 25
(II) w = 9
------------------
Q3. The value of an estate in January 1905 started gradually declining in such a way that at the end of each
year it was worth only x times its value at the beginning of the year. What was its worth in end December 1910 ?
(I) It was worth Rs.10,109 in the end of December 1906.
(II)It was worth Rs.12,345 in the beginning of January 1905.
-------------------
Q4. In an election, 3 candidates A,B and C were representing for a membership of parliament. How many votes
did each receive?
(I) A received 1006 votes more than B and 1213 more votes than C.
(II) Total votes cast were 15,414.
-------------------
Q5. John studies Chinese in a school. Which school does he attend?
(I) All students in Jefferson High school take French.
(II) Maysville High School offers only Chinese.
------------------
Q6. How many girls passed the entrance exam this year?
(I) Last year 560 girls passed
(II) This year there was a 10% decrease over last year in the number of failures.
------------------
Q7. What is Raju's age?
(I) Raju, Vimala and Kishore are all of the same age.
(II) Total age of Vimala, Kishore and Abishek is 32 and Abishek is as old as Vimala and Kishore together.
------------------
Q8. Is Sreedhar eligible for an entry pass to the company premisers?
(I) The company does not allow strangers to enter the company.
(II)All employees are elgible to get a pass.
------------------
Q9. Among five friends who is the tallest?
(I) D is taller than A and C.
(II)B is shorter than E but taller than D.
------------------
Q10. Can a democratic system operate without effective opposition?
(I) The opposition is indispensable.
(II) A good statesman always learns more from his opponents than from his fervent supporters.

Asked In ADITI Aashu (11 years ago)
Unsolved
Is this Puzzle helpful?   (2)   (3) Submit Your Solution
Keep an EYE (0)Interview Experience (261)
Solved Question (6040) UnSolved Question (153944)
Pages: 15999FirstPrev12861128621286312864128651286612867128681286912870NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

no image
Dimple
India
Punjab
Time: 00:01:33
Points
19

Maths Quotes

You can only find truth with logic if you have already found truth without it.

Gilbert Keith Chesterton

The whole world is mathematics and mathematics is the whole world.

Rajat Rokade

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 5 years ago

Thanks m4 maths for helping to get placed in several companies.
I must recommend this website for placement preparations.

yash mittal 5 years ago

Now enjoy Offline Access of latest Question.

Get M4maths app to avail expert's solution and latest selected questions.

Download m4maths app now

  • 2533K+Registerd user
  • 1774K+Engineers
  • 759K+MBA Asprirant
  • 3K+Enginnering College
  • 250+Company Exam
  • 150K+Interview Questions
  • Site Links
  • Home
  • Result
  • Today's Puzzle
  • Discussion Board
  • Maths Tricks
  • Advertise with us
  • Contact Us
  • Useful Info
  • Maths Quotes
  • Previous Puzzles
  • Prize
  • Privacy Policy
  • Disclaimer and Copyright
  • Terms and Conditions
  • Sitemap
  • Placement papers
  • TCS Placement Paper
  • HCL Placement Paper
  • INFOSYS Placement Paper
  • IBM Placement Paper
  • SYNTEL Placement Paper
  • TECHNICAL Interview
  • HR Interview
All rights are reserved to @m4maths.com