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

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

Match the following.There are groups
Group I
A. Indirect Addressing
B. Immediate Addressing
C. Indexed Addressing
D. Autodecrement Addressing
Group II
1. Constant
2. Arrays
3. Loops
4. Pointers
Match the given Addressing Modes in Group I with their examples in Group II
1) A-4.B-3, C-2, D-1
2) A-3.B-2, C-4, D-1
3) A-2,B-1,C-4,D-3
4) A-4,B-1,C-2,D-3

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

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

Which staetement is wrong-
1)Macros are type checked unlike inline functions
2) Macros are not checked for syntactical errors unlike inline functions
3)- Macros are always replaced with the actual code but inline functions are subjected to compilers decision for the same
4)Macros are a preprocessing activity but inline functioning is a compile time activity

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

(#M40154673) AMCAT QUESTION Programming Keep an EYE Keep an eye puzzle Keep an eye puzzle


1)
Ashima wants to print a pattern which includes checking and changing a variables value iteratively She decides to use a loop/condition Which of the following options should she use such that the body of the loop/condition is executed atleast once whether the variable satisfies the entering condition or not?
1)For Loop
2)While Loop
3) Do While Loop
4) Switch Case

2)
The construct “if (condition) then A else B” is for which of the following purposes?

1) Decision-Making
2) Iteration
3)Recursion
4)Object Oriented Programming

3)
In ____ if a parent process terminates, then all of its children processes must also be terminated
1)process termination
2) serial termination
3) parallel termination
4)cascading termination

4)Which one of the following is not a Program control instruction?
1)JMP
2) CALL
3)RET
4)INC

5)
Which of the following statements is/are true about optical fibres?
1 Optical fibre transports signal on the basis of total internal reflection principle
2. Refractive index of core should be less than that of cladding
3. Every beam which strikes the interface of core and cladding is reflected back.
0 TFF
0TFT
0 FFF

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

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

srijan writes a algorithm of sorting, algorithm takes different amount of time to sort two different lists of equal size.

what Is the possible difference between the two lists?

1)all numbers in one list are more than 100. while in the other are less than
100
2) the ordering of numbers with respect to magnitude in the two list has different poperties.
3) one list has all negative numbers, while the other has all positive numbers
4)one list contains 0 as an element, while the other does not

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

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

Please solve-
I)In a process,When a process creates a new process, then which of the following options is shared between the parent process and the child process –
1)Stack
2)Heap
3)Shared memory segment
4)Thread stack

II)In Each and every step in the evaluation of an Infix expression refers to the encounter of a token. In the evaluation of the fully parenthesized Infix expression -
((1*2)+4-((7*6)/(8-9)))
Which of the followrng options shows the contents of the Stack after 7th step’
1)((*)+-(
2)((1*2)+
3)((2+
4)(2+4

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

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

Please solve
In a question, average page-fault service time is 15 milliseconds. memory access time is 100 milliseconds and the probability of a page-fault is 0.2. then what will be the effective access time in milliseconds?
1)22 2)80 3)83 4)103

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

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

I) How many locations can be addressed by a memory chip haying 14 address pins and 4 data pins?
1)2 2)2^10 3) 2^14 4 2^18

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

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

Please solve the following pseudocode
Integer i , k,j,n=5;
For i=n to 1 decrement 1
{
For j=n equal to i+1 decrement 1
{
Print blank space
}
For k= 1 to ((2*i)-1) increment 1
{
Print “*”;
}
Print end of line //takes the cursor to next line
}
What will the output when the given code will be executed

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

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

Solve please-
I)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

II)Which of the following statements is/are incorrect’
1. A thread can acquire more than one lock(Mute).
2. Deadlock will occur if a non-recursive mutex is locked more than once.
3. Mutex Is a signaling mechanism used to synchronize access to a resource.
1)Only 1
2)OnIy2
3Only3
4)Both 1 and 2

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

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

A tree which is full binary tree with n non-leaf nodes contains -
1) (log n) nodes 2)n + 1 nodes 3)2n+1 nodes 4)2n nodes

Asked In AMCAT soumya (9 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (3)   (0) Submit Your Solution
Keep an EYE (0)Interview Experience (261)
Solved Question (6040) UnSolved Question (153944)
Pages: 7FirstPrev234567NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

"5/3rds of all people just don't get fractions"

Unknown

Creative mathematicians now, as in the past, are inspired by the art of mathematics rather than by any prospect of ultimate usefulness.

Eric Temple Bell

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