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 Questionnaire 

2 Questions

  • Q1. What is difference between interface and abstract class
  • Ans. 

    An interface is a contract that defines the methods that a class must implement, while an abstract class can provide some implementation.

    • An interface can only have abstract methods, while an abstract class can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces, but can only inherit from a single abstract class.

    • Interfaces are used to achieve multiple inheritance in Java.

    • Abstract classe...

  • Answered by AI
  • Q2. What is enum
  • Ans. 

    Enum is a data type that consists of a set of named values.

    • Enums are used to define a set of constants that can be assigned to a variable.

    • They make code more readable and maintainable.

    • Example: enum Color { RED, GREEN, BLUE }

    • Enums can also have values assigned to them, like enum Size { SMALL = 1, MEDIUM = 2, LARGE = 3 }

  • Answered by AI

Skills evaluated in this interview

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

Create a Movie application on compose using mvvm

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Define your current project
  • Q2. Coding problem on DP
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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Generale questions about my previous experience

Round 2 - Technical 

(2 Questions)

  • Q1. Leetcode problem solving
  • Q2. Leetcode problem solving 2

Interview Preparation Tips

Interview preparation tips for other job seekers - just prepare ds,practice leetcode
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

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
 • 169 Interviews
Comcast Interview Questions
4.0
 • 73 Interviews
Cinépolis Interview Questions
3.9
 • 61 Interviews
HT Media Interview Questions
3.3
 • 50 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