React Native interview questions

Amish Shabani
1 min readNov 7, 2023

--

Hey guys, hope you are doing well.

Recently, I had some React Native interviews. In this post, I want to share some questions that they ask me. Pay Attention: I don’t answer them, google it, please!

Soft Skills

  1. What is the most challenging task you have had?
    Why this question is important? Because the interviewer wants to measure the scale of your projects. So answer carefully, please!
  2. How do you improve your knowledge?
  3. Do you can work under pressure? Tell me some examples.
  4. How do you manage conflicts at work?
  5. What are your strong/weak points? What are your plans for improving them?

Javascript

  1. What is the event loop?
  2. What is this keyword? how about Context?
  3. Do you know Callstack?
  4. Differences between var, let, const?
    It is an easy question! But it shows you know
  5. How about Hoist Up?
  6. How does inheritance work on JS?
  7. What are the differences between React and React Native?
  8. What are the differences between Js and TS?
  9. How does React work under the hood? How about React Native?
  10. Could you please describe React Native architecture? The old and new ones.
  11. What is Flux? Describe it.
  12. What other state managements do you use?
  13. Describe your project’s architecture.
  14. What is Closure? Stale Closure?

This post will be updated regularly.

--

--

No responses yet