Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Quantitiative Aptitude
  • Logical Reasoning
  • Verbal Ability
  • Aptitude Quiz
  • Quantitiative Aptitude Quiz
  • Verbal Ability Quiz
  • Aptitude For Placements
  • Interview Corner
  • Practice Sets
Open In App
Next Article:
Introduction to Geometry
Next article icon

Probability - Solved Questions and Answers

Last Updated : 26 Jun, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Question 1: Three unbiased coins are tossed. What is the probability that at most one had occurred? 

Solution: 

S = {HHH, HHT, HTH, THH, HTT, THT, TTH, TTT}
Favorable outcomes = {HTT, THT, TTH, TTT}
Total number of outcomes = 8
Number of favorable outcomes = 4
Required probability = 4 / 8 = 0.50   

Question 2: Find the probability of getting a red card when a card is drawn from a well-shuffled pack of cards. 

Solution: 

Total number of outcomes = 52
Number of favorable outcomes = Number of red cards = 26
Required probability = 26 / 52 = 0.50 

Question 3: A bag contains 6 white and 4 black balls. Two balls are drawn at random from the bag. Find the probability that both the balls are of the same color. 

Solution: 

Outcome will be favorable if the two balls drawn are of the same color. => Number of favorable outcomes = 6C2 + 4C2 = 21
Total number of outcomes = 10C2 = 45
Therefore, required probability = 21 / 45 = 7 / 15   

Question 4: An unbiased die is tossed. Find the probability of getting an even number. 

Solution: 

S = {1, 2, 3, 4, 5, 6}
Favorable outcomes = {2, 4, 6}
Required probability = 3 / 6 = 0.50   

Question 5: From a bag containing red and blue balls, 10 each, 2 balls are drawn at random. Find the probability that one of them is red and the other is blue. 

Solution: 

Total number of outcomes = 20C2 = 190
Number of favorable outcomes = 10C1 x 10C1 = 100
Therefore, required probability = 100 / 190 = 10 / 19

MCQs on Probability

Question 1: A card is drawn from the set of 52 cards. Find the probability of getting a queen card.

A. 1/52
B. 1
C. 1/26
D. 1/13

Answer: D

Solution:

Number of favorable outcomes = 4 (since there are 4 queens in the deck)
Total number of possible outcomes = 52 (since there are 52 cards in total)

Thus, the probability of drawing a queen card is:
P(Queen) = 4/52 = 1/13

Question 2: If a coin is thrown two times, what is the probability that at least one tail is obtained?

A) 3/4
B) 1/4
C) 1/3
D) 2/3
E) None of these 

Answer: A

Solution: 

Sample space = [TT, TH, HT, HH]
Total number of ways = 2 × 2  = 4.  
Favourite Cases = 3
P (A) = 3/4

Question 3: What is the probability of getting a numbered card when drawn from the pack of 52 cards?

A) 1/13
B) 1/9
C) 9/13
D) 11/13
E) None of these  

Answer: C

Solution:

Total Cards = 52. 
Numbered Cards = 9 (2, 3, 4, 5, 6, 7, 8, 9, 10) in each suit 
Numbered cards in four suit = 4 × 9 = 36
P (E) = 36/52 = 9/13

Question 4: There are 7 purple clips and 5 brown clips. Two clips are selected one by one without replacement. Find the probability that the first is brown and the second is purple.

A) 1/35
B) 35/132
C) 1/132
D) 35/144
E) None of these 

Answer: B

Solution: 

P (B) × P (P) = (5/12) x (7/11) = 35/132

Question 5: Find the probability of getting a sum of 8 when two dice are thrown.

A) 1/8
B) 1/5
C) 1/4
D) 5/36
E) 1/3 

Answer: D

Solution:

Total number of ways = 6 × 6 = 36 ways. 
Favorable cases = (2, 6) (6, 2) (3, 5) (5, 3) (4, 4)  --- 5 ways. 
P (A) = 5/36 = 5/36

Question 6: Find the probability of an honor card when a card is drawn at random from the pack of 52 cards.

A) 4/13
B) 1/3
C) 5/12
D) 7/52
E) None of these  

Answer: A

Solution:

Honor cards = 4 (A, J, Q, K) in each suit
Honor cards in 4 suit = 4 × 4 = 16
P (honor card) = 16/52 = 4/13

Question 7: What is the probability of a face card when a card is drawn at random from the pack of 52 cards?

A) 1/13
B) 2/13
C) 3/13
D) 4/13
E) 5/13 

Answer: C

Solution:

Face cards = 3 (J, Q, K) in each suit 
Face cards in 4 suits = 3 × 4 = 12 Cards.
P (face Card) = 12/52 = 3/13

Question 8: If two dice are rolled together then find the probability of getting at least one '3'.

A) 11/36
B) 1/12
C) 1/36
D) 13/25
E) 13/36 

Answer: A

Solution: 

Total number of ways = 6 × 6 = 36. 
Probability of getting number ‘3' at least one time
= 1 – (Probability of getting no number 4) 
= 1 – (5/6) × (5/6)
= 1 - 25/36
= 11/36

Question 9: If a single six-sided die is rolled then find the probability of getting either 3 or 4.

A) 1/2
B) 1/3
C) 1/4
D) 2/3
E) 1/6

Answer: B

Solution:

Total outcomes = 6
The probability of getting a single number when rolled a die = 1/6
So, P(3) = 1/6 and P(4) = 1/6
Thus, the probability of getting either 3 or 4
= P(3) + P(4)
= 1/6 + 1/6
= 1/3

Question 10: A container contains 1 red, 3 black, 2 pink, and 4 violet gems. If a single gem is chosen at random from the container, then find the probability that it is violet or black.

A) 1/10
B) 3/10
C) 7/10
D) 9/10
E) None of these

Answer: C

Solution:

Total gems =( 1 + 3 + 2 + 4 ) = 10
probability of getting a violet gem = 4/10
The probability of getting a black gem = 3/10
Now, P ( Violet or Black) = P(violet) + P(Black)
                                           = 4/10 + 3/10
                                           = 7/10

Question 11: A jar contains 63 balls ( 1, 2, 3,......., 63). Two balls are picked at random from the jar one after one and without any replacement. What is the probability that the sum of both balls drawn is even?

A) 5/21
B) 3/23
C) 5/63
D) 19/63
E) None of these

Answer: E

Solution:

The sum of numbers can be even if we add either two even numbers or two odd numbers.

Number of even numbers from 1 to 63 = 31
Number of odd numbers from 1 to 63 = 32

Probability of getting two even numbers = (32/63) * (31/62) = 16/63
Probability of getting two odd numbers = (31/63) * (30/62) = 5/21

P(two even numbers OR two odd numbers) = 16/63 + 5/21 = 31/63

Question 12: There are 30 students in a class, 15 are boys and 15 are girls. In the final exam, 5 boys and 4 girls made an A grade. If a student is chosen at random from the class, what is the probability of choosing a girl or an 'A-grade student?

A) 1/4
B) 3/10
C) 1/3
D) 2/3
E) None of these

Answer: D

Solution:

Here, the total number of boys = 15 and the total number of girls = 15

Also, girls getting A grade = 4 and boys getting an A grade = 5 
Probability of choosing a girl = 15/30

Probability of choosing A grade student= 9/30

Now, an A-grade student chosen can be a girl.
So the probability of choosing it = 4/30

Required probability of choosing a girl or an A-grade student 
= 15/30 + 9/30 - 4/30
= 1/2 + 3/10 - 2/15
= 2/3

Question 13: What is the probability when a card is drawn at random from a deck of 52 cards is either an ace or a club? 

A) 2/13
B) 3/13
C) 4/13
D) 5/23
E) None of these

Answer: C

Solution:

There are 4 aces in a pack, 13 club cards, and 1 ace of a club card.

Now, the probability of getting an ace = 4/52

The probability of getting a club = 13/52
The probability of getting an ace of the club = 1/52

Required probability of getting an ace or a club
= 4/52 + 13/52 - 1/52
= 16/52
= 4/13

Question 14: One card is drawn from a deck of 52 cards well shuffling. Calculate the probability that the card will not be a king.

A) 12/13
B) 3/13
C) 7/13
D) 5/23
E) None of these

Answer: A

Solution: 

Well-shuffling ensures equally likely outcomes.
Total king of a deck = 4

The number of favourable outcomes F= 52 – 4 = 48
The number of possible outcomes = 52

Therefore, the required probability 
= 48/52 = 12/13

Question 15: If P(A) = 7/13, P(B) = 9/13 and P(A∩B) = 4/13, find the value of P(A|B).

A) 1/9
B) 2/9
C) 3/9
D) 4/9
E) None of these

Answer: D

Solution: 

P(A|B) = P(A∩B)/P(B) = (4/13)/(9/13) = 4/9.

Question 16: A one-rupee coin and a two-rupee coin are tossed once, and then calculate a sample space.

A) [ HH, HT, TH, TT]
B) [ HH, TT]
C) [ TH, HT]
D) [HH, TH, TT]
E) None of these

Answer: A

Solution:

The outcomes are either Head (H) or tail(T).
Now,heads on both coins = (H, H) = HH
Tails on both coins = ( T, T) = TT

Probability of head on one rupee coin and Tail on the two rupee coins = (H, T) = HT
And Tail on one rupee coin and Head on the two rupee coin = (T, H) = TH

Thus, the sample space,S = [HH, HT, TH, TT]

Question 17: There are 20 tickets numbered 1 to 20. These tickets are mixed up and then a ticket is drawn at random. Find the probability that the ticket drawn has a number that is a multiple of 4 or 5.

A) 1/4
B) 2/13
C) 8/15
D) 9/20
E) None of these

Answer: E

Solution:

Here, S = {1, 2, 3, 4, ...., 19, 20} = 20

Multiples of 4: 4, 8, 12, 16, 20 (5 tickets)
Multiples of 5: 5, 10, 15, 20 (4 tickets)

Notice that ticket number 20 is a multiple of both 4 and 5, so we have counted it twice. Therefore, we need to subtract one from the total count.

Total number of tickets with numbers that are multiples of 4 or 5: 5 + 4 - 1 = 8
The total number of tickets is 20, so the probability of drawing a ticket with a number that is a multiple of 4 or 5 is:

P = 8/20 = 2/5 = 0.4

Therefore, the probability that the ticket drawn has a number that is a multiple of 4 or 5 is 0.4 or 40%.

Direction ( 18 - 20):
In a school the total number of students is 300, 95 students like chicken only, 120 students like fish only, 80 students like mutton only and 5 students do not like anything above. If randomly one student is chosen, find the probability that.

18) The student likes mutton.
19) He likes either chicken or mutton
20) He likes neither fish nor mutton.

Solution( 18 - 20):

The total number of favorable outcomes = 300 (Since there are 300 students altogether).

The number of times a chicken liker is chosen = 95 (Since 95 students like chicken).
The number of times a fish liker is chosen = 120.
The number of times a mutton liker is chosen = 80.
The number of times a student is chosen who likes none of these = 5.

Question 18: Find the probability that the student likes mutton.

A) 3/10
B) 4/15
C) 1/10
D) 1/15
E) None of these

Answer: B

Solution:

Therefore, the probability of getting a student who likes mutton

= 80/300
= 4/15

Question 19: What is the probability that the student likes either chicken or mutton?

A) 7/12
B) 5/12
C) 3/4
D) 1/12
E) None of these

Answer: A

Solution:

The probability of getting a student who likes either chicken or mutton
= (95+80)/300
= 175/300
= 7/12

Question 20: Find the probability that the student likes neither fish nor mutton.

A) 1/2
B) 1/5
C) 1/3
D) 1/4
E) 1/6

Answer: C

Solution:

The probability of getting a student who likes neither fish nor mutton 
= (300–120−80)/300
= 100/300
= 1/3

Direction ( 21-23):
A box contains 90 number plates numbered 1 to 90. If one number plate is drawn at random from the box then find out the probability that

21) The number is a two-digit number
22) The number is a perfect square
23) The number is a multiply of 5

Question 21: Find the probability that the number is a two-digit number.

