AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

JioStar

Compare button icon Compare button icon Compare
3.7

based on 693 Reviews

  • About
  • Reviews
    693
  • Salaries
    4.2k
  • Interviews
    55
  • Jobs
    6
  • Benefits
    24
  • Photos
    -
  • Posts
    1

Filter interviews by

JioStar Interview Questions and Answers

Updated 20 Jun 2025
Popular Designations

28 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 10mo 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 Quality Engineer was asked 11mo 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
Are these interview questions helpful?
A Senior Marketing Manager was asked
Q. Tell us about the channel.
Ans. 

The channel refers to the marketing platform or medium used to reach target audiences.

  • Channels can include social media, email marketing, advertising, events, and partnerships.

  • Each channel has its own unique audience and reach.

  • Effective channel selection is crucial for reaching marketing goals.

  • Analyzing channel performance helps in optimizing marketing strategies.

View all Senior Marketing Manager interview questions
A Network Engineer L1 was asked
Q. What are VLANs, and can you explain them?
Ans. 

VLANs (Virtual Local Area Networks) are used to segment a single physical network into multiple virtual networks.

  • VLANs help improve network security by isolating traffic within specific groups.

  • They can also improve network performance by reducing broadcast traffic.

  • VLANs are configured at the switch level and allow devices in different VLANs to communicate as if they were on separate physical networks.

  • Each VLAN has...

View all Network Engineer L1 interview questions
A Senior Data Scientist was asked
Q. Python code on list manipulation
Ans. 

Python code on list manipulation

  • Use list comprehension for efficient manipulation

  • Utilize built-in functions like map, filter, and reduce

  • Consider using lambda functions for concise code

  • Be mindful of time complexity when working with large lists

View all Senior Data Scientist interview questions
1 2 3

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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. HLD round to develop Autocomplete feature End to End with API contracts and architecture.
  • Add your answer
  • 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
    Add your answer

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

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2025

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.
  • Add your answer
  • 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
    Add your answer
Anonymous

Senior Associate Interview Questions & Answers

user image Anonymous

posted on 7 Aug 2024

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
    Add your answer
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
    Add your answer
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
    Add your answer
  • Q2. IFRS related question
  • Add your answer
Anonymous

Full Stack Web Developer Interview Questions & Answers

user image LeviOsa!

posted on 25 Aug 2024

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
    Add your answer
  • 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
    Add your answer

Interview Preparation Tips

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

Senior Quality Engineer Interview Questions & Answers

user image gauri kannurkar

posted on 5 Jul 2024

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
  • Add your answer
  • 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
    Add your answer
Round 2 - System design 

(2 Questions)

  • Q1. Automation framework development
  • Add your answer
  • Q2. Question on apptoch to automation
  • Add your answer
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
    Add your answer
  • Q2. Scenarion and past exp based questions
  • Add your answer

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

Anonymous

Video Editor and Videographer Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2025

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
    Add your answer
  • 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
    Add your answer
Anonymous

Software Engineer2 Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2024

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

(2 Questions)

  • Q1. Questions from Resume and projects
  • Add your answer
  • 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
    Add your answer
Anonymous

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
  • Add your answer
  • Q2. About profile, About SAP, HR questions
  • Add your answer
Round 3 - Behavioral 

(1 Question)

  • Q1. Family background, About Profile
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image My Mail

posted on 15 Aug 2024

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
  • Add your answer
  • Q2. Goal in future and also other questions
  • Add your answer
Anonymous

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
Anonymous

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about JioStar?
Ask anonymously on communities.
More about working at JioStar
  • Media & Entertainment
  • Broadcasting

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, ATS, Applicant Tracking System, Brand Marketing and Brand Strategy.
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.

JioStar Interviews By Designations

  • JioStar Assistant Manager Interview Questions
  • JioStar Product Manager Interview Questions
  • JioStar Senior Software Engineer Interview Questions
  • JioStar Senior Android Developer Interview Questions
  • JioStar Intern Interview Questions
  • JioStar Senior Data Scientist Interview Questions
  • JioStar Senior Manager Interview Questions
  • JioStar Analyst Interview Questions
  • Show more
  • JioStar Software Engineer Interview Questions
  • JioStar Software Developer Interview Questions

Interview Questions for Popular Designations

  • Assistant Manager Interview Questions
  • Team Lead Interview Questions
  • Software Developer Interview Questions
  • Senior Associate Interview Questions
  • Business Analyst Interview Questions
  • Sales Executive Interview Questions
  • Consultant Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Show more
  • Accountant Interview Questions
  • Data Analyst Interview Questions

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
Amazon Interview Questions
4.0
 • 5.3k Interviews
HDFC Bank
HDFC Bank Interview Questions
3.9
 • 2.4k Interviews
American Broadcasting Company
American Broadcasting Company Interview Questions
4.0
 • 561 Interviews
PVR Inox
PVR Inox Interview Questions
3.9
 • 181 Interviews
Manappuram Finance
Manappuram Finance Interview Questions
3.9
 • 175 Interviews
Abbott
Abbott Interview Questions
4.1
 • 157 Interviews
Emcure Pharmaceuticals
Emcure Pharmaceuticals Interview Questions
3.7
 • 114 Interviews
Kantar
Kantar Interview Questions
3.5
 • 106 Interviews
Tata Play
Tata Play Interview Questions
4.0
 • 75 Interviews
Times Internet
Times Internet Interview Questions
3.5
 • 71 Interviews
View all

JioStar Reviews and Ratings

based on 693 reviews

3.7/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.6

Salary

3.3

Job security

3.5

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 693 Reviews and Ratings
Jobs at JioStar
JioStar
Assistant Manager-Creative Communications

Mumbai

6-10 Yrs

₹ 8.3-22 LPA

JioStar
Manager-Direct Taxation

Mumbai

7-12 Yrs

Not Disclosed

JioStar
Assistant Manager-Direct Taxation

Mumbai

4-6 Yrs

₹ 11.25-30 LPA

Explore more jobs
JioStar Salaries in India
Assistant Manager
389 salaries
unlock blur

₹8.7 L/yr - ₹30 L/yr

Senior Executive
253 salaries
unlock blur

₹5.1 L/yr - ₹19 L/yr

Manager
148 salaries
unlock blur

₹10 L/yr - ₹38 L/yr

Senior Manager
84 salaries
unlock blur

₹20 L/yr - ₹55.8 L/yr

Executive
66 salaries
unlock blur

₹3.2 L/yr - ₹10.3 L/yr

Explore more salaries
Compare JioStar with
HDFC Bank

HDFC Bank

3.9
Compare
Amazon

Amazon

4.0
Compare
Manappuram Finance

Manappuram Finance

3.9
Compare
PVR Inox

PVR Inox

3.9
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • JioStar Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter