Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Jio Team. If you also belong to the team, you can get access from here

Jio Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Jio Graduate Engineer Trainee (Get) Interview Questions, Process, and Tips

Updated 10 Dec 2024

Top Jio Graduate Engineer Trainee (Get) Interview Questions and Answers

  • Q1. 1. How many times hours and minutes hand overlap in a 12 hour clock in a duration of 12 hour.
  • Q2. How to remove 50% water from a right cylinder. It is fully filled. You don't have anything except that right cylinder.
  • Q3. What is HTML and CSS?
View all 17 questions

Jio Graduate Engineer Trainee (Get) Interview Experiences

23 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test consists of 26 questions, including 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What is Data Structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

  • Answered by AI
  • Q2. Explain a Binary Search Tree
  • Ans. 

    A Binary Search Tree (BST) is a data structure where each node has at most two children, with the left child being less than the parent and the right child being greater.

    • Nodes in a BST are arranged in a hierarchical order where each node has a left child and a right child.

    • The left child of a node contains a value less than the parent node, while the right child contains a value greater than the parent node.

    • BST allows f...

  • Answered by AI
  • Q3. Dijkstra Algorithm
  • Ans. 

    Dijkstra's Algorithm is a graph search algorithm for finding the shortest path from a single source to all other nodes in a graph with non-negative edge weights.

    • Dijkstra's Algorithm is used in various applications such as network routing protocols, GPS systems, and road navigation.

    • It works by maintaining a set of nodes with known shortest distance from the source and iteratively expanding this set by adding the nearest...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Questions on Resume

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Do practice dsa from leetcode and gfg

Round 2 - Aptitude Test 

Practice ample no of questions on di

Interview Preparation Tips

Interview preparation tips for other job seekers - practice well before interview go through mock interview

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. Cycle Detection in a Singly Linked List Determine if a given sing ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is 2G,3G and 4G?
  • Ans. 

    2G, 3G, and 4G are generations of mobile network technology that provide different levels of speed and capabilities.

    • 2G stands for second generation and offers basic voice and text services.

    • 3G stands for third generation and introduced faster data speeds, enabling services like video calling and mobile internet.

    • 4G stands for fourth generation and provides even faster data speeds, supporting services like HD video stream...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi and was interviewed in Sep 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 - Coding Test 

2 DataStructures and Algorithms Problems

Round 3 - Technical 

(2 Questions)

  • Q1. DSA questions, project related questions.
  • Q2. Array or String based questions
Round 4 - HR 

(2 Questions)

  • Q1. Normal Stuff common to every company
  • Q2. 1 puzzle question which is available on GFG

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly work on your programming basics, oops, DBMS and cloud and then prepare your project.

Jio interview questions for designations

 Graduate Trainee

 (3)

 Production Graduate Engineer Trainee

 (1)

 Engineer Trainee

 (2)

 Graduate Engineer

 (2)

 Apprentice Trainee

 (1)

 Trainee

 (2)

 Management Trainee

 (2)

 Assistant Trainee

 (1)

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

I applied via Job Fair and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 question in attitude round both technical as well as mathematics .

Round 2 - Technical 

(4 Questions)

  • Q1. What is HTML and CSS?
  • Ans. 

    HTML is a markup language used for creating the structure of web pages. CSS is a styling language used for designing the appearance of web pages.

    • HTML stands for HyperText Markup Language

    • HTML is used to define the structure and content of web pages

    • CSS stands for Cascading Style Sheets

    • CSS is used to control the presentation and layout of web pages

    • HTML and CSS are essential for building and designing websites

    • HTML uses tag...

  • Answered by AI
  • Q2. What is git and github?
  • Ans. 

    Git is a version control system and GitHub is a web-based platform for hosting and collaborating on Git repositories.

    • Git is used for tracking changes in code and collaborating with others on a project

    • GitHub provides a platform for hosting Git repositories and allows for easy collaboration and version control

    • GitHub also offers features like issue tracking, pull requests, and code reviews

    • Git and GitHub are widely used in...

  • Answered by AI
  • Q3. What is java commands?
  • Ans. 

    Java commands are instructions used to execute Java programs and perform various tasks.

    • Java commands are used to compile and run Java programs

    • Some commonly used Java commands include javac, java, jar, and jdb

    • Javac is used to compile Java source code into bytecode

    • Java is used to execute Java bytecode

    • Jar is used to create and manage Java archive files

    • Jdb is used to debug Java programs

    • Java commands can be executed from th

  • Answered by AI
  • Q4. What is Post and Get call?
  • Ans. 

    Post and Get are HTTP methods used to send and receive data between a client and server.

    • GET is used to retrieve data from a server while POST is used to submit data to a server

    • GET requests are visible in the URL while POST requests are not

    • GET requests have a limit on the amount of data that can be sent while POST requests do not

    • Examples of GET requests include searching for information on a website while examples of PO

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in engineering, seeking a position as a Graduate Engineer Trainee.

    • Completed Bachelor's degree in Engineering

    • Strong knowledge in relevant engineering principles and concepts

    • Experience with engineering software and tools

    • Completed internships or projects related to engineering

    • Excellent problem-solving and analytical skills

    • Strong communication and teamwork abilities

  • Answered by AI
  • Q2. What is your weakness?
  • Ans. 

    My weakness is that I tend to be too detail-oriented, which can sometimes slow down my work.

    • I have a tendency to focus on small details and can sometimes lose sight of the bigger picture.

    • I often spend more time than necessary on tasks to ensure they are done perfectly.

    • I am working on improving my time management skills to balance attention to detail with efficiency.

    • For example, in my previous internship, I was assigned...

  • Answered by AI
  • Q3. Why are you choose IT field?
  • Ans. 

    I chose the IT field because of my passion for technology and problem-solving.

    • Passion for technology and problem-solving

    • Opportunities for growth and learning

    • High demand and job security

    • Ability to make a positive impact on society

    • Examples: Enjoying coding and programming, solving complex puzzles, staying updated with the latest tech trends

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Only go through your resume. Each and every point you mention in your resume only asked any questions in your resume that's it. Thank you

Skills evaluated in this interview

Get interview-ready with Top Jio Interview Questions

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic C programming, Python
  • Q2. Any questions in c programming and Python

Interview Preparation Tips

Topics to prepare for Jio Graduate Engineer Trainee (Get) interview:
  • C
  • C++
  • Python
Interview preparation tips for other job seekers - Upload a resume in naukri.com

Thank you...

I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

24 aptitude + technical mcqs, 2 coding questions (easy, medium)

Round 2 - Technical 

(2 Questions)

  • Q1. Resume related questions
  • Q2. Software Engineering related questions (SDLC)
Round 3 - Technical 

(3 Questions)

  • Q1. Basic trending technologies were asked
  • Q2. Why do you want to join JIO
  • Q3. List 5 jio products, and resume related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and prepare well, and know atleast basic definition of every terms mention on your resume.

Assistant Manager | Graduate Engineer Trainee (Get) interview

user image BooksXplorer

posted on 4 Dec 2021

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

I applied via campus placement at Vidyalankar Institute of Technology, Mumbai and was interviewed before Feb 2022. There were 5 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 - Aptitude Test 

Moderate Level Aptitude:- Quantitative, Logical Reasoning, Verbal ability + 2 code (if you score less than 60% you will go through Group Discussion Round)

Round 3 - Coding Test 

Q1. WAP to check number is automorphic or not.
Q2. WAP to find equilibrium index of an array.
Q3. WAP to count distinct element in an array.
Q4. WAP to find the next permutation.
Q5. WAP to check whether number is Armstrong or not.
Q6. WAP to find common elements in 3 sorted array.
(Main topics: Programs on Number,String,Array)
Atleast run 1 Program

Round 4 - Technical 

(1 Question)

  • Q1. Q1. Tell me about yourself? Q2. What is BIOS and OS? Q3. What is SDLC and their stages? Q4. What is Agile and Waterfall model? Q5. What is BlackBox Testing? Q6. OOPs Concepts (Encapsulation, Abstraction, I...
Round 5 - HR 

(1 Question)

  • Q1. Q1. Introduce yourself Q2. Father's Occupation Q3. Where do you stay? Q4. Your Project Q5. Your weakness Q6. Why JIO?

Interview Preparation Tips

Interview preparation tips for other job seekers - Never Think to apply for an interview only when you are fully prepared. It's never gonna happen that you know everything.

(Hope this helps you in your interview. Please up vote if you find my experience helpful .Peace)
Note: - This is my friends interview experience, I asked him everything and sharing with you guys.

I applied via Company Website and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

2 coding questions of medium level difficulty , you could solve them if you have good coding experience

Round 3 - Technical 

(1 Question)

  • Q1. Insertion in doubly linked list , OOPS , project based questions , NOSQL vs SQL , rdbms vs dbms
Round 4 - Technical 

(1 Question)

  • Q1. Reversal of liked list , again about projects , real world uses of data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong with data structures (with implementations+theory), DBMS and softwarwe engineering and project management concepts

Jio Interview FAQs

How many rounds are there in Jio Graduate Engineer Trainee (Get) interview?
Jio interview process usually has 2-3 rounds. The most common rounds in the Jio interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Jio Graduate Engineer Trainee (Get) 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. The most common topics and skills that interviewers at Jio expect are Analytical skills, Networking, Deployment, 3G and Accounting.
What are the top questions asked in Jio Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the Jio Graduate Engineer Trainee (Get) interview -

  1. 1. How many times hours and minutes hand overlap in a 12 hour clock in a durati...read more
  2. How to remove 50% water from a right cylinder. It is fully filled. You don't ha...read more
  3. What is HTML and C...read more

Tell us how to improve this page.

Jio Graduate Engineer Trainee (Get) Interview Process

based on 7 interviews

4 Interview rounds

  • Resume Shortlist Round
  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
View more
Jio Graduate Engineer Trainee (Get) Salary
based on 199 salaries
₹2.9 L/yr - ₹6.8 L/yr
32% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

Jio Graduate Engineer Trainee (Get) Reviews and Ratings

based on 20 reviews

4.0/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.1

Salary

4.1

Job security

3.2

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 20 Reviews and Ratings
Assistant Manager
5.4k salaries
unlock blur

₹1.2 L/yr - ₹10.4 L/yr

Deputy Manager
3.4k salaries
unlock blur

₹4.2 L/yr - ₹13.8 L/yr

Manager
1.8k salaries
unlock blur

₹5.8 L/yr - ₹22.2 L/yr

Senior Executive
1.5k salaries
unlock blur

₹1.7 L/yr - ₹8 L/yr

Senior Manager
1.4k salaries
unlock blur

₹10.3 L/yr - ₹30.6 L/yr

Explore more salaries
Compare Jio with

Jio Platforms

3.5
Compare

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Bharat Sanchar Nigam

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