Upload Button Icon Add office photos

Filter interviews by

JioStar Interview Questions, Process, and Tips

Updated 10 Feb 2025

Top JioStar Interview Questions and Answers

View all 33 questions

JioStar Interview Experiences

Popular Designations

52 interviews found

I applied via Campus Placement

Round 1 - Group Discussion 

A Group Discussion was conducted on “Should content be made free or paid?” Apparently this was the same topic as last year.

Round 2 - HR 

(7 Questions)

  • Q1. Tell me about yourself.
  • Q2. We have a volleyball team and how do you promote about it in UP?
  • Q3. How do you promote sports in your hometown?
  • Q4. Tell about a change which had impacted you to adjust yourself?
  • Q5. I told that I like animated movies. A few questions were asked related to that.
  • Q6. What is the recent movie that you saw?
  • Q7. A follow up question on how do you promote this movie in the hometown.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Mock GDs/ PIs.

2.They will dig deeper in knowing you better. Be ready! Talk to seniors who are in the company.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2024

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Merge 2 sorted Arrays
  • Ans. 

    Merging two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Use two pointers to iterate through both arrays and compare elements

    • Add the smaller element to the new array and move the pointer for that array

  • Answered by AI
  • Q2. Write polyfill for getElementById
  • Ans. 

    Polyfill for getElementById function in JavaScript

    • Create a function named getElementById

    • Check if the function already exists, if not, create it

    • Use document.querySelector to select the element by ID

    • Return the selected element

  • Answered by AI
  • Q3. What are the new features in React 18 ? Optimisation techinques in React ? Concurrency in React ?
  • Ans. 

    React 18 introduces new features like automatic batching, start transition, and streaming server renderer. It also focuses on performance optimizations and concurrent rendering.

    • New features in React 18 include automatic batching, start transition, and streaming server renderer.

    • Optimization techniques in React 18 involve concurrent rendering, improved scheduling, and reduced re-renders.

    • Concurrency in React 18 allows for...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. HLD round to develop Autocomplete feature End to End with API contracts and architecture.
  • Q2. Remove duplicate characters from a sentence
  • Ans. 

    Remove duplicate characters from a sentence

    • Create an empty array to store unique characters

    • Iterate through each character in the sentence

    • Check if the character is already in the array, if not add it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare High Level Design rounds and ask what the interviewer actually wants

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why we do revaluation of assets
  • Ans. 

    Revaluation of assets is done to reflect their current market value and ensure accurate financial reporting.

    • To reflect the true value of assets on the balance sheet

    • To comply with accounting standards and regulations

    • To provide stakeholders with accurate financial information

    • To make informed decisions regarding asset management and investment

    • To prevent overvaluation or undervaluation of assets

    • Example: Revaluing real esta

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Whatvis revaluation of assets
  • Ans. 

    Revaluation of assets is the process of adjusting the value of assets on a company's balance sheet to reflect their current market value.

    • Revaluation is typically done for assets such as property, plant, and equipment.

    • The purpose is to ensure that the assets are carried at a more accurate value on the balance sheet.

    • Revaluation can result in an increase or decrease in the value of assets, which impacts the company's fina...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is deferred tax with example
  • Ans. 

    Deferred tax is a balance sheet item that represents the tax consequences of temporary differences between accounting income and taxable income.

    • Deferred tax is a liability or asset that arises from temporary differences between accounting income and taxable income.

    • It is recorded on the balance sheet and represents taxes that will be paid or saved in the future.

    • Example: If a company uses accelerated depreciation for tax...

  • Answered by AI
  • Q2. IFRS related question

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)
Interview experience
3
Average
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Basic normal average questions to be prepared

Round 2 - Technical 

(2 Questions)

  • Q1. Define oops and the four pillars in detail
  • Ans. 

    OOPs stands for Object-Oriented Programming. The four pillars are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields (attributes or properties) and code in the form of procedures (methods or functions).

    • The four pillars of OOP are Inheritance, Encapsulation, Abstraction, and Po...

  • Answered by AI
  • Q2. Write code to reverse a dtring
  • Ans. 

    Code to reverse a string in JavaScript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the array

    • Use the join() method to convert the reversed array back into a string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and all the best

Full Stack Web Developer Interview Questions asked at other Companies

Q1. What will be the time complexity to add an element to the Singly Linked List? Note* there are 2 types to add an element: 1st: to add at the end using Tail pointer so O(1) 2nd: to add anywhere in the middle so O(n)
View answer (1)

JioStar interview questions for popular designations

 Assistant Manager

 (3)

 Product Manager

 (2)

 Senior Software Engineer

 (2)

 Senior Android Developer

 (2)

 Intern

 (2)

 Senior Data Scientist

 (2)

 Senior Manager

 (2)

 Analyst

 (1)

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Selenium xpath and basic questions
  • Q2. Java code to fine distinct characters from string
  • Ans. 

    Use a HashSet to find distinct characters in a string.

    • Create a HashSet to store unique characters.

    • Iterate through the string and add each character to the HashSet.

    • Convert the HashSet to an array of strings to get distinct characters.

  • Answered by AI
Round 2 - System design 

(2 Questions)

  • Q1. Automation framework development
  • Q2. Question on apptoch to automation
Round 3 - Bar raiser 

(2 Questions)

  • Q1. Automation underlying architecture
  • Ans. 

    Automation underlying architecture refers to the framework and structure of automated testing processes.

    • Automation architecture includes tools, frameworks, and technologies used for test automation.

    • Common automation architectures include keyword-driven, data-driven, and hybrid frameworks.

    • The architecture should support scalability, maintainability, and reusability of automated tests.

    • Examples of automation tools for und...

  • Answered by AI
  • Q2. Scenarion and past exp based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Process takes much time
Upon giving ryt answers in last round HR rejected application without proper feedback

Skills evaluated in this interview

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)

Get interview-ready with Top JioStar Interview Questions

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the salary structure?
  • Ans. 

    The salary structure for Video Editor and Videographer positions varies depending on factors such as experience, location, and company size.

    • Salary for Video Editors and Videographers can range from $30,000 to $80,000 per year.

    • Factors influencing salary include experience level, geographic location, and the size of the company.

    • Freelance videographers may charge hourly rates ranging from $25 to $150 depending on their ex

  • Answered by AI
  • Q2. What are the work environment?
  • Ans. 

    The work environment for a Video Editor and Videographer is typically fast-paced, creative, and collaborative.

    • Fast-paced environment with tight deadlines

    • Creative atmosphere with opportunities for artistic expression

    • Collaborative work with other team members such as producers, directors, and clients

    • May involve working on location or in a studio setting

    • Use of specialized equipment and software

  • Answered by AI

Video Editor and Videographer Interview Questions asked at other Companies

Q1. What are the work environment?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions from Resume and projects
  • Q2. A coding question where high rank and low rank officers were given in an array in which number 1-8 represents high rank officers and apart from that there was a single integer which represents low rank off...

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

Assistant Manager Interview Questions & Answers

user image CA Rahul Somani

posted on 6 Jun 2024

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

Excel Test with practical question were good

Round 2 - Technical 

(2 Questions)

  • Q1. Ind AS 116 Leases
  • Q2. About profile, About SAP, HR questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Family background, About Profile

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (88)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions related to coding

Round 2 - Coding Test 

C program amstrong or not

Round 3 - HR 

(2 Questions)

  • Q1. Strengths and weakness
  • Q2. Goal in future and also other questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)

Intern Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Not so difficult just ask to find the bugs from application

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to get internship but no use in future of the internship you will do in viacom18 as qc tester. They will kick you after 6 months they just no how to use people that's it so better not to join the company

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Interview started with resume walkthrough and detailed description of couple of projects. Questions revolved around metrics, A/B testing, type I type II error and thought process of analysis. Then the inte...

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

JioStar Interview FAQs

How many rounds are there in JioStar interview?
JioStar interview process usually has 2-3 rounds. The most common rounds in the JioStar interview process are Technical, One-on-one Round and Resume Shortlist.
What are the top questions asked in JioStar interview?

Some of the top questions asked at the JioStar interview -

  1. How would you analyse user consumption data and make predictions about future p...read more
  2. What are the duties and skills of ahouse keeping. 1.duties -emptying trash con...read more
  3. 1.What is Stp ,And how it works? 2.What is Vlan and types ? 3.What is DHCP and ...read more
How long is the JioStar interview process?

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

Tell us how to improve this page.

JioStar Interview Process

based on 49 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

JioStar Reviews and Ratings

based on 634 reviews

3.7/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.5

Salary

3.4

Job security

3.4

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 634 Reviews and Ratings
Assistant Manager
385 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
250 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare JioStar with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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