A) 1/9
B) 1/10
C) 9/10
D) 7/10
E) None of these

Answer: C

Solution :

Total possible outcomes = 90 (Since the number plates are numbered from 1 to 90).

Number of favorable outcomes
= 90 - 9 = 81 (  here, except 1 to 9, other numbers are two-digit number.)

Thus required probability 
= Number of Favourable Outcomes /Total Number of Possible Outcomes
= 81/90
= 9/10.

Question 22: What is the probability that the number is a perfect square?

A) 1/9
B) 1/10
C) 9/10
D) 1/7
E) None of these

Answer: B

Solution:

Total possible outcomes = 90.
Number of favorable outcomes = 9      [here 1, 4, 9, 16, 25, 36, 49, 64, and 81 are the perfect squares]
Thus the required probability = 9/90   =1/10                                         

Question 23: Find the probability that the number is a multiple of 5.

A) 1/5
B) 1/6
C) 1/10
D) 1/8
E) 9/10

Answer: A

Solution:

Total possible outcomes = 90.
Number of favourable outcomes = 18       (here, 5 × 1, 5 × 2, 5 × 3, ....,  5 × 18 are multiple of 5).                                          
 Thus, the required probability= 18/90 =1/5

  • Follow for Shortcut Tricks To Solve Probability Questions

Next Article
Introduction to Geometry

K

kartik
Improve
Article Tags :
  • Aptitude

Similar Reads

    Aptitude Questions and Answers
    Aptitude questions can be challenging, but with the right preparation and practice, you can tackle them with ease. Our comprehensive guide to aptitude questions and answers covers all the essential topics of Aptitude, including Quantitative Aptitude, Logical Reasoning, and Verbal Ability. Whether yo
    3 min read

    Quantitative Aptitude

    What are Numbers?
    Numbers are symbols we use to count, measure, and describe things. They are everywhere in our daily lives and help us understand and organize the world.Numbers are like tools that help us:Count how many things there are (e.g., 1 apple, 3 pencils).Measure things (e.g., 5 meters, 10 kilograms).Show or
    15+ min read
    HCF and LCM - Solved Questions and Answers
    Question 1: Find the greatest number that will divide 72, 96, and 120, leaving the same remainder in each case.Answer:To find the greatest number that will divide these numbers leaving the same remainder, we need to find the Highest Common Factor (HCF) of the differences between the numbers. The dif
    12 min read
    Pipes and Cistern - Solved Questions and Answers
    Question 1: Two pipes, A and B, can fill a tank separately in 12 and 16 hours, respectively. If both of them are opened together when the tank is initially empty, how much time will it take to completely fill the tank? Solution: Part of tank filled by pipe A in one hour working alone = 1 / 12 Part o
    12 min read
    Speed, Time and Distance – Solved Questions and Answers
    Question 1: A runner can complete a 750 m race in two and a half minutes. Will he be able to beat another runner who runs at 17.95 km/hr? Solution: We are given that the first runner can complete a 750 m race in 2 minutes and 30 seconds or 150 seconds. Speed of the first runner = 750 / 150 = 5 m / s
    7 min read
    Boats and Streams -Solved Questions and Answers
    Question 1: A 100 m long train moving at a speed of 60 km/hr passes a man standing on the pavement near a railway track. Find the time taken by the train to pass the man. Solution: Length of the train = 100 m = 0.1 km Speed of the train = 60 km / hr So, the time taken by the train to pass the man =
    8 min read
    Percentages - Solved Questions and Answers
    Question 1: A defect-finding machine rejects 0.085% of all cricket bats. Find the number of bats manufactured on a particular day if it is given that on that day, the machine rejected only 34 bats. Solution:Let the total number of bats on that day be n. 0.085 % of n = 34 => (0.085 / 100) x n = 34
    8 min read
    Ratio and Proportion - Solved Questions and Answers
    Question 1: If a: b = 5: 9 and b: c = 7: 4, then find a: b: c.Solution: Here, we make the common term ‘b’ equal in both ratios.Therefore, we multiply the first ratio by 7 and the second ratio by 9.So, we have a : b = 35 : 63 and b : c = 63 : 36Thus, a : b : c = 35 : 63 : 36Question 2: Find the mean
    5 min read
    Mixture and Alligation - Solved Questions and Answers
    Question 1: From a vessel of 20 liters of pure milk, 1 liter is taken out and replaced with water, so as to keep the volume constant at 20 liters. This process is repeated 5 times. Find the percentage of pure milk left in the vessel after 5 replacements. Solution: Here, we need to apply the formula
    3 min read
    Algebra Practice Questions Easy Level
    Algebra questions basically involve modeling word problems into equations and then solving them. Some of the very basic formulae that come in handy while solving algebra questions are : (a + b) 2 = a 2 + b 2 + 2 a b(a - b) 2 = a 2 + b 2 - 2 a b(a + b) 2 - (a - b) 2 = 4 a b(a + b) 2 + (a - b) 2 = 2 (
    3 min read
    Average in Maths
    An average is the middle value of a group of numbers. The average is calculated by adding up all the numbers in a group and dividing the total by how many of numbers there are. The image below shows three rows of apples with 6, 11, and 7 apples, and if we take the average of all three rows, we get 8
    15 min read
    Ages - Solved Questions and Answers
    Question 1: A’s age after 15 years would be equal to 5 times his age 5 years ago. Find his age 3 years hence.Solution : Let A’s present age be ‘n’ years.According to the question,n + 15 = 5 (n – 5)=> n + 15 = 5 n – 25=> 4n = 40=> n = 10=> A’s present age = 10 yearsTherefore, A’s age 3 ye
    4 min read
    Profit and Loss - Aptitude Questions and Answers
    Question 1: A person buys a pen from a wholesaler at Rs. 10 for 20 pens. He sells those pens at Rs. 10 for 15 pens. Find his profit or loss percent. Solution: CP for each pen = 10 / 20 = Rs. 0.50SP for each pen = 10 / 15 = Rs. 2 / 3 Profit = SP - CP = Rs. (2 / 3) - 0.50 = Rs. 1 / 6 Therefore, profit
    5 min read
    Simple Interest - Solved Questions and Answers
    Question 1: What would be the annual interest accrued on a deposit of Rs. 10,000 in a bank that pays a 4 % per annum rate of simple interest?Solution : Here, P = 10000, R = 4, T = 1SI = P x R x T / 100SI = 10000 x 4 x 1 / 100SI = 400Thus, the annual interest would be Rs. 400Question 2: A sum of mone
    4 min read
    Compound Interest - Solved Questions and Answers
    Question 1: Find the compound interest on Rs. 10,000 at 10% per annum for a time period of three and a half years.Solution:Time period of 3 years and 6 months means for 3 years, the interest is compounded yearly and for the remaining 6 months, the interest is compounded half-yearly. This means that
    6 min read
    Mensuration 2D - Solved Questions and Answers
    Important Mensuration Formulas2D- ShapeAreaPerimeterSquarea24aRectanglel × b2 (l + b)Circleπr2 2πrScalene Triangle√ [s (s-a) (s-b) (s-c)]Where, s = (a + b + c)/2a + b + cIsosceles Triangle1/2 × base × height2a + bEquilateral triangle√3/4 x23aParallelogrambase × height2 (a + b)Rhombus1/2 × d1 × d24aT
    5 min read
    Mensuration 3D - Solved Questions and Answers
    Question 1: Find the length of the largest rod that can be kept in a cuboidal room of dimensions 10 x 15 x 6 m.Solution: Largest rod would lie along the diagonal. Length of largest rod = Length of diagonal of the room = (L2 + B2 + H2)1/2 Length of the largest rod = (102 + 152 + 62)1/2 = (100 + 225 +
    3 min read
    Height and Distances - Solved Questions and Answers
    Question 1: From the top of a lighthouse, the angles of depression of two ships are 30 and 45 degrees. The two ships, as it was observed from the top of the lighthouse, were 100 m apart. Find the height of the lighthouse.Solution:Here, we can apply the formula Height = Distance/[cot(original angle)
    6 min read
    Progression - Aptitude Questions and Answers
    Progression (or Sequences and Series) is are mathematical concepts that involve arranging numbers in a particular order based on a repeatable pattern. The topic of Progressions is frequently asked in various competitive exams like SSC, Bank PO, and other government job exams and is a crucial part of
    5 min read
    Logarithm - Solved Questions and Answers
    Logarithm is an important topic that needs to be prepared well for the Quantitative Aptitude section of exams. It requires practicing a lot of questions within a time limit. The logarithmic function is the inverse of the exponential function. It is defined as:y = logax, if and only if x = ay; for x
    3 min read
    Permutation and Combination - Aptitude Questions and Answers
    Permutation and Combination are fundamental concepts in mathematics that deal with arranging and selecting objects from a set. These concepts are crucial in various fields, including probability theory, and statistics. There are different types of questions that you can use to test your understandin
    4 min read
    Probability - Solved Questions and Answers
    Question 1: Three unbiased coins are tossed. What is the probability that at most one had occurred? Solution: S = {HHH, HHT, HTH, THH, HTT, THT, TTH, TTT} Favorable outcomes = {HTT, THT, TTH, TTT} Total number of outcomes = 8 Number of favorable outcomes = 4 Required probability = 4 / 8 = 0.50 Quest
    11 min read
    Introduction to Geometry
    Geometry is the branch of mathematics that deals with the shapes, angles, dimensions, and sizes of various things that we see in everyday life. It is mainly divided into plane and solid geometry. In plane geometry, 2d shapes such as triangles, squares, rectangles, and circles are studied. Whereas, i
    9 min read
    Clock - Solved Questions and Answers
    Clock questions are commonly included in quantitative aptitude exams. These questions typically require the application of basic arithmetic and algebraic concepts to solve problems related to time and time difference between two events.Question 1: Find the angle between the hands of a clock at 3:20
    4 min read
    Calendar - Solved Questions and Answers
    Question 1: If January 1st, 2023, is a Sunday, what day of the week will October 31st, 2023?Solution: To solve this problem, we need to count the number of days between January 1st, 2023, and October 31st, 2023, and then find out what day of the week October 31st, 2023, falls on.Total number of days
    7 min read
    Coding Decoding - Solved Questions and Answers
    Question 1: If EARTH is written as FCUXM in a certain code. How is MOON written in that code? Solution: Question 2: If DELHI is written as EDMGJ in a certain code. How is NEPAL written in that code?Solution : Question 3: If SYMBOL is written as NZTMPC is it a certain code? How is NUMBER written in t
    4 min read
    Races and Games - Aptitude Questions and Answers
    Question 1: In a 100 m race, A beats B by 28 meters. Also, at the finish line, A was 7 seconds ahead of B. Find the time taken by A to complete the race. Solution: According to the question, B covers 28 m in 7 seconds.B's speed = 28 / 7 = 4 m/s Time required by B to complete 100 m = 100 / 4 = 25 s N
    5 min read
    Data Interpretation - Aptitude Questions and Answers
    Data interpretation questions are an essential part of the Quantitative Aptitude section. Data Interpretation questions require the ability to analyze and interpret different forms of data, including tables, graphs, charts, and more. With a focus on percentage, ratio and proportion, data interpretat
    8 min read

    Logical Reasoning

    Number Series - Logical Reasoning Aptitude Questions and Answer
    Number Series is a widely asked topic in the Logical Reasoning section of competitive examinations held in India. In these types of questions, there will be a series of numbers given, along with a blank to be filled out. You are given the task of finding out the answer to the blank by figuring out t
    12 min read
    Alphanumeric Series - Logical Reasoning Questions and Answer
    Alphanumeric series is formed by combining both alphabets and numbers. Alphanumeric series sometimes include symbols such as @,&,#, etc. So we can say that the Alphanumeric series is the combination of alphabets, numbers and symbols. This is an important topic that needs to be covered for the Lo
    11 min read
    Analogy - Logical Reasoning Question and Answer
    Analogy is a topic of Logical Reasoning where two things are compared and conclusions are drawn based on their similarities. Analogies are asked in various forms. These questions are also very important for the Verbal Ability section of competitive examinations like SSC, Banking, RBI, etc. The follo
    6 min read
    Making Judgements: Reasoning Questions
    Judgement questions are part of the Logical Reasoning section in most of the competitive examinations. Judgement questions are solved by combining the knowledge given in the question and through common sense. Judgement questions must be prepared comprehensively as this is a scoring section in the re
    11 min read
    Course of Action - Logical Reasoning Questions and Answer
    Course of Action is an important topic that needs to be covered for the Logical Reasoning section of the competitive examinations. It tests the analytical and logical ability of a candidate. The following article covers the concepts, questions, and answers related to the topic.Practicing Statements
    6 min read
    Statement and Conclusion - Logical Reasoning Questions and Answer
    The Statement and Conclusion section is a part of logical and analytical reasoning, which is frequently asked in all competitive exams, especially in banking sector exams. Statement and conclusion questions are a set of statements followed by conclusions. The general idea to solve such questions is
    6 min read
    Cause and Effect: Logical Reasoning Questions and Answers
    Cause and Effect Reasoning Section is one of the most tricky topics of Logical Reasoning section. The questions which come in this section are very easy in nature but they are designed in such a way that they are tricky. Candidates often get confused while solving these problems. It is asked in many
    10 min read
    Statement and Argument - Logical Reasoning Questions and Answer
    Argument is a very important part of analytical reasoning, expressing different opinions for or against something. In competitive examinations, different types of questions are asked from this section in the form of inferences, assumptions, courses of action, syllogisms, etc. This is why argument is
    7 min read
    Reasoning Tricks to Solve Coding -Decoding
    Coding -decoding is one of the most common sections included in all competitive exams, which are basically designed for hiring processes and higher education. Many candidates find Coding-Decoding questions challenging to solve, and as a result, they avoid attempting these scoring questions and lose
    5 min read
    Statement and Assumption - Logical Reasoning Questions and Answer
    Statement and Assumption in Logical Reasoning is the most generally asked topic in competitive exams. The fundamental behind such topics is to test the applicant's critical thinking skills. There are a number of statement and assumption questions asked in the various exams, like SSC, Banking, etc. O
    6 min read
    Venn Diagram
    Venn diagrams are visual tools used to show relationships between different sets. They use overlapping circles to represent how sets intersect, share elements, or stay separate. These diagrams help categorize items, making it easier to understand similarities and differences. In mathematics, Venn di
    14 min read

    Logical Reasoning: Verbal Reasoning

    Placement | Reasoning | Blood Relationship
    While solving the questions on blood relationship, one should be familiar with basic concepts like various relations. Mother's or Father's Brother - Uncle Mother's or Father's Sister - Aunt Mother's or Father's Father - Grand Father Mother's or Father's Mother - Grand Mother Grand Father's or Grand
    2 min read
    Syllogism: Verbal Reasoning Questions and Answers
    Syllogism is an essential part of various competitive exams in India. It is generally a part of the Verbal Ability section, and plays a vital role in examinations sharing 3 or 4 marks out of the total marks. There are many ways of reaching the final solution to questions of syllogisms. The most popu
    5 min read
    Cubes: Verbal Reasoning Questions and Answers
    Cubes is an important topic that needs to be prepared for the Logical Reasoning section of the competitive examinations. Candidates needs to practice questions in order to score well in these exams. The following article covers concepts, formulas and questions that are often asked. So try and practi
    4 min read
    Seating Arrangement : Aptitude Questions and Answers
    Seating arrangement is the logical arrangement of people or objects. This concept involves arrangement of people in many possible ways. Seating Arrangement is a common category of Logical Reasoning that is asked in competitive exams.In these types of questions, you will have to arrange a group of pe
    6 min read
    Puzzles
    Puzzles are commonly asked in exams and interviews to test logical and analytical thinking. Here is a list of most asked Puzzles divided into four categories as per examination pattern. 1. Analytical / Mathematical PuzzlesPuzzle TitleAsked in CompanyFind ages of daughtersGoogle, MicrosoftCalculate t
    4 min read
    Data Sufficiency in Logical Reasoning
    Data Sufficiency in Logical Reasoning is an important topic to prepare for competitive exams in India. It tests the logical, analytical and thinking capacity or ability of a candidate. Candidates need to practice the questions for scoring well in the examinationThe following article contains various
    6 min read

    Logical Reasoning: Non-Verbal Reasoning

    Mirror Image: Verbal Reasoning
    Mirror Image Questions are mostly asked in the Logical Reasoning section of competitive examinations. So candidates need to prepare well by practicing some Mirror Images Questions given below. When we see ourselves in a mirror or see anything in a mirror, the way we see ourselves in a mirror or the
    5 min read
    Dice
    A Dice is a cube with 6 faces each of which contains a digit or a pattern denoting a digit from 1 to 6. It is, however, not uncommon for the faces of a dice to have different kinds of symbols. These puzzles based on dice are quite common in aptitude sections of various tests including GATE. Therefor
    5 min read

    Verbal Ability

    Spellings - Verbal Ability Questions and Answers
    Spelling Correction is an important topic that needs to be practiced well for the verbal ability section of the competitive exams. Following is the practice set of questions for spelling correction. It is quite an easy topic if you have correct knowledge of English Vocabulary. It is a scoring topic
    6 min read
    Sentence Completion - Verbal Ability Questions and Answers
    Sentence completion is a type of question found in the Verbal Ability section of many competitive tests and exams. The aim is to determine the ability to choose the right word or words to complete a sentence. To answer this type of question as quickly and accurately as possible, we should practice s
    12 min read
    Ordering Of Sentences: Verbal Ability Questions
    Re-arrangement questions are of two types: Sentence re-arrangement and passage re-arrangement. In sentence re-arrangement, we are given a sentence whose words/group of words are jumbled and we have to make a meaningful sentence out of it. In passage re-arrangement, we are given multiple sentences an
    6 min read
    Reading Comprehension Questions & Answers
    Comprehension passages are sure-shot scoring questions that are usually asked in competitive examinations. Candidates must practice questions on this topic to score well in the exams. Reading Comprehension is a fundamental skill often tested as part of Verbal Ability in competitive examinations. It
    15+ min read
    Idioms and Phrases - Verbal Ability Questions and Answers
    Idioms and phrases are an important concept of English comprehension, which is often asked in competitive exams. Candidates preparing for competitive exams or interviews must practice the questions of idioms and phrases to score well in the Verbal Ability section. In the following article, we are go
    8 min read
    Definite and Indefinite Articles ( A, An, The)
    Definite and Indefinite Articles ( A, An, The)Table of ContentWhat is an Article? Definite and Indefinite ArticlesWhat are Definite Articles?What are Indefinite Articles?Definite and Indefinite Articles ExamplesDifference Between Definite and Indefinite Articles Definite and Indefinite Articles Ques
    9 min read
    Adjective - Definition, List, Types, Uses and Examples
    When we discuss Adjectives, it means those words which well describe a Noun or a Place, Person, Thing, or Idea. An adjective is the only word that can create a major difference between the two.Let's discuss this topic in detail and also bookmark it to get back to the article whenever we want to revi
    7 min read

    Data Interpretation

    Data Interpretation - Aptitude Questions and Answers
    Data interpretation questions are an essential part of the Quantitative Aptitude section. Data Interpretation questions require the ability to analyze and interpret different forms of data, including tables, graphs, charts, and more. With a focus on percentage, ratio and proportion, data interpretat
    8 min read

    Misc

    15 Most Important Aptitude Topics For Placements [2025]
    If you are a student and getting ready for off-campus or on-campus placement, then working on aptitude is quite essential. In many colleges, companies like TCS, Infosys, Capgemini, and Accenture sort students through the mass-hiring process on the basis of aptitude tests. Also, if you are going for
    7 min read
    How to Prepare for Aptitude Test for Campus Placements
    Aptitude Tests are used by many recruiters around the world. Their purpose is to test technical skills, attitudes, and soft skills related to the search for a figure to be included in the company. Beyond specific professional skills, Aptitude tests are generally designed to assess a candidate's logi
    8 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences