Open In App

Bajaj Finserv Interview Experience For Full Stack Engineering (On-Campus)

Last Updated : 27 Mar, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

Join us at Bajaj Finserv in Pune for a Full-Time position in Full Stack Engineering. Dive into the world of web and software engineering with us!

Job Functions:

  • Engineering
  • Engineering – Web / Software

Round 1: API Task Explanation

In this round, candidates were tasked with building and hosting a REST API (Method: POST) that accepts an array and returns the following:

  • Status
  • User ID
  • Email ID
  • College Roll Number
  • Array for even numbers
  • Array for odd numbers
  • Array for alphabets, converted to uppercase

Example A

Request

{
"data": [“a”,”1”,”334”,”4”,”R”]
}

Response

{
"is_success": true,
"user_id": "john_doe_17091999", “email” : “john@xyz.com”,
“roll_number”:”ABCD123”,
"odd_numbers": [“1”],
"even_numbers": [“334”,”4”],
"alphabets": [“A”,”R”]
}

Round 2 (Coding Round) Duration: 1hr 30 minutes

In this round, candidates faced two coding questions and 15 MCQs based on coding subjects.

  • Coding 1: A medium-level question based on the greedy algorithm.
  • Coding 2: An HTML/CSS/JS question where candidates had to create a functional calculator.

Round 3 (Interview Round) Duration: 45 minutes

This round focused on coding subjects, particularly emphasizing databases like MongoDB and SQL.

Round 4 (HR Round) Duration: 15 minutes

In the final stage of the interview process, candidates faced a typical HR round conducted by the HR personnel. communication skills, and overall suitability for the role.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads