Upload Button Icon Add office photos
Engaged Employer

i

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

Bajaj Finserv Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 8.9k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Bajaj Finserv React Developer Interview Questions and Answers

Updated 29 May 2022

Bajaj Finserv React Developer Interview Experiences

1 interview found

I was interviewed in Aug 2021.

Round 1 - Assignment 

Round duration - 120 minutes
Round difficulty - Easy

Round 2 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

  • Q1. What is the difference between TRUNCATE and DELETE in a database management system?
Round 3 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

  • Q1. 

    Triplets with Given Sum Problem

    Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K.

    Explanation:

    A t...

  • Ans. 

    Hashing based solution.This approach uses extra space but is simpler than the two-pointers approach. Run two loops outer loop from start to end and inner loop from i+1 to end. Create a hashmap or set to store the elements in between i+1 to j-1. So if the given sum is x, check if there is a number in the set which is equal to x – arr[i] – arr[j]. If yes print the triplet.

  • Answered Anonymously
Round 4 - HR 

Round duration - 5 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vellore Institute of Technology. I applied for the job as React developer in PuneEligibility criteriaNABajaj Finserv Limited interview preparation:Topics to prepare for the interview - Data structures, ReactJs, OOPS, DBMS and MySQLTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : If you are applying for a specific role, make sure you know about that technology in-depth.
Tip 2 : Go through the basics of DBMS and MySQL.

Application resume tips for other job seekers

Tip 1 : Have some quality projects which are relevant to your skills on resume.
Tip 2 : Always mention the skills, projects and internships which you are completely aware of.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via AmbitionBox and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What challenge you faced in the professional environment and how you resolved it?
  • Q2. How your prior work experience relates to this role requirement?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Test has three questions

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why would we hire you?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2022. There were 2 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 - Induces your self 

(3 Questions)

  • Q1. What is a Java and how many types are there
  • Ans. 

    Java is a high-level programming language used for developing applications. There are four types of Java: Java SE, Java EE, Java ME, and JavaFX.

    • Java is an object-oriented language.

    • Java SE (Standard Edition) is used for general-purpose development.

    • Java EE (Enterprise Edition) is used for developing enterprise applications.

    • Java ME (Micro Edition) is used for developing applications for small devices.

    • JavaFX is used for cr...

  • Answered by AI
  • Q2. Tell the permitted Java type
  • Ans. 

    The permitted Java types include primitive types (int, double, boolean, etc.) and reference types (String, Object, etc.)

    • Primitive types are predefined in Java and start with a lowercase letter (e.g., int, double)

    • Reference types are created using classes, interfaces, or arrays (e.g., String, Object, int[])

    • Java also supports autoboxing, which allows primitive types to be used as reference types (e.g., Integer, Double)

  • Answered by AI
  • Q3. Tell the Java coding
  • Ans. 

    Java is a popular programming language used for developing web applications and software.

    • Java is an object-oriented language

    • It is platform-independent

    • Java code is compiled into bytecode

    • Java has a vast library of pre-built classes and methods

    • Java is used for developing Android apps

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Shriram Group Web Developer interview:
  • Html5
Interview preparation tips for other job seekers - This is helpful and I improve myself
This is a great

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. It was a good technical mostly on the JAVA side.

Interview Preparation Tips

Interview preparation tips for other job seekers - most of the question were from java core and java spring
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btwn this and arrow in javascript
  • Ans. 

    The 'this' keyword in JavaScript refers to the current object, while the arrow function does not bind its own 'this'.

    • The 'this' keyword in JavaScript refers to the object that is executing the current function.

    • Arrow functions do not bind their own 'this' value, instead they inherit the 'this' value from the enclosing lexical context.

    • Using 'this' in a regular function can lead to unexpected behavior, especially in neste...

  • Answered by AI
  • Q2. Diff btwn let, var, const
  • Ans. 

    let, var, and const are all used to declare variables in JavaScript, but they have different scopes and behaviors.

    • let is block-scoped and can be reassigned, var is function-scoped and can be reassigned, const is block-scoped and cannot be reassigned

    • Using let:

    • let x = 10;

    • x = 20; // valid

    • Using var:

    • var y = 5;

    • y = 8; // valid

    • Using const:

    • const z = 15;

    • z = 25; // error, cannot reassign const variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - stick with basics of javascript and react

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the hooks you used?
  • Ans. 

    I have used useState, useEffect, useContext, and useRef hooks in my projects.

    • useState - for managing state in functional components

    • useEffect - for handling side effects in functional components

    • useContext - for accessing context in functional components

    • useRef - for accessing DOM elements or storing mutable values

  • Answered by AI
  • Q2. Complete details of last project worked
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Chandigarh Engineering College, Chandigarh and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

3 coding questions related to dp and graph

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

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Javascript questions. Object, Arrow function.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Front end Developer interview:
  • Javascript
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Indeed and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Round 1 1.Basic JS question 2.Tricky indepth question who answer you would have to logically conclude/ educative guess Eg: 3. Why class are in React immutable but props mutable What happens to local sess...
Round 2 - Coding Test 

1.Complex coding round.
2.Explain any independent project you have done

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
Citicorp Interview Questions
3.7
 • 560 Interviews
Wells Fargo Interview Questions
3.9
 • 559 Interviews
HSBC Group Interview Questions
4.0
 • 489 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
UBS Interview Questions
4.0
 • 336 Interviews
View all
Assistant Manager
1.3k salaries
unlock blur

₹1.8 L/yr - ₹6.7 L/yr

Sales Officer
1.3k salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Sales Executive
1.2k salaries
unlock blur

₹1 L/yr - ₹5.1 L/yr

Sales Manager
1k salaries
unlock blur

₹1.5 L/yr - ₹10 L/yr

Manager
858 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare Bajaj Finserv with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

State Bank of India

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