Upload Button Icon Add office photos

Hidden Brains InfoTech

Compare button icon Compare button icon Compare

Filter interviews by

Hidden Brains InfoTech IOS Developer Interview Questions and Answers

Updated 10 Jul 2024

Hidden Brains InfoTech IOS Developer Interview Experiences

1 interview found

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 10 Jul 2024

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

(2 Questions)

  • Q1. Basic of swift programming
  • Q2. Third party integration

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Hidden Brains InfoTech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Written questions and grammar test, after that technical and machine round.
  • Q2. Questions are not more difficult.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic and project related info which you completed yet.

IOS Developer Interview Questions Asked at Other Companies

asked in Movius Corp
Q1. What will be the output of the following Swift code: \n\nstruct s ... read more
Q2. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Go ... read more
asked in Tata AIG
Q3. Describe your experience implementing the MVVM architecture.
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

I applied via Approached by Company and was interviewed before Jan 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Swift new and basic concepts
  • Q2. Protocol oriented programming
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Swift Medium-Level Question
  • Q2. DSA Question - LCP
Round 2 - Technical 

(2 Questions)

  • Q1. Asking Question Related about CRM, etc.
  • Q2. Related about chat design APP

Interview Preparation Tips

Interview preparation tips for other job seekers - The First Round was good, The Interviewer was good ask questions about iOS-related stuff DSA.
The second Round was not good. IDK my luck is bad or the Interviewer was a little bit arrogant. So yeah after 2 questions my mood was like not giving proper answers to questions. I want to just close this meeting ASAP. If someone doesn't know about this technology at least give him/her a chance to work on that maybe he will be fruitful in that time.

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to implement Sqlite database in React Native?
  • Q2. What are generator functions?
  • Ans. 

    Generator functions are functions that can be paused and resumed, allowing for lazy evaluation of data.

    • Generator functions use the yield keyword to pause execution and return a value.

    • They can be used to generate an infinite sequence of values.

    • They are memory efficient as they only generate values when needed.

    • Example: function* myGenerator() { yield 1; yield 2; yield 3; }

    • Example: const infiniteGenerator = function*() { ...

  • Answered by AI
  • Q3. How to implement push notifications in Android and iOS?
  • Ans. 

    Push notifications can be implemented in Android and iOS using Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs) respectively.

    • For Android, integrate FCM SDK in the app and use FCM console to send notifications.

    • For iOS, create an APNs certificate, configure the app to receive notifications, and use APNs to send notifications.

    • Both platforms require handling of notification payload in the app to di...

  • Answered by AI
  • Q4. How do you use in your last app?
  • Ans. 

    I used React Native for my last app.

    • Developed UI components using React Native

    • Integrated APIs to fetch and display data

    • Implemented Redux for state management

    • Used Firebase for authentication and database

    • Optimized app performance using React Native Debugger

  • Answered by AI
  • Q5. What is the difference between functional components and non functional components?
  • Ans. 

    Functional components are stateless and return UI elements based on input props, while non-functional components have state and can change UI based on user interaction.

    • Functional components are simpler and easier to test than non-functional components.

    • Non-functional components can have state and lifecycle methods, while functional components cannot.

    • Examples of functional components include buttons, labels, and icons, w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its Hard and requires deep knowledge of your technical skills.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Jun 2022. There were 3 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 

Basic coding excercise , linux platform.file handling

Round 3 - HR 

(2 Questions)

  • Q1. Simpe question , family baground,
  • Q2. Strength , weakness,

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Campus Placement and was interviewed in Jul 2021. There were 2 interview rounds.

Round 1 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Why public static use
  • Q2. Why static is use.Pattern question,hshshdhdhxhxhxhxhdhhxjdjdjdjdjnjsjs

Interview Preparation Tips

Topics to prepare for 360 Degree Cloud Technologies Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Learn Java in depth.Also prepare more in communication skills.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. What is Object-Oriented Programming (OOP)?
  • Q2. What projects have you worked on?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regrading Self join query
  • Ans. 

    A self join query is used to join a table to itself in a SQL query.

    • Self join is used when a table needs to be joined with itself to compare rows within the same table.

    • It requires aliasing the table with different names to distinguish between the two instances of the same table.

    • Commonly used in hierarchical data structures or when comparing related rows in a table.

  • Answered by AI
  • Q2. Group by query per catagory
  • Ans. 

    Group by query is used to group data based on a specific category.

    • Use the GROUP BY clause in SQL to group data based on a specific column

    • Aggregate functions like COUNT, SUM, AVG can be used with GROUP BY to perform calculations on grouped data

    • Example: SELECT category, COUNT(*) FROM products GROUP BY category

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What is Optional chaining ?
  • Q2. What is Debouncing?

Hidden Brains InfoTech Interview FAQs

How many rounds are there in Hidden Brains InfoTech IOS Developer interview?
Hidden Brains InfoTech interview process usually has 1 rounds. The most common rounds in the Hidden Brains InfoTech interview process are One-on-one Round.
How to prepare for Hidden Brains InfoTech 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 Hidden Brains InfoTech. The most common topics and skills that interviewers at Hidden Brains InfoTech expect are Swift, IOS, Objective C, Cocoa Touch and OOPS.
What are the top questions asked in Hidden Brains InfoTech IOS Developer interview?

Some of the top questions asked at the Hidden Brains InfoTech IOS Developer interview -

  1. Third party integrat...read more
  2. Basic of swift programm...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Hidden Brains InfoTech IOS Developer Salary
based on 11 salaries
₹3 L/yr - ₹4.5 L/yr
49% less than the average IOS Developer Salary in India
View more details

Hidden Brains InfoTech IOS Developer Reviews and Ratings

based on 3 reviews

3.6/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

4.1

Salary

3.1

Job security

3.6

Company culture

3.6

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
iOS Developer

Ahmedabad

3-5 Yrs

Not Disclosed

iOS Developer

Ahmedabad

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
120 salaries
unlock blur

₹2.6 L/yr - ₹7.5 L/yr

Software Developer
45 salaries
unlock blur

₹2.6 L/yr - ₹7.7 L/yr

Senior Software Engineer
42 salaries
unlock blur

₹10 L/yr - ₹17.7 L/yr

Business Analyst
40 salaries
unlock blur

₹3.5 L/yr - ₹8.2 L/yr

Team Lead
24 salaries
unlock blur

₹10.6 L/yr - ₹19.6 L/yr

Explore more salaries
Compare Hidden Brains InfoTech with

PC Solutions

3.8
Compare

JMR Infotech

4.2
Compare

RNF Technologies

3.2
Compare

Ahana Systems & Solutions

3.7
Compare
write
Share an Interview