React Native interview questions
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
- 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! - How do you improve your knowledge?
- Do you can work under pressure? Tell me some examples.
- How do you manage conflicts at work?
- What are your strong/weak points? What are your plans for improving them?
Javascript
- What is the event loop?
- What is this keyword? how about Context?
- Do you know Callstack?
- Differences between var, let, const?
It is an easy question! But it shows you know - How about Hoist Up?
- How does inheritance work on JS?
- What are the differences between React and React Native?
- What are the differences between Js and TS?
- How does React work under the hood? How about React Native?
- Could you please describe React Native architecture? The old and new ones.
- What is Flux? Describe it.
- What other state managements do you use?
- Describe your project’s architecture.
- What is Closure? Stale Closure?
This post will be updated regularly.