[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Flow Chart Questions

Home > Logical Reasoning > Flow Chart > General Questions
NA
SHSTTON
425
Solv. Corr.
861
Solv. In. Corr.
1286
Attempted
2 M:37 S
Avg. Time

21 / 42

In the following problems, you are told something about the result, and you must determine what the contents of the boxes must have been, in order to obtain that result.

In these problems, the expression (number in box X) is abbreviated as (X).

For example: "Is (4) greater than (7)?"
means "Is (number in box 4) greater than (number in box 7)?"

In each of the following problems, no two boxes contain the same number.

Which of the boxes 1, 2, 3 CANNOT POSSIBLY contain the largest number, the smallest number?


flowchart-questions-and-answers-Q4Interview-11

ABOX 1, BOX 3

BBOX 2, BOX 3

CBOX 2, BOX 1

DBOX 4, BOX 3

Answer: Option A

Explanation:

Given Box 4 = EITHER C or F
Also, (1) means number in Box 1.
For C,
IS (3) > (1) ? NO --(1)
IS (2) > (1) ? YES --(2)
For F,
IS (3) > (1) ? YES --(3)
IS (2) > (1) ? YES --(4)
IS (3) > (2) ? YES --(5)
ANSWER
Number in BOX 1 cannot be largest(refer (1), (2), (3) and (4)),
And, Number in BOX 3 cannot be smallest(refer (1), (3) and (5)).

Workspace

NA
SHSTTON
70
Solv. Corr.
348
Solv. In. Corr.
418
Attempted
0 M:0 S
Avg. Time

22 / 42

In the following problems, you are told something about the result, and you must determine what the contents of the boxes must have been, in order to obtain that result.

In these problems, the expression (number in box X) is abbreviated as (X).

For example: "Is (4) greater than (7)?"
means "Is (number in box 4) greater than (number in box 7)?"

In each of the following problems, no two boxes contain the same number.

Which of the boxes 1, 2, 3 CANNOT POSSIBLY contain the largest number, the smallest number?


flowchart-questions-and-answers-Q4Interview-12

ABOX 2, BOX 3

BBOX 1, BOX 3

CBOX 2, BOX 1

DNone of these

Answer: Option D

Explanation:

Given Box 4 = EITHER B or E

Also, (1) means number in Box 1.

For B,

IS (3) > (1) ? NO --(1)

IS (2) > (1) ? NO --(2)

IS (3) > (2) ? YES --(3)

Here, (2) has the smallest and (1) has the largest number of the three.

For E,

IS (3) > (1) ? YES --(4)

IS (2) > (1) ? YES --(5)

IS (3) > (2) ? NO --(6)

Here, (2) has the largest and (1) has the smallest number of the three.

Therefore Option (D)None of these.

Workspace

NA
SHSTTON
327
Solv. Corr.
921
Solv. In. Corr.
1248
Attempted
4 M:12 S
Avg. Time

23 / 42

The object of the following flow-chart is to rearrange the numbers in boxes 1, 2 and 3 in such a fashion that, at the end:

Box 3 will always contain the largest number,
Box 1 will always contain the smallest number,

However, this flow-chart is INCORRECT. As it stands, it will not accomplish the desired purpose.

Which one instruction must be changed to correct the flow-chart?


flowchart-questions-and-answers-Q4Interview-13

AInstruction 5 Box 2 Box 3

BInstruction 5 Box 3 Box 2

CInstruction 4 Box 2 Box 3

DNone of these

Answer: Option B

Explanation:

The two conditions in the flowchart are :
Instruction 1 : IS (1) < (2) ? YES --(1)
Instruction 5 : IS (3) < (2) ? NO --(2)
ANSWER
The error is in Instruction 5, because BOX 3 will always contain the largest number and so the output to Instruction 5 will always be NO and the loop will end only on a YES.

Workspace

NA
SHSTTON
166
Solv. Corr.
245
Solv. In. Corr.
411
Attempted
0 M:3 S
Avg. Time

24 / 42

Study the flow chart shown below to answer the following questions.

For an individual who works for a government organization and owns a house, it is given that he is 35 years old and earns Rs. 15,000 per month. What would be the approved_amt (in Rs.) for him?


capgemini-flow-chart-questions-answers-freshers-written-1

A1500000

B1875000

C1600000

D2050000

ENone of these

Answer: Option B

Explanation:

approved_amt = sal * 5 * (60 - age) = 15,000 * 5 * (60 - 35) = 18,75,000 Rs.

Workspace

NA
SHSTTON
172
Solv. Corr.
225
Solv. In. Corr.
397
Attempted
1 M:51 S
Avg. Time

25 / 42

Study the flow chart shown below to answer the following questions.

A person wishes to apply for a loan worth Rs. 20, 00,000. Person does not own a house and also does not work for a government
organization. Will he get this loan approved if he draws a salary of Rs. 50,000 and his current age is 26 years?


capgemini-flow-chart-questions-answers-freshers-written-1

AYes, if his age is less than 40.

BNo, he would not get this amount.

CYes, he would get this amount.

DYes, if his age is less than 40.

Answer: Option B

Explanation:

approved_amt = sal * (60 - age)


= 50,000 * (60 - 26)

= 17,00,000 Rs.
So, the loan will not be approved for the person mentioned in the question.

Workspace

NA
SHSTTON
157
Solv. Corr.
315
Solv. In. Corr.
472
Attempted
0 M:20 S
Avg. Time

26 / 42

Study the flow chart shown below to answer the following questions.

A person wishes to avail a loan of Rs. 50, 00,000. He works for a government organization and does not own a house. Would he get the loan if he draws a salary of Rs. 60,000 and his age is 28 years. If he does get a loan, what amount would he be entitled? If not, by what amount he would be short of the required amount?


capgemini-flow-chart-questions-answers-freshers-written-1

AYes, he would get a loan equal to Rs. 57, 60,000.

BYes, he would get a loan exactly equal to Rs. 50, 00,000.

CNo, he would not get a loan. He would be short of Rs. 7, 00,000.

DNo, he would not get a loan. He would be short of Rs. 7, 60,000.

Answer: Option A

Explanation:

approved_amt = sal * 3 * (60 - age)
approved_amt = 60,000 * 3 * (60 - 28)

approved amt = 57,60,000 Rs. So, yes, he would get a loan equal to Rs. 57,60,000.

Workspace

NA
SHSTTON
349
Solv. Corr.
678
Solv. In. Corr.
1027
Attempted
0 M:36 S
Avg. Time

27 / 42

Study the flow chart shown below to answer the following questions.

In which situation can this flowchart get stuck in an infinite loop?


capgemini-flow-chart-questions-answers-freshers-written-2

AWhen N >= 0

BWhen N <= 0

CWhen N > M or F

Dwill never enter in infinite loop

Answer: Option B

Explanation:

From the flowchart it is evident that M will always be a natural number equal to or greater than 1. For
values of N less than or equal to 0 the flowchart will get struck in an infinite loop.

Workspace

NA
SHSTTON
337
Solv. Corr.
462
Solv. In. Corr.
799
Attempted
0 M:31 S
Avg. Time

28 / 42

Study the flow chart shown below to answer the following questions.

Which of the following correctly represents the bug present in this flowchart?


capgemini-flow-chart-questions-answers-freshers-written-2

ANot handled for N = M

BNot handled for N <= 0

CNot handled for N > M

DNot handled for natural numbers as N

Answer: Option B

Explanation:

The values of N equal to or less than 0 will make the flowchart to get struck in an infinite loop, so this is this bug
in the flowchart for values of N less than equal to 0.

Workspace

NA
SHSTTON
196
Solv. Corr.
313
Solv. In. Corr.
509
Attempted
0 M:30 S
Avg. Time

29 / 42

Study the flow chart shown below to answer the following questions.

Which of the following value will be printed if the value of N = 0?


capgemini-flow-chart-questions-answers-freshers-written-2

A0

B720

C5040

DNone of these

Answer: Option D

Explanation:

For value of N equal to 0, the flowchart gets struck in an infinite loop. Hence answer to this question is option D (none of these)

Workspace

NA
SHSTTON
61
Solv. Corr.
214
Solv. In. Corr.
275
Attempted
3 M:23 S
Avg. Time

30 / 42

Study the flow chart shown below to answer the following questions.

Which among the following operations is not performed as per the process of the flow chart?


capgemini-flow-chart-questions-answers-freshers-written-3

ATake exactly 5 values as input.

BSort the list in descending order.

CPrint all 5 values which were given as input.

DNever get into the "Is List > Val" loop

Answer: Option C

Explanation:

Here is no explanation for this answer

Workspace

Logical Reasoning Flow Chart Questions and Answers pdf

At Logical Reasoning topic Flow Chart page No: 3 you will find list of 10 practice questions, tips/trick and shortcut to solve questions, solved questions, quiz, and download option to download the whole question along with solution as pdf format for offline practice. You can practice all the listed Logical Reasoning Flow Chart topic questions offline too, by downloading the MCQs practice question of Flow Chart with detail solution, with formula/Tips & Tricks, with Solved examples and with top-rated users answers, which will give you best answer ascross webs. It is one of the perfect Flow Chart e-book pdf covering all types of questions in detail. These Logical Reasoning test with answers pdf cover all types of question asked in IIFT, XAT, SNAP, GRE, GMAT, NMAT, CMAT, MAT or for IT companies written exam like Wipro, HCL, Infosys, Accenture, Government exams, IBPS Exams etc. There are multiple formats to download your online free Logical Reasoning Flow Chart e-book, like fully solved, unsolved questions with Answers sheet. Even you can customize your ebook format by adjusting the given options in the download section to make it your one of the best Logical Reasoning topic-based ebook. It is recommended to bookmark this page Logical Reasoning Flow Chart for your preparation. Most of the students and fresher candidates finding it hard to clear the Logical Reasoning section in exams. Here Given Flow Chart practice questions, quiz, fully solved questions, tips & trick and Mock tests, which include question from each topic will help you to excel in Flow Chart. Each test has all the basics questions to advanced questions with answer and explanation for your clear understanding, you can download the test result as pdf for further reference.

At Logical Reasoning topic Flow Chart, you will get multiple online quiz difficulty wise, which will have a total of 6 quizzes, categorized as easy, medium, and moderate level. While preparing for any Flow Chart, take all the list quiz and check your preparation level for that topic. Each quiz have 10 different question, which needs to be answered in 20 min., all the listed quiz here is free, however, you will get only one chance for each quiz to attempt(Take Quiz seriously), so it is always recommended to take one quiz in each section before you start solving Flow Chart MCQs practice question, and one after solving all the question of the respective level, you can refer back your Flow Chart quiz result any time or you can download it as pdf for reference.

Logical Reasoning Flow Chart Customize Online Mock Test

This is own type of mock test, where At this Logical Reasoning Flow Chart MCQs mock test section, you will able to attempt only the questions related to Flow Chart, in that question will be a different level, important, and all the questions will be part of some of the mock tests across Q4interview FREE Mock test. You need to choose the topic as Flow Chart, and click on Double click to generate your customize mock test. While attempting the mock test you need to choose any of the one options out of given option. It is recommended to go through the direction given along with each question, as these questions will be randomly and so that same direction will not be applicable across the entire test. Once you submit your mock test, the result will be generated for Flow Chart Customize mock test, where your performance point points will be highlighted. Q4interview analysis every single point which helps you to improve your topic understanding and help you to know your type of mistakes and way to improve Flow Chart questions, by providing the same type of practice questions from practice exercise. The best part of this Flow Chart, all these mock tests listed here are free and you can take as Many time, as many you want. When you continue to give Flow Chart Customize Online Mock Test here regularly, then you will understand how much you have developed your accuracy on a topic, after that you will be able to decide how much attention you need to focus on. Your continued practice will increase your confidence, speed and thinking ability intensely, the Flow Chart Customize topic on which you will practice more will beneficial for you in future during campus placement.Flow Chart Mock Tests

Logical Reasoning Flow Chart Quiz Online Test

The details of the Logical Reasoning Flow Chart quiz are as follows. There are 10 questions for you. You have to answer them in 20 minutes. Within 20 minutes you have to see the errors in the sentences given as a question. Four options are also given to you, and you have to choose your opinion. You must be confident in your answer that the choices are difficult. Therefore, below we provide you with some information about Logical Reasoning Flow Chart that you see and keep them in mind while answering questions.

Logical Reasoning Flow Chart MCQs Practice Questions with Answer

On this Flow Chart section of page you will find the easiest quickest ways to solve a question, formulas, shortcuts and tips and tricks to solve various easiest methods to solve Flow Chart Question Quickly. It contains all the Logical Reasoning topic Flow Chart questions which are common in any of the preliminary exams of any company. The solution is provided along with the questions. The practice of these questions is a must as they are easy as well as scoring and asked in all the exams They will confirm the selection if all the questions attempted wisely with little practice. It is recommanded to Take Mock test based on Logical Reasoning topic and Flow Chart topic based quiz.

Logical Reasoning Flow Chart solved examples question

Clarity of concepts is a must if you want to master the skill of solving Logical Reasoning problems. This page contains sample Logical Reasoning Flow Chart questions and answers for freshers and competitive exams. Flow Chart Questions with the detailed description, the explanation will help you to master the topic. Here solved examples with detailed answer description, explanations are given and it would be easy to understand. How to solve qFlow ChartLogical Reasoning? Here are some examples solved with the Common Rules/tricks/tips of Logical Reasoning. Enhance your chance to score maximum marks in Logical Reasoning sections through. Error Spotting Grammar Questions Online Test for Free. Fully solved Sentence Formation MCQs questions with detailed answer description. Logical Reasoning is an important topic for any exams but most aspirants find it difficult. You need to learn various tricks tips, rules, etc to solve quickly. At this page, you will find frequently asked Flow Chart questions or problems with solutions, shortcuts, formulas for all-important competitive exams like IT companies exams, interviews. It is always a best practice to go through the example and understand the types of question and way to solve it, so let's do some examples to calculate efficiency, read through all the given here solved examples. You can post your solution, tips, trick and shortcut if you have any in respect to questions.

You can get here fully solved Flow Chart examples with a detailed answer and description. You can solve Flow Chart problems with solutions, the questions by companies wise by filtering the questions, additionally, you can check what type of questions are being asked in IT companies Written Round from Flow Chart. Flow Chart became one of the most important sections in the entire competitive exams, Companies Campus, and entrance online test. Go through Flow Chart Examples, Flow Chart sample questions. You can Evaluate your level of preparation in Flow Chart by Taking the Q4Interivew Flow Chart Online Mock Test based on most important questions. All the Flow Chart practice questions given here along with answers and explanations are absolutely free, you can take any number of time any mock Test.

Why Logical Reasoning Flow Chart?

In this practice section, you can practice Logical Reasoning Questions based on "Flow Chart" and improve your skills in order to face the interview, competitive examination, IT companies Written exam, and various other entrance tests (CAT, GATE, GRE, MAT, Bank Exam, Railway Exam etc.) with full confidence.

Where can I get Logical Reasoning Flow Chart questions and answers with explanation?

Q4Interview provides you lots of fully solved Logical Reasoning (Flow Chart) questions and answers with Explanation. Solved examples with detailed answer description, explanation are given and it would be easy to understand. You can download Logical Reasoning Flow Chart quiz questions with answers as PDF files and eBooks.

Where can I get Logical Reasoning Flow Chart Interview Questions and Answers (objective type, multiple-choice, quiz, solved examples)?

Here you can find objective type Logical Reasoning Flow Chart questions and answers for interview and entrance examination. Multiple choice and true or false type questions are also provided.