Upload Button Icon Add office photos

Filter interviews by

Zee Entertainment Enterprises Sdet Lead Interview Questions and Answers

Updated 6 Apr 2024

Zee Entertainment Enterprises Sdet Lead Interview Experiences

1 interview found

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

Interview questions from similar companies

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

(1 Question)

  • Q1. Testing frameworks
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Different response codes in API testing
  • Ans. 

    Response codes in API testing indicate the status of the request made to the API.

    • 200 - OK: Request was successful

    • 400 - Bad Request: Invalid input or missing parameters

    • 401 - Unauthorized: Authentication required

    • 404 - Not Found: Resource not found

    • 500 - Internal Server Error: Server-side issue

  • Answered by AI
  • Q2. Difference between Severity and priority
  • Ans. 

    Severity is the impact of a bug on the system, while priority is the urgency of fixing it.

    • Severity is the measure of how much a bug affects the system's functionality.

    • Priority is the order in which bugs should be fixed based on urgency.

    • Severity is usually categorized as low, medium, or high.

    • Priority is usually categorized as low, medium, or high.

    • For example, a bug that causes the system to crash would have high severit

  • Answered by AI
  • Q3. What is unit testing and who will be doing it?
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing is typically done by developers to ensure that each unit of code functions correctly on its own.

    • It helps in identifying bugs early in the development process.

    • Unit tests are automated and focus on testing small, specific parts of the code.

    • Examples of unit testing frameworks include JUnit for

  • Answered by AI
  • Q4. Post call vs Patch call
  • Ans. 

    Post call is made after a transaction is completed, while patch call is used to update specific parts of a resource.

    • Post call creates a new resource, while patch call updates an existing resource.

    • Post call is used for creating new records in a database, while patch call is used for updating existing records.

    • Post call is idempotent, meaning multiple identical requests will have the same effect, while patch call is not n

  • Answered by AI

Skills evaluated in this interview

Sdet Interview Questions & Answers

Comcast user image Shanmuga Prasanth

posted on 4 Oct 2024

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

(2 Questions)

  • Q1. Java coding question
  • Q2. Selenium questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. Explain the project structure
  • Ans. 

    The project structure includes folders for source code, test scripts, configuration files, and documentation.

    • Main folders: src (source code), test (test scripts), config (configuration files), docs (documentation)

    • Subfolders: src/main/java (Java source code), src/test/java (test scripts), config/env (environment configurations)

    • Build tools: Maven, Gradle

    • Version control: Git

    • Continuous integration: Jenkins, Travis CI

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Program in java and java basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basic questions

Sdet Interview Questions & Answers

Comcast user image Anonymous

posted on 11 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Write program of sum of digits
  • Ans. 

    Program to calculate the sum of digits in a number

    • Iterate through each digit of the number and add them together

    • Use modulus operator to extract each digit

    • Convert the number to a string to easily access individual digits

  • Answered by AI
  • Q2. Smallest number in array
  • Ans. 

    Find the smallest number in an array of strings

    • Convert the strings to numbers before comparing

    • Use a loop to iterate through the array and keep track of the smallest number

    • Handle cases where the array is empty or contains non-numeric strings

    • Example: ['5', '10', '2', '8'] should return '2'

  • Answered by AI
  • Q3. Cucumber basic questions
  • Q4. SQL basic questions
  • Q5. Manual testing basic questions

Skills evaluated in this interview

Sdet Interview Questions & Answers

Comcast user image Anonymous

posted on 8 Feb 2024

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

(1 Question)

  • Q1. Python programming basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 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. Pyspark sql etl spark architecture
  • Q2. Spark Architecture, Python basics etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Responsive HR, Good follow up good technical discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2022. There were 6 interview rounds.

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

(1 Question)

  • Q1. Current Project and Its scope.
  • Ans. 

    Developing a web application for online shopping

    • Creating user registration and login functionality

    • Implementing product catalog and search feature

    • Integrating payment gateway for secure transactions

    • Designing responsive UI for different devices

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Xpath and Scenario based questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Scenario Based Questions
Round 5 - Technical 

(1 Question)

  • Q1. About Project, about Comcast, Idea to improve Comcast.
Round 6 - HR 

(1 Question)

  • Q1. Explain about company, team and package discussion
  • Ans. 

    In the interview, the candidate is asked to explain about company, team, and package discussion.

    • The candidate is expected to provide an overview of the company, including its mission, values, and products/services.

    • They should also discuss the team they would be working with, highlighting their roles and responsibilities.

    • Lastly, the candidate should mention the package discussion, which typically includes salary, benefi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Think in the different ways, use your experience, don't ever lie to interviewers and if you tell lies and selected, proof yourself in the project.

Zee Entertainment Enterprises Interview FAQs

How many rounds are there in Zee Entertainment Enterprises Sdet Lead interview?
Zee Entertainment Enterprises interview process usually has 1 rounds. The most common rounds in the Zee Entertainment Enterprises interview process are Technical.
What are the top questions asked in Zee Entertainment Enterprises Sdet Lead interview?

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

  1. Reified keyw...read more
  2. Coroutines and suspending funct...read more
  3. Inline funct...read more

Tell us how to improve this page.

Zee Entertainment Enterprises Sdet Lead Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 157 Interviews
Comcast Interview Questions
4.0
 • 72 Interviews
Cinépolis Interview Questions
3.9
 • 56 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
DAZN Interview Questions
2.7
 • 29 Interviews
Viacom18 Media Interview Questions
3.5
 • 27 Interviews
Network 18 Interview Questions
3.5
 • 25 Interviews
Planetcast Interview Questions
3.8
 • 21 Interviews
View all

Fast track your campus placements

View all
Zee Entertainment Enterprises Sdet Lead Salary
based on 4 salaries
₹35 L/yr - ₹51 L/yr
34% more than the average Sdet Lead Salary in India
View more details
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