Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by DAZN Team. If you also belong to the team, you can get access from here

DAZN Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DAZN IOS Developer Interview Questions and Answers

Updated 3 Jun 2024

DAZN IOS Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to identify memory leaks in the entire project
  • Ans. 

    Use Instruments tool to identify memory leaks in iOS projects

    • Use Instruments tool provided by Xcode to run the app and analyze memory usage

    • Look for memory leaks in the Allocations and Leaks instruments

    • Check for any objects that are not being deallocated properly, causing memory leaks

  • Answered by AI
  • Q2. What is content hugging
  • Ans. 

    Content hugging is a constraint that determines how much a view wants to grow or shrink to fit its content.

    • Content hugging priority is used to determine which view should grow or shrink first when there is not enough space.

    • Higher content hugging priority means the view wants to stay at its intrinsic content size.

    • Lower content hugging priority means the view is willing to grow or shrink to accommodate other views.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What do you want to join this company

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Normal technical interview question like life cycle, class, structure, URL session, Player, googleAdd, apple store
  • Q2. Life cycle of UIview controller
  • Ans. 

    The life cycle of a UIView controller includes methods for initialization, appearance, disappearance, and deallocation.

    • ViewDidLoad - called when the view controller's view is loaded into memory

    • ViewWillAppear - called before the view is added to the view hierarchy

    • ViewDidAppear - called after the view is added to the view hierarchy

    • ViewWillDisappear - called before the view is removed from the view hierarchy

    • ViewDidDisappe...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

There were three questions related to Data Structures and Algorithms (DSA).

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on data structures such as arrays and also emphasize the mathematics library.

Interview Questionnaire 

2 Questions

  • Q1. About project
  • Q2. Spring boot
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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All the apti tpics were asked,totally 98 questions30 apti
other related to software

Round 2 - HR 

(2 Questions)

  • Q1. Technical skills
  • Q2. Interpersonal skills
Round 3 - HR 

(2 Questions)

  • Q1. About yourself,
  • Q2. Expectations on salary
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

SHL platform, choose the best answer form cse concept,apti,

Round 2 - Technical 

(1 Question)

  • Q1. Face to face in college campus
Round 3 - HR 

(1 Question)

  • Q1. It only for clearing the technical round
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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

I don't really really for aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Oops, dsa, sdlc
  • Q2. Project, dbms, pattern printing
  • Q3. What is inheritance and implementation
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Implementation is the process of defining the methods and behaviors of a class.

    • Inheritance allows a class to inherit attributes and methods from another class, promoting code reusability.

    • Implementation involves writing the actual code for the methods and behaviors defined in a class.

    • Example: Cla...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Your strength, weeknesss, where do you in next 5 years
  • Ans. 

    My strength is problem-solving, weakness is time management, and in the next 5 years, I aim to become a lead developer.

    • Strength: Strong problem-solving skills - I enjoy tackling complex issues and finding efficient solutions.

    • Weakness: Time management - I sometimes struggle with prioritizing tasks and meeting deadlines.

    • Future goal: To become a lead developer - I plan to enhance my technical skills, take on more responsi

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

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Given a program on repeating occurence in a array

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions based on your skills

DAZN Interview FAQs

How many rounds are there in DAZN IOS Developer interview?
DAZN interview process usually has 2 rounds. The most common rounds in the DAZN interview process are Technical and HR.
How to prepare for DAZN IOS Developer 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 DAZN. The most common topics and skills that interviewers at DAZN expect are MVVM, Swift and XCode.
What are the top questions asked in DAZN IOS Developer interview?

Some of the top questions asked at the DAZN IOS Developer interview -

  1. How to identify memory leaks in the entire proj...read more
  2. What is content hugg...read more

Tell us how to improve this page.

DAZN IOS Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 166 Interviews
Comcast Interview Questions
4.0
 • 72 Interviews
Cinépolis Interview Questions
3.9
 • 59 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
Network 18 Interview Questions
3.5
 • 27 Interviews
Planetcast Interview Questions
3.9
 • 24 Interviews
View all

DAZN IOS Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
92 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Senior Software Engineer
46 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Associate Software Engineer
37 salaries
unlock blur

₹6 L/yr - ₹10.2 L/yr

Business Analyst
28 salaries
unlock blur

₹4.6 L/yr - ₹13.5 L/yr

Customer Service Executive
23 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Explore more salaries
Compare DAZN with

PVR Inox

4.0
Compare

Cinépolis

3.9
Compare

HT Media

3.3
Compare

Zee Entertainment Enterprises

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