Upload Button Icon Add office photos

Temenos

Compare button icon Compare button icon Compare

Filter interviews by

Temenos IOS Developer Interview Questions and Answers

Updated 10 Feb 2023

Temenos IOS Developer Interview Experiences

1 interview found

IOS Developer Interview Questions & Answers

user image Sagar Biswal

posted on 10 Feb 2023

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

I applied via Naukri.com and was interviewed before Feb 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 - Technical 

(3 Questions)

  • Q1. Basic Swift & iOS developer interview questions including technical.
  • Q2. Scenario-based question.
  • Q3. Core data,Sqlite basic Query

Interview Preparation Tips

Topics to prepare for Temenos IOS Developer interview:
  • IOS
  • Swift
Interview preparation tips for other job seekers - Prepare well questions like MVVM,SOLID Principle,Exception handling,Basic Swift & Objevtive-C related topics.

Interview questions from similar companies

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

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. They asked me about the frameworks and overall architecture in iOS, how to implement tables, create views and auto layout.

Interview Preparation Tips

Topics to prepare for Globant IOS Developer interview:
  • IOS
  • uikit
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 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 - Aptitude Test 

1.Logical aptitude
2.Spatial aptitude
3.(STEM)-Science, technology, engineering and math aptitude
4.Organisational aptitude
5.Mechanical aptitude
6.Physical aptitude
7.linguistic aptitude .

Round 3 - Group Discussion 

My name is janani,
I completed BE-CSE in 2021 from Sri Venkateshwara institute of engineering college in Tamil Nadu,
Skils:
I have done project of noicy and data correction use brute force.,
Im well was in c, c++, Java.
Family:
We are 4 members in my family, first I introduce my father, Mr. Sathiyan. He is tailor, & I introduce my mother, mrs. Uma , she is house wife and I introduce my younger brother Mr. Sri Kumar, he is working for TVS company.
Hobbies:
Reading books , cooking, listening musics.
Strength:
I'm a motivated person, positive thinker, hardworker.
Ambition:
I would like to became a good enterpreneur.

Round 4 - Technical 

(1 Question)

  • Q1. Software development About nationalism Coding
  • Ans. 

    The question is unclear and seems to be a combination of unrelated topics.

    • It is unclear what the interviewer is asking for

    • Nationalism and software development are unrelated topics

    • Coding is a broad topic, more specific information is needed

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. All basic questions related iOS.

Interview Preparation Tips

Interview preparation tips for other job seekers - Along with difficult questions, Should be study basics which we always ignore.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Structs vs Classes
  • Ans. 

    Structs are value types and passed by value, while classes are reference types and passed by reference.

    • Structs are used for small, simple data types like coordinates or colors.

    • Classes are used for more complex data types that require inheritance or reference semantics.

    • Structs are copied when passed around, while classes are passed by reference.

    • Structs are stack allocated, while classes are heap allocated.

  • Answered by AI
  • Q2. Discussion about design patterns
  • Q3. OOPS discussion
  • Q4. Concurrency discussion

Interview Preparation Tips

Topics to prepare for Globant Senior IOS Developer interview:
  • IOS
  • swift
  • swiftui
  • Design Patterns

Skills evaluated in this interview

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

I was interviewed in Apr 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Questions related to kotlin coroutines in depth questions, scenario based questions
  • Q2. Solid principles
  • Q3. Architecture patterns
  • Q4. Kotlin coroutine
  • Q5. Unit testing, espresso scenario based

Interview Preparation Tips

Topics to prepare for Globant Senior Android Developer interview:
  • kotlin
  • coroutines
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. They asked me about the frameworks and overall architecture in iOS, how to implement tables, create views and auto layout.

Interview Preparation Tips

Topics to prepare for Globant IOS Developer interview:
  • IOS
  • uikit
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly they focus on java , oops concept. Rather than Android related questions
  • Q2. Prepare basics of oops well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. What is high order function?
  • Ans. 

    A high order function is a function that can take other functions as parameters or return functions as results.

    • High order functions can be used to create more flexible and reusable code.

    • They allow for functions to be passed as arguments, making code more modular.

    • Examples include map, filter, and reduce functions in functional programming.

  • Answered by AI
  • Q2. What is most efficient layout to use on android
  • Ans. 

    ConstraintLayout is the most efficient layout to use on Android.

    • Allows for flat view hierarchy

    • Handles complex layouts efficiently

    • Supports responsive design

    • Provides tools for optimizing layouts

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. 1.Explain delegate and protocol 2.Explain Mvc 3.Explain arc
  • Ans. 

    Answers to questions related to IOS development concepts.

    • Delegate and protocol are used for communication between objects in IOS. Delegate is a design pattern that allows one object to send messages to another object when a specific event occurs. Protocol is a set of methods that a class can implement to provide a specific behavior.

    • MVC is a design pattern used in IOS development. It separates the application into three...

  • Answered by AI
  • Q2. Explain mvc design pattern
  • Ans. 

    MVC is a design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for displaying the data to the user

    • Controller acts as an intermediary between the Model and View, handling user input and updating the Model and View accordingly

    • MVC promotes separation of concerns and modularity, making...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for interview. Be confident and tell your answers

Skills evaluated in this interview

Temenos Interview FAQs

How many rounds are there in Temenos IOS Developer interview?
Temenos interview process usually has 2 rounds. The most common rounds in the Temenos interview process are Resume Shortlist and Technical.
How to prepare for Temenos 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 Temenos. The most common topics and skills that interviewers at Temenos expect are Access management, Agile, Android, Android SDK and Animation.
What are the top questions asked in Temenos IOS Developer interview?

Some of the top questions asked at the Temenos IOS Developer interview -

  1. Basic Swift & iOS developer interview questions including technic...read more
  2. Core data,Sqlite basic Qu...read more
  3. Scenario-based questi...read more

Tell us how to improve this page.

Temenos IOS Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Software Engineer
830 salaries
unlock blur

₹6 L/yr - ₹17.4 L/yr

Software Engineer
750 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Senior Test Engineer
435 salaries
unlock blur

₹5.8 L/yr - ₹14.2 L/yr

Test Engineer
372 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Business Analyst
232 salaries
unlock blur

₹5 L/yr - ₹14.9 L/yr

Explore more salaries
Compare Temenos with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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