AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Jio Platforms

Compare button icon Compare button icon Compare
3.4

based on 1.7k Reviews

Play video Play video Video summary
  • About
  • Reviews
    1.7k
  • Salaries
    11.3k
  • Interviews
    216
  • Jobs
    -
  • Benefits
    82
  • Photos
    -
  • Posts
    2

Filter interviews by

Jio Platforms Interview Questions and Answers

Updated 1 Jul 2025
Popular Designations

129 Interview questions

A Jpam was asked 1mo ago
Q. Do you know correlation values?
Ans. 

Correlation values (corr values) measure the strength and direction of a relationship between two variables.

  • Correlation values range from -1 to 1.

  • A value of 1 indicates a perfect positive correlation (e.g., height and weight).

  • A value of -1 indicates a perfect negative correlation (e.g., temperature and ice cream sales).

  • A value of 0 indicates no correlation (e.g., shoe size and intelligence).

  • Common methods to calcu...

View all Jpam interview questions
A Voice Process Executive was asked 2mo ago
Q. How many calls do you take in one day?
Ans. 

On average, I handle around 80 to 100 calls per day, ensuring quality service and customer satisfaction.

  • Daily call volume varies based on peak hours and customer needs.

  • For instance, during busy periods, I might take up to 120 calls.

  • I prioritize each call to ensure effective resolution and customer engagement.

  • I also track call duration to maintain efficiency and service quality.

View all Voice Process Executive interview questions
A Jpam was asked 3mo ago
Q. What do you know about Jio?
Ans. 

Jio is a telecommunications company in India, known for its affordable data plans and extensive 4G network coverage.

  • Launched in September 2016, Jio revolutionized the Indian telecom market by offering free voice calls and low-cost data.

  • Jio's 4G network quickly gained over 400 million subscribers, making it one of the largest mobile networks in the world.

  • The company introduced various digital services, including Ji...

View all Jpam interview questions
A Software Engineer (GET) was asked 3mo ago
Q. What advanced concepts do you understand in Java and Object-Oriented Programming (OOP)?
Ans. 

I understand advanced Java concepts like generics, streams, and design patterns, enhancing OOP principles for robust software design.

  • Generics: Allows for type-safe data structures. Example: List<String> ensures only Strings are added.

  • Streams: Facilitates functional-style operations on collections. Example: list.stream().filter(x -> x.startsWith("A")).collect(Collectors.toList());

  • Design Patterns: Common so...

What people are saying about Jio Platforms

View All
leosai333
Verified Icon
1d
works at
Jio Platforms
What is Exact role of Experience Designer in Zynga
I have a question about what will be the exact role of experience designer in Zynga ? And how many UX members will I work with
Got a question about Jio Platforms?
Ask anonymously on communities.
A Java Developer was asked 3mo ago
Q. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use ...
Ans. 

The Two Sum problem involves finding two numbers in an array that add up to a specific target sum.

  • Input: An array of integers and a target integer. Example: nums = [2, 7, 11, 15], target = 9.

  • Output: Indices of the two numbers that add up to the target. Example: Output for above input would be [0, 1].

  • Brute Force Approach: Check all pairs of numbers to see if they sum to the target. Time complexity: O(n^2).

  • Optimal A...

View all Java Developer interview questions
A C Developer was asked 4mo ago
Q. How would you store 12 bytes of character data into 6 bytes by reversing each byte?
Ans. 

To store 12 bytes of char in 6 bytes by reversing each byte, we can split the original bytes into pairs and reverse the order of each pair.

  • Split the 12 bytes into 6 pairs of 2 bytes each

  • Reverse the order of bytes in each pair

  • Store the reversed pairs in the 6 bytes of memory

View all C Developer interview questions
A C Developer was asked 4mo ago
Q. Describe a multithreading problem using synchronization where multiple threads are writing and the same thread is reading.
Ans. 

Multithreading involves multiple threads reading and writing shared data, requiring synchronization to avoid data races.

  • Use mutexes to protect shared resources: std::mutex mtx; mtx.lock(); // critical section; mtx.unlock();

  • Consider read-write locks (std::shared_mutex) for scenarios with multiple readers and few writers.

  • Atomic variables (std::atomic) can be used for simple data types to avoid locking overhead.

  • Condi...

View all C Developer interview questions
Are these interview questions helpful?
A Get IT IC was asked 7mo ago
Q. How can I add a domain?
Ans. 

To add a domain, you need to access your domain registrar's website and follow the steps to purchase and register the domain.

  • Log in to your domain registrar's website

  • Search for the domain you want to add

  • Add the domain to your cart and proceed to checkout

  • Complete the registration process by providing necessary information

  • Set up DNS settings for the domain to point to your website

A Get IT IC was asked 7mo ago
Q. What is the latest update in Windows?
Ans. 

The latest update in Windows is the Windows 11 release.

  • Windows 11 was officially released on October 5, 2021.

  • It comes with a redesigned Start menu, new snap layouts, and improved gaming features.

  • Windows 11 requires compatible hardware for installation.

A Management Trainee was asked 7mo ago
Q. Describe the structure of a Cash Flow Statement.
Ans. 

A Cash Flow Statement outlines cash inflows and outflows, categorized into operating, investing, and financing activities.

  • Operating Activities: Cash generated from core business operations, e.g., cash received from customers.

  • Investing Activities: Cash used for investments in assets, e.g., purchase of equipment or sale of property.

  • Financing Activities: Cash flows related to borrowing and equity, e.g., issuing share...

View all Management Trainee interview questions
1 2 3 4 5 6 7

Jio Platforms Interview Experiences

216 interviews found

Product Manager Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Explain product GTM strategy.
  • Ans. 

    Product GTM strategy involves planning and executing the launch and promotion of a product to target customers.

    • Identify target market and customer segments

    • Develop messaging and positioning for the product

    • Choose distribution channels and pricing strategy

    • Create marketing and sales plans

    • Coordinate cross-functional teams for successful launch

    • Analyze and adjust strategy based on feedback and results

  • Answered by AI
    Add your answer
  • Q2. Explain key metrics for B2B product launch.
  • Ans. 

    Key metrics for B2B product launch include customer acquisition cost, customer lifetime value, conversion rate, and churn rate.

    • Customer Acquisition Cost (CAC) - the cost of acquiring a new customer, including marketing and sales expenses.

    • Customer Lifetime Value (CLV) - the total revenue a customer is expected to generate over their lifetime.

    • Conversion Rate - the percentage of leads that result in a sale or desired acti...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Explain various flavours of AB Testing. What tools did you use?
  • Ans. 

    AB Testing involves testing two or more versions of a webpage or app to see which one performs better.

    • A/B Testing: compares two versions of a webpage or app to see which one performs better

    • Multivariate Testing: tests multiple variables at once to see which combination is most effective

    • Split URL Testing: directs users to different URLs to test variations

    • Tools: Google Optimize, Optimizely, VWO, Adobe Target

  • Answered by AI
    Add your answer
  • Q2. How will you use prioritization frameworks while grooming backlog in Azure DevOps?
  • Ans. 

    Prioritization frameworks help in organizing and managing backlog efficiently in Azure DevOps.

    • Use frameworks like MoSCoW (Must have, Should have, Could have, Won't have) to categorize tasks based on priority

    • Consider factors like business value, effort required, and dependencies when prioritizing tasks

    • Regularly review and adjust priorities based on changing requirements and feedback

    • Example: Prioritize bug fixes over new...

  • Answered by AI
    Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Location preference
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Coding Problems (easy to medium difficulty) and 10 MCQ's regarding Basic CS subjects

Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduction, education background, interests etc
  • Add your answer
  • Q2. Questions regarding OOPs, OS, Networking, DBMS (Core CSE subjects)
  • Add your answer
  • Q3. Coding question
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Quick Introduction
  • Add your answer
  • Q2. Why Jio and what do you expect from JPL?
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are fresher, brush up your basic CSE Core subjects and a little DSA. rest should be fine.
Anonymous

C Developer Interview Questions & Answers

user image Anonymous

posted on 12 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Insert node in single link list, stack implementation using array, call by value & call by reference, multithreading question using synchronization
  • Add your answer
  • Q2. Function overloading and Overriding
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Multithreading question using synchronization. More than one thread is writing and the same thread is reading..
  • Ans. 

    Multithreading involves multiple threads reading and writing shared data, requiring synchronization to avoid data races.

    • Use mutexes to protect shared resources: std::mutex mtx; mtx.lock(); // critical section; mtx.unlock();

    • Consider read-write locks (std::shared_mutex) for scenarios with multiple readers and few writers.

    • Atomic variables (std::atomic) can be used for simple data types to avoid locking overhead.

    • Condition ...

  • Answered by AI
    Add your answer
  • Q2. There were 12 bytes of char and had to store that in 6 bytes reversing each byte.
  • Ans. 

    To store 12 bytes of char in 6 bytes by reversing each byte, we can split the original bytes into pairs and reverse the order of each pair.

    • Split the 12 bytes into 6 pairs of 2 bytes each

    • Reverse the order of bytes in each pair

    • Store the reversed pairs in the 6 bytes of memory

  • Answered by AI
    Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Online Coding Exam. Two medium questions. One on DP and one was on Binary Trees. Round1: Number of Islands question. DBMS, OOPS, OS, etc.
  • Add your answer
  • Q2. Round-2: Job appplication platform using Mern stack, every detail of the project.
  • Add your answer
Anonymous

Interview Questions & Answers

user image Sanjana

posted on 30 Apr 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What do you consider to be your greatest strengths?
  • Ans. 

    My greatest strengths include strong communication skills, adaptability, and a customer-centric approach that drives satisfaction.

    • Strong Communication Skills: I excel in conveying information clearly and effectively, which helps in resolving customer queries promptly.

    • Adaptability: I can quickly adjust to new situations and challenges, as demonstrated when I successfully handled a sudden increase in call volume during a...

  • Answered by AI
    Add your answer
  • Q2. Why do you want to work here
  • Add your answer
  • Q3. Tell me about your self
  • Add your answer
  • Q4. What you do in your free time
  • Add your answer
  • Q5. In your opinion what are your greatest weaknennses
  • Ans. 

    My greatest weaknesses include time management and being overly critical of my work, which I continuously strive to improve.

    • Time Management: I sometimes struggle with prioritizing tasks effectively, leading to last-minute rushes. For example, I once missed a deadline because I underestimated the time needed for a project.

    • Perfectionism: I tend to be overly critical of my work, which can slow down my progress. For instan...

  • Answered by AI
    Add your answer
  • Q6. What do you consider your greatest accomplished
  • Ans. 

    My greatest accomplishment is successfully leading a team project that improved customer satisfaction by 30% through effective communication.

    • Team Leadership: I led a team of five in a project aimed at enhancing customer service protocols, resulting in a 30% increase in customer satisfaction scores.

    • Effective Communication: I implemented weekly check-ins and feedback sessions, which fostered open communication and collab...

  • Answered by AI
    Add your answer
  • Q7. What is your main goal?
  • Ans. 

    My main goal is to provide exceptional customer service while continuously improving my skills and contributing to team success.

    • Customer Satisfaction: I aim to ensure every customer interaction leaves them satisfied, like resolving a complaint effectively.

    • Skill Development: I want to enhance my communication and problem-solving skills through training and real-world experience.

    • Team Contribution: I strive to support my ...

  • Answered by AI
    Add your answer
  • Q8. What do you desire to achieve in your life?
  • Add your answer
  • Q9. What is your favorite company?
  • Ans. 

    My favorite company is Apple, known for its innovative technology, sleek design, and commitment to user experience.

    • Innovative Products: Apple consistently releases groundbreaking products like the iPhone and MacBook, setting trends in the tech industry.

    • User-Centric Design: Apple's focus on intuitive design ensures that their products are easy to use, enhancing customer satisfaction.

    • Ecosystem Integration: The seamless i...

  • Answered by AI
    Add your answer
  • Q10. Why it's your favourite
  • Ans. 

    I enjoy customer associate roles for their dynamic interaction, problem-solving opportunities, and the chance to make a positive impact.

    • Dynamic Interaction: Engaging with diverse customers daily keeps the job exciting and helps develop strong communication skills.

    • Problem-Solving: Each customer presents unique challenges, allowing me to think critically and find tailored solutions, enhancing my adaptability.

    • Positive Imp...

  • Answered by AI
    Add your answer
Anonymous

Customer Care Executive Interview Questions & Answers

user image Anonymous

posted on 1 Jul 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Hello tell me your experience in jio plat form ??
  • Ans. 

    I have extensive experience with Jio platforms, focusing on customer support and enhancing user satisfaction through effective communication.

    • Handled customer inquiries regarding Jio services, ensuring timely and accurate responses.

    • Resolved technical issues related to Jio connectivity, improving customer satisfaction by 20%.

    • Conducted follow-up calls to ensure resolution of issues, leading to a 15% increase in customer r...

  • Answered by AI
    Add your answer
  • Q2. Tell me how to develop jio company in india
  • Ans. 

    To develop Jio in India, focus on enhancing customer experience, expanding services, and leveraging technology for growth.

    • Enhance customer service by implementing AI-driven chatbots for 24/7 support.

    • Expand JioFiber services to rural areas, increasing internet accessibility.

    • Launch loyalty programs to retain customers and encourage referrals.

    • Collaborate with local businesses for bundled services, like Jio and local e-com...

  • Answered by AI
    Add your answer
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 6 Nov 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Technical things
  • Add your answer
  • Q2. Llm model understanding how to implement
  • Ans. 

    Implementing a LLM model involves understanding its architecture and parameters.

    • Understand the architecture of the LLM model, which typically involves multiple layers of neurons.

    • Implement the model using a deep learning framework like TensorFlow or PyTorch.

    • Fine-tune the model by adjusting hyperparameters such as learning rate and batch size.

    • Train the model on a dataset with labeled examples to learn patterns and make p...

  • Answered by AI
    Add your answer
Round 2 - HR 

(2 Questions)

  • Q1. Willing to relocate
  • Ans. 

    I am open to relocating for the right opportunity, as it can enhance my career and personal growth.

    • Relocation can provide exposure to new markets and industries, enhancing my skill set.

    • I am adaptable and enjoy new experiences, which relocation offers.

    • For example, moving to a tech hub can connect me with innovative projects and professionals.

    • I understand the importance of being flexible in today's job market.

  • Answered by AI
    Add your answer
  • Q2. Expected ctc, fixed variable
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy

Skills evaluated in this interview

Anonymous

Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. . What are your hobbies?
  • Ans. 

    I enjoy a variety of hobbies that keep me engaged and help me unwind, including reading, hiking, and cooking.

    • Reading: I love diving into fiction and non-fiction books, especially historical novels and biographies.

    • Hiking: Exploring nature trails and national parks is a favorite pastime, allowing me to stay active and appreciate the outdoors.

    • Cooking: Experimenting with new recipes and cuisines is a creative outlet for me...

  • Answered by AI
    Add your answer
  • Q2. . What are your work process
  • Ans. 

    My work process involves structured planning, execution, and review to ensure efficiency and quality in all tasks.

    • 1. Planning: I start by outlining the project goals and timelines. For example, I create a Gantt chart for visual tracking.

    • 2. Research: I gather necessary information and resources. For instance, I consult relevant literature or databases.

    • 3. Execution: I implement the plan step-by-step, ensuring to follow b...

  • Answered by AI
    Add your answer
  • Q3. What are you always doing
  • Ans. 

    I am always seeking knowledge, improving my skills, and fostering connections with others to enhance both personal and professional growth.

    • Continuously learning through online courses, such as data analysis or project management.

    • Networking with colleagues and industry professionals to exchange ideas and insights.

    • Reading books and articles related to my field to stay updated on trends and best practices.

    • Practicing mindf...

  • Answered by AI
    Add your answer
  • Q4. What is the meaning of this
  • Ans. 

    The meaning of 'this' can vary based on context, referring to a specific object, idea, or situation.

    • Context is key: 'this' can refer to something nearby or recently mentioned.

    • Example: In a conversation about a book, 'this' could mean the book itself.

    • In written communication, 'this' often points to a previously discussed topic.

    • Example: 'This is what I meant when I said...' refers to a specific point.

  • Answered by AI
    Add your answer
  • Q5. Yes ma'am I
  • Add your answer
  • Q6. What is the cost
  • Ans. 

    Cost refers to the monetary value required to acquire goods or services, encompassing various factors like production and distribution.

    • Cost can be fixed (e.g., rent) or variable (e.g., materials).

    • In business, understanding cost helps in pricing strategies.

    • Example: The cost of producing a smartphone includes materials, labor, and overhead.

    • Opportunity cost is the value of the next best alternative foregone.

  • Answered by AI
    Add your answer
  • Q7. Year complete huaa
  • Add your answer
  • Q8. Good mera a
  • Add your answer
Anonymous

Senior Telecaller Interview Questions & Answers

user image Alfiya Shaikh

posted on 9 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

Any informative article

Round 2 - Technical 

(4 Questions)

  • Q1. Telercaller as fresher
  • Add your answer
  • Q2. Something to learn innovative
  • Add your answer
  • Q3. Having something to gain Informative and achieve goals
  • Add your answer
  • Q4. Helping customers services in different way and solve issues
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - To learn something in proper manner and to achieve something
Anonymous

Jpam Interview Questions & Answers

user image Anonymous

posted on 12 May 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Do you know corr values
  • Ans. 

    Correlation values (corr values) measure the strength and direction of a relationship between two variables.

    • Correlation values range from -1 to 1.

    • A value of 1 indicates a perfect positive correlation (e.g., height and weight).

    • A value of -1 indicates a perfect negative correlation (e.g., temperature and ice cream sales).

    • A value of 0 indicates no correlation (e.g., shoe size and intelligence).

    • Common methods to calculate ...

  • Answered by AI
    Add your answer
  • Q2. What is your role in jio
  • Ans. 

    As a team member at Jio, I contribute to innovative projects that enhance connectivity and digital services for millions of users.

    • Collaborate with cross-functional teams to develop new features for Jio's mobile and broadband services.

    • Analyze user feedback to improve service quality, leading to a 20% increase in customer satisfaction.

    • Implement data-driven strategies to optimize network performance, resulting in reduced ...

  • Answered by AI
    Add your answer
  • Q3. How many leaves you are jio
  • Add your answer
Anonymous
More about working at Jio Platforms
  • IT Services & Consulting
  • 10k-50k Employees (India)

Jio Platforms Interview FAQs

How many rounds are there in Jio Platforms interview?
Jio Platforms interview process usually has 2-3 rounds. The most common rounds in the Jio Platforms interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Jio Platforms interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Jio Platforms. The most common topics and skills that interviewers at Jio Platforms expect are Appium, Automation Testing, IT, Testing and Application Testing.
What are the top questions asked in Jio Platforms interview?

Some of the top questions asked at the Jio Platforms interview -

  1. Is is possible to implement stack using queue...read more
  2. Tell me something about recursion also do you have idea about time and space co...read more
  3. What is Frontend, Do you know Node j...read more
How long is the Jio Platforms interview process?

The duration of Jio Platforms interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Jio Platforms Interviews By Designations

  • Jio Platforms Software Developer Interview Questions
  • Jio Platforms Graduate Engineer Trainee (Get) Interview Questions
  • Jio Platforms Assistant Manager Interview Questions
  • Jio Platforms Deputy Manager Interview Questions
  • Jio Platforms Software Engineer Interview Questions
  • Jio Platforms Software Development Engineer Interview Questions
  • Jio Platforms Product Manager Interview Questions
  • Jio Platforms Data Scientist Interview Questions
  • Show more
  • Jio Platforms Data Engineer Interview Questions
  • Jio Platforms Engineer Trainee Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Assistant Manager Interview Questions
  • Deputy Manager Interview Questions
  • Software Engineer Interview Questions
  • Software Development Engineer Interview Questions
  • Product Manager Interview Questions
  • Engineer Trainee Interview Questions
  • Show more
  • Data Engineer Interview Questions
  • Data Scientist Interview Questions

Overall Interview Experience Rating

4.1/5

based on 245 interview experiences

Difficulty level

Easy 34%
Moderate 60%
Hard 6%

Duration

Less than 2 weeks 68%
2-4 weeks 21%
4-6 weeks 5%
6-8 weeks 4%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

Mphasis
Mphasis Interview Questions
3.3
 • 847 Interviews
DXC Technology
DXC Technology Interview Questions
3.7
 • 839 Interviews
EXL Service
EXL Service Interview Questions
3.7
 • 805 Interviews
Nagarro
Nagarro Interview Questions
4.0
 • 793 Interviews
Hexaware Technologies
Hexaware Technologies Interview Questions
3.5
 • 758 Interviews
Sutherland Global Services
Sutherland Global Services Interview Questions
3.5
 • 698 Interviews
Optum Global Solutions
Optum Global Solutions Interview Questions
4.0
 • 679 Interviews
NTT Data
NTT Data Interview Questions
3.8
 • 661 Interviews
 Publicis Sapient
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
Persistent Systems
Persistent Systems Interview Questions
3.6
 • 643 Interviews
View all

Jio Platforms Reviews and Ratings

based on 1.7k reviews

3.4/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.0

Salary

4.1

Job security

3.2

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 1.7k Reviews and Ratings
Jio Platforms Salaries in India
Software Development Engineer
694 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Software Developer
684 salaries
unlock blur

₹6 L/yr - ₹14.1 L/yr

Product Manager
507 salaries
unlock blur

₹17.5 L/yr - ₹30.9 L/yr

Assistant Manager
495 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Deputy Manager
464 salaries
unlock blur

₹9.7 L/yr - ₹17.9 L/yr

Explore more salaries
Compare Jio Platforms with
Jio

Jio

4.1
Compare
DXC Technology

DXC Technology

3.7
Compare
Mphasis

Mphasis

3.4
Compare
EXL Service

EXL Service

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Jio Platforms Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter