• 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: 8000FirstPrev499500501502503504505506507508NextLast
Advertisements

(#M40115954) EXAM QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

find the values of m such that these equations have no solutions.

1) 3x-my=4

x+y=12

Asked In exam (10 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (1) Submit Your Solution

(#M40040063) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

55th word of SHUVANK in dictionary??

(1) AHSNKUV
(2) AHNKSVU
(3) AHNKUSV
(4) AHNKUVS

Asked In TCS agnimitra das (11 years ago)
Solved harshit gupta Read Solution (9)
Is this Puzzle helpful?   (21)   (2) Submit Your Solution Permutation and Combination
Advertisements

(#M40010961) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

N is an integers and N>2 at most how many integers among N+2,N+4,N+5,N+6 and N+7 are prime integers?
a) 1 ,b)3 ,c)2, d)4

Asked In TCS RAHU SHARMA (13 years ago)
Unsolved Read Solution (8)
Is this Puzzle helpful?   (26)   (18) Submit Your Solution Algebra

(#M40039123) IBM QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

36 identical chairs must be arranged in rows with the same number of chairs in each row. Each row must contain at least three chairs and there must be at least three rows. The row is parallel to the front of the room. How many different arrangements are possible? Pick one of the choices
a) 2 b) 4 c) 5 d)6 e) 10

Asked In IBM ankur kapoor (11 years ago)
Unsolved Read Solution (8)
Is this Puzzle helpful?   (25)   (10) Submit Your Solution Permutation and Combination

(#M40138834) AMCAT QUESTION some questions recently asked in amcat Keep an EYE Keep an eye puzzle Keep an eye puzzle

function print_me (interger n)//statement 1
{
if (n<1) return //statement 2
print n//statement 3
print _me (n-1)//statement 4
}

pooja has wriiten the following code to print number from 0 to 9
in reverse order using the recursive approach find the error

statement 1 2 4 noerror

Asked In AMCAT santhosh (10 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (12)   (16) Submit Your Solution

(#M40152194) AMCAT QUESTION English Keep an EYE Keep an eye puzzle Keep an eye puzzle

He finished his novel------------ I was getting ready----------office.
a)because,for
b)while,for
c)while,to
d)since,for

Asked In AMCAT Vemula Geethanusha (10 years ago)
Unsolved Read Solution (11)
Is this Puzzle helpful?   (83)   (20) Submit Your Solution Sentence Completion

(#M40154664) AMCAT QUESTION Technical Keep an EYE Keep an eye puzzle Keep an eye puzzle

Friends please solve the scheduling problem
Shortgiven implemented by me are _
1)Process--> Pro 2)Arrival Time--->A
3)Priority --->Pri 4)Burst Time in Milliseconds (ms)>B
Please study the process table and follow the shortforms given by me are:

Pro A Pri B(in ms)
P1 0 2 10
P2 0 5 2
P3 2 4 1
P4 2 1 2
P5 3 3 3
There are 5 processess-
Calculate the average waiting time, if the processes are first processed by the first come first serve(FCFS) scheduling (according to their order In the Question) untill all of them arrive . in the system and when all the processes have arrived then they will be scheduled by priority scheduling.
1)7.2 2)8.2 3)9.2 4)10.2

