• 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: 7FirstPrev1234567NextLast
Advertisements

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

Solve please -
I)PLease follow the pseudocode
Integer n,i,j
input n
for I =0 to n Increment I
{
print end-of-line //takes the cursor to the next line
for j=0 to i increment 1
{
If(i-j equals 1)
Print “ 1”
else
print “10”
}
}
What is the value of outpt when n=4
For solving a problem. Which of these is the first step In developing a working program

1)Writing the program in the programming language
2Writing a step-by.step algorithm to solve the problem
3)Compiling the libraries required.
4)Code debugging
II)
Integer a =40, b =35, c=20, d =10
Comment about the output of the following two statements •
Print a*b/c-d
Print a*b/(c-d)
Comment about the output of the following two statements –
1)Differ by 80
2)Same
3)Differ by 50

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

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

1)
Arrange between 1 and 6
(1) My Uncle,
(6) for this purpose
(P) that have been built in the country distflcts of India
(Q) camping out In the Inspection Bungalows
(R) who is a Government engineer
(S) frequently has to stay for several days in very remote places.
O SRQP
O RSQP
O RQSP
O RSPQ
O SQPR

2) error correction
(A) I feel that Mary will going/ (B) for the closing ceremony of/ (C) the Commonwealth Games

0(A)
0 (B)
0(C)
0 NoError

3) error correction
(A) Big brands like Sony. Samsung and (B) Nokia have been launched many phones having latest (C) features like Facebook application Orkut tool and much more

0 (A)
0 (B)
0 (C)
0 No error

4)
Which of the following sentences is grammatically correct’
0 At the end of the function. a lot of food was throwed away in the dustbin
0 At the end of the function. a lot of food were throwed away in the dustbin
0 At the end of the function a lot of food was thrown away in the dustbin
0 At the end of the function, a lot of food was threw away in the dustbin.
0 At the end of the function. a lot of food were thrown away in the dustbin

5)
PART LAL(synonymn)
0 Equitable
0 Unbiased
0 Halt
o Incomplete

6)
ADMONISH (synomyn)
0 Punish
0 Curse
0 Dismiss
0 Reprinand

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

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

Please solve the question-
I)IF Consider the given declarations-
integer (*arr1)[10]
integer *arr2[10]
Which of the following statements is true regarding the above?
1)arr1 is pointer to an array of integers
arr2 is array of integer pointers
2)arr1 and arr2 both are pointers to array of integers
3)arr1 and arr2 both are arrays of integer pointers
4)arr1 is array of integer pointers
arr2 is pointer to an array of integers
II)ma wants to write a program to traverse trees but she does not know how to implement Stacks Which of the following methods can she use to bring out the same?
1) Adding another level of dummy leaf nodes
2) Adding parent node for each node of the tree.
3)Representing the given Binary tree as Threaded Binary tree.
Options are:
1)Only1
2)Only 2
3) Only3
4)Both 1 and 2
5)Both 2 and 3

Asked In AMCAT soumya (9 years ago)
Unsolved Read Solution (5)
Is this Puzzle helpful?   (0)   (2) Submit Your Solution Technical

(#M40154702) AMCAT QUESTION Quanti Keep an EYE Keep an eye puzzle Keep an eye puzzle

1)
Jaya bought a car woth Rs 3,50,000 four years ago If the value of the car depreciates overtime at a fixed rate of 10% per annum, then what will be the present woth of the car?
0 Rs 2, 29, 63S
0 Rs 2. 50, 000
O Rs 2, 30. 000
O Rs 2, 55, 150

2)
n an examination inohing quantitative aptitude and logical reasoning. 65% examinees cleared quantitative aptitude test while 70% cleared logical reasoning test If 50% examinees passed both the tests. then how many failed in both tests?
0 35%
0 15%
0 30%
0 20%

3)
The number of ways in which 8 different flowers can be strung to form a garland so that 4 parbcular flowers are never separated are?
0 960
0 2880
0 288
0 576

4)
If the LCM and HCF of two numbers are 78 and 13 respectively, the product of two numbers can be expressed as:
0 2x3x13x11
0 2x3x13x12
0 2x3x13x13
O 2x3x13x14

5)
In a class of 80 students. 4/5 of them own cars If 15/16 of them own Alto then how many own alto?
0 64
0 20
0 60
0 Data Inconsistent

6)
A man can complete a job in 12 days and his wife can complete the same job in 15 days How long will they take to complete the job if they work together?

7)

Divide the sum of 3/5 and 8/11 by their difference

8)
Given that the interest is only earned on principal, if an investment of Rs 100000 amounts to Rs 144000 in two years. then what is the rate of interest earned?
0 20%
0 22%
0 21%
0 11%
0 44%

9)
A water filter takes 40 minutes to filter 20 litres of water Another filter of same specifications takes 30 minutes to filter the same amount of water If both the filters are used at the same time, then how long will it take them to filter 70 litres of water?

10)
Parulis one-fifth the age her mother was 15 years ago and Parurs brother is three-fifth the age his mother was 10 years ago If the sum of Parul and her brother’s ages is 31. then how old is Parurs mother?
0 50
0 40
0 35
0 60

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

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

1)
LACE (synomyn)
0 Paper
0 Cloth
0 Wood
0 Person

2)

INSIDIOUS (synomyn)
0 Insightful
0 Sinister
0 Sincere
0 Naive

