• 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
  • /
  • ADITI

ADITI Placement Papers with Solution Page 5

ADITI Select Another Category Select Another Topic

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

ADITI Question Topics

    Category (27)

    Logical Reasoning (28)

  • Coding Decoding (1)
  • General Mental Ability (1)
  • Logical Sequences (1)
  • Missing Character (2)
  • Numerical Ability (13)

  • Data Sufficiency (1)
  • Number System (1)
  • Percentage (1)
  • Permutation and Combination (1)
  • Profit and Loss (2)
  • Ratio and Proportion (1)
  • Programming (11)

  • Definition (1)
  • Program (10)
Keep an EYE (0)
Solved Question (1) UnSolved Question (81)
Pages: 9FirstPrev123456789NextLast
Advertisements

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

Q. Give the output for the following program.

#define STYLE1 char
main()
{
typedef char STYLE2;
STYLE1 x;
STYLE2 y;
clrscr();
x=255;
y=255;
printf("%d %dn",x,y);
}

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

(#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
Advertisements

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

(#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
Keep an EYE (0)
Solved Question (1) UnSolved Question (81)
Pages: 9FirstPrev123456789NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

The wonder is not that mathematics describes the world so well but that it describes it at all.

Unknown

mathematics is the mirror of our culture

bhavin

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