Add office photos
Bajaj Finserv logo
Engaged Employer

Bajaj Finserv

Verified
4.0
based on 9.4k Reviews
Video summary
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Software Developer
Fresher
Clear (1)

Bajaj Finserv Software Developer Interview Questions and Answers

Updated 5 Feb 2024

Q1. Alien Dictionary Problem Statement

You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictionary. Th...read more

Add your answer
right arrow

Q2. Flood Fill Algorithm Task

Assist Ninja in altering the color of a specific region in his photo. Given the image as a 2D array where each pixel is a positive integer, update the color of a specified pixel and th...read more

Add your answer
right arrow
Bajaj Finserv Software Developer Interview Questions and Answers for Freshers
illustration image

Q3. The Skyline Problem

Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is descri...read more

Add your answer
right arrow

Q4. Reverse Words In A String Problem Statement

Given a string of length N, reverse the string word by word. Ensure that the output reversed string has a single space between two words and does not contain leading ...read more

Add your answer
right arrow
Discover Bajaj Finserv interview dos and don'ts from real experiences

Q5. Rat in a Maze Problem Statement

You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N matrix w...read more

Ans.

Find all possible paths for a rat in a maze from source to destination.

  • Use backtracking to explore all possible paths in the maze.

  • Keep track of visited cells to avoid revisiting them.

  • Explore all possible directions ('U', 'D', 'L', 'R') from each cell.

  • Return the list of valid paths sorted in alphabetical order.

Add your answer
right arrow

Q6. Word Presence in Sentence

Determine if a given word 'W' is present in the sentence 'S' as a complete word. The word should not merely be a substring of another word.

Input:

The first line contains an integer 'T...read more
Ans.

Check if a given word is present in a sentence as a complete word.

  • Split the sentence into words using spaces as delimiter.

  • Check if the given word matches any of the words in the sentence.

  • Ensure the word is not a substring of another word in the sentence.

Add your answer
right arrow

Q7. longest common subsequence of two string

Ans.

The longest common subsequence of two strings is the longest sequence of characters that appear in the same order in both strings.

  • Use dynamic programming to solve this problem efficiently.

  • Create a 2D array to store the lengths of the longest common subsequences.

  • Iterate through the characters of both strings and update the array based on the matching characters.

  • Trace back the array to find the longest common subsequence.

Add your answer
right arrow

More about working at Bajaj Finserv

Back
Awards Leaf
AmbitionBox Logo
Top Rated Mega Company - 2024
Awards Leaf
Awards Leaf
AmbitionBox Logo
Top Rated Financial Services Company - 2024
Awards Leaf
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Bajaj Finserv Software Developer

based on 5 interviews
1 Interview rounds
Coding Test Round
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

 UST Logo
3.8
 • 16 Interview Questions
View all
Recently Viewed
INTERVIEWS
EdiQue Solutions
No Interviews
INTERVIEWS
Skilldzire Technologies
No Interviews
INTERVIEWS
Providence Global Center
No Interviews
INTERVIEWS
Providence Global Center
No Interviews
INTERVIEWS
Providence Global Center
No Interviews
SALARIES
Skilldzire Technologies
REVIEWS
Honeywell Technology Solutions
No Reviews
INTERVIEWS
Providence Global Center
No Interviews
INTERVIEWS
EdiQue Solutions
No Interviews
INTERVIEWS
ENTRI SOFTWARE
No Interviews
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter