Upload Button Icon Add office photos

Filter interviews by

Viacom18 Media Interview Questions, Process, and Tips

Updated 15 Oct 2024

Top Viacom18 Media Interview Questions and Answers

View all 15 questions

Viacom18 Media Interview Experiences

Popular Designations

26 interviews found

Frontend Developer I 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
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)
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)
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)

Viacom18 Media interview questions for popular designations

 Senior Android Developer

 (2)

 Senior Data Scientist

 (2)

 Senior Manager

 (2)

 Senior Software Engineer

 (2)

 Analyst

 (1)

 Android App Developer

 (1)

 Android Developer

 (1)

 Assistant Manager

 (1)

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)

Get interview-ready with Top Viacom18 Media Interview Questions

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of android
  • Q2. MVVM, Clean Architecture
  • Q3. Jetpack compose
Round 2 - Technical 

(2 Questions)

  • Q1. Question on resume
  • Q2. LLD of sdk which i made in prev company
Round 3 - One-on-one 

(1 Question)

  • Q1. LLD, HLD, Questions on mistake I did in my working career and all

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2023. 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 - Technical 

(2 Questions)

  • Q1. Questing around Android Ecosystem Only
  • Q2. Activity Lifecycle, Fragment Lifecycle, DI using Hilt and Dagger, Viewbinding, Databinding, Ok Https, Retrofit, and caching, Workmanager and Services, Notifications handling, Threads management and corouti...
Round 3 - Coding Test 

2-3 DSA Questions - Medium

Round 4 - One-on-one 

(1 Question)

  • Q1. Bar Raiser Interview - Intro, JioCinema and Whatsapp Design practices, and some DSA basic terms

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum PairsYou are given a positive integer N, and you have to find the number of ways to represent N as a sum of cubes of two integers(let’s say A and B), such that: N = A^3 + B^3. Note: 1. A should be greater than or equal to one (A&g... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1. Some questions based on JS and NodeJS concepts
2. Minimum product of three numbers. All possible solutions

Round 2 - Design Test 

(1 Question)

  • Q1. 1. HLD and LLD of Rate Limiter
  • Ans. 

    Rate Limiter is a software component used to control the rate of traffic sent or received by a system.

    • High-Level Design (HLD) of Rate Limiter involves defining the overall architecture and components of the system.

    • Low-Level Design (LLD) of Rate Limiter focuses on the detailed design of individual components, algorithms, and data structures.

    • Example: HLD may include defining the overall flow of requests through the rate ...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Ads operatation executive Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

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

I applied via Approached by Company and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Msexcel questions
  • Q2. Pivot table and its functions

Viacom18 Media Interview FAQs

How many rounds are there in Viacom18 Media interview?
Viacom18 Media interview process usually has 2-3 rounds. The most common rounds in the Viacom18 Media interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Viacom18 Media 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 Viacom18 Media. The most common topics and skills that interviewers at Viacom18 Media expect are Programming, Merchandising, Android, IPS and Analytics.
What are the top questions asked in Viacom18 Media interview?

Some of the top questions asked at the Viacom18 Media interview -

  1. How would you analyse user consumption data and make predictions about future p...read more
  2. What are the new features in React 18 ? Optimisation techinques in React ? Conc...read more
  3. How I managed library operations in my previous organization? What were the cha...read more
How long is the Viacom18 Media interview process?

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

Tell us how to improve this page.

Viacom18 Media Interview Process

based on 13 interviews in last 1 year

Interview experience

3.8
  
Good
View more

People are getting interviews through

based on 22 Viacom18 Media interviews
Job Portal
Campus Placement
Company Website
Referral
45%
23%
5%
5%
22% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 154 Interviews
Comcast Interview Questions
4.0
 • 71 Interviews
Cinépolis Interview Questions
3.9
 • 52 Interviews
Network 18 Interview Questions
3.4
 • 24 Interviews
Sun TV Network Interview Questions
3.6
 • 12 Interviews
Saregama India Interview Questions
4.0
 • 8 Interviews
View all

Viacom18 Media Reviews and Ratings

based on 232 reviews

3.6/5

Rating in categories

3.2

Skill development

3.4

Work-Life balance

3.2

Salary & Benefits

3.5

Job Security

3.2

Company culture

2.7

Promotions/Appraisal

3.1

Work Satisfaction

Explore 232 Reviews and Ratings
Assistant Manager
122 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Senior Executive
118 salaries
unlock blur

₹4.5 L/yr - ₹16.6 L/yr

Manager
63 salaries
unlock blur

₹10 L/yr - ₹37 L/yr

Senior Manager
50 salaries
unlock blur

₹17 L/yr - ₹46 L/yr

Director
32 salaries
unlock blur

₹25 L/yr - ₹47.8 L/yr

Explore more salaries
Compare Viacom18 Media with

Zee Entertainment Enterprises

3.5
Compare

Sony Pictures Networks

3.8
Compare

Sun TV Network

3.6
Compare

Network 18

3.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview