Upload Button Icon Add office photos

Filter interviews by

Procentris IOS Developer Interview Questions and Answers

Updated 30 Jan 2024

Procentris IOS Developer Interview Experiences

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.

IOS Developer Interview Questions & Answers

NeoSOFT user image Tejaswini Kadam

posted on 7 Jun 2024

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

I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. GCD, Operation queue, struct vs class, some small logical coding ,
Round 2 - Technical 

(1 Question)

  • Q1. GCD, operation queue, URL Session tasks, ref type , value tyep,
Round 3 - HR 

(1 Question)

  • Q1. Basic and discussion about Job offer

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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference betweenClass And Struct
  • Ans. 

    Classes are reference types, while structs are value types in Swift.

    • Classes are reference types, meaning they point to the same memory location when assigned to a new variable.

    • Structs are value types, meaning they create a new copy when assigned to a new variable.

    • Classes support inheritance, while structs do not.

    • Classes can have deinitializers, while structs cannot.

    • Classes can be typecasted, while structs cannot.

  • Answered by AI
  • Q2. Static Key work
Round 2 - Coding Test 

Find the index of the first occurrence in string

Round 3 - HR 

(2 Questions)

  • Q1. Salary Expectation
  • Q2. Any leave plans in next six months
  • Ans. 

    Yes, I have planned a vacation in the next six months.

    • I have scheduled a week-long trip to Europe in September.

    • I also plan to take a few days off around Christmas to visit family.

    • I have informed my team in advance and ensured that my work will not be affected.

  • 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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2023. 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. Lifecycle method, polyfills, performance, optimisation
  • Q2. New architecture, design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - ! round mainly focuses on the technical aspects of JavaScript and react. The interview will be a bit long around 2 hours. Work on your basics of JS and react to this.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is MVVM and how to bind data using MVVM
  • Ans. 

    MVVM is a design pattern that separates the UI from the business logic by introducing a middle layer called ViewModel.

    • Model-View-ViewModel design pattern

    • ViewModel acts as a link between the Model and View

    • Data binding is used to connect the ViewModel to the View

    • Updates in the ViewModel automatically reflect in the View

  • Answered by AI
  • Q2. What is SSL pinning
  • Ans. 

    SSL pinning is a security measure used to prevent man-in-the-middle attacks by associating a specific SSL certificate with a particular app.

    • SSL pinning involves hardcoding the expected SSL certificate or public key within the mobile app.

    • This helps verify the server's identity and prevent attackers from intercepting and decrypting communication.

    • SSL pinning can be implemented using libraries like TrustKit or manually by ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
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 - One-on-one 

(2 Questions)

  • Q1. Basic android questions
  • Q2. Services mvvm roomdb and all basic android things

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep prepare well solve leetcode more.
Try to be positive even through you are not getting output try to explain your logic

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Android basics, fragments, activities, their life cycle
  • Q2. Java basics, wrapper, kotlin, mvvm, api calls
  • Q3. Dsa question- move all the zeroes to left and 1s to the right
  • Ans. 

    Move all zeroes to left and ones to right in an array

    • Iterate through the array from both ends

    • Swap the elements if left is 1 and right is 0

    • Stop when left and right pointers meet

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Service, background foreground service
  • Q2. Mvvm, how does it work, viewmodel internal
  • Q3. Memory leakage, how to avoid and identify
  • Ans. 

    Memory leakage can cause app crashes and slow performance. It can be avoided by proper memory management and identifying the root cause.

    • Avoid creating unnecessary objects

    • Release unused resources

    • Use memory profiling tools like Android Profiler

    • Avoid static references to objects

    • Use weak references when necessary

  • Answered by AI
  • Q4. Perquisite to release app on play store
  • Ans. 

    Perquisites for releasing an app on Play Store

    • Creating a developer account on Google Play Console

    • Complying with Google Play policies and guidelines

    • Providing accurate app information and metadata

    • Ensuring app compatibility with target devices

    • Testing app thoroughly for bugs and crashes

    • Publishing app with appropriate content rating

    • Setting up monetization options and pricing

    • Providing customer support and responding to user

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Android Developer interview:
  • Android
  • Java
  • Multithreading
  • Kotlin
  • MVVM
Interview preparation tips for other job seekers - Better to prepare a hands on project

Skills evaluated in this interview

Procentris Interview FAQs

How many rounds are there in Procentris IOS Developer interview?
Procentris interview process usually has 1 rounds. The most common rounds in the Procentris interview process are Technical.
How to prepare for Procentris 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 Procentris. The most common topics and skills that interviewers at Procentris expect are Animation, Deployment, IOS, Mobile Development and QA.

Tell us how to improve this page.

Test Engineer
18 salaries
unlock blur

₹4 L/yr - ₹7.2 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹6.2 L/yr - ₹16.4 L/yr

Senior Test Engineer
12 salaries
unlock blur

₹5.4 L/yr - ₹10 L/yr

Software Engineer
8 salaries
unlock blur

₹3 L/yr - ₹10.3 L/yr

Software Developer
8 salaries
unlock blur

₹5.1 L/yr - ₹10.7 L/yr

Explore more salaries
Compare Procentris with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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