Reliance 2024 paper 1
Complete Reliance placement paper with aptitude questions and solutions
This page collects Reliance placement papers from 2024 with previous-year questions, solutions, and the 2024 exam pattern. It is useful when you want real drive history: what the OA looked like, which question types repeated, and how solutions were approached. Work through the papers below to build speed and accuracy, then compare against newer 2025 material so your prep matches both established Reliance patterns and the latest shifts.
Reliance 2024 paper 1
Complete Reliance placement paper with aptitude questions and solutions
Reliance 2024 paper 2
Additional 2024 Reliance paper with detailed solutions
Reliance 2024 paper 3
Another 2024 Reliance paper with comprehensive solutions
| Section | Questions | Time | Difficulty | Focus Areas |
|---|---|---|---|---|
| Aptitude | 20-25 | 30-40 min | Medium | Quantitative, logical reasoning |
| Technical | 15-20 | 25-30 min | Medium | Domain knowledge, basics |
| Verbal Ability | 10-15 | 15-20 min | Easy-Medium | Comprehension, grammar |
Total: 50-60 questions, 60-90 minutes
Key Changes in 2024:
This section contains real questions from Reliance placement papers 2024 based on candidate experiences from Reddit, PrepInsta, and IndiaBix.
Problem: A can complete a work in 10 days and B can complete it in 15 days. In how many days will they complete the work together?
Solution: A’s 1 day work = 1/10 B’s 1 day work = 1/15 Together 1 day work = 1/10 + 1/15 = 3/30 + 2/30 = 5/30 = 1/6
Time taken together = 6 days
Answer: 6 days
Problem: A shopkeeper sells an item for ₹120 and makes a profit of 20%. What is the cost price?
Solution: Selling Price = ₹120 Profit = 20% Cost Price = SP × 100 / (100 + Profit%) CP = 120 × 100 / 120 = ₹100
Answer: ₹100
Problem: If 20% of a number is 60, what is 35% of that number?
Solution: Let the number be x 20% of x = 60 x = 60 × 100/20 = 300 35% of 300 = 35/100 × 300 = 105
Answer: 105
Problem: The ratio of ages of A and B is 3:5. After 10 years, the ratio becomes 5:7. Find the present age of A.
Solution: Let present ages be 3x and 5x After 10 years: (3x + 10)/(5x + 10) = 5/7 7(3x + 10) = 5(5x + 10) 21x + 70 = 25x + 50 4x = 20 x = 5 A’s present age = 3 × 5 = 15 years
Answer: 15 years
Problem: A sum of money becomes ₹2,400 in 2 years and ₹3,200 in 4 years at simple interest. Find the principal amount.
Solution: Interest for 2 years = 3200 - 2400 = ₹800 Interest per year = ₹400 Interest for 2 years = ₹800 Principal = 2400 - 800 = ₹1,600
Answer: ₹1,600
Problem: Find the next number in the series: 2, 6, 12, 20, 30, ?
Solution: Pattern: Differences are 4, 6, 8, 10 (increasing by 2) Next difference = 12 Next number = 30 + 12 = 42
Alternative: n(n+1) where n starts from 1 1×2=2, 2×3=6, 3×4=12, 4×5=20, 5×6=30, 6×7=42
Answer: 42
Problem: If in a certain code, ‘APPLE’ is written as ‘ELPPA’, how is ‘ORANGE’ written in that code?
Solution: The code reverses the letters of the word. APPLE → ELPPA (reversed) Therefore, ORANGE → EGNARO (reversed)
Answer: EGNARO
Problem: Pointing to a photograph, a man says, “She is the daughter of my grandfather’s only son.” How is the girl related to the man?
Solution: The man’s grandfather’s only son = the man’s father Daughter of the man’s father = the man’s sister Therefore, the girl is the man’s sister.
Answer: Sister
Problem: Write a SQL query to find the second highest salary from an Employee table.
Solution:
SELECT MAX(salary) AS SecondHighestSalaryFROM EmployeeWHERE salary < (SELECT MAX(salary) FROM Employee);Alternative (using LIMIT):
SELECT DISTINCT salary AS SecondHighestSalaryFROM EmployeeORDER BY salary DESCLIMIT 1 OFFSET 1;Problem: What is the output of the following Java code?
class A { void display() { System.out.println("Class A"); }}
class B extends A { void display() { System.out.println("Class B"); }}
public class Main { public static void main(String[] args) { A obj = new B(); obj.display(); }}Solution: This demonstrates method overriding. Even though the reference is of type A, the actual object is of type B, so B’s display() method is called.
Answer: Class B
Hiring volume
2024 Data: Reliance hired 200-500 candidates from top engineering colleges in 2024. The company conducted placement drives at 30+ colleges across India.
Salary packages
2024 Packages: ₹12-20 LPA for freshers
Process changes
2024 Updates: Updated online assessment platform, new interview formats
Based on candidate experiences from 2024 Reliance interviews:
2024 Interview Process:
Common 2024 Interview Topics:
Success Tips:
For detailed interview experiences, visit Reliance Interview Experience page.
Reliance 2025 papers
Latest Reliance placement papers with current year questions
Reliance aptitude questions
Complete collection of Reliance aptitude problems
Reliance interview experience
Real interview experiences from successful candidates
Reliance preparation guide
Comprehensive preparation strategy for Reliance placement
Reliance main page
Complete Reliance placement guide with eligibility, process, and salary
Jio · Airtel · Amazon · Flipkart · TCS · Infosys
Practice 2024 papers to understand Reliance pattern and prepare effectively!