Upload Button Icon Add office photos
Engaged Employer

i

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

Protonshub Technologies Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 88 Reviews

Filter interviews by

Protonshub Technologies React Native Developer Interview Questions, Process, and Tips

Updated 14 Nov 2024

Protonshub Technologies React Native Developer Interview Experiences

1 interview found

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

I applied via Indeed and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is settimeout
  • Ans. 

    setTimeout is a function in JavaScript that executes a specified function or code snippet after a specified delay.

    • setTimeout is used to delay the execution of a function or code snippet.

    • It takes two parameters: a function to be executed and a delay time in milliseconds.

    • Example: setTimeout(() => { console.log('Delayed message') }, 2000) will log 'Delayed message' after 2 seconds.

  • Answered by AI
  • Q2. What is interval
  • Ans. 

    Interval is a time period between two specified points.

    • Interval is a duration of time between two specific points.

    • It can be used in programming to execute a function at regular intervals.

    • For example, setInterval() function in JavaScript is used to repeatedly execute a function at specified intervals.

  • Answered by AI
  • Q3. What is redux management
  • Ans. 

    Redux management is a state management tool for JavaScript apps, allowing for centralized state management and predictable state changes.

    • Centralized state management for React applications

    • Stores the entire state of the application in a single immutable object

    • State changes are made through actions and reducers

    • Helps in managing complex state logic and data flow in large applications

  • Answered by AI
  • Q4. What is context api
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q5. Tell me about yourself

Interview Preparation Tips

Topics to prepare for Protonshub Technologies React Native Developer interview:
  • Redux
  • Timers

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was js coding and react native related questions.

Round 2 - Technical 

(1 Question)

  • Q1. It was technical skills of Android and iOS application related react native
Round 3 - Face to face round 

(1 Question)

  • Q1. It was discussed about your career and judge our professional career.

Interview Preparation Tips

Interview preparation tips for other job seekers - All was good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Javascript basic questions, React Native interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic understanding of javascript
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 Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General Android Basics
Round 2 - Technical 

(1 Question)

  • Q1. Conceptual work flow of concepts
  • Ans. 

    Conceptual work flow of concepts involves understanding the flow of ideas and processes in a systematic manner.

    • Identify key concepts and their relationships

    • Map out the sequence of events or steps

    • Consider dependencies and interactions between concepts

    • Visualize the flow using diagrams or charts

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was js coding and react native related questions.

Round 2 - Technical 

(1 Question)

  • Q1. It was technical skills of Android and iOS application related react native
Round 3 - Face to face round 

(1 Question)

  • Q1. It was discussed about your career and judge our professional career.

Interview Preparation Tips

Interview preparation tips for other job seekers - All was good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Javascript basic questions, React Native interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic understanding of javascript
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

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 

(3 Questions)

  • Q1. Describe the inner working of recyclerview?
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large data sets that can be scrolled efficiently.

    • It reuses the views that are no longer visible to display new data.

    • It uses a LayoutManager to position the items and a ViewHolder to cache the views.

    • It provides built-in animations for adding, removing, and updating items.

    • It supports both vertical and hori...

  • Answered by AI
  • Q2. Difference between Array and Linkedlist?
  • Ans. 

    Array is a collection of elements of similar data type stored in contiguous memory locations. LinkedList is a data structure where each element is a separate object with a reference to the next element.

    • Array has fixed size, LinkedList can grow dynamically

    • Array has faster access time, LinkedList has faster insertion and deletion time

    • Array is best for random access, LinkedList is best for sequential access

    • Example of Arra...

  • Answered by AI
  • Q3. What is context? explain it's types
  • Ans. 

    Context is an object that provides access to application-specific resources and classes.

    • Context is used to get access to system services, resources, preferences, etc.

    • There are two types of context: Application Context and Activity Context.

    • Application Context is tied to the lifecycle of the application and is available throughout the application.

    • Activity Context is tied to the lifecycle of an activity and is available o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have thorough knowledge of Android topics you mention.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Feb 2023. 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 - Aptitude Test 

Aptitude + coding test with screen sharing and audio and video recording.

Round 3 - One-on-one 

(1 Question)

  • Q1. Swift assessment questions and storyboard related

I applied via LinkedIn and was interviewed in Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Android life cycle
  • Q2. Firebase related
  • Q3. Layouts used in your project & Advantage of Constraint layout
  • Ans. 

    Used ConstraintLayout for flexible UI design

    • ConstraintLayout allows for flexible UI design and reduces nested layouts

    • It supports complex layouts with multiple views and constraints

    • It improves performance by reducing the number of layout hierarchies

    • Other layouts used include LinearLayout and RelativeLayout

  • Answered by AI
  • Q4. Basic java questions & Deadlock
  • Q5. Explain any one of your project
  • Q6. Design patterns you used so far. MVP, MVVM etc
  • Ans. 

    I have used MVP and MVVM design patterns in my Android development projects.

    • MVP (Model-View-Presenter) separates the presentation layer from the business logic and data access layers.

    • MVVM (Model-View-ViewModel) separates the view from the business logic and data access layers, and uses data binding to update the view automatically.

    • MVP is better suited for smaller projects, while MVVM is better for larger projects with ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure their is vacant and they need candidates. Don't just go by seeing the ads in Job search sites. Most of the time they will reject candidates for small reasons even though performance was good.

Skills evaluated in this interview

Protonshub Technologies Interview FAQs

How many rounds are there in Protonshub Technologies React Native Developer interview?
Protonshub Technologies interview process usually has 1 rounds. The most common rounds in the Protonshub Technologies interview process are Technical.
How to prepare for Protonshub Technologies 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 Protonshub Technologies. The most common topics and skills that interviewers at Protonshub Technologies expect are Android, Biostatistics, Continuous Integration, Gradle and IOS.
What are the top questions asked in Protonshub Technologies React Native Developer interview?

Some of the top questions asked at the Protonshub Technologies React Native Developer interview -

  1. what is redux managem...read more
  2. what is settime...read more
  3. what is inter...read more

Tell us how to improve this page.

Protonshub Technologies React Native Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Protonshub Technologies React Native Developer Salary
based on 5 salaries
₹5.7 L/yr - ₹8.8 L/yr
40% more than the average React Native Developer Salary in India
View more details

Protonshub Technologies React Native Developer Reviews and Ratings

based on 3 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.6

Salary

2.6

Job security

2.6

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
68 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Software Developer
23 salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Associate Software Engineer
22 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹7.2 L/yr - ₹21 L/yr

Reactjs Developer
8 salaries
unlock blur

₹3 L/yr - ₹13.1 L/yr

Explore more salaries
Compare Protonshub Technologies 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