Upload Button Icon Add office photos

Filter interviews by

Zee Entertainment Enterprises Software Engineer Interview Questions and Answers

Updated 13 Feb 2023

Zee Entertainment Enterprises Software Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 3 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 

(1 Question)

  • Q1. - MVVM & Clean Architecture - Protocol Oriented Programming and other iOS Basics - AVFoundation, AVPlayer, DRM (Digital Right Management) - Offline Playback - Live Streaming (Linear Streaming) - Core Data...
Round 3 - One-on-one 

(1 Question)

  • Q1. Scenario Based System Design like - Design the homepage of Zee5 - Design Player of infinite feeds

Interview Preparation Tips

Interview preparation tips for other job seekers - - Brush up the basics of iOS
- Be good in architecture pattern
- Gather Knowledge on Player

Interview questions from similar companies

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

(1 Question)

  • Q1. Python fundamentals
Round 2 - Technical 

(1 Question)

  • Q1. Coding related to dictionaries in python
Round 3 - HR 

(1 Question)

  • Q1. Regarding cultures and values
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - HR 

(1 Question)

  • Q1. Resume related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Multithreading and Concurrency

I applied via Naukri.com

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

According to skills and experience

Round 3 - One-on-one 

(2 Questions)

  • Q1. One one round with technical person then manager
  • Q2. It's upto your resume and skills
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and final round with general manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall great experience healthy environment
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 basic questions easy LeetCode.

Round 2 - One-on-one 

(1 Question)

  • Q1. One on one with one of the senior engineers. Asked about basics of Java, one easy LeetCode problem
Round 3 - Group Discussion 

Interview with 3 people. Focus on basics of Java, Database, Etc

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode questions. It was a lot of leetcode.

I applied via Naukri.com and was interviewed before Oct 2021. There was 1 interview round.

Round 1 - One-on-one 

(7 Questions)

  • Q1. C# abstraction and encapsulation
  • Q2. Reflection and indexers in c#
  • Ans. 

    Reflection and indexers in C#

    • Reflection allows inspecting and manipulating metadata of types, objects, and assemblies at runtime

    • Indexers provide a way to access elements of a class or struct using array-like syntax

    • Reflection can be used to dynamically access and invoke indexers

  • Answered by AI
  • Q3. Difference between ienumerable and iqueryable
  • Ans. 

    IEnumerable is read-only and forward-only while IQueryable is queryable and can be filtered.

    • IEnumerable is used for in-memory collections while IQueryable is used for querying databases.

    • IQueryable is more efficient for large datasets as it allows for server-side filtering.

    • IQueryable extends IEnumerable and adds additional functionality for querying data sources.

    • Example: IEnumerable numbers = new List { 1, 2, 3 }; IQuer

  • Answered by AI
  • Q4. Difference between rank and dense rank in c#
  • Ans. 

    Rank assigns unique numbers to each distinct value, while dense rank assigns consecutive numbers to each distinct value.

    • Rank and DenseRank are used to assign a unique number to each distinct value in a sorted list.

    • Rank assigns a unique number to each distinct value, but leaves gaps for ties.

    • DenseRank assigns consecutive numbers to each distinct value, without leaving gaps for ties.

    • In C#, Rank and DenseRank are availabl...

  • Answered by AI
  • Q5. Difference between function and Stored procedure
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions are used to perform a specific task and return a value to the caller.

    • Stored procedures are used to execute a set of statements and do not return a value.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions can be used in expressions while stored procedures cannot.

  • Answered by AI
  • Q6. Difference between clustered and non clustered index
  • Ans. 

    Clustered index determines the physical order of data in a table, while non-clustered index has a separate structure.

    • Clustered index sorts and stores the data rows in the table based on their key values, while non-clustered index has a separate structure that contains the key values and a pointer to the data row.

    • A table can have only one clustered index, while it can have multiple non-clustered indexes.

    • Clustered index ...

  • Answered by AI
  • Q7. Difference between execute scalar and execute nonquery
  • Ans. 

    ExecuteScalar returns single value while ExecuteNonQuery does not return any value.

    • ExecuteScalar is used for retrieving a single value from the database, such as a count or sum.

    • ExecuteNonQuery is used for executing SQL statements that do not return any value, such as INSERT, UPDATE, DELETE.

    • ExecuteScalar returns the first column of the first row of the result set, while ExecuteNonQuery returns the number of rows affecte...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Planetcast Software Engineer interview:
  • C#.Net
  • .Net Core
  • SQL Server
  • MySQL
Interview preparation tips for other job seekers - They will ask basics of c# and hire for media application

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Data Structures & MCQs on various basic topics

Round 2 - Coding Test 

Coding Assignment over a Video Call - LeetCode Word Break problem

Round 3 - HR 

(1 Question)

  • Q1. Last Working Day at present Company, Expectations etc
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Hackerrank with 2 string based questions

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview with 2 engineers

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS thoroughly

Zee Entertainment Enterprises Interview FAQs

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

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

  1. - MVVM & Clean Architecture - Protocol Oriented Programming and other iOS Basi...read more
  2. Scenario Based System Design like - Design the homepage of Zee5 - Design Player...read more

Tell us how to improve this page.

Zee Entertainment Enterprises Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
Zee Entertainment Enterprises Software Engineer Salary
based on 37 salaries
₹14.6 L/yr - ₹25 L/yr
84% more than the average Software Engineer Salary in India
View more details

Zee Entertainment Enterprises Software Engineer Reviews and Ratings

based on 2 reviews

2.3/5

Rating in categories

5.0

Skill development

3.6

Work-life balance

3.6

Salary

1.6

Job security

1.3

Company culture

1.6

Promotions

1.3

Work satisfaction

Explore 2 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.2
Compare

Network 18

3.5
Compare

Sony Pictures Networks

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