Upload Button Icon Add office photos

Filter interviews by

Jio Platforms Engineer Trainee Interview Questions, Process, and Tips

Updated 19 Mar 2024

Top Jio Platforms Engineer Trainee Interview Questions and Answers

Jio Platforms Engineer Trainee Interview Experiences

5 interviews found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Group Discussion 

5-10 mins
Topic - Ecommerce vs Brick n Mortar Shops

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on python in detail
  • Q2. Software Development Lifecycle
  • Ans. 

    Software Development Lifecycle is a process used by software development teams to design, develop, test, and deploy software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the software meets requirements and quality standards.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDL...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. This was HR + Tech Round I was asked questions about my resume, my future interests, my field of choice

Skills evaluated in this interview

Engineer Trainee Interview Questions & Answers

user image Utsav Kumar

posted on 21 Jul 2023

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

I applied via Campus Placement and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

2 DSA questions were asked of easy level

Round 3 - Technical 

(2 Questions)

  • Q1. I was asked to find the second largest number in an array in O(n) time complexity.
  • Ans. 

    Use a single pass algorithm to find the second largest number in an array of strings in O(n) time complexity.

    • Iterate through the array and keep track of the largest and second largest numbers encountered so far.

    • Update the second largest number whenever a new number greater than the current second largest is found.

    • Return the second largest number at the end of the iteration.

  • Answered by AI
  • Q2. It was a leetcode question to find the target sum.
Round 4 - HR 

(1 Question)

  • Q1. Basic discussion about family and experiences in college and all

Skills evaluated in this interview

Engineer Trainee Interview Questions Asked at Other Companies

Q1. If 10 people had a meeting and they shake hands only once with ea ... read more
asked in Siemens
Q2. Puzzle - A drawer contains 10 pairs each of red and blue socks. W ... read more
asked in Sobha
Q3. Shear force diagram and bending moment diagram for combination of ... read more
Q4. Explain stress and strain curve; Different Modulus eg young,bulk ... read more
asked in AVASOFT
Q5. What is logic of amstrong number say its coding logic
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

They give a topic to discuss

Round 3 - Technical 

(3 Questions)

  • Q1. Basic oops and dsa
  • Q2. Pillars of oops, stack , queue and some algorithms
  • Ans. 

    Pillars of OOPs are Abstraction, Encapsulation, Inheritance, and Polymorphism. Stack and Queue are data structures. Algorithms include sorting, searching, and graph traversal.

    • Abstraction: Hiding implementation details

    • Encapsulation: Binding data and functions together

    • Inheritance: Reusing code from parent classes

    • Polymorphism: Multiple forms of a function or object

    • Stack: Last In First Out (LIFO) data structure

    • Queue: First...

  • Answered by AI
  • Q3. How stack work difference between stack and queues
  • Ans. 

    Stack and queue are data structures used to store and retrieve data. The main difference is in the order of retrieval.

    • Stack follows Last In First Out (LIFO) order, while Queue follows First In First Out (FIFO) order.

    • In a stack, the element added last is the first one to be removed, while in a queue, the element added first is the first one to be removed.

    • Stacks are used in undo-redo functionality, while queues are used

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Personal information family background, studies etc
  • Q2. About family, can you relocate to Navi Mumbai

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic java coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. Basic DSA questions
  • Q2. Linked list sorting by two pointer
  • Ans. 

    Sorting a linked list using two pointers

    • Use two pointers to traverse the linked list and compare values

    • Implement sorting algorithm like bubble sort or merge sort

    • Update the links between nodes to rearrange them in sorted order

  • Answered by AI
  • Q3. Question on Binary search

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate knowledge on java works

Skills evaluated in this interview

Jio Platforms interview questions for designations

 Graduate Engineer Trainee (Get)

 (18)

 Management Trainee

 (1)

 Graduate Trainee

 (1)

 SMT Engineer

 (1)

 Service Engineer

 (1)

 Software Engineer

 (7)

 Data Engineer

 (5)

 Devops Engineer

 (2)

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jun 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Medium level tough questions no coding questions just normal reasoning

Round 3 - Technical 

(1 Question)

  • Q1. Medium level leetcode questions and discussion about project.
Round 4 - HR 

(1 Question)

  • Q1. 15 minute normal discussion about hobbies and stuff nothing special

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview questions from similar companies

I applied via Referral and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is the use of python in IT
  • Ans. 

    Python is widely used in IT for web development, data analysis, artificial intelligence, automation, and scripting.

    • Python is used for web development frameworks like Django and Flask.

    • It is used for data analysis and scientific computing with libraries like NumPy, Pandas, and SciPy.

    • Python is popular for artificial intelligence and machine learning with libraries like TensorFlow and PyTorch.

    • It is used for automation and ...

  • Answered by AI
  • Q2. What tools are used in AI
  • Ans. 

    Various tools are used in AI to develop, train, and deploy AI models.

    • Python: Popular programming language for AI development

    • TensorFlow: Open-source library for machine learning

    • PyTorch: Deep learning framework

    • Scikit-learn: Machine learning library

    • Keras: High-level neural networks API

    • Jupyter Notebook: Interactive coding environment

    • Pandas: Data manipulation and analysis library

    • NumPy: Numerical computing library

    • OpenAI Gym:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - IF YOU DON'T KNOW THE ANWER DON'T BE PANIC JUST SAY I'M SORRY

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your real time project?

