Upload Button Icon Add office photos

Rigi

Compare button icon Compare button icon Compare

Filter interviews by

Rigi Interview Questions and Answers

Updated 4 Jan 2025

Rigi Interview Experiences

Popular Designations

5 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. First question was DSA related question from Arrays
  • Q2. Second Question was to implement a flatList in react-native
Round 2 - Technical 

(2 Questions)

  • Q1. React-native concepts related questions
  • Q2. Questions from your projects

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Assignment 

Find the platforms needed based on train arrival and departure timings

Round 2 - Coding Test 

Implement the counter function

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)

Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2024

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

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. General Questions from my resume.
  • Q2. Implement a contact list UI with React.

Interview Preparation Tips

Topics to prepare for Rigi interview:
  • React.Js
  • Next.js

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Assignment 

The assignment was a video player question to be developed in React.js.

Interview Preparation Tips

Interview preparation tips for other job seekers - They fullfilled the position even if I submitted the assignment.
Make sure if you are very free, then only complete their assignment.

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

Rigi interview questions for popular designations

 React Native Developer

 (2)

 React Js Frontend Developer

 (1)

 QA Engineer

 (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2024

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

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About api and manual testing

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

The first round is Hackerrank two algo and one UI test very easy, Second is Fundamentals of JS and React Native one must have a deep understanding of JS to do that I strongly suggest going through Akashay Saini's JS series It'll help and the Third is PS/DS asked some basic A&DS questions can be solved easily with little practice on Leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is very long, The First round was in January second in Feb and the Third in April
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2023.

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 - One-on-one 

(6 Questions)

  • Q1. What is React Native
  • Ans. 

    React Native is a framework for building mobile applications using JavaScript and React.

    • React Native is a cross-platform framework developed by Facebook.

    • It allows developers to build mobile apps using JavaScript and React.

    • It uses native components to render UI elements, resulting in a native-like performance.

    • Code written in React Native can be shared between iOS and Android platforms.

    • It provides a rich set of pre-built...

  • Answered by AI
  • Q2. What is redux? Which library use for Navigation?
  • Ans. 

    Redux is a predictable state container for JavaScript apps. React Navigation is used for navigation in React Native.

    • Redux is a state management library commonly used with React to manage application state in a predictable way.

    • It helps in maintaining a single source of truth for the state of the entire application.

    • Redux works by having a central store that holds the entire state tree of the application.

    • React Navigation ...

  • Answered by AI
  • Q3. What is class components and functional components
  • Ans. 

    Class components and functional components are two ways to create components in React Native.

    • Class components are created using ES6 class syntax and extend the React.Component class.

    • Functional components are created using JavaScript functions.

    • Class components have a state and lifecycle methods, while functional components do not.

    • Functional components are simpler and easier to test and maintain.

    • Class components are reco...

  • Answered by AI
  • Q4. Javascript questions 15-20 basic questions
  • Q5. What is context, What is hooks
  • Ans. 

    Context is a feature in React that allows data to be passed down the component tree without manually passing props. Hooks are functions that allow you to use state and other React features in functional components.

    • Context is used to share data between components without passing props explicitly

    • Hooks are functions that allow you to use state and other React features in functional components

    • Context provides a way to pass...

  • Answered by AI
  • Q6. How to share data between two components each other
  • Ans. 

    Use props to pass data from parent component to child component, and use state to manage shared data between sibling components.

    • Pass data from parent to child components using props

    • Use state management libraries like Redux or Context API to share data between sibling components

    • Use event emitters or callbacks to communicate between components

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked project overview and agile methodlogy and design pattern questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The person who took the interview dont have knowledge in react native then why he is in the panel?!😓
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to basic react native and project based question
  • Q2. What is hooks, redux, push notifacvation, javascript basic
  • Ans. 

    Hooks, Redux, push notification, JavaScript basics

    • Hooks are a feature in React that allow you to use state and other React features without writing a class

    • Redux is a state management library for JavaScript applications

    • Push notifications are messages that are sent to a user's device from a server or a backend system

    • JavaScript basics include understanding variables, data types, functions, and control flow

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a technical round happened for 1 hr including coding test. After that in the same call Manager round happened for 20 min. Finally they took screenshot with all the people involved in recruitment process which is a sign of selected.

Rigi Interview FAQs

How many rounds are there in Rigi interview?
Rigi interview process usually has 1-2 rounds. The most common rounds in the Rigi interview process are Technical, Assignment and Coding Test.
How to prepare for Rigi 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 Rigi. The most common topics and skills that interviewers at Rigi expect are Communication Skills, Financial Reporting, Forecasting, Sales and Accounting.
What are the top questions asked in Rigi interview?

Some of the top questions asked at the Rigi interview -

  1. Implement a contact list UI with Rea...read more
  2. Second Question was to implement a flatList in react-nat...read more
  3. First question was DSA related question from Arr...read more

Tell us how to improve this page.

Rigi Interview Process

based on 6 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
View all

Rigi Reviews and Ratings

based on 20 reviews

2.7/5

Rating in categories

2.6

Skill development

2.5

Work-life balance

3.5

Salary

2.3

Job security

2.5

Company culture

2.9

Promotions

2.5

Work satisfaction

Explore 20 Reviews and Ratings
QA Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Research Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Writer Intern
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rigi with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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