Upload Button Icon Add office photos
Engaged Employer

i

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

Photon Interactive Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Photon Interactive IOS Developer Interview Questions, Process, and Tips

Updated 23 Sep 2024

Top Photon Interactive IOS Developer Interview Questions and Answers

Photon Interactive IOS Developer Interview Experiences

4 interviews found

IOS Developer Interview Questions & Answers

user image sridhar reddy

posted on 23 Sep 2024

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 Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Create custom framework
  • Ans. 

    Creating a custom framework involves organizing code into reusable components for easier development and maintenance.

    • Identify common functionalities that can be abstracted into separate modules

    • Create a new Xcode project and select 'Framework' as the template

    • Add your code files, resources, and dependencies to the framework project

    • Build the framework to generate a .framework file that can be imported into other projects

  • Answered by AI
  • Q2. Certificate pinning and custom notifications

Skills evaluated in this interview

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2024

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

I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Protocol?
  • Ans. 

    A protocol is a set of rules or guidelines that define how data is transmitted and received in a network or system.

    • Protocols define the format, timing, sequencing, and error checking of data transmission.

    • Examples of protocols include HTTP, TCP/IP, and Bluetooth.

    • Protocols ensure that devices can communicate effectively and reliably with each other.

  • Answered by AI
  • Q2. GCD, ARC, delegate, solid principles
Round 2 - Technical 

(1 Question)

  • Q1. Basics of Swift and ios
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation?

Skills evaluated in this interview

IOS Developer Interview Questions Asked at Other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Go ... read more
asked in Movius Corp
Q2. What will be the output of the following Swift code: \n\nstruct s ... read more
asked in Capgemini
Q3. What’s difference between class and structure
asked in Movius Corp
Q4. What is the difference between the Liskov Substitution Principle ... read more
asked in Movius Corp
Q5. What is the time complexity for finding the longest common prefix ... read more

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

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

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Protocol, Optional, GCD, Push Notifications, and app life cycle?
Round 2 - Technical 

(1 Question)

  • Q1. Two sums from leetcode, NSOperation vs GCD, View life cycle, tuple
  • Ans. 

    The interview question covers topics like solving two sum problems, NSOperation vs GCD, view life cycle, and tuples.

    • Two sum problems involve finding two numbers in an array that add up to a specific target. Example: [2, 7, 11, 15], target = 9

    • NSOperation and GCD are both used for concurrent programming in iOS. NSOperation provides more control and features, while GCD is lower level and more lightweight.

    • View life cycle i...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salay expectations

Skills evaluated in this interview

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about the architecture
  • Ans. 

    The architecture of an iOS app refers to the overall structure and organization of its code.

    • iOS apps typically follow the Model-View-Controller (MVC) architecture pattern.

    • The Model represents the data and business logic, the View displays the user interface, and the Controller manages the interactions between the Model and View.

    • Other popular architecture patterns for iOS apps include VIPER, MVVM, and Clean Architecture...

  • Answered by AI
  • Q2. How are you and base location

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain calm and focus on questions happy to be yourself

Photon Interactive interview questions for designations

 Java Developer

 (2)

 Senior Developer

 (2)

 Software Developer

 (2)

 Android Developer

 (1)

 Front end Developer

 (4)

 Senior Android Developer

 (4)

 Node JS Developer

 (2)

 Senior Software Developer

 (1)

IOS Developer Jobs at Photon Interactive

View all

Interview questions from similar companies

IOS Developer Interview Questions & Answers

Mphasis user image Khushbu Kushwah

posted on 1 Jul 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Some basic Questions related to iOS concepts.
  • Q2. Multithreading and multitasking.
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced iOS Questions.
  • Q2. API Calling, Json Parsing

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Basic Concepts first.

I applied via LinkedIn and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Swift basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic swift question and oops concepts, previous project overview.
Round 1 - Technical 

(3 Questions)

  • Q1. Basic of swift and some questions related to your past work experience.
  • Ans. 

    Questions about basic Swift knowledge and past work experience.

    • Basic Swift concepts such as optionals, closures, and protocols may be asked.

    • Questions about past projects and how you approached problem-solving may also be asked.

    • Examples of past work experience and projects may be requested.

    • Questions about Swift syntax and best practices may be asked as well.

  • Answered by AI
  • Q2. Clean coding principles
  • Ans. 

    Clean coding principles ensure code readability, maintainability, and scalability.

    • Use meaningful variable and function names

    • Keep functions short and focused

    • Avoid code duplication

    • Follow SOLID principles

    • Write unit tests

    • Refactor regularly

  • Answered by AI
  • Q3. They may ask your approaches to solve problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident about your answers and dont get lost.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff b/w diff and guard
  • Ans. 

    diff is used to compare two collections and return the differences, while guard is used for early exit in a function if a condition is not met.

    • diff is a method used in Swift to compare two collections and return the differences.

    • guard is a keyword used in Swift to provide an early exit from a function if a condition is not met.

    • Example: let array1 = [1, 2, 3, 4], array2 = [3, 4, 5, 6]; let result = array1.diff(array2) //...

  • Answered by AI
  • Q2. What is GCD and Multitreadung
  • Ans. 

    GCD stands for Grand Central Dispatch, a technology used in iOS for managing concurrent operations. Multithreading is the ability of a CPU to execute multiple threads concurrently.

    • GCD is used for managing tasks asynchronously and efficiently utilizing system resources.

    • Multithreading allows multiple tasks to run concurrently, improving performance and responsiveness of an application.

    • Example: Using GCD to download image...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. All basics of swift. Enums optionals closures protocols etc
  • Q2. Best feature you like of swift
  • Q3. App live all steps
  • Q4. Certificates information

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask you everything about swift
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Objective C vs swift
  • Ans. 

    Objective-C is the older language used for iOS development, while Swift is the newer, more modern language.

    • Objective-C is a superset of C with Smalltalk-style messaging syntax.

    • Swift is more concise and easier to read than Objective-C.

    • Swift is safer due to its optionals and type interference features.

    • Objective-C has been around longer and has a larger codebase, but Swift is becoming more popular.

    • Many developers prefer S...

  • Answered by AI
  • Q2. Autolayouts and content

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Photon Interactive Interview FAQs

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

Some of the top questions asked at the Photon Interactive IOS Developer interview -

  1. two sums from leetcode, NSOperation vs GCD, View life cycle, tu...read more
  2. Tell me about the architect...read more
  3. What is Protoc...read more

Recently Viewed

INTERVIEWS

Allstate

40 top interview questions

INTERVIEWS

Accenture

70 top interview questions

INTERVIEWS

Grasim Industries

100 top interview questions

INTERVIEWS

Allstate

No Interviews

INTERVIEWS

Photon Interactive

No Interviews

LIST OF COMPANIES

Grasim Industries

Locations

SALARIES

Photon Interactive

SALARIES

Photon Interactive

INTERVIEWS

Allstate

No Interviews

INTERVIEWS

Grasim Industries

No Interviews

Tell us how to improve this page.

Photon Interactive IOS Developer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Photon Interactive IOS Developer Salary
based on 17 salaries
₹6 L/yr - ₹16 L/yr
60% more than the average IOS Developer Salary in India
View more details

Photon Interactive IOS Developer Reviews and Ratings

based on 3 reviews

3.1/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.2

Salary

3.1

Job security

3.1

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
iOS Developer

Kolkata,

Mumbai

+5

3-8 Yrs

₹ 6.5-12.5 LPA

iOS Developer_Samsung

Chennai

1-4 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
972 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
485 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
417 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Photon Interactive with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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