Upload Button Icon Add office photos
Engaged Employer

i

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

Quest Global Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 2.2k Reviews

Filter interviews by

Quest Global Senior iOS Engineer Interview Questions and Answers

Updated 7 Jul 2023

Quest Global Senior iOS Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jul 2022.

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 - Coding Test 

There were two programs asked to design

Round 3 - Technical 

(2 Questions)

  • Q1. Purely technical questions questions
  • Q2. Latest features in swift
  • Ans. 

    Swift 5.5 introduces async/await, structured concurrency, actors, and improved interoperability with Objective-C.

    • Async/await allows for easier asynchronous programming by simplifying the syntax.

    • Structured concurrency helps manage concurrent tasks more efficiently.

    • Actors provide a safe way to manage mutable state in concurrent code.

    • Improved interoperability with Objective-C makes it easier to work with existing codebase...

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. About the system process
  • Q2. How do you approach a question

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic ios development questions
  • Q2. Core data or any other data base

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went really well but still rejected.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain MVVM and its pros/cons
  • Ans. 

    MVVM is a design pattern that separates the UI, business logic, and data layers in an iOS application.

    • Model: Represents the data and business logic of the application.

    • View: Represents the UI components of the application.

    • ViewModel: Acts as a mediator between the Model and View, handling the presentation logic and data binding.

    • Pros: Separation of concerns, easier to maintain and test, promotes reusability.

    • Cons: Increase...

  • Answered by AI
  • Q2. Multithreading in swift
  • Ans. 

    Multithreading in Swift allows for concurrent execution of tasks to improve performance and responsiveness.

    • Use Grand Central Dispatch (GCD) for managing concurrent tasks

    • Avoid blocking the main thread to prevent UI freezes

    • Consider using Operation and OperationQueue for more complex task management

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Auto closures and Escaping closures
  • Q2. Cardinality and string reverse coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Complex Question are there like images patter and we have to predict next image

Round 2 - Coding Test 

There are two task for coding. both are easy.

IOS Developer Interview Questions & Answers

CGI Group user image Asha Treesa Kurian

posted on 10 Apr 2024

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

(1 Question)

  • Q1. Based on the position
Round 2 - HR 

(1 Question)

  • Q1. About previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work with
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. 1.What is the difference between atomic and nonatomic properties. 2.How do you handle memory management in Swift. 3.Difference between classes and struct in Swift. 4. What is Factorial Pattern.
  • Ans. 

    1. Atomic properties ensure that the value is always fully retrieved or set, while nonatomic properties do not guarantee this. 2. Memory management in Swift is handled automatically using Automatic Reference Counting (ARC). 3. Classes are reference types, while structs are value types in Swift. 4. Factorial pattern is a design pattern used to calculate the factorial of a number.

    • Atomic properties ensure thread safety by...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is debouncing technique in swift. what is factorial pattern in swift what is dispatch_wait. Explain bluethooth in iOS. Explain InAppPurchases in iOS.
  • Ans. 

    Debouncing technique in Swift is used to limit the rate at which a function is called, preventing it from being called multiple times in a short period.

    • Debouncing involves setting a time threshold and only allowing the function to be called after that threshold has passed without any new calls.

    • It is commonly used in scenarios like search bars or buttons to prevent rapid firing of events.

    • Example: Implementing a search f...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Basics to advance level of questions
  • Q2. What is the difference between swift & objective c?
  • Ans. 

    Swift is a modern programming language while Objective-C is an older language used for iOS development.

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

    • Swift is faster than Objective-C.

    • Objective-C is still used in legacy codebases.

    • Swift has a simpler syntax and is more concise.

    • Swift has better memory management than Objective-C.

  • Answered by AI
  • Q3. Features of swift 5
  • Ans. 

    Swift 5 introduces ABI stability, new language features, and improved performance.

    • ABI stability ensures compatibility between future Swift versions

    • Raw strings allow for easier handling of regular expressions and multi-line strings

    • Dynamic callable types enable objects to be called like functions

    • Improved performance with faster build times and reduced app size

    • New Result type for handling errors and success cases

    • Property ...

  • Answered by AI
  • Q4. About latest project

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good formal interview overall

Skills evaluated in this interview

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 Mar 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Japanese reading and introduce
  • Q2. Kanji reading and meaning
  • Ans. 

    Kanji is a system of Japanese writing using Chinese characters. Each character has a reading and meaning.

    • Kanji characters are used in combination with hiragana and katakana to write Japanese.

    • There are over 2,000 commonly used kanji characters.

    • Each kanji character has at least one reading and one meaning, but some have multiple readings and meanings.

    • For example, the kanji character for 'tree' can be read as 'ki' or 'mok

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your introduction and try to read kanji as much as possible
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is Protocol in swift?
  • Ans. 

    Protocols in Swift define a blueprint of methods, properties, and other requirements that a class, struct, or enum must adopt.

    • Protocols are used to define a set of rules or capabilities that a type must conform to.

    • They allow for code reuse and provide a way to define common behavior across different types.

    • A type can adopt multiple protocols, enabling it to conform to multiple sets of rules.

    • Protocols can require propert...

  • Answered by AI
  • Q2. What is Dependency Injection.?
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of an object are provided externally rather than being created internally.

    • Dependency Injection helps in achieving loose coupling between classes.

    • It allows for easier testing and maintenance of code.

    • There are three types of Dependency Injection: Constructor Injection, Setter Injection, and Interface Injection.

    • Example: In iOS development, we can use Dependen...

  • Answered by AI
  • Q3. What is Generics in swift.?
  • Ans. 

    Generics in Swift allow you to write flexible and reusable code by creating functions, classes, and structures that can work with any type.

    • Generics enable you to write code that can be used with different types, without duplicating code.

    • You can define generic functions, types, and protocols to work with a wide range of types.

    • Generics are particularly useful when working with collections, such as arrays and dictionaries...

  • Answered by AI
  • Q4. What is Associate types ?
  • Ans. 

    Associate types are a way to create a relationship between two types in Swift.

    • Associate types are defined using the 'associatedtype' keyword.

    • They are used in protocols to define a placeholder type that will be specified by the conforming type.

    • The conforming type can provide its own concrete type for the associated type.

    • This allows protocols to be more flexible and reusable.

    • For example, a protocol for a container type c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Prepare well for all the concepts of Objective C and swift fundamentals.

Skills evaluated in this interview

Quest Global Interview FAQs

How many rounds are there in Quest Global Senior iOS Engineer interview?
Quest Global interview process usually has 4 rounds. The most common rounds in the Quest Global interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Quest Global Senior iOS Engineer interview?

Some of the top questions asked at the Quest Global Senior iOS Engineer interview -

  1. latest features in sw...read more
  2. how do you approach a quest...read more
  3. purely technical questions questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Nagarro Interview Questions
4.0
 • 775 Interviews
View all
Senior Software Engineer
2.4k salaries
unlock blur

₹4.8 L/yr - ₹20 L/yr

Senior Engineer
1.7k salaries
unlock blur

₹4.8 L/yr - ₹18.3 L/yr

Software Engineer
1.7k salaries
unlock blur

₹2.8 L/yr - ₹9.4 L/yr

Lead Engineer
1.6k salaries
unlock blur

₹7.5 L/yr - ₹23.5 L/yr

Design Engineer
599 salaries
unlock blur

₹2.4 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Quest Global with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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