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

Frequently Asked CMC Placement Papers with Solution Page 2

CMC 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

CMC Question Topics

    Category (5)

    HR Interview (3)

  • Interview (3)
  • Logical Reasoning (10)

  • Blood Relations (2)
  • Cryptography (1)
  • Decision Making and Problem Solving (2)
  • Direction Sense (2)
  • Numerical Ability (7)

  • Arithmetic (1)
  • Data Interpretation (1)
  • Data Sufficiency (3)
  • Probability (1)
  • Profit and Loss (1)
  • Programming (9)

  • Technical (8)
  • Verbal Ability (1)

  • Antonyms (1)
Keep an EYE (0)
Solved Question (3) UnSolved Question (46)
Pages: 5FirstPrev12345NextLast
Advertisements

(#M40008325) CMC QUESTION DATA SUFFICIENCY (A) (1) alone sufficient (B) (2) alone sufficient (C) both together are sufficient Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. How much is Janes salary?

Option
a) Janes salary is 70% of John's salary
b) Johns salary is 50% of Mary's salary

Asked In CMC (13 years ago)
Unsolved Read Solution (9)
Is this Puzzle helpful?   (21)   (5) Submit Your Solution

(#M40023043) CMC QUESTION time and work Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. A and B can separately do apiece of work in 20 and 15 days respectively. They worked together for 6 days, after which B was replaced by C. If -the work was finished in next 4 days, then the number of days in which C alone could do the work will be

Option
a) 60
b) 40
c) 35
d) 30

Asked In CMC HARJINDER SINGH (12 years ago)
Unsolved Read Solution (5)
Is this Puzzle helpful?   (70)   (27) Submit Your Solution Interview
Advertisements

(#M40085995) CMC QUESTION Technical written test question Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which of the following sorting algorithms does not have worst case running time of O(n2) ?
A Merge Sort
B Quick Sort
C Bubble Sort
D Insertion Sort

Asked In CMC Naveen (10 years ago)
Unsolved Read Solution (6)
Is this Puzzle helpful?   (31)   (4) Submit Your Solution Technical

(#M40085996) CMC QUESTION Technical written test question Keep an EYE Keep an eye puzzle Keep an eye puzzle

The following operations are performed on a stack:
push(10), push(20), pop, push(10), push(20), pop, pop, pop, push(20), pop. The sequence of values popped out is

A) 20, 10, 20, 10, 20
B) 20, 20, 10, 10, 20
C) 10, 20, 20, 10, 20
D) 20, 20, 10, 20, 10

Asked In CMC Naveen (10 years ago)
Unsolved Read Solution (8)
Is this Puzzle helpful?   (36)   (19) Submit Your Solution Technical

(#M40008323) CMC QUESTION DATA SUFFICIENCY (A) (1) alone sufficient (B) (2) alone sufficient (C) both together are sufficient Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. Fifty students have signed up for atleast one of the courses GERMANI 1 & ENGLISH 1, how many of the 50 students are taking GERMANI 1 but not ENGLISH 1?

Option
1) 16 students are taking GERMANI 1 & ENGLISH 1
2) The number of students taking ENGLISH 1 but not GERMANI 1 is the same as the number of students taking GERMANI 1

Asked In CMC (13 years ago)
Unsolved Read Solution (5)
Is this Puzzle helpful?   (7)   (2) Submit Your Solution Blood Relations

(#M40008318) CMC QUESTION DATA SUFFICIENCY (A) (1) alone sufficient (B) (2) alone sufficient (C) both together are sufficient Keep an EYE Keep an eye puzzle Keep an eye puzzle

How much does John weigh? Jim weigh 200 pounds.
1) Toms weight plus Moes weight equal to John's weight.
2) John's weight plus Moe's weight equal to Twice Tom's weight.

Asked In CMC (13 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (10)   (1) Submit Your Solution Decision Making and Problem Solving

(#M40164680) CMC QUESTION calender Keep an EYE Keep an eye puzzle Keep an eye puzzle

15. If Tuesday falls on fourth of the month. What day will dawn three days after the 24th?

Asked In CMC neeraja (8 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (6)   (0) Submit Your Solution

(#M40037547) CMC QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

12) The following conditions are necessary for a deadlock
I) Mutual exclusion
II) Hold & wait
III) No preemption
IV) Circular waits
A) I, II, III only
B) II, III, IV only
C) I, II, IV only
D) All of the above

13) i=0; sum=0; j=0;
while (i<=50)
{
i = i + (j ? 2 : 3);
j = !j;
sum += i;
}
printf ("%d", sum);
What is the output?
A) 410
B) 630
C) 490
D) 530

14) If x then y else false
The above statement is equal to following Boolean expression
A) x OR y
B) x AND y
C) x XOR y
D) NOT x

15) Octal equivalent of hexadecimal number AB is:
A 523
B 253
C 171
D 1010 1011

16) Instruction sequencing is done by the following register:
A) Stack pointer
B) Instruction register
C) program counter
D) Accumulator

17) Find the odd one out
A) Semiconductor memory
B) magnetic memory
C) Charge coupled memory
D) Virtual memory

18) Which of the following is a valid flip-flop?
A) JK Flip-flop
B) S Flip-flop
C) R Flip-flop
D) None

19) Which of the following allows multiple program threads to share the same resource?
A) Mutex
B) Pipe
C) File Handle
D) Deadlock

20) Postfix representation of A / (B + C) * (D - E)

A) /A*+BC-DE
B) ABC+DE-*/
C) ABCDE-+*/
D) A+BC-DE*/

21) Range of signed integers represented by 8 bits:
A) 127 to 127
B) 128 to 127
C) 127 to 128
D) 128 to 128

22) 2's Complement of 1010001010110111
A) 0101110101001000
B) 0101110101001111
C) 0101110101000111
D) 0101110101000000

23) Which of the following is part of the CPU (Central Processing Unit)
A) Harddisk
B) Registers
C) RAM (Random Access Memory)
D) DMA (Dynamic Memory Access)

24) What is the 2 GB (Giga Bytes) equivalent value in decimal?
A) 2141592658
B) 2097152948
C) 2000000000
D) 2147483648

25) What is decimal and binary equivalent of an octal number 127?
A) 87 and 1010111
B) 78 and 1010110
C) 87 and 1010110
D) 78 and 1010111

26) What is the address space range of a microprocessor with 32-bit address bus?
A) 0x00000000-0xFFFFFFF

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

(#M40034548) CMC QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

If 222 = 6
333 = 12
444 = 20
Then, 555 = ??

Asked In CMC paridhi jain (11 years ago)
Solved Ann Theressa Read Solution (22)
Is this Puzzle helpful?   (31)   (6) Submit Your Solution Data Interpretation

(#M40023038) CMC QUESTION time and work Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. A certain number of men complete a piece of work in 60 days. If there were 8 men more, the work could be finished in 10 days less. How many men were originally there?

Option
a) 30
b) 32
c) 36
d) 40

Asked In CMC HARJINDER SINGH (12 years ago)
Solved rekha singh Read Solution (3)
Is this Puzzle helpful?   (12)   (3) Submit Your Solution Logical Reasoning|Coding Decoding
Keep an EYE (0)
Solved Question (3) UnSolved Question (46)
Pages: 5FirstPrev12345NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

Mathematics is the Queen of the Sciences

Professor Robert Silensky

There is no excellent beauty that has not some strangeness in the proportion.

Sir Francis Bacon

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