• 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 4

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

(#M40154878) ADITI QUESTION p and c Keep an EYE Keep an eye puzzle Keep an eye puzzle

How many 6-digit even numbers can be formed from the digits 1, 2, 3, 4, 5, 6 and 7 so that the digits should not repeat and the second last digit is even?
A. 320 [TICT, DCRU]
B. 720
C. 6480
D. 2160

Asked In Aditi S B HARISH (9 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

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

A man spend 810 in buying trouser at Rs 70 each and shirt at 30 each.what will be the ratio of trouser and shirt when the maximum number of trouser is purchased>?

Asked In Aditi MohanRaj (9 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (9)   (3) Submit Your Solution undefined
Advertisements

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

1! + 2! + .... 50! = ?

a. 3.1035*10^64
b. 2.1021* 10 ^ 65
c. 3.1035*10^63
d. 3.1035*10^62
Read more at http://www.m4maths.com/1195-1-2-50-a-3-1035-10-64-b-2-1021-10-65-c-3-1035-10-63-d-3.html#ZDH6teG7FBkG3eZq.99

Asked In Aditi nav (10 years ago)
Unsolved
Is this Puzzle helpful?   (2)   (0) Submit Your Solution

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

Choose the correct one:
After being promoted,she is not bothered-------- the office gossip about her private life.

a.for
b.in
c.from
d.by

Asked In Aditi Anilkumar (10 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (97)   (34) Submit Your Solution

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

function main()
{
static integer abc=5
print abc-
if(abc)
main()//calling main function
}

a)43210
b)54321
c)this code under infinite loop
d)this code generates error

Asked In Aditi Anilkumar (10 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (22)   (6) Submit Your Solution

(#M40038947) ADITI QUESTION numerical Keep an EYE Keep an eye puzzle Keep an eye puzzle

a man has 3 shirts and 4 pairs of trousers and 6 ties

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

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

ADITI ---- HR INTERVIEW - HR Round

1. First they will ask u to intro urself.
2. Ur strength and weakness.Be clear abt this
3. Ur acheivements
4. hey are very particular abt the GAPS in our studies.
5. Ur Hobbies
6. Why u choose accenture and tell abt it
7. Willing to relocate.(Say Yes &.ready to work anywhere for accenture) Technical Interview
8. Abt Ur project.(u will be grilled by them)
9. Be confidence.(They will check ur temper by asking some questions)
10. Abt software development life cycle
11. Abt ur interest area in computer field
12. Abt memory management in Operating System.
13. Abt Unix basic commands
14. Abt doubly linked list
15. Fibonacci series and palindrome program in C
16. Abt Gates(Be prepare on Digital Circuit Logic Design)
17. Abt complier design(phases)
18. bt TCP&IP and OSI Model.
19. Abt OOPS concepts.

Asked In ADITI Aashu (11 years ago)
Unsolved
Is this Puzzle helpful?   (5)   (2) Submit Your Solution Coding Decoding

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

Q. What is the output for the following program

#include
main()
{
char a[5][5],flag;
a[0][0]='A';
flag=((a==*a)&&(*a==a[0]));
printf("%dn",flag);
}

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

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

Q. In the following program

#include
main()
{
char *pDestn,*pSource="I Love You Daddy";
pDestn=malloc(strlen(pSource));
strcpy(pDestn,pSource);
printf("%s",pDestn);
free(pDestn);
}
Option
(a)Free() fails
(b)Strcpy() fails
(c)prints I love You Daddy
(d)error

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

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

Q. Give the output for the following program segment.

#ifdef TRUE
int I=0;
#endif

main()
{
int j=0;
printf("%d %dn",i,j);
}

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Program
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

" To love Math is to embrace understanding.To use math is embrace life and its complexities."

Elmor EarlF.Leonor

If a man's wit be wandering, let him study the mathematics.

Azhar Shahid

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