Upload Button Icon Add office photos

Filter interviews by

Zee Entertainment Enterprises Interview Questions, Process, and Tips

Updated 29 Dec 2024

Top Zee Entertainment Enterprises Interview Questions and Answers

View all 18 questions

Zee Entertainment Enterprises Interview Experiences

Popular Designations

48 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find 3rd transaction of user from uber cab dataset
  • Ans. 

    To find the 3rd transaction of a user from the Uber cab dataset.

    • Identify the user's transactions in the dataset

    • Sort the transactions by date/time

    • Select the 3rd transaction of the user

  • Answered by AI
  • Q2. Find last quarter ordered product from logistics dataset
  • Ans. 

    To find the last quarter ordered product from logistics dataset.

    • Identify the date range for the last quarter

    • Filter the dataset for orders within that date range

    • Identify the product ordered in the last quarter

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked more question involved with cte, window function, subqueries

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Invert a binary tree

Round 2 - One-on-one 

(1 Question)

  • Q1. Design kv store

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Sdet Lead Interview Questions & Answers

user image Aneesh Garg

posted on 6 Apr 2024

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

(5 Questions)

  • Q1. Inline function
  • Q2. Reified keyword
  • Ans. 

    Reified keyword is a term used in programming languages to represent a concept or entity as an object.

    • Reified keyword is used to treat a concept or entity as an object in programming languages.

    • It allows for easier manipulation and abstraction of concepts in code.

    • For example, in Java, the 'class' keyword can be used to reify a concept as a class.

  • Answered by AI
  • Q3. Cross inline keyword
  • Q4. Jetpack library
  • Q5. Coroutines and suspending function

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical questions.
Kotlin basics
Android components, SDK, launch modes, coroutines, collection framework

Skills evaluated in this interview

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

You will be asked questions regarding DSA and one easy basic questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical round regarding LLD & HLD
  • Q2. I was asked to design and implement e commerce website
Round 3 - HR 

(1 Question)

  • Q1. Salaray discussions and availability nothing much

Interview Preparation Tips

Interview preparation tips for other job seekers - Just have a proper knowledge about ALL concepts of actually developing a product from the scratch.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
Add answer

Zee Entertainment Enterprises interview questions for popular designations

 Associate Software Engineer

 (2)

 Data Scientist

 (2)

 Production Manager

 (2)

 Senior Manager

 (2)

 Software Developer

 (2)

 Technical Lead

 (2)

 Video Editor

 (2)

 ART Director

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. Let us know the Salary package

Operations Manager Interview Questions asked at other Companies

Q1. That, if a student, who passed 12th and doesn't want to study further so how would you convince him to study more
View answer (5)

Get interview-ready with Top Zee Entertainment Enterprises Interview Questions

Interview experience
3
Average
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - Coding Test 

Basic dsa questions from leetcode

Round 2 - Technical 

(1 Question)

  • Q1. Basic dsa questions and puzzles
Round 3 - HR 

(1 Question)

  • Q1. They directly explained workculture and asked same questions from previous two questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn basic dsa

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the use of ref?
  • Ans. 

    The 'ref' keyword in C# is used to pass arguments by reference instead of by value.

    • Allows a method to modify the value of the argument passed to it

    • Useful when you want to update the original value of a variable inside a method

    • Can be used with value types and reference types

    • Example: void UpdateValue(ref int num) { num = 10; }

    • Example: int value = 5; UpdateValue(ref value); // value will be 10 after the method call

  • Answered by AI
  • Q2. What are React Hooks
  • Ans. 

    React Hooks are functions that let you use state and other React features without writing a class.

    • React Hooks were introduced in React 16.8.

    • They allow you to use state and other React features in functional components.

    • Some commonly used React Hooks are useState, useEffect, useContext, etc.

    • Hooks are more lightweight and easier to understand compared to class components.

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (38)

Video Editor Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How many years of experience
  • Q2. What type of video editing experience
  • Ans. 

    I have over 5 years of experience in video editing, specializing in creating engaging content for social media platforms.

    • Proficient in Adobe Premiere Pro and After Effects

    • Skilled in color correction, audio editing, and motion graphics

    • Experience in editing various types of videos including promotional, educational, and event coverage

    • Familiar with optimizing videos for different platforms like YouTube, Instagram, and Fac

  • Answered by AI
Round 2 - Group Discussion 

How many video editing software you learn

Interview Preparation Tips

Interview preparation tips for other job seekers - Graphic designer and video editing I must be needed graphic designer job

Video Editor Interview Questions asked at other Companies

Q1. What is the most important thing for a video
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

2 Questions - 1 graph and one basic

Round 2 - Technical 

(1 Question)

  • Q1. 2 basic coding questions and questions on OS and DBMS

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Which product you like and how do you improve it and why?

Production Manager Interview Questions asked at other Companies

Q1. Production, Maintenance, Quality and Safety. Out of four, tell me the most important and least important thing for you and why?
View answer (10)

Zee Entertainment Enterprises Interview FAQs

How many rounds are there in Zee Entertainment Enterprises interview?
Zee Entertainment Enterprises interview process usually has 2-3 rounds. The most common rounds in the Zee Entertainment Enterprises interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Zee Entertainment Enterprises 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 Zee Entertainment Enterprises. The most common topics and skills that interviewers at Zee Entertainment Enterprises expect are Marketing, Digital Marketing, Campaign Management, Sales and B2B Sales.
What are the top questions asked in Zee Entertainment Enterprises interview?

Some of the top questions asked at the Zee Entertainment Enterprises interview -

  1. What is the difference between interface & abstract cl...read more
  2. What do you know about digit...read more
  3. What is different states in Activity lifecy...read more
How long is the Zee Entertainment Enterprises interview process?

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

Tell us how to improve this page.

Zee Entertainment Enterprises Interview Process

based on 49 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 158 Interviews
Comcast Interview Questions
4.0
 • 72 Interviews
Cinépolis Interview Questions
3.9
 • 56 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
Network 18 Interview Questions
3.5
 • 26 Interviews
Sun TV Network Interview Questions
3.6
 • 12 Interviews
View all

Fast track your campus placements

View all

Zee Entertainment Enterprises Reviews and Ratings

based on 576 reviews

3.5/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.2

Salary

2.9

Job security

3.2

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 576 Reviews and Ratings
Assistant Manager
177 salaries
unlock blur

₹2.2 L/yr - ₹11 L/yr

Senior Manager
161 salaries
unlock blur

₹9.6 L/yr - ₹33.1 L/yr

Manager
154 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Associate Director
60 salaries
unlock blur

₹17.5 L/yr - ₹51.5 L/yr

Software Developer
53 salaries
unlock blur

₹14.1 L/yr - ₹36.4 L/yr

Explore more salaries
Compare Zee Entertainment Enterprises with

Sun TV Network

3.6
Compare

Tv18 Broadcast

4.1
Compare

Network 18

3.5
Compare

Sony Pictures Networks

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