Upload Button Icon Add office photos

Filter interviews by

Network 18 IOS Developer Interview Questions and Answers

Updated 10 Jan 2025

Network 18 IOS Developer Interview Experiences

1 interview found

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2025

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 questions from similar companies

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 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
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 4 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. Questing around Android Ecosystem Only
  • Q2. Activity Lifecycle, Fragment Lifecycle, DI using Hilt and Dagger, Viewbinding, Databinding, Ok Https, Retrofit, and caching, Workmanager and Services, Notifications handling, Threads management and corouti...
Round 3 - Coding Test 

2-3 DSA Questions - Medium

Round 4 - One-on-one 

(1 Question)

  • Q1. Bar Raiser Interview - Intro, JioCinema and Whatsapp Design practices, and some DSA basic terms
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked simple Android coding test with Google support.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interviewer asked for some scenario based questions
  • Q2. Do you handle the code repos and what are the third party libraries are used in your past experience.
  • Ans. 

    Yes, I have experience in handling code repos and have used various third-party libraries.

    • I have experience in using Git for version control and have managed code repositories on GitHub and Bitbucket.

    • I have used third-party libraries such as Retrofit, OkHttp, Gson, and Picasso for network operations, JSON parsing, and image loading respectively.

    • I have also used libraries like ButterKnife and Dagger for dependency injec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was 2 rounds of face to face interview. All are simple and scenario based questions. Quite easy to crack the interview.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

(1 Question)

  • Q1. Detailed discussions around kotlin, jetpack compose.
Round 3 - Technical 

(1 Question)

  • Q1. Detailed discussion around kotlin, and HLD.
Round 4 - HR 

(1 Question)

  • Q1. Questions regarding last work expirences.

Interview Preparation Tips

Topics to prepare for Viacom18 Media Senior Android Developer interview:
  • Kotlin
  • Jetpack Compose
  • Coroutines
Interview preparation tips for other job seekers - The product and the tech team members are very good, but be aware of the HR team. HR team is not professional during interview.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Mostly questions from Android recycler view, view models, Mvvm, rest client caching.
Round 3 - Technical 

(1 Question)

  • Q1. First and second round was same ( technical discussion) followed by an medium level algo.
Round 4 - Technical 

(1 Question)

  • Q1. Systems design questions. How to design an app that has a configurable UI. Ui configs will come from the API.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up Android and kotlin skills - Recycler view, Layout manager , Adapter. higher order, scope functions etc
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 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

Network 18 Interview FAQs

How many rounds are there in Network 18 IOS Developer interview?
Network 18 interview process usually has 1 rounds. The most common rounds in the Network 18 interview process are Coding Test.
How to prepare for Network 18 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 Network 18. The most common topics and skills that interviewers at Network 18 expect are Objective C, Swift, Cocoa, Continuous Improvement and Continuous Integration.

Tell us how to improve this page.

People are getting interviews through

based on 1 Network 18 interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 157 Interviews
Comcast Interview Questions
4.0
 • 71 Interviews
Cinépolis Interview Questions
3.9
 • 53 Interviews
HT Media Interview Questions
3.3
 • 48 Interviews
DAZN Interview Questions
2.6
 • 29 Interviews
Times Group Interview Questions
3.8
 • 26 Interviews
View all
Assistant Manager
84 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Deputy Manager
64 salaries
unlock blur

₹5.6 L/yr - ₹18 L/yr

Senior Manager
45 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Product Manager
32 salaries
unlock blur

₹8.2 L/yr - ₹25 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹7.5 L/yr - ₹22 L/yr

Explore more salaries
Compare Network 18 with

Times Group

3.8
Compare

Zee Entertainment Enterprises

3.5
Compare

Tv18 Broadcast

4.3
Compare

Sun TV Network

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview