Upload Button Icon Add office photos

Filter interviews by

Remitbee Front end Developer Interview Questions and Answers

Updated 30 Dec 2024

Remitbee Front end Developer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Some basic questions about company and previous experience and why to join Remitbee
Round 2 - Technical 

(1 Question)

  • Q1. Live coding and technical questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Culture round, you meet the CEO. They will analyze if you fit in the team

Interview questions from similar companies

I was interviewed before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 360 minutes
Round difficulty - Medium

Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .

  • Q1. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through possible allocations and calculate the maximum pages assigned to a student.

    • Find the minimum of these maximums to get the optimal allocation.

    • Return the minimum pages allocated in each test case, or -1 if not possible.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaMust be doing B.TECHTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structure , Algorithms ,DBMS , OOPs ,OSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Good understanding of Data Structure and Algorithms 
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .

Application resume tips for other job seekers

Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(1 Question)

  • Q1. Expected salery

I applied via LinkedIn

Interview Questionnaire 

1 Question

  • Q1. Questions on basic html,css,javascript,angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Go specifically through the requirements mentioned in job profile before attending the interview to keep interviewer and us in the same page.

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Remove duplicate elements from an Array
  • Ans. 

    Remove duplicate elements from an Array

    • Use the Set object to remove duplicate elements

    • Convert the Set back to an array using the spread operator

    • If the array contains objects, use a custom comparison function

  • Answered by AI
  • Q2. How can you only accept jpg and png files using HTML5.
  • Ans. 

    Use the accept attribute in the input tag to only allow jpg and png files.

    • Add accept attribute to input tag with 'image/jpeg, image/png' value

    • This will restrict file selection to only jpg and png files

  • Answered by AI
  • Q3. How to center align a div in just one line in css.
  • Ans. 

    Use flexbox to center align a div in just one line in CSS.

    • Set the parent container's display property to flex.

    • Use the justify-content property with the value 'center' to horizontally center the div.

    • Use the align-items property with the value 'center' to vertically center the div.

  • Answered by AI
  • Q4. How to redirect to login page through React Router if the user has not logged in and trying to go to another page through URL.
  • Ans. 

    Use React Router's Redirect component to redirect to login page if user is not logged in.

    • Create a PrivateRoute component that checks if user is logged in

    • If user is not logged in, redirect to login page using Redirect component

    • Wrap the routes that require authentication with PrivateRoute component

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't really worry about success or failure. It is all about how much you learn. I have failed in at least 15-20 interviews (tbh, I stopped counting at a point, because it doesn't matter) over a span of one year before landing my dream job. I started from not knowing anything about React JS to be fluent enough for interviews. Face as many interviews you can. After the interview, note down all the questions you were asked and study on those topics. For react I divided my topics in three category. REACT(Virtual DOM, class vs functions, lifecycle methods and hooks, work flow on a button click, ROUTER, Context, HOC), REDUX(create store, apply middleware, combine reducers, pure functions, redux saga/thunk, also folder structure for redux ), REACT-REDUX(connect(), mapstatetoprops, mapdispatchtoprops, useselector and usedispatch). These are a few areas I focused on, and they all are VERY important. Study, Give Interviews, Learn, Repeat.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of react and JavaScript

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to Give examples Supporting your answers

I applied via LinkedIn

Interview Questionnaire 

5 Questions

  • Q1. 1.what is strict Mode in react. 2.Virtual Dom. 3,react and html difference
  • Q2. What is redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a library for managing application state

    • It provides a centralized store for all the state of an application

    • It uses a single source of truth principle

    • It allows for predictable state changes through actions and reducers

    • It is commonly used with React for building complex UIs

  • Answered by AI
  • Q3. What is jquery? 2.explain architecture of your project.
  • Ans. 

    jQuery is a fast, small, and feature-rich JavaScript library.

    • jQuery simplifies HTML document traversing, event handling, and animating.

    • It provides a set of methods for AJAX interactions and DOM manipulation.

    • jQuery is cross-platform and supports a wide range of browsers.

    • It has a large community and a vast number of plugins available.

    • Project architecture depends on the specific project and its requirements.

  • Answered by AI
  • Q4. Form validation in react
  • Ans. 

    Form validation in React ensures user input is correct before submission.

    • Use controlled components to manage form state

    • Create validation functions to check input

    • Display error messages for invalid input

    • Disable submit button until form is valid

    • Consider using a library like Formik or Yup for easier validation

  • Answered by AI
  • Q5. React hooks explanation
  • Ans. 

    React hooks are functions that allow functional components to use state and lifecycle methods.

    • Hooks were introduced in React 16.8

    • useState() is a hook that allows state to be used in functional components

    • useEffect() is a hook that allows lifecycle methods to be used in functional components

    • Custom hooks can be created to reuse stateful logic across components

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure u have entered proper information in your resume,mostly they asked the questions related to previous projects working and the technologies which we had mentioned in resume, always study own resume and prepare accourding to that.

Skills evaluated in this interview

I applied via Indeed and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About me, about my education journay.
  • Q2. About my career like intrest, career, education.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you prefer internship first then job.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are spread and rest operator
  • Ans. 

    Spread operator allows an iterable to be expanded in places where zero or more arguments are expected. Rest operator collects all the remaining elements into an array.

    • Spread operator is denoted by three dots (...)

    • Spread operator can be used to copy an array or object

    • Rest operator is also denoted by three dots (...) and is used in function parameters to collect all remaining arguments into an array

  • Answered by AI
  • Q2. What are pure functions
  • Ans. 

    Pure functions are functions that always return the same output for the same input and have no side effects.

    • Always return the same output for the same input

    • Have no side effects, meaning they do not modify external state or variables

    • Pure functions are predictable and easier to test and debug

  • Answered by AI
Round 2 - Coding Test 

Create a corouesel with react

Round 3 - HR 

(2 Questions)

  • Q1. Some basic info on my communication
  • Q2. Previous project and company experience

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

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

(1 Question)

  • Q1. React js questions, form validation
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioural questions

Remitbee Interview FAQs

How many rounds are there in Remitbee Front end Developer interview?
Remitbee interview process usually has 3 rounds. The most common rounds in the Remitbee interview process are HR, Technical and One-on-one Round.
What are the top questions asked in Remitbee Front end Developer interview?

Some of the top questions asked at the Remitbee Front end Developer interview -

  1. Culture round, you meet the CEO. They will analyze if you fit in the t...read more
  2. Live coding and technical questi...read more

Tell us how to improve this page.

Remitbee Front end Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Remitbee Front end Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Remitbee with

InstaReM

3.4
Compare

Ria Money Transfer

2.5
Compare

Wise Payments

1.4
Compare

PayPal

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