Upload Button Icon Add office photos
Engaged Employer

i

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

Securra Health Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Securra Health React Native Developer Interview Questions and Answers

Updated 2 Feb 2023

Securra Health React Native Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jan 2023. There were 2 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 

(5 Questions)

  • Q1. What is React Native
  • Ans. 

    React Native is a framework for building mobile applications using JavaScript and React.

    • Allows for cross-platform development

    • Uses native components for better performance

    • Hot reloading for faster development

    • Supports third-party libraries and plugins

    • Developed and maintained by Facebook

  • Answered by AI
  • Q2. Life cycle method ,hooks, use callback
  • Q3. Props drilling ,higher-order components
  • Q4. Event loop in javascript, closure
  • Ans. 

    Event loop manages the execution of asynchronous code in JavaScript. Closure is a function with access to its parent scope.

    • Event loop is responsible for executing code in the call stack and handling asynchronous tasks in the task queue.

    • Closure is a function that has access to variables in its outer scope, even after the outer function has returned.

    • Example of closure: function outer() { let x = 10; return function inner...

  • Answered by AI
  • Q5. Redux ,why do we use redux
  • Ans. 

    Redux is used for managing application state in a predictable and centralized manner.

    • Redux helps in maintaining a single source of truth for the application state.

    • It enables easy debugging and testing of the application.

    • Redux allows for easy sharing of state between components.

    • It also enables time-travel debugging and undo/redo functionality.

    • Redux is particularly useful for large-scale applications with complex data fl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before attending the interview and try to answer all the questions

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Time management

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Waterfall model, Software development life cycle
  • Q2. How do you arrive at factorial without recursive function
  • Ans. 

    Factorial can be calculated using a loop by multiplying numbers from 1 to n.

    • Initialize a variable to 1

    • Use a loop to multiply the variable with numbers from 1 to n

    • Return the variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your fundamental skills

Interview Questionnaire 

3 Questions

  • Q1. Process builder. 2.types of relationships. 3.difference in user ,profile and role. 4.workflow. 5.Admin questions
  • Ans. 

    Answering questions related to software development and Salesforce administration.

    • Process Builder is a visual tool in Salesforce used to automate business processes.

    • Types of relationships in Salesforce include lookup, master-detail, and many-to-many relationships.

    • User represents an individual who can log in and access Salesforce, Profile defines the permissions and settings for a user, and Role determines the hierarchy...

  • Answered by AI
  • Q2. What configuration i have done.
  • Ans. 

    I have configured various software systems and tools for development purposes.

    • Configured IDEs such as Eclipse and Visual Studio for development

    • Set up version control systems like Git and SVN

    • Installed and configured build tools like Maven and Gradle

    • Configured application servers like Tomcat and JBoss

    • Set up databases like MySQL and Oracle for development and testing

  • Answered by AI
  • Q3. Salary negotiations

Interview Preparation Tips

Round: Manager round
Experience: Configuration and what work ee have done in your previous company.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I were asked to print the number of pairs in an array whose sum is equal to given number k
  • Ans. 

    Count the number of pairs in an array whose sum is equal to a given number k.

    • Iterate through the array and for each element, check if k minus the element exists in the array.

    • Use a hash table to store the frequency of each element in the array.

    • If the array contains duplicates, handle them separately to avoid overcounting.

    • Time complexity can be improved to O(n) using a two-pointer approach.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is Abstraction
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction helps in reducing complexity and increasing efficiency.

    • It allows us to focus on the essential features of an object or system.

    • Abstraction can be achieved through abstract classes, interfaces, and encapsulation.

    • For example, a car can be abstracted as a vehicle with certain properties and methods.

    • Ab...

  • Answered by AI
  • Q2. Concept of hiding implementation
  • Ans. 

    Hiding implementation means keeping the internal details of a class or function hidden from the outside world.

    • It is a fundamental principle of object-oriented programming.

    • It helps in achieving encapsulation and abstraction.

    • It prevents the user from accessing the internal workings of a class or function.

    • Examples include private variables and methods in a class.

    • It allows for easier maintenance and modification of code.

    • It...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not bad, good atmosphere, positive response from staff

Interview Questionnaire 

2 Questions

  • Q1. What is your name
  • Q2. What is your role

Interview Preparation Tips

Interview preparation tips for other job seekers - Good, Be professional and Be focus.

Interview Questionnaire 

1 Question

  • Q1. Python codes

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about what you speak

Interview Questionnaire 

2 Questions

  • Q1. Technicals
  • Q2. Reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - 27/11/2021
29/11/2021

Securra Health Interview FAQs

How many rounds are there in Securra Health React Native Developer interview?
Securra Health interview process usually has 2 rounds. The most common rounds in the Securra Health interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Securra Health React Native Developer interview?

Some of the top questions asked at the Securra Health React Native Developer interview -

  1. redux ,why do we use re...read more
  2. event loop in javascript, clos...read more
  3. What is React Nat...read more

Tell us how to improve this page.

Securra Health React Native Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Securra Health React Native Developer Salary
based on 4 salaries
₹4.5 L/yr - ₹5.2 L/yr
18% less than the average React Native Developer Salary in India
View more details
Product Manager
8 salaries
unlock blur

₹8 L/yr - ₹15.9 L/yr

Test Engineer
5 salaries
unlock blur

₹3.2 L/yr - ₹3.2 L/yr

Business Analyst
4 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

UI/UX Designer
4 salaries
unlock blur

₹5 L/yr - ₹5 L/yr

Associate Test Engineer
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Securra Health with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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