• 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

Frequently Asked Interview Questions and Answers

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: 20FirstPrev14151617181920NextLast
Advertisements

(#M40157713) ASSESSMENT QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

__ winter temperature falls below zero degrees in __ city of Srinagar.
A) An, a
B) The, the
C) The, an
D) An, the

Asked In Assessment Samjukta Das (8 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40157711) ASSESSMENT QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

This plant is similar to the one in our garden, _______ that the leaves are bigger.
A) Except
B) Beside
C) Without
D) But

Asked In Assessment Samjukta Das (8 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution
Advertisements

(#M40157718) ASSESSMENT QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

If MASTER is written as 1201821619, what is the code for DOCTOR?
A) 3142211619
B) 3412211619
C) 3142216119
D) 3142211691

Asked In Assessment Samjukta Das (8 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40157709) ASSESSMENT QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

In each of the following sentences, some part of the sentence or the entire sentence
is underlined. Beneath each sentence you will find four ways of phrasing the underlined part. Choose the best
choice that follows the requirements of standard written English.
Nowhere in India is the influence of ancient architecture more apparent than their public buildings.
1. more apparent than their
2. so apparent as their
3. more apparent than its
4. as apparent as it is in its.

Although one link in the chain was demonstrated to be weak, but not sufficiently so to require the recall
of the automobile.
1. demonstrated to be weak, but not sufficiently so to require.
2. demonstrated as weak, but it was not sufficiently so that it required.
3. demonstrably weak, but not sufficiently so to require.
4. demonstrably weak, it was not so weak as to require.

Asked In Assessment Samjukta Das (9 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (0) Submit Your Solution

(#M40157710) ASSESSMENT QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Find the odd word out.
1. impenetrable
2. invincible
3. indomitable
4. immaculate

1. idyllic
2. riveting
3. rustic
4. rura

Asked In Assessment Samjukta Das (9 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (0) Submit Your Solution

(#M40157699) COMP. SCIENCE QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which of the following is true at the end of the ith iteration?

1. n = b1b2…bm–i and rev = bm bm–1….bm–i+1

2. n= bm–i+1….bm–1bm and rev = bm–i…b2b1

3. n= b1b2…bm and rev = bm…b2b1

4. none of these

Asked In Comp. Science Samjukta Das (9 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40157698) COMP. SCIENCE QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Consider the following program

n = b1b2b3….bm

int n, rev;

rev = 0;

while (n > 0) {

rev = rev * 10 + n %10;

n = n/10;

}

Asked In Comp. Science Samjukta Das (9 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40157697) COMP. SCIENCE QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Consider the following functions: f(n)= 3 n ? n ; g(n) = 3 n ? n n log 3 ; h(n) = n! Which of the following is true?

1. h(n) is O (f(n))

2. h(n) is O (g(n))

3. f(n) is O (g(n))

4. g(n) is not O (f(n))

Asked In Comp. Science Samjukta Das (9 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (1) Submit Your Solution

(#M40157694) COMP. SCIENCE QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

In a graph G there are 2n first 3 bits are similar. What are the number of connected components?

1. 1

2. 3

3. 8

4. 2n-3

Asked In Comp. Science Samjukta Das (9 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40157693) COMP. SCIENCE QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which is considered a direct entry input device?

(a) optical scanner

(b) mouse

(c) light pen

(d) digitizer

(e) All of the above

Asked In Comp. Science Samjukta Das (9 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution
Keep an EYE (0)Interview Experience (261)
Solved Question (6040) UnSolved Question (153944)
Pages: 20FirstPrev14151617181920NextLast
  • 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 a subject that built pure thoughts in mind.

yash singh

A MAN IS LIKE A FRACTION WHOSE NUMERATOR IS WHAT HE IS AND WHOSE DENOMINATOR IS WHAT HE THINK ABOUT HIMSELF LARGER THE DENOMINATOR SMALLER THE FRACTION

UNKNOWN

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