Interview Preparation Tips

Interview preparation tips for other job seekers - B confident.

Interview Questionnaire 

2 Questions

  • Q1. What projects you did in your engineering?
  • Ans. 

    I have worked on various projects during my engineering including designing a solar-powered car and developing a smart irrigation system.

    • Designed and built a solar-powered car for a national-level competition

    • Developed a smart irrigation system using IoT technology for a local farmer

    • Worked on a project to optimize the energy consumption of a manufacturing plant

    • Designed and prototyped a low-cost prosthetic arm for ampute...

  • Answered by AI
  • Q2. Are you comfortable working anywhere in india ?
  • Ans. 

    Yes, I am comfortable working anywhere in India.

    • I am open to exploring new places and cultures.

    • I have previously worked in different parts of India and enjoyed the experience.

    • I believe that adapting to new environments is a valuable skill for any engineer.

    • I am willing to relocate if required for the job.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Tips: write only those projects in CV which you have done yourself

Round: HR Interview
Tips: Say yes, else you wont get job

General Tips: show your confidence.
Skill Tips: whatever you speak , speak with confidence
Skills: Confidence
College Name: Vidyalankar Institute Of Technology
Motivation: Its a software company. so lot of opportunities

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

Engineer Trainee Interview Questions & Answers

TCS user image pallavi bhattacharji

posted on 24 Sep 2015

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent engineering graduate with a passion for problem-solving and a strong work ethic.

    • Graduated with a degree in engineering

    • Enthusiastic about problem-solving

    • Strong work ethic

    • Experience with relevant software/tools

    • Completed internships in related fields

  • Answered by AI
  • Q2. What was your internship about?
  • Ans. 

    My internship was focused on developing software solutions for a manufacturing company.

    • Developed and implemented software modules to automate production processes

    • Collaborated with a team of engineers to design and test new features

    • Conducted data analysis to identify areas for process improvement

    • Assisted in troubleshooting and resolving software issues

    • Participated in meetings and presentations to discuss project progres

  • Answered by AI
  • Q3. Anything new that your project is doing which is not currently existing in the industry?
  • Ans. 

    Yes, our project is using AI to predict machine failures before they occur.

    • Our project is using machine learning algorithms to analyze data from sensors on machines.

    • The AI system can detect patterns and anomalies in the data to predict when a machine is likely to fail.

    • This allows for proactive maintenance to be performed, reducing downtime and increasing efficiency.

    • Our system is unique in that it can be applied to a wi...

  • Answered by AI
  • Q4. Why do you want to join tcs?
  • Ans. 

    I want to join TCS because of its reputation as a leading IT company and its focus on innovation and employee development.

    • TCS has a strong reputation in the IT industry for delivering innovative solutions to clients.

    • I am impressed by TCS's commitment to employee development and training programs.

    • TCS's global presence and diverse range of clients offer exciting opportunities for career growth.

    • I am excited to work with a...

  • Answered by AI
  • Q5. Whom would you choose between family and job?
  • Ans. 

    I believe in maintaining a balance between family and job as both are equally important to me.

    • I would prioritize my family in case of emergencies or important events

    • However, I understand the importance of my job and would fulfill my responsibilities towards it

    • I would communicate with my family and employer to find a solution that works for everyone

    • I believe in time management and would try to balance both aspects of my...

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: sometimes the interviewers throw you into confusing situations to check your integrity and loyalty.
Tips: be sure about what you have written in your resume and prepared to explain each and every point in your resume.

General Tips: just keep calm and be sure about resume. everything depends on your resume.
Skill Tips: keep calm !
Skills: Ability To Handle Situations, Basic Knowledge Of Your Studies
College Name: Vidyalankar Institute Of Technology
Motivation: india's first and largest IT company. the amount of exposure is huge.

Jio Platforms Interview FAQs

How many rounds are there in Jio Platforms Engineer Trainee interview?
Jio Platforms interview process usually has 3-4 rounds. The most common rounds in the Jio Platforms interview process are HR, Resume Shortlist and Technical.
What are the top questions asked in Jio Platforms Engineer Trainee interview?

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

  1. I was asked to find the second largest number in an array in O(n) time complexi...read more
  2. How stack work difference between stack and que...read more
  3. Pillars of oops, stack , queue and some algorit...read more

Tell us how to improve this page.

Jio Platforms Engineer Trainee Interview Process

based on 5 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Technical Round
  • HR Round
View more
Jio Platforms Engineer Trainee Salary
based on 8 salaries
₹5 L/yr - ₹8.5 L/yr
100% more than the average Engineer Trainee Salary in India
View more details

Jio Platforms Engineer Trainee Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
582 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
551 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
472 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
432 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
366 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jio Platforms with

Jio

3.9
Compare

Reliance Industries

4.0
Compare

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview