[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
801
Solv. Corr.
1446
Solv. In. Corr.
2247
Attempted
0 M:38 S
Avg. Time

1 / 42

Study the flow chart give below and the questions that follow

Question: At the end of the flow chart the number placed in which of the following boxes will remain unchanged


capgemini-flow-chart-mock-test-reasoning

ABox 3

BBox 10

CBox 2

DBox 7

Answer: Option D

Explanation:

ANSWR d)Box 7
Explanation :

In instruction 1, Box 10 is modified;
In instruciton 3, Box 2 is modified;
 and in instruction 5, Box 3 gets mofied;

Therefore out of given options only Box 7 remains unchanged.

Workspace

NA
SHSTTON
1488
Solv. Corr.
1178
Solv. In. Corr.
2666
Attempted
1 M:7 S
Avg. Time

2 / 42

Is the following statement True or False

Statement:
If the condition in Step C updates the value in Box 3 instead of Box 2, then the flow chart will enter into infinite loop


capgemini-flow-chart-mock-test-reasoning

ATRUE

BFALSE

CCannot be determined

Answer: Option B

Explanation:

Answer b)FALSE

Explanation.

even if Box 3 is updated instead of Box 2 in instruction C,


In instruction D, Number in Box 2 is compared with Box 7,


and the value is anyway greater, so the result is YES there and thus exiting and finishing the loop.

Workspace

NA
SHSTTON
387
Solv. Corr.
1921
Solv. In. Corr.
2308
Attempted
1 M:59 S
Avg. Time

3 / 42

Study the flow chart give below and the questions that follow.

The purpose of the following chart is to put a zero in each of the boxes 2,4 and 6. In order to accomplish exactly this - no more and no less - Which number must be in box 3?


capgemini-flow-chart-logical-reasoning-question-Answers-part-3

A0

B6

C10

D3

E8

Answer: Option D

Explanation:

The answer is E.



The instruction 1 gets modified as long as the condition becomes false.



Step 1 defines (on the first occurance) and executes the instruction



Step 2 modifies the instruction



Step 3 does an evaluation



On each loop, the box 2, 4, 6, 8, 10... gets filled with 0. We need to limit it until 6 only.



When the last box count becomes 6, we need to execute the instruction. So, box 3 should not have 6. After executing instruction, it updates the box number to 8. Here, we need to break. 



So, box 3 should contain 8.

Workspace

NA
SHSTTON
743
Solv. Corr.
1114
Solv. In. Corr.
1857
Attempted
4 M:47 S
Avg. Time

4 / 42

Study the flow chart give below and the questions that follow.

What number is now in Box 8?
What number is now in box 11?


capgemini-flow-chart-logical-reasoning-question-Answers-4

A11, 5

B11, 2

C8, 6

D11, 9

Answer: Option D

Explanation:

None of the available answers is the correct:



 



step 1  : ins 1  : 2[Box 11] 3 = 5[Box 11]

step 2  : ins 2  : 8[Box 1] -> 8[Box 10]

step 3  : ins 3  : is 1 an odd number? YES

step 4  : ins 4  : go to instruction 6[Box 2[Box 6]]

step 5  : ins 6  : 4[Box 5] 5[Box 11] = 9[Box 11]

step 6  : ins 7  : change ins2: [Box 1 1] -> [Box 10 - 1]

step 7  : ins 8  : 9 < 8[Box 1] ? NO

step 8  : ins 9  : go to instruction 2

step 9  : ins 2  : 6[Box 2] -> 6[Box 9]

step 10 : ins 3  : is 2 an odd number? NO

step 11 : ins 6  : 4[Box 5] 9[Box 11] = 13[Box 11]

step 12 : ins 7  : change ins2: [Box 2 1] -> [Box 9 - 1]

step 13 : ins 8  : 8 < 8[Box 1] ? NO

step 14 : ins 9  : go to instruction 2

step 15 : ins 2  : 5[Box 3] -> 5[Box 8]

step 16 : ins 3  : is 3 an odd number? YES

step 17 : ins 4  : go to instruction 6[Box 2[Box 6]]

step 18 : ins 6  : 4[Box 5] 13[Box 11] = 17[Box 11]

step 19 : ins 7  : change ins2: [Box 3 1] -> [Box 8 - 1]

step 20 : ins 8  : 7 < 8[Box 1] ? YES



ANSWER: 5[Box 8] and 17[Box 11]

Workspace

NA
SHSTTON
319
Solv. Corr.
1174
Solv. In. Corr.
1493
Attempted
2 M:19 S
Avg. Time

5 / 42

Study the flow chart give below and the questions that follow.

The purpose of the following chart is to double the number in each of the boxes 2, 4, 6, 8 and 10.
In order to accomplish exactly this - no more and no less - What is the smallest number Which may be in box 1 ?


capgemini-flow-chart-logical-reasoning-question-Answers-part-4

A19

B15

C9

D11

Answer: Option A

Explanation:

Correct answer is Option D - 11



 



FYI "box number" is not same as number in the "number in the box"



 



In above case during last iteration, the second box number is 12 which should be greater than number in the box 1. ie it should be 11.



[Box 12] > 11[Box 1]



 



 



 

Workspace

NA
SHSTTON
588
Solv. Corr.
678
Solv. In. Corr.
1266
Attempted
3 M:40 S
Avg. Time

6 / 42

Study the flow chart give below and the questions that follow.


capgemini-flow-chart-logical-reasoning-question-Answers-5

A27

B23

C12

D34

Answer: Option A

Explanation:

Instruction 1 : 0 [Box 3] + 1 [Box 11] = 1 [Box 11]
Instruction 2 : 1 [Box 1] + 1 [Box 11] = 2 [Box 5]
Instruction 3 : 3 [Box 4] * 3 [Box 4] = 9 [Box 4]
Instruction 4 : IS 2 [Box 5] = 6 [Box 10] ? NO
Instruction 5 : 9 [Box 4] - 6 = 3 [Box 4]
Instruction 6 : 2 [Box 5] + 2 [Box 2] = 4 [Box 5]
Instruction 3 : 3 [Box 4] * 3 [Box 4] = 9 [Box 4]
Instruction 4 : IS 4 [Box 5] = 6 [Box 10] ? NO
Instruction 5 : 9 [Box 4] - 6 = 3 [Box 4]
Instruction 6 : 4 [Box 5] + 2 [Box 2] = 6 [Box 5]
Instruction 3 : 3 [Box 4] * 3 [Box 4] = 9 {box 4]
Instruction 4 : IS 6 [Box 5] = 6 [Box 10] ? YES
Instruction 7 : 24 [Box 7] - 6 [Box 5] = 18 [Box 8]
Instruction 8 : 9 [Box 4] + 18 [Box 8] = 27 [Box 6]
ANSWER Box 6 = 27

Workspace

NA
SHSTTON
199
Solv. Corr.
894
Solv. In. Corr.
1093
Attempted
6 M:12 S
Avg. Time

7 / 42

Study the flow chart give below and the questions that follow.


capgemini-flow-chart-logical-reasoning-question-Answers-6

A19

B15

C11

D14

Answer: Option D

Explanation:

Instruction 1 : 5 [Box 4] + 2 [Box 10] = 3 [Box 1]
Instruction 2 : 3 [Box 1] + 3 [Box 6] = 6 [Box 1]
Instruction 3 : IS 6 [Box 1] evenly divisible by 4? = NO
Instruction 4 : 6 [Box No.] + 3[Box 6] = 9 [Box No.]
Instruction 5 : IS 13 [Box 2] > 9[Box No.] ? = YES
Instruction 6 : 7[Box 9] - 1 = 6 [Box 9]
Instruction 2 : 6 [Box 1] + 6 [Box 9] = 12 [Box 1]
Instruction 3 : IS 12 [Box 1] evenly divisible by 4? = NO
Instruction 4 : 9[Box No.] + 3[Box 6] = 12[Box No.]
Instruction 5 : IS 13 [Box 2] > 12 [Box No.] ? = YES
Instruction 6 : 6 [Box 9] -1 = 5 [Box 9]
Instruction 2 : 12 [Box 1] + 2 {Box 12] =14[Box 1]
Instruction 3 : IS 14 [Box 1] evenly divisible by 4? = NO
Instruction 4 : 12 [Box No.] + 3 [Box 6] = 15 [Box No.]
Instruction 5 : IS 13 [Box 2] > 15 [Box No.] ? = NO
ANSWER Box 1 = 14

Workspace

NA
SHSTTON
420
Solv. Corr.
1018
Solv. In. Corr.
1438
Attempted
3 M:52 S
Avg. Time

8 / 42

The purpose of the following flowchart is to add the numbers in boxes 6, 7, 8, and 9 and put the total into box 3.
In order to accomplish exactly this - no more and no less - what number must be in box 4?


throughtworks-flow-chart-logical-reasoning-question-Answers-8

A4

B7

C6

D8

Answer: Option B

Explanation:

If Box 4 = 7
Instruction 1 : 5[ Box 1] - 5 [Box 1] = 0 [Box 3]
Instruction 2 : 0 [Box 3] + 3 {Box 9] = 3 [Box 3]
Instruction 3 : IS 7[Box 4] > 9[Box No.] ? = NO
Instruction 4 : 9 [Box No.] - 1 = 8 [Box No.]
Instruction 2 : 3 [Box 3] + 7 [Box 8] = 10 [Box 3]
Instruction 3 : IS 7[Box 4] > 8[Box No.] ? = NO
Instruction 4 : 8 [Box No.] - 1 = 7 [Box No.]
Instruction 2 : 10 [Box 3] + 6 [Box 7] = 16 [Box 3]
Instruction 3 : IS 7[Box 4] > 7[Box No.] ? = NO
Instruction 4 : 7 [Box No.] - 1 = 6 [Box No.]
Instruction 2 : 16 [Box 3] + 8 [Box 6] = 24 [Box 3]
Instruction 3 : IS 7[Box 4] > 6[Box No.] ? = YES
ANSWER Box 4 = 7

Workspace

NA
SHSTTON
678
Solv. Corr.
1429
Solv. In. Corr.
2107
Attempted
2 M:36 S
Avg. Time

9 / 42

The purpose of the following flow chart is to double the number in each of the Boxes 2, 4,6,8 and 10.

In order to accomplish exactly this - no more and no less - What is the smallest number which may be in box 1?


throughtworks-flow-chart-logical-reasoning-question-Answers-08

A43

B12

C10

D11

Answer: Option C

Explanation:

Assume Box 2 has number 2, Box 3 has number 3 and so on.
And Box 1 has number 10
Instruction 1 : 2 [Box 2] + 2[Box 2] = 4[Box 2]
Instruction 2 : 2 [Box No.] + 2 = 4 [Box No.]
Instruction 3 : IS 10 [Box 1] < 4 [Box No.] ? NO
Instruction 1 : 4 [Box 4] + 4{Box 4] = 8[Box 4]
Instruction 2 : 4 [Box No.] + 2 = 6 [Box No.]
Instruction 3 : IS 10 [Box 1] < 6 [Box No.] ? NO
Instruction 1 : 6 [Box 6] + 6 [Box 2] = 12[Box 6]
Instruction 2 : 6 [Box No.] + 2 = 8 [Box No.]
Instruction 3 : IS 10 [Box 1] < 8 [Box No.] ? NO
Instruction 1 : 8 [Box 8] + 8 [Box 8] = 16[Box 8]
Instruction 2 : 8 [Box No.] + 2 = 10 [Box No.]
Instruction 3 : IS 10 [Box 1] < 10 [Box No.] ? NO
Instruction 1 : 10 [Box 10] + 10 [Box 10] = 20[Box 10]
Instruction 2 : 10 [Box No.] + 2 = 12 [Box No.]
Instruction 3 : IS 10 [Box 1] < 12 [Box No.] ? YES
ANSWER is 10

Workspace

NA
SHSTTON
206
Solv. Corr.
664
Solv. In. Corr.
870
Attempted
2 M:38 S
Avg. Time

10 / 42

Study the flow chart give below and the questions that follow.


throughtworks-flow-chart-logical-reasoning-question-Answers-10

A4

B2

C6

D9

E1

Answer: Option A

Explanation:

Assume Box 2 has number 2, Box 3 has number 3 and so on.
And Box 10 has number 4
Instruction 1 : 5 [Box 5] - 5 [Box 5] = 0 [Box 5]
Instruction 2 : 1 [Box 1] + 0 [Box 5] = 1[Box 5]
Instruction 3 : IS 1 [Box No.] < 4 [Box 10] ? YES
Instruction 4 : 1 [Box 5] + 9 [Box 9] = 10 [Box 5]
Instruction 5 : 1 [Box No.] + 1 = 2[Box No.]
Instruction 6 : 9 [Box No.] - 1 = 8 [ Box No.]
Instruction 2 : 2 [Box 2] + 10 [Box 5] = 12 [Box 5]
Instruction 3 : IS 2 [Box No.] < 4 [Box 10] ? YES
Instruction 4 : 12 [Box 5] + 8 [Box 8] = 20 [Box 5]
Instruction 5 : 2 [Box No.] + 1 = 3 [Box No.]
Instruction 6 : 8 [Box No.] - 1 = 7 {box No.]
Instruction 2 : 3 [Box No.] + 20 [Box 5] = 23 [Box 5]
Instruction 3 : IS 3 [Box No.] < 4 [Box 10] ? YES
Instruction 4 : 23 [Box 5] + 7 [Box 7] = 30 [Box 5]
Instruction 5 : 3 [Box No.] + 1 = 4 [Box No.]
Instruction 6 : 7 [Box No.] - 1 = 6 [Box No.]
Instruction 2 : 4 [Box 4] + 30 [Box 5] = 34 [Box 5]
Instruction 3 : IS 4 [Box No.] < 4 [Box 10] ? NO
ANSWER Box 10 = 4

Workspace

Logical Reasoning Flow Chart Questions and Answers pdf

At Logical Reasoning topic Flow Chart page No: 1 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.