3)
HUMOROUS (OPPOSITE)
0 Entertaining
0 Witty
0 Comical
0 Depressing

4)
IMMINENT (OPPOSITE)

0 Impending
0 Eminent
0 Pending
0 Distant

5)
The sentences given in the question when property sequenced form a coherent paragraph Each sentence is labelled with a number Choose the most logical order of sentences from among the four given choices to construct a coherent paragraph

Question 1
1 A study to this effect suggests that the average white-collar worker demonstrates only about twenty-five per cent listening efficiency
2 However for trained and good listeners It is not unusual to use all the three approaches during a selling thus Improving listening efficiency
3. There are three approaches to listening listening for comprehension. listening for empathy and listening for evaluation
4 Although we spend nearly half of each communication interaction listening, we do not listen well.
5. Each approach has a particular emphasis that may help us to receive and process information In different settings

0 15432
0 23451
0 35241
0 43215

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

(#M40154701) AMCAT QUESTION Quanti Keep an EYE Keep an eye puzzle Keep an eye puzzle

1)

Abu company provides taxi for call center employees The company has 7 Taveras. 5 Qualis. 6 Innovas and few small cars ltTavera makes one fourth of the total fieet how many small cars are there in the company?
0 12
0 7
0 6
0 10

2)
Namita has 4.2 kg of flour. She has been asked to make 5 cup cakes out of every 1/2 kg of flour How many cup cakes can she bake out of the flour she has?
0 21
0 24
0 30
0 42

3)
What are the number of ways of selecting 7 files out of 14 distinct files if one is always selected?
0 14C7
0 13C6
0 1
0 14P7
0 13 P6

4)
Sangeeta invested Rs. 20.000 at 8% per annum. If the interest is compounded half yeady, then total interest earned by Sangeeta at the end of the year is:

0 Rs 1,632
0 Rs 1.600
0 Rs 1.800
0 Rs 1475

5)
Find n if (2^228/2n) = 512
0 219
0 218
O 237
0 None of the above

6)
The average age of the state level cricket team of eleven is 22 years The average age gets increased by 1 year when the coach age is also included, What is the
age o(the coach?
0 34
0 23
0 30
0 40

7)
When a local train travels at a speed of 60 kmph, it reaches the destination on time When the same train travels at speed of 50 kmph. it reaches its destination 15 minutes late What is the length of journey?
0 75km
0 50km
0 60km
0 85km

Asked In AMCAT soumya (9 years ago)
Unsolved Read Solution (11)
Is this Puzzle helpful?   (8)   (2) Submit Your Solution Profit and Loss

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

We assume that P is a process and following two statements are true about the process So, what can be concluded about the process P from these statements?
1. P can move from one processor to another in Symmetric Multiprocessor System.
2 P generates I/0 requests Infrequently, using more of Its time doing computations.
Options are:
1)P has soft affinity for the processor and is a CPU-bound process
2) P has soft affinity for the processor and Is a I/0-bound process
3)P has hard affinity for the processor and is a I/0-bound process
4) P has hard affinity for the processor and is a CPU-bound process

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

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

1)he studied _____ entire chapter for an hour before the examination
1)The
2)Of the
3)For the
4)In the

2)FURIOUS (synomyn)
Options-
o Swifl
o Calm
o Angry
o Attentive

3)NONCHALANT (synomyn)
o Keen
o Indifferent
o Concerned
o Handsome

4)
Give the antonym for the underlined word, in the given blank
.
Question
He was very healthy before he got sick Now he is very ______- (healthy is underlined word)
o Well
o Weak
o Uneasy
o Strong

5)
AUDACIOUS (OPPOSITE)
o Sad
o Cowardly
o Gloomy
o Dim

6)
Question
TIMID(Synomyn)
0 Fast
0 Slow
0 Medium
0 Shy


Asked In AMCAT soumya (9 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (6)   (3) Submit Your Solution Synonyms

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


Please solve the process table question-
Shortforms given by me are
1)Process--> Pro 2)Arrival Time--->A
3)Priority --->Pri
4)Burst Time in Milliseconds (ms)>B
Pro A Pri B(in ms)
P1 0 3 10
P2 0 1 1
P3 2 5 2
P4 2 4 1
P5 3 2 5
There are 5 processes P1, P2. P3, P4 and P5 which are processed by Preemptive Priority scheduling algorithm. In what sequence the processes would be scheduled, if lower number in the priority column in the given table denotes the higher priority?
1)P2-P1-P1-P5-P1-P1-P4-P3
2)P2-P1-P5-P1-P1-P4-P3
3) P2-P1-P1-P5-P4-P1-P3
4) P2-P1-P1-P5-P1-P4-P3

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

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

Please solve-
Leela used log Based Recovery method to ensure atomicity for transaction T. After some time he acknowledges that Transaction T is aborted So which of the following operations Will he use to ensure atomicity?
1)redo(T) 2) undo(T) 3) abort(T)
4)commit()

Asked In AMCAT soumya (9 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (1)   (0) Submit Your Solution
Keep an EYE (0)Interview Experience (261)
Solved Question (6040) UnSolved Question (153944)
Pages: 7FirstPrev1234567NextLast
  • 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 like checkers in being suitable for the young, not too difficult, amusing, and without peril to the state.

Plato

If two wrongs don't make a right, try three.

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