Asked In AMCAT soumya (9 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (1)   (1) Submit Your Solution

(#M40152332) ELITMUS QUESTION cryptic arithmatic Query Keep an EYE Keep an eye puzzle Keep an eye puzzle

In elitmus exam, cryptic arithmatic question has options or not???

Asked In Elitmus Prashant Saini (10 years ago)
Solved jalaj Read Solution (3)
Is this Puzzle helpful?   (1)   (2) Submit Your Solution

(#M40039247) AMCAT QUESTION coding & decoding Keep an EYE Keep an eye puzzle Keep an eye puzzle

NATION - 1412091514 THEN
REMOTE- ?

Asked In AMCAT brajesh (11 years ago)
Unsolved Read Solution (11)
Is this Puzzle helpful?   (26)   (9) Submit Your Solution Coding Decoding

(#M40153439) CTS QUESTION log Keep an EYE Keep an eye puzzle Keep an eye puzzle

one of the value of x in log(x+7)(36x+9)=2 is?

Asked In CTS deepa (10 years ago)
Unsolved Read Solution (6)
Is this Puzzle helpful?   (39)   (19) Submit Your Solution Log and Antilog

(#M40022998) INFOSYS QUESTION verbal ability Keep an EYE Keep an eye puzzle Keep an eye puzzle

PERTINENT(antonym)
A.Irrational
B.Irregular
C.Insistent
D.Irrelevant

Asked In Infosys MAN (12 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (2)   (0) Submit Your Solution

(#M40030406) OTHERS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

: .Mr. lloyd wants to fence his Square shaped land of 120 Sq Ft each side.Of a pole is laid every 12 ft how many poles do he need?

Asked In Others VIDIT DWIVEDI (11 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (10)   (6) Submit Your Solution

(#M40051296) AMCAT QUESTION probability Keep an EYE Keep an eye puzzle Keep an eye puzzle

a manufacturing plant produces a batch of 10 containers out of which 4 are defective.in a quality inspection test,3 containers are choosen at random.what is the probability that atleast one whould be defective
1)0.25 2)3/19 3)0.784 4)3/4

Asked In AMCAT nusumprasanthi (10 years ago)
Unsolved Read Solution (8)
Is this Puzzle helpful?   (13)   (12) Submit Your Solution Probability

(#M40152571) CTS QUESTION AMCAT Keep an EYE Keep an eye puzzle Keep an eye puzzle

1. The Correct value of log 16913 – log 12111 is :

Asked In CTS jyothi (10 years ago)
Unsolved Read Solution (7)
Is this Puzzle helpful?   (26)   (16) Submit Your Solution Log and Antilog

(#M40153845) WIPRO QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

1.52 * 0.02251/2 = ? Op 1: 0.0375 Op 2: 0.3375 Op 3: 3.275 Op 4: 32.75

Asked In Wipro sreekanth199424 (10 years ago)
Unsolved Read Solution (8)
Is this Puzzle helpful?   (39)   (7) Submit Your Solution Algebra

(#M40033767) CTS QUESTION cts Keep an EYE Keep an eye puzzle Keep an eye puzzle

79, 64 , 26, 15 ?

Asked In CTS sindhu (11 years ago)
Unsolved Read Solution (7)
Is this Puzzle helpful?   (47)   (13) Submit Your Solution Letter Series

(#M40005636) WIPRO QUESTION Clock and calendar Keep an EYE Keep an eye puzzle Keep an eye puzzle

Between 11 O'clock and 12 O'clock, how often are the minute and hour hands of a clock together at an integral number value?

Asked In Wipro (13 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (7)   (4) Submit Your Solution Clocks and Calendars

(#M40021473) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Anurag borrows a total sum of Rs. 8,000 from two banks A and B. Bank A lends at 12% per annum and bank B lends at 10% per annum both at simple interest. After two years he paid a total interest of Rs. 1,816. What sum did Anurag borrow from bank A?
option
(a) 9.25
(b) 924.1
(c) 9.441
(d) 950.1
(e) None of these

Asked In TCS kanchan (12 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (9)   (5) Submit Your Solution Profit and Loss

(#M40166808) HEXAWARE QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which of the following in the data structure in which insertion can place from any direction but deletion can only takes place from opposite direction:
A)Stack B)Array C)Queue D)Tree

Asked In Hexaware Devendra Marghade (5 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (4)   (1) Submit Your Solution Functions

(#M40153104) ACCENTURE QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

A solid cube of side 12 cm has been painted red, blue and black on pairs of opposite faces. It is then cut into cubical blocks of
each side 2 cm.
21.How many cubes have no face painted?

Asked In Accenture NEHA SINGH (10 years ago)
Unsolved Read Solution (8)
Is this Puzzle helpful?   (43)   (16) Submit Your Solution Mathematical Reasoning
Keep an EYE (0)Interview Experience (261)
Solved Question (6040) UnSolved Question (153944)
Pages: 8000FirstPrev499500501502503504505506507508NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

I was x years old in the year x^2. (when asked his age.)

Augustus de Morgan

Maths is like a proverb where there is a will there is a way.If you go deep into it you find someway

Faisal Rizwan

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