Filter interviews by
I applied via Campus Placement
Delete n node from last of linked list. and some OS Basic Question.
I applied via Campus Placement and was interviewed in Nov 2022. There were 4 interview rounds.
Frontend is the part of a website or application that users interact with. Node.js is a JavaScript runtime environment.
Frontend refers to the user interface and user experience of a website or application.
It includes the design, layout, and functionality of the website or application.
Node.js is a JavaScript runtime environment that allows developers to run JavaScript on the server-side.
It is commonly used for building ...
Yes, it is possible to implement stack using queues.
Implement push operation by enqueueing elements to the queue.
Implement pop operation by dequeuing all elements except the last one and enqueueing them again.
The last element in the queue will be the top element of the stack.
Example: Queue: 1 2 3 4 5, Stack: 5 4 3 2 1
Recursion is a process in which a function calls itself. Time and space complexity are important factors to consider while using recursion.
Recursion is used to solve problems that can be broken down into smaller sub-problems.
It involves a base case and a recursive case.
Time complexity refers to the amount of time taken by an algorithm to run, while space complexity refers to the amount of memory used by an algorithm.
Re...
I applied via Fresher's.com and was interviewed in Jun 2022. There were 3 interview rounds.
There is aptitude reasoning and coding MCP each section have 2 subsection advance and genral.
What people are saying about Jio Platforms
I applied via Campus Placement and was interviewed in Feb 2022. There were 4 interview rounds.
Logical, programming, oops, DSA
Finding nth smallest and largest element in an array
Sort the array and return the nth smallest/largest element
Use quickselect algorithm for optimal solution
For nth smallest element, partition the array around pivot until pivot index is n-1
For nth largest element, partition the array around pivot until pivot index is len(array)-n
Handle edge cases like n being greater than array length
Jio Platforms interview questions for designations
I was interviewed in Oct 2021.
Round duration - 120 Minutes
Round difficulty - Medium
This round consisted of 26 questions out of which 24 were questions on general aptitude and only 2 were on programming.
General aptitude was very easy I was able to solve each and every question.
The first programming question was easy as I knew that it was based on Kadane's Algorithm and second question was hard but after some time I was able to do that also
Given an array A
of N
integers, determine the total number of distinct subarrays that contain at most K
odd elements.
A = [3, 2, 3], K = 1...
Count the total number of distinct subarrays with at most K odd elements in an array.
Iterate through all subarrays and count the number of odd elements in each subarray.
Use a hashmap to keep track of the count of distinct subarrays with at most K odd elements.
Return the total count of distinct subarrays for each test case.
Round duration - 20 Minutes
Round difficulty - Easy
It was an easy round,
Round duration - 15 Minutes
Round difficulty - Easy
Tip 1 : Resume of one page
Tip 2 : Have at least one project for discussion
Tip 3 : Try to answer as fast as possible with correct answers
Tip 1 : One-page Resume is good
Tip 2 : good projects on resume for discussion
Get interview-ready with Top Jio Platforms Interview Questions
I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.
Round duration - 15 minutes
Round difficulty - null
Platform- Jio meet
Time Duration- 15 mins
A question about projects
Discuss a project you have worked on
Explain the project's goals and objectives
Describe your role in the project
Highlight any challenges faced and how they were overcome
Share the project's outcome and impact
I am proficient in multiple programming languages including Java, Python, and C++.
Proficient in Java, Python, and C++
Experience with web development languages such as HTML, CSS, and JavaScript
Familiarity with scripting languages like Bash and PowerShell
Python is a dynamically typed, interpreted language while Java is a statically typed, compiled language.
Python is easier to learn and write code quickly.
Java is more efficient and faster due to its compilation process.
Python is better for data analysis and machine learning while Java is better for enterprise applications.
Python has a simpler syntax and is more readable while Java has a more complex syntax.
Python has a ...
Data types in Python are the classification of data items that determine the operations that can be performed on them.
Python has several built-in data types such as integers, floats, strings, booleans, and complex numbers.
Lists, tuples, and dictionaries are also data types in Python.
Each data type has its own set of operations that can be performed on it.
For example, arithmetic operations can be performed on integers a...
DBMS is used to manage and organize large amounts of data efficiently.
DBMS provides a centralized and secure way to store and retrieve data.
It allows multiple users to access and modify data simultaneously.
It ensures data integrity and consistency through various constraints and rules.
It provides backup and recovery mechanisms to prevent data loss.
Examples of DBMS include Oracle, MySQL, SQL Server, and PostgreSQL.
List and tuple are both data structures in Python, but list is mutable while tuple is immutable.
List is defined using square brackets [], while tuple is defined using parentheses ().
Elements in a list can be added, removed, or modified, while elements in a tuple cannot be modified.
Lists are used for collections of data that may change over time, while tuples are used for fixed collections of data.
Lists are generally fa...
Round duration - 15 minutes
Round difficulty - null
Platform- Jio meet
Time Duration- 15mins
Oops concept refers to Object-Oriented Programming concepts such as inheritance, encapsulation, polymorphism, and abstraction.
Inheritance allows a class to inherit properties and methods from another class.
Encapsulation is the practice of hiding data and methods within a class, making them inaccessible to outside code.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
Abstra...
A foreign key is a column or set of columns in a database table that refers to the primary key of another table.
It establishes a link between two tables
It ensures referential integrity
It helps in maintaining data consistency
Example: CustomerID in Orders table refers to Customer table's primary key
I am excited to work for your company because of its reputation for innovation and commitment to employee development.
Your company has a strong track record of developing cutting-edge technology, which aligns with my passion for innovation.
I am impressed by the emphasis your company places on employee development and growth opportunities.
Your company's commitment to sustainability and social responsibility is important...
Constructors and destructors are special member functions in object-oriented programming languages.
Constructors are used to initialize the object's data members when an object is created.
Destructors are used to free up the memory allocated to the object when it is destroyed.
Constructors have the same name as the class and no return type.
Destructors have the same name as the class preceded by a tilde (~) and no return t...
SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and maintain software.
SDLC is a structured approach to software development that involves several stages, including planning, analysis, design, implementation, testing, and maintenance.
Each stage of the SDLC has its own set of deliverables, which are reviewed and approved before moving on to the next stage.
SDLC models include W...
The marquee tag is used in HTML to create a scrolling text or image effect on a webpage.
Used to create a scrolling effect for text or images on a webpage
Can specify direction, speed, and behavior of the scrolling
Example: <marquee behavior='scroll' direction='left'>Scrolling text</marquee>
I was interviewed before Aug 2021.
2 easy codes and 1 medium level code challenge
I know multiple programming languages including Java, Python, and C++.
Proficient in Java, Python, and C++
Familiar with HTML, CSS, and JavaScript
Experience with SQL and NoSQL databases
Comfortable with Bash scripting and Linux command line
Knowledge of MATLAB and R for data analysis
Understanding of Swift for iOS development
I applied via LinkedIn and was interviewed before Sep 2021. There were 2 interview rounds.
Paper divided in two sections. First section has four parts and second section is of coding questions.
posted on 25 May 2017
posted on 25 May 2017
I was interviewed in Jun 2016.
Technical questions related to networking and cryptography.
OSI model has 7 layers, TCP/IP has 4 layers
Public addresses are routable on the internet, private addresses are used within a private network
MD5 hashstring is a cryptographic hash function used for data integrity and security
Octal to binary conversion involves converting each octal digit to a 3-bit binary number
Some of the top questions asked at the Jio Platforms Graduate Engineer Trainee (Get) interview for freshers -
based on 2 interviews
1 Interview rounds
based on 10 reviews
Rating in categories
Software Developer
582
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer
551
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
472
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Manager
432
salaries
| ₹0 L/yr - ₹0 L/yr |
Deputy Manager
366
salaries
| ₹0 L/yr - ₹0 L/yr |
Jio
Reliance Industries
Bharti Airtel
Vodafone Idea