Upload Button Icon Add office photos

Filter interviews by

Droisys IOS Developer Interview Questions and Answers

Updated 14 Dec 2024

Droisys IOS Developer Interview Experiences

2 interviews found

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic questions on about string and array data structures

Round 2 - HR 

(2 Questions)

  • Q1. Ethics , company policy
  • Q2. How they regulate

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2024

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

I applied via campus placement at Jamia Milia Islamia (JMI) and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

For fresher it was a normal aptitude test of Maths and English

Round 2 - Technical 

(4 Questions)

  • Q1. Second round was technical related to coding common concepts like polymorphism, inheritance, class and struct etc.
  • Q2. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple underlying data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q3. What is encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing outside code from directly accessing it.

    • Encapsulation also helps in achieving data abstraction, where the internal details of an object are hidden and only the necessary in

  • Answered by AI
  • Q4. Interface in java
  • Ans. 

    Interface in Java is a reference type in Java, similar to a class, that can contain only abstract methods, default methods, static methods, and constant variables.

    • Interfaces are used to achieve abstraction and multiple inheritance in Java.

    • All methods in an interface are public and abstract by default.

    • A class can implement multiple interfaces but can only extend one class.

    • Example: interface Shape { void draw(); }

    • Example

  • Answered by AI
Round 3 - Group Discussion 

This was final round where the VP was taking GD and asking questions related to the domain you've applied, as I applied for mobile development he asked me differences key between iOS and Android, latest available versions on those OS and some general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers it's an okay place, you will be given enough time to learn.

Skills evaluated in this interview

IOS Developer Interview Questions Asked at Other Companies

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

Interview questions from similar companies

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
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Do sorting without higher order functions, Remote notifications
  • Ans. 

    Sorting without higher order functions and remote notifications

    • Implement sorting algorithm like bubble sort, selection sort, or insertion sort without using built-in sort functions

    • For remote notifications, use Apple Push Notification Service (APNs) to send notifications to users' devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic interview on question like aptitude, javascript, typescript and react-native question

Round 2 - Technical 

(5 Questions)

  • Q1. Basic javascript question in second round
  • Q2. What is function currying
  • Ans. 

    Function currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying allows you to partially apply a function by fixing a number of arguments, which creates a new function.

    • It helps in creating reusable functions and improves code readability.

    • Example: const add = (a) => (b) => a + b; const add5 = add

  • Answered by AI
  • Q3. What is IIEF where we can use it
  • Ans. 

    IIFE stands for Immediately Invoked Function Expression, used for creating a function that is executed immediately after it is defined.

    • IIFE is used to create a private scope for variables to avoid polluting the global scope.

    • It is commonly used in React Native development to encapsulate code and prevent naming conflicts.

    • Example: (function() { console.log('IIFE executed'); })();

  • Answered by AI
  • Q4. Deeply they ask me closure related question how it's working
  • Q5. How call call stack and event loop is working
  • Ans. 

    Call stack is used to keep track of function calls, while event loop manages asynchronous operations in JavaScript.

    • Call stack is a data structure that keeps track of function calls in a program.

    • When a function is called, it is added to the top of the call stack. When the function completes, it is removed from the stack.

    • Event loop is responsible for managing asynchronous operations in JavaScript, ensuring that they are ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related discussion only

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi Nagarow hiring team,

My first round of interview is going and in second round they ask me more technical and deep technical questions that was also very good.

In third round of interview the interviewer ask me only project related question. I try to explain that but he did't give me to chance to say some think. From one question to second, Second of third. Main point is if only interviewer ask question and interviewee say something and you again ask question how i explain me though on it.

If my application build on salesForce he told me to why it's build in salesforce. Why it's not develop in node or/and other database. My client decided that i know it also develop in node or other database. But i can't suggestion my client after 4 years of development .
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain hooks in react
  • Ans. 

    Hooks are a new addition in React 16.8 that allow you to use state and other React features without writing a class.

    • Hooks are functions that let you use state and other React features in functional components.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contai...

  • Answered by AI
Round 2 - Assignment 

Create weather application in react native with unit test scripts

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently interviewed for react native developer position and it started with a technical discussion followed by an assessment and after clearing both rounds I was asked to submit a detailed document regarding my technical experience and past projects. Since then I didn't get any feedback from the company I even tried to contact the Xoriant hr directly but was unable to get any reply so it was a very disappointing experience.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - final round 

(6 Questions)

  • Q1. Recent projects
  • Ans. 

    Developed a mobile application for tracking daily water intake and hydration levels.

    • Implemented user-friendly interface for inputting water intake

    • Integrated notifications for reminding users to drink water

    • Utilized database to store and track hydration data

  • Answered by AI
  • Q2. Technologies worked with
  • Ans. 

    Experienced with technologies such as Java, Swift, React Native, and Firebase for mobile app development.

    • Java

    • Swift

    • React Native

    • Firebase

  • Answered by AI
  • Q3. Analytics tools used
  • Ans. 

    Google Analytics, Firebase Analytics, Mixpanel

    • Google Analytics for tracking user behavior

    • Firebase Analytics for app performance monitoring

    • Mixpanel for in-depth user analytics

  • Answered by AI
  • Q4. Error monitoring tools and sentry related
  • Q5. Redux vs local storage
  • Ans. 

    Redux is a state management library for JavaScript applications, while local storage is a browser feature for storing data locally.

    • Redux is used for managing the global state of an application, making it easier to access and update data across components.

    • Local storage is used for storing data locally on the user's device, allowing for persistent data even after the browser is closed.

    • Redux is typically used for more com...

  • Answered by AI
  • Q6. Caching in react native
  • Ans. 

    Caching in React Native allows for storing data locally to improve app performance and reduce network requests.

    • Use AsyncStorage for simple key-value pair caching in React Native.

    • Implement caching strategies like cache expiration or cache invalidation to manage cached data effectively.

    • Consider using libraries like redux-persist for more advanced caching capabilities in React Native.

  • 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:
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. 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
Round 1 - Technical 

(1 Question)

  • Q1. Oops , programming, collection, java basic and Kotlin basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic welll for java and Kotlin.
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:
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. 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

Droisys Interview FAQs

How many rounds are there in Droisys IOS Developer interview?
Droisys interview process usually has 2-3 rounds. The most common rounds in the Droisys interview process are Aptitude Test, Technical and Group Discussion.
What are the top questions asked in Droisys IOS Developer interview?

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

  1. What is encapsulat...read more
  2. What is Polymorph...read more
  3. Interface in j...read more

Tell us how to improve this page.

Droisys IOS Developer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Fast track your campus placements

View all
Software Engineer
28 salaries
unlock blur

₹4.8 L/yr - ₹13.2 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹7.5 L/yr - ₹14 L/yr

QA Engineer
10 salaries
unlock blur

₹3.6 L/yr - ₹8.5 L/yr

Software Developer
9 salaries
unlock blur

₹2.8 L/yr - ₹9.7 L/yr

Senior Software Developer
6 salaries
unlock blur

₹8.7 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Droisys with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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