Upload Button Icon Add office photos
Engaged Employer

i

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

Optimum Infosystem Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 524 Reviews

Filter interviews by

Optimum Infosystem React Native Developer Interview Questions and Answers

Updated 25 Dec 2024

Optimum Infosystem React Native Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Client Interview 

(2 Questions)

  • Q1. If you join in Xplor god save
  • Ans. 

    Xplor is a company known for its innovative solutions in the education sector.

    • Xplor is a leading provider of software solutions for the education industry.

    • They focus on creating tools for childcare centers, schools, and families to streamline operations and improve communication.

    • Their products include features like attendance tracking, billing, and parent communication.

    • Working at Xplor would provide opportunities to co...

  • Answered by AI
  • Q2. Dont with Opt

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cautious about companies that hire you as an employee only to send you to a client location for 3 to 7 months, and then terminate your employment citing a lack of projects. It's unfair and disruptive to one's career and life.

React Native Developer Jobs at Optimum Infosystem

View all

Interview questions from similar companies

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
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Dec 2022. 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 - One-on-one 

(1 Question)

  • Q1. Sort an array, hoc components in react Native and flux in react Native
  • Ans. 

    Sorting an array and using HOC components and Flux in React Native

    • To sort an array, use the sort() method

    • To use HOC components, create a higher-order function that returns a component

    • To use Flux in React Native, install the flux package and create actions, stores, and a dispatcher

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Redux, what is props, what is hooks in react, Native tools and it's working
  • Ans. 

    Answering questions related to Redux, props, hooks in React Native and its tools

    • Redux is a state management library for JavaScript applications

    • Props are short for properties and are used to pass data between components

    • Hooks are functions that allow you to use state and other React features without writing a class

    • React Native tools include Expo, React Native Debugger, and Xcode

    • Expo is a set of tools and services for bui...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your self.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company it's not responding after taking interview

Skills evaluated in this interview

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Types of job in kotlin coroutine
  • Ans. 

    Types of jobs in Kotlin coroutine include launch, async, withContext, and runBlocking.

    • launch: starts a new coroutine without blocking the current thread

    • async: starts a new coroutine and returns a Deferred object with a result

    • withContext: switches the coroutine context within a coroutine

    • runBlocking: blocks the current thread until the coroutine inside it is completed

  • Answered by AI
  • Q2. What is Flow, Channel diffrent between StateFlow and SharedFlow
  • Ans. 

    Flow is a cold asynchronous data stream, Channel is a hot asynchronous data stream. StateFlow is a hot asynchronous data stream with a state, SharedFlow is a hot asynchronous data stream without a state.

    • Flow is a cold asynchronous data stream that emits values one by one.

    • Channel is a hot asynchronous data stream that can have multiple subscribers.

    • StateFlow is a hot asynchronous data stream that retains the most recent ...

  • Answered by AI
  • Q3. If Flow lifecycle aware
  • Ans. 

    Flow lifecycle aware means using Kotlin Flow with lifecycle awareness in Android development.

    • Flow lifecycle aware helps manage data streams in Android apps

    • It ensures that data emissions are only observed when the lifecycle is in the appropriate state

    • Example: Using Flow with LiveData to update UI components based on lifecycle events

  • Answered by AI
  • Q4. What is inline function and highorder function?
  • Ans. 

    Inline functions are functions that are expanded in place at the call site, while high-order functions are functions that can take other functions as parameters or return them.

    • Inline functions are expanded in place at the call site to improve performance.

    • High-order functions can take other functions as parameters or return them.

    • Example of high-order function: map() function in Kotlin.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Kotlin basic

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Basic react interview question like lifecycle methods and about hooks
  • Q2. Javascript interview questions like hoisting, closures, function currying and es6 features.
  • Q3. Function to flatten and sort an array
Round 2 - Behavioral 

(3 Questions)

  • Q1. Basic scrum related questions
  • Q2. Challenges faced
  • Q3. Function to find the occurrences of the word in a string
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops based question
  • Q2. Solid principles and how to implement
  • Ans. 

    Solid principles are a set of five design principles for writing maintainable and scalable code.

    • Single Responsibility Principle: A class should have only one reason to change.

    • Open/Closed Principle: Classes should be open for extension but closed for modification.

    • Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Interfa...

  • Answered by AI
Round 2 - Coding Test 

Tata using network layer

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response

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

Round 1 - Coding Test 

Hacker earth test with 29 MCQs and 1 Coding Question

Interview Preparation Tips

Interview preparation tips for other job seekers - 2nd round never happened
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic reactjs Questions with some javascript coding snippets
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
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Javascript
  • Q2. Basics of React

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared basics of All the front technology like JavaScript, Typescript, HTML and CSS

Optimum Infosystem Interview FAQs

How many rounds are there in Optimum Infosystem React Native Developer interview?
Optimum Infosystem interview process usually has 1 rounds. The most common rounds in the Optimum Infosystem interview process are Client Interview.
How to prepare for Optimum Infosystem React Native 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 Optimum Infosystem. The most common topics and skills that interviewers at Optimum Infosystem expect are Redux, TypeScript, Javascript, React Native and Credit Operations.

Tell us how to improve this page.

Optimum Infosystem React Native Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Optimum Infosystem React Native Developer Salary
based on 4 salaries
₹7.2 L/yr - ₹20 L/yr
132% more than the average React Native Developer Salary in India
View more details
Senior Consultant
352 salaries
unlock blur

₹8 L/yr - ₹31.2 L/yr

Consultant
240 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Lead Consultant
83 salaries
unlock blur

₹9.5 L/yr - ₹36 L/yr

Senior Software Engineer
77 salaries
unlock blur

₹9.2 L/yr - ₹34 L/yr

Associate Consultant
73 salaries
unlock blur

₹2.8 L/yr - ₹9.9 L/yr

Explore more salaries
Compare Optimum Infosystem 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