Upload Button Icon Add office photos

Filter interviews by

JioStar Interview Questions and Answers

Updated 20 Jun 2025
Popular Designations

35 Interview questions

A Video Editor and Videographer was asked 5mo ago
Q. 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

View all Video Editor and Videographer interview questions
A Full Stack Web Developer was asked 10mo ago
Q. Write code to reverse a string.
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

View all Full Stack Web Developer interview questions
A Full Stack Web Developer was asked 10mo ago
Q. Define OOP and explain its 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, a...

View all Full Stack Web Developer interview questions
A Frontend Developer I was asked 10mo ago
Q. Given a sentence, remove duplicate characters from it.
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

A Frontend Developer I was asked 10mo ago
Q. Write a 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

A Senior Associate was asked 11mo ago
Q. What is deferred tax, and can you provide an 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 fo...

View all Senior Associate interview questions
A Senior Associate was asked 11mo ago
Q. What is the 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...

View all Senior Associate interview questions
Are these interview questions helpful?
A Senior Associate was asked 11mo ago
Q. Why do we revaluate 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...

View all Senior Associate interview questions
A Senior Quality Engineer was asked 12mo ago
Q. Write Java code to find distinct characters from a 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.

View all Senior Quality Engineer interview questions
A Software Engineer2 was asked
Q. Given an array of officers, where ranks 1-8 represent high-ranking officers (each appearing once) and other numbers represent low-ranking officers (appearing multiple times), separate the high-ranking and l...
Ans. 

Separate high rank (1-8) and low rank officers in O(n) time and O(1) space.

  • Use two pointers: one for high rank and one for low rank.

  • Iterate through the array, placing high rank officers at the start.

  • Example: For array [3, 1, 5, 2, 9, 3, 4], result could be [3, 1, 5, 2, 4, 9, 3].

  • Low rank officers can be identified by checking if the number is greater than 8.

  • Maintain the order of high rank officers while moving low ...

View all Software Engineer2 interview questions

JioStar Interview Experiences

55 interviews found

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
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

  • Q1. Tell me about yourself.
  • Q2. What are your current role and responsibilities?
  • Ans. 

    As a Software Developer, I design, develop, and maintain software applications while collaborating with cross-functional teams.

    • Developing web applications using JavaScript frameworks like React and Node.js.

    • Collaborating with UX/UI designers to create user-friendly interfaces.

    • Writing unit tests and conducting code reviews to ensure code quality.

    • Participating in Agile ceremonies, such as daily stand-ups and sprint planni...

  • Answered by AI
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
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
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

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

I appeared for an interview 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
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...
  • Ans. 

    Separate high rank (1-8) and low rank officers in O(n) time and O(1) space.

    • Use two pointers: one for high rank and one for low rank.

    • Iterate through the array, placing high rank officers at the start.

    • Example: For array [3, 1, 5, 2, 9, 3, 4], result could be [3, 1, 5, 2, 4, 9, 3].

    • Low rank officers can be identified by checking if the number is greater than 8.

    • Maintain the order of high rank officers while moving low rank ...

  • Answered by AI

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
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

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

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about JioStar?
Ask anonymously on communities.

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.
How to prepare for JioStar 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 JioStar. The most common topics and skills that interviewers at JioStar expect are Brand Management, Content Development, Content Strategy, Indirect Taxation and Social Media Marketing.
What are the top questions asked in JioStar interview?

Some of the top questions asked at the JioStar interview -

  1. Systems design questions. How to design an app that has a configurable UI. Ui c...read more
  2. A coding question where high rank and low rank officers were given in an array ...read more
  3. 1.What is Stp ,And how it works? 2.What is Vlan and types ? 3.What is DHCP and ...read more
What are the most common questions asked in JioStar HR round?

The most common HR questions asked in JioStar interview are -

  1. Share details of your previous j...read more
  2. Tell me about yourse...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.

Overall Interview Experience Rating

3.8/5

based on 53 interview experiences

Difficulty level

Easy 14%
Moderate 72%
Hard 14%

Duration

Less than 2 weeks 45%
2-4 weeks 24%
4-6 weeks 10%
6-8 weeks 10%
More than 8 weeks 10%
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.5k Interviews
PVR Inox Interview Questions
3.9
 • 182 Interviews
Abbott Interview Questions
4.1
 • 161 Interviews
Kantar Interview Questions
3.5
 • 106 Interviews
Tata Play Interview Questions
4.0
 • 76 Interviews
Times Internet Interview Questions
3.4
 • 71 Interviews
View all

JioStar Reviews and Ratings

based on 696 reviews

3.7/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.6

Salary

3.2

Job security

3.4

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 696 Reviews and Ratings
Assistant Social Media Manager

Mumbai

6-8 Yrs

Not Disclosed

Digital Marketing Consultant

Mumbai

5-10 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
388 salaries
unlock blur

₹14.6 L/yr - ₹27 L/yr

Senior Executive
227 salaries
unlock blur

₹8.9 L/yr - ₹16 L/yr

Manager
167 salaries
unlock blur

₹17.7 L/yr - ₹32.1 L/yr

Senior Manager
79 salaries
unlock blur

₹25.3 L/yr - ₹45.7 L/yr

Executive
66 salaries
unlock blur

₹4.5 L/yr - ₹8.9 L/yr

Explore more salaries
Compare JioStar with

HDFC Bank

3.9
Compare

Amazon

4.0
Compare

Manappuram Finance

3.9
Compare

PVR Inox

3.9
Compare
write
Share an Interview