i
Quizy Games
Filter interviews by
I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.
Deep drive of JavaScript Promises, async-await, closure, currying, next level question based on Map, Reduce and Filter methods,
Redux principles, steps to create a redux store
Custom hooks in React Native allow you to reuse stateful logic across multiple components.
Create a function that starts with the word 'use' (e.g., 'useCustomHook')
Inside the custom hook, define and initialize any state variables or functions you need
Return the state variables and functions as an array or object
Use the custom hook in any component by calling it and destructuring the returned values
React Native provides several navigation options, including React Navigation, React Native Navigation, and React Native Router Flux.
React Navigation is a popular choice for implementing navigation in React Native apps.
React Native Navigation is a native navigation library that offers better performance and smoother transitions.
React Native Router Flux is a simple and flexible navigation library that allows for easy nav...
React Native uses two types of threads: UI thread and JavaScript thread.
UI thread is responsible for rendering the user interface and handling user interactions.
JavaScript thread is responsible for executing JavaScript code and handling business logic.
UI thread and JavaScript thread communicate with each other through a bridge.
UI thread is a native thread managed by the operating system.
JavaScript thread is a separate ...
Top trending discussions
I applied via Hirist
Android components are building blocks of an Android app. They include activities, services, broadcast receivers, and content providers.
Activities - UI components that handle user interactions
Services - Background components that perform long-running operations
Broadcast Receivers - Respond to system-wide broadcast announcements
Content Providers - Manage shared app data
Parcelable is faster and more efficient than Serializable.
Parcelable is an Android-specific interface while Serializable is a Java interface.
Parcelable is faster and more efficient than Serializable.
Parcelable requires more work to implement than Serializable.
Parcelable is used to pass data between Android components while Serializable is used for general serialization.
Parcelable is preferred for performance-critical o
ANR can be handled by optimizing code, using background threads, and avoiding long-running operations on the main thread.
Optimize code to reduce processing time
Use background threads for long-running operations
Avoid performing network operations on the main thread
Use AsyncTask or HandlerThread for background processing
Use StrictMode to detect and fix ANR issues during development
InsanelyGood
Garuda Aerospace
Vegrow
Vilcart