Upload Button Icon Add office photos

Filter interviews by

Saisystems Technology IOS Developer Interview Questions and Answers

Updated 18 Jun 2024

Saisystems Technology IOS Developer Interview Experiences

1 interview found

IOS Developer Interview Questions & Answers

user image Deepak Bhardwaj

posted on 18 Jun 2024

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

(7 Questions)

  • Q1. Singleton class disadvantage
  • Ans. 

    Singleton class can lead to tight coupling, difficult to unit test, and can cause issues with multithreading.

    • Tight coupling: Singleton classes are tightly coupled with the application code, making it harder to change or replace them.

    • Difficult to unit test: Singleton classes can be difficult to unit test as they maintain their state throughout the application.

    • Multithreading issues: Singleton classes can cause issues wit...

  • Answered by AI
  • Q2. Lazy var when use
  • Ans. 

    lazy var is used to delay the initialization of a property until it is accessed for the first time.

    • Used to improve performance by delaying initialization until necessary

    • Helps reduce memory usage by only initializing when needed

    • Commonly used for properties that are computationally expensive to initialize

  • Answered by AI
  • Q3. Compact map, flat map high order function
  • Q4. Swift 5 feature
  • Q5. MVVM model detail question
  • Q6. Design pattern user for app and architecture
  • Ans. 

    The design pattern used for an app and its architecture is crucial for scalability and maintainability.

    • Use MVC (Model-View-Controller) for separating data, presentation, and user interaction.

    • Consider MVVM (Model-View-ViewModel) for better separation of concerns and testability.

    • Implement Dependency Injection to make components loosely coupled and easier to test.

    • Use Singleton pattern for managing shared resources like ne...

  • Answered by AI
  • Q7. Core data , Protocol option value set, Memory management ,

Interview Preparation Tips

Interview preparation tips for other job seekers - easily crack this job

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Asked me about my challenges which I face and how I solved them in project
Round 2 - HR 

(1 Question)

  • Q1. Asked about expectation etc

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

1st test was aptitude and a easy coding test

Round 2 - Coding Test 

The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question

Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was technical interview and asked from basics of computer programming and architecture
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice is just improve basics of programming and DSA with a database management and basicsa of os and networks
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 tips
Round 2 - Technical 

(1 Question)

  • Q1. In trend java questions
Round 3 - Technical 

(1 Question)

  • Q1. Advance java questions, questions related to microservice and java 8
Round 1 - One-on-one 

(3 Questions)

  • Q1. Why we are hiring you
  • Q2. What's your qualification
  • Q3. Tell me about your daily ruteen

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for all fresher and experience boys and girls

I applied via Google and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

They will test on your pations

Round 2 - Coding Test 

You have crack the coding test within time..

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Developer interview:
  • Python
  • Core Java
  • Oracle
Interview preparation tips for other job seekers - Be positive.. And more intelligence..and never take back step..do your hard work..
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Online test which consists of java, angular, micro services related questions

Round 2 - Technical 

(1 Question)

  • Q1. Difference between static and default methods
  • Ans. 

    Static methods belong to the class itself, while default methods are part of an interface in Java.

    • Static methods can be called without creating an instance of the class, while default methods are used to provide a default implementation in interfaces.

    • Static methods are defined using the 'static' keyword, while default methods are defined using the 'default' keyword in Java.

    • Static methods cannot be overridden in subclas...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 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 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.

Saisystems Technology Interview FAQs

How many rounds are there in Saisystems Technology IOS Developer interview?
Saisystems Technology interview process usually has 1 rounds. The most common rounds in the Saisystems Technology interview process are Technical.
How to prepare for Saisystems Technology 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 Saisystems Technology. The most common topics and skills that interviewers at Saisystems Technology expect are Swift, IOS, Cocoa Touch, Core Data and Animation.
What are the top questions asked in Saisystems Technology IOS Developer interview?

Some of the top questions asked at the Saisystems Technology IOS Developer interview -

  1. Design pattern user for app and architect...read more
  2. lazy var when ...read more
  3. singleton class disadvant...read more

Tell us how to improve this page.

Saisystems Technology IOS Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all
Associate Consultant
24 salaries
unlock blur

₹2.4 L/yr - ₹10.5 L/yr

Revit Designer
10 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

AR Analyst
8 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Associate Consultant 2
7 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Endpoint Security Analyst
5 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Saisystems Technology with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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