Upload Button Icon Add office photos
Engaged Employer

i

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

Appy Pie Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Appy Pie IOS Developer Interview Questions and Answers

Updated 24 Mar 2023

Appy Pie IOS Developer Interview Experiences

1 interview found

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 24 Mar 2023

Interview experience
4
Good
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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Related to objective C and Swift
Round 3 - Technical 

(1 Question)

  • Q1. Related to Swift and objective

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Maps, auto layout, computed properties, Api services, etc.

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Appy Pie?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

IOS Developer Interview Questions Asked at Other Companies

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

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. React js, ReactHooks, es67 features, bootstrap
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What are channels in GoLang? difference between buffered and unbuffered channels? write a program to send and receive data over channels
  • Ans. 

    Channels in GoLang facilitate communication between goroutines, enabling synchronization and data exchange.

    • Channels are typed conduits for sending and receiving values between goroutines.

    • Unbuffered channels block the sender until the receiver is ready, ensuring synchronization.

    • Buffered channels allow sending a limited number of values without an immediate receiver.

    • Example of unbuffered channel: 'ch := make(chan int)'.

    • E...

  • Answered by AI
  • Q2. What are circuit breakers in microservices
  • Ans. 

    Circuit breakers prevent cascading failures in microservices by stopping calls to failing services temporarily.

    • Circuit breakers monitor service calls and track failures.

    • They have three states: Closed, Open, and Half-Open.

    • In the Open state, requests are blocked to prevent further strain on a failing service.

    • After a timeout, the circuit breaker enters Half-Open to test if the service has recovered.

    • Example: If a payment s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and be confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

The interviewer asked about javascript basics and DSA questions and some typescript questions

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Assignment 

It was mostly on JavaScript

Round 2 - Technical 

(1 Question)

  • Q1. Focused on react
Round 3 - One-on-one 

(1 Question)

  • Q1. Brief about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Cover topics like closures, classes, functions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain call bind apply
  • Ans. 

    Call, bind, and apply are methods used to manipulate the value of 'this' in JavaScript functions.

    • Call: Invokes a function with a specified 'this' value and arguments provided individually.

    • Example: func.call(thisArg, arg1, arg2)

    • Bind: Creates a new function that, when called, has a specified 'this' value and arguments provided one by one.

    • Example: var newFunc = func.bind(thisArg, arg1, arg2)

    • Apply: Invokes a function with ...

  • Answered by AI
  • Q2. Explain closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They help in maintaining state in asynchronous operations.

    • Closures are commonly used in event handlers and callbacks.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was easy but difficult

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions linked list
  • Q2. Array binary search Dp

Appy Pie Interview FAQs

How many rounds are there in Appy Pie IOS Developer interview?
Appy Pie interview process usually has 3 rounds. The most common rounds in the Appy Pie interview process are Technical and Resume Shortlist.
How to prepare for Appy Pie 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 Appy Pie. The most common topics and skills that interviewers at Appy Pie expect are Animation, GIT, JSON, MVC and MVVM.
What are the top questions asked in Appy Pie IOS Developer interview?

Some of the top questions asked at the Appy Pie IOS Developer interview -

  1. Related to objective C and Sw...read more
  2. Related to Swift and object...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
View all
Appy Pie IOS Developer Salary
based on 11 salaries
₹5 L/yr - ₹10.4 L/yr
At par with the average IOS Developer Salary in India
View more details

Appy Pie IOS Developer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.7

Skill development

5.0

Work-life balance

4.7

Salary

5.0

Job security

4.7

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
78 salaries
unlock blur

₹3.6 L/yr - ₹13.7 L/yr

Softwaretest Engineer
61 salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹8.9 L/yr - ₹15 L/yr

Production Analyst
22 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Software Developer
18 salaries
unlock blur

₹5.5 L/yr - ₹12.4 L/yr

Explore more salaries
Compare Appy Pie with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

F1 Info Solutions and Services

3.8
Compare
write
Share an Interview