i
Veltris
Filter interviews by
I applied via Naukri.com and was interviewed before Jan 2022. There were 3 interview rounds.
Let, Var, and Const are JavaScript keywords used for declaring variables with different scoping rules and mutability.
Var has function scope and can be redeclared and reassigned.
Let has block scope and can be reassigned but not redeclared.
Const has block scope and cannot be reassigned or redeclared.
Use const for values that won't change, let for values that will, and var for legacy code or global variables.
React Native has several life cycle methods that are called at different stages of the component's life.
Mounting: constructor(), componentWillMount(), render(), componentDidMount()
Updating: componentWillReceiveProps(), shouldComponentUpdate(), componentWillUpdate(), render(), componentDidUpdate()
Unmounting: componentWillUnmount()
Error Handling: componentDidCatch()
To upload the app to both stores, create separate builds for each platform and follow the submission guidelines of each store.
Create separate builds for iOS and Android platforms
Follow the submission guidelines of the App Store and Google Play Store
Submit the builds to each store separately
Ensure that the app meets the requirements of each store
Local storage in React Native allows data to be stored on the device for offline use.
AsyncStorage is the built-in API for local storage in React Native
Data is stored as key-value pairs
Data can be retrieved and updated asynchronously
Local storage can be used for caching data for offline use
Example: AsyncStorage.setItem('key', 'value')
Example: AsyncStorage.getItem('key')
I was interviewed in Nov 2024.
I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.
They ask me to print a pattern based questions
CSS Positioning Questions, Data fetching in React Questions , Asked about CORS Errors
I applied via Recruitment Consulltant and was interviewed in Feb 2022. There was 1 interview round.
Git pull is used to fetch and merge changes from a remote repository, while pull request is a way to propose changes to a repository.
Git pull is used to update a local repository with changes from a remote repository.
Pull request is a way to propose changes to a repository by creating a branch, making changes, and requesting the changes to be merged into the main branch.
Git pull is a command used in the terminal, while...
IPC stands for Inter-Process Communication and RPC stands for Remote Procedure Call.
IPC is a mechanism that allows communication between processes running on the same or different devices.
RPC is a protocol that enables one program to request a service from another program on a remote machine.
IPC can be achieved through shared memory, message passing, and pipes.
RPC uses a client-server model and can be implemented using...
To detect loop in linked list, use Floyd's cycle-finding algorithm.
Create two pointers, slow and fast, and initialize both to the head of the linked list.
Move slow pointer by one node and fast pointer by two nodes.
If there is a loop, the two pointers will eventually meet.
If there is no loop, the fast pointer will reach the end of the linked list.
Time complexity: O(n), Space complexity: O(1)
Print prime numbers between 100 to 1,00,000
Start with a loop from 100 to 100000
Check if the current number is prime or not
If prime, print the number
I applied via Recruitment Consulltant and was interviewed in Jan 2022. There was 1 interview round.
Questions related to Android development concepts and practices.
Daemon thread is a low priority thread that runs in the background.
Data class is a class that is used to hold data and provides default implementations of common methods like equals, hashCode, and toString.
Garbage collector is a mechanism that automatically frees up memory by removing objects that are no longer in use.
Activity lifecycle refers to the vario...
posted on 13 May 2018
based on 1 review
Rating in categories
Software Engineer
50
salaries
| ₹3.6 L/yr - ₹13 L/yr |
Senior Software Engineer
48
salaries
| ₹6.5 L/yr - ₹22 L/yr |
Senior Engineer
40
salaries
| ₹7 L/yr - ₹18 L/yr |
Video Specialist
32
salaries
| ₹3.4 L/yr - ₹13.6 L/yr |
Senior Process Associate
25
salaries
| ₹3.2 L/yr - ₹6 L/yr |
TCS
Infosys
Wipro
HCLTech