Premium Employer

i

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

Veltris Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 173 Reviews

Filter interviews by

Veltris React Native Developer Interview Questions, Process, and Tips

Updated 21 Jan 2023

Veltris React Native Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 3 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 - Technical 

(2 Questions)

  • Q1. Difference between Let, Var, Const
  • Ans. 

    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.

  • Answered by AI
  • Q2. Life Cycle of React-Native
  • Ans. 

    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()

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. How to upload the app to both stores
  • Ans. 

    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

  • Answered by AI
  • Q2. Local Storage in React-Native
  • Ans. 

    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')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is good, but Company is not good because of higher management

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. One question about Git.
  • Q2. Other questions are more about capabilities and behaviour rather than technical.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

They ask me to print a pattern based questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

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.

Round 1 - Technical 

(4 Questions)

  • Q1. Git pull vs pull request?
  • Ans. 

    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...

  • Answered by AI
  • Q2. What is IPC and RPC?
  • Ans. 

    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...

  • Answered by AI
  • Q3. How to detect loop in linked list?
  • Ans. 

    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)

  • Answered by AI
  • Q4. Print prime numbers between 100 to 1,00,000
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was taken using some online portal. Faced voice issues, sudden disconnection. I would suggest the recruitment team to use either google meet or microsoft team for online interviews.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is daemon Thread? what is data Class? Garbage Collector? Activity Lifecycle? what is Fragment? what took you used for App Debugging ? how to revert changes pushed in GIT? write down example of Data cl...
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well.Keep your concepts clears.keep your basics clear. Interviewer can ask anything

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: First Round Generally would be a pattern round. You have to right code on online compiler for pattern given.. for example diamond shape, heart shape.. It must be dynamic..

Veltris Interview FAQs

How many rounds are there in Veltris React Native Developer interview?
Veltris interview process usually has 3 rounds. The most common rounds in the Veltris interview process are Technical and Resume Shortlist.
How to prepare for Veltris React Native Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Veltris. The most common topics and skills that interviewers at Veltris expect are Android, CSS3, IOS, Bootstrap and Agile.
What are the top questions asked in Veltris React Native Developer interview?

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

  1. How to upload the app to both sto...read more
  2. Difference between Let, Var, Co...read more
  3. Life Cycle of React-Nat...read more

Tell us how to improve this page.

Join Veltris Innovate, Accelerate and Transform

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 794 Interviews
View all

Veltris React Native Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

3.0

Salary

1.0

Job security

2.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
50 salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Senior Software Engineer
48 salaries
unlock blur

₹6.5 L/yr - ₹22 L/yr

Senior Engineer
40 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Video Specialist
32 salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Senior Process Associate
25 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Explore more salaries
Compare Veltris with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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