Upload Button Icon Add office photos
Engaged Employer

i

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

Physicswallah Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 1.6k Reviews

Filter interviews by

Physicswallah IOS Developer Interview Questions and Answers

Updated 25 Jun 2024

Physicswallah IOS Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is DispatchQueue ?
  • Ans. 

    DispatchQueue is a class in iOS that manages the execution of tasks serially or concurrently on the main or background threads.

    • DispatchQueue is used to manage the execution of tasks asynchronously.

    • It can be used to run tasks on the main thread or on a background thread.

    • Tasks can be dispatched synchronously or asynchronously.

    • Example: DispatchQueue.main.async { // code to run on the main thread }

  • Answered by AI
  • Q2. What is Url-session ?
  • Ans. 

    URLSession is a class in iOS that allows you to make network requests and handle responses.

    • URLSession is used to create tasks for downloading/uploading data, downloading/uploading files, and streaming data.

    • It provides built-in support for authentication, cookies, and caching.

    • You can customize URLSession configurations to control things like timeouts, caching policies, and connection limits.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 25 Jun 2024

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

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Coding Test 

Asked questions about DSA and the time complexity of the solved question.

Interview Preparation Tips

Topics to prepare for Physicswallah IOS Developer interview:
  • swift
  • swiftui
  • uikit
  • combine

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

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

Interview Questionnaire 

4 Questions

  • Q1. App Thinning
  • Q2. KVO vs KVC difference
  • Ans. 

    KVO is used to observe changes in an object's properties, while KVC is used to access an object's properties using a key.

    • KVO stands for Key-Value Observing and is used to observe changes in an object's properties.

    • KVC stands for Key-Value Coding and is used to access an object's properties using a key.

    • KVO is useful for detecting changes in an object's properties and taking action based on those changes.

    • KVC is useful for...

  • Answered by AI
  • Q3. Operation Queue
  • Q4. Any and AnyObject

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions are of intermediate Level.
Prepare well before interview.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions about basics about Swift language.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare will about swift basics ant OOPS concepts. And there will be live coding if you're attending interview online, there your coding standards will be checked.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are Dispatchers in Kotlin Coroutines?
  • Ans. 

    Dispatchers in Kotlin Coroutines are responsible for determining which thread or threads the coroutines should run on.

    • Dispatchers help manage the execution of coroutines on different threads.

    • There are different types of Dispatchers like Default, IO, Main, and Unconfined.

    • Example: launch(Dispatchers.IO) { // perform network operations }

  • Answered by AI
  • Q2. What is Concurrency Design Pattern?
  • Ans. 

    Concurrency design pattern is a design pattern that deals with managing multiple tasks or processes simultaneously.

    • Concurrency design patterns help in improving performance and efficiency in multi-threaded applications.

    • Examples of concurrency design patterns include Producer-Consumer, Reader-Writer, and Thread Pool.

    • These patterns help in avoiding issues like race conditions, deadlocks, and resource contention.

  • Answered by AI

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 Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Activity lifecycle, Fragment lifecycle
  • Q2. Process for communicating with two fragment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in android fundamental. Read android documentation of google
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

I was interviewed before Dec 2021.

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. Problem Solving, Data Structure round, 2 questions.
Round 3 - Technical 

(1 Question)

  • Q1. Domain specific round
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions based on your previous projects.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and joining date confirmation

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on fundamentals and track latest ios updates. Practice data structures and algorithm..ex- easy leetcode, array, linked list, string, tree.

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions about basics about Swift language.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare will about swift basics ant OOPS concepts. And there will be live coding if you're attending interview online, there your coding standards will be checked.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Event bus, DS question,
Round 3 - HR 

(1 Question)

  • Q1. Discuss about the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - good company after corona

Physicswallah Interview FAQs

How many rounds are there in Physicswallah IOS Developer interview?
Physicswallah interview process usually has 1 rounds. The most common rounds in the Physicswallah interview process are Coding Test and One-on-one Round.
How to prepare for Physicswallah 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 Physicswallah. The most common topics and skills that interviewers at Physicswallah expect are Swift, API, Cocoa Touch, JIRA and MVVM.

Tell us how to improve this page.

Physicswallah IOS Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Planet Spark Interview Questions
3.7
 • 359 Interviews
Whitehat jr Interview Questions
3.5
 • 311 Interviews
Unacademy Interview Questions
3.0
 • 205 Interviews
upGrad Interview Questions
3.7
 • 205 Interviews
Vedantu Interview Questions
3.4
 • 192 Interviews
Chegg Interview Questions
4.1
 • 153 Interviews
FOCUS EDUMATICS Interview Questions
3.2
 • 125 Interviews
View all
Senior Associate
324 salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Associate
308 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Associate Manager
238 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Business Analyst
122 salaries
unlock blur

₹2.2 L/yr - ₹11 L/yr

Professor
119 salaries
unlock blur

₹7 L/yr - ₹28.9 L/yr

Explore more salaries
Compare Physicswallah with

Unacademy

3.0
Compare

BYJU'S

3.1
Compare

Vedant

4.2
Compare

Toppr

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