Upload Button Icon Add office photos

Filter interviews by

Bajaj Markets Software Developer Interview Questions and Answers

Updated 28 Nov 2022

Bajaj Markets Software Developer Interview Experiences

1 interview found

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 - Coding Test 

Technical question java snippet 50 question in 1hr

Round 3 - One-on-one 

(3 Questions)

  • Q1. One-on-one round interview
  • Q2. Project related question
  • Q3. Basic java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare Advance java questions and basic of core java

Interview questions from similar companies

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are different exceptions?
  • Ans. 

    Exceptions are errors that occur during program execution and can be handled using try-catch blocks.

    • Checked exceptions: must be handled or declared in the method signature

    • Unchecked exceptions: occur at runtime and do not need to be declared

    • Error: serious problems that cannot be handled, such as OutOfMemoryError

    • Examples: NullPointerException, ArrayIndexOutOfBoundsException

  • Answered by AI
  • Q2. How to handle exceptions?
  • Ans. 

    Exceptions should be handled gracefully to prevent application crashes.

    • Use try-catch blocks to catch exceptions.

    • Handle exceptions at the appropriate level of abstraction.

    • Log exceptions to aid in debugging.

    • Provide meaningful error messages to the user.

    • Avoid catching generic exceptions.

    • Use finally blocks to release resources.

    • Consider using custom exceptions for specific error conditions.

  • Answered by AI
  • Q3. How to create custom List which is read-only?
  • Ans. 

    To create a custom read-only list, use the ReadOnlyCollection class in C#.

    • Create a List object with the desired elements.

    • Use the AsReadOnly() method to create a read-only wrapper around the list.

    • Use the ReadOnlyCollection class to create a truly read-only list.

    • Example: List myList = new List{"apple", "banana", "orange"};

    • Example: var readOnlyList = myList.AsReadOnly();

    • Example: var trulyReadOnlyList = new ReadOnlyCollect

  • Answered by AI
  • Q4. What are different collections?
  • Ans. 

    Collections are data structures that store and manipulate groups of related objects.

    • Collections are used to store and manipulate groups of related objects

    • They can be classified into three main categories: Lists, Sets, and Maps

    • Lists maintain the order of elements and allow duplicates (e.g. ArrayList, LinkedList)

    • Sets do not allow duplicates and do not maintain order (e.g. HashSet, TreeSet)

    • Maps store key-value pairs and d...

  • Answered by AI
  • Q5. Write code for binary search
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • The array must be sorted before applying binary search

    • Compare the target value with the middle element of the array

    • If the target value is smaller, search the left half of the array

    • If the target value is larger, search the right half of the array

    • Repeat until the target value is found or the search space is exhausted

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java , Collections , Exception Handing , searching and sorting code,scenario based questions.
Be strong in your basics

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Strings
  • Q2. Java 8 features like lamba expressions stream API
  • Q3. Collections
  • Q4. Autoboxing and Unboxing
  • Q5. Generics
  • Q6. String manipulation problems
  • Ans. 

    String manipulation problems involve modifying or analyzing strings of characters.

    • Use built-in string methods like substring, replace, and split.

    • Regular expressions can be powerful tools for pattern matching and manipulation.

    • Be mindful of edge cases like empty strings and null values.

    • Consider the time and space complexity of your solution.

    • Practice with coding challenges on websites like LeetCode and HackerRank.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Easy to medium level question with some mcqs

Round 2 - Assignment 

Then we had a training for one month and we created a project based on that project we were given internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Just relax and work properly during training it will help in getting brownie points
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

What is the difference between a HashMap and a ConcurrentHashMap?

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Coding Test 

The coding test was based on quants and coding

Round 3 - Technical 

(1 Question)

  • Q1. Mostly based on development and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - basics are important
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Coding Test 

Hacker rank online rest consists of three questions

Round 2 - Technical 

(1 Question)

  • Q1. Java interview questions
Round 3 - Technical 

(1 Question)

  • Q1. Advanced java questions
Round 4 - HR 

(1 Question)

  • Q1. Basic details of my experience and reason for job change
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Count frequency of Characters
  • Ans. 

    Count frequency of characters in a given string.

    • Iterate through each character in the string

    • Use a hashmap to store the count of each character

    • Return the hashmap with character frequencies

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. API, SQL, Springboot, Microservices, Docker
Round 3 - HR 

(1 Question)

  • Q1. Casual HR questions on salary

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Linked List Intersection Point
  • Ans. 

    Find the intersection point of two linked lists.

    • Use two pointers to traverse the linked lists

    • Calculate the difference in length between the two lists

    • Move the pointer of the longer list ahead by the difference

    • Move both pointers simultaneously until they meet at the intersection point

  • Answered by AI
  • Q2. Basic Spring Boot
  • Q3. Stream and Java 8 Questions

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

I like to choose topics java, c, python, html etc

Round 2 - Coding Test 

About java, python, c, c++, html and about coding language

Round 3 - Group Discussion 

Hoe to built skill discussion about problem and how solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - i am fresher here so i don't want to give any tips to any one

Bajaj Markets Interview FAQs

How many rounds are there in Bajaj Markets Software Developer interview?
Bajaj Markets interview process usually has 3 rounds. The most common rounds in the Bajaj Markets interview process are Resume Shortlist, Coding Test and One-on-one Round.
What are the top questions asked in Bajaj Markets Software Developer interview?

Some of the top questions asked at the Bajaj Markets Software Developer interview -

  1. one-on-one round interv...read more
  2. project related quest...read more
  3. basic java questi...read more

Tell us how to improve this page.

Fast track your campus placements

View all
Bajaj Markets Software Developer Salary
based on 11 salaries
₹9 L/yr - ₹15 L/yr
26% more than the average Software Developer Salary in India
View more details
Manager
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bajaj Markets with

Reliance Retail

3.9
Compare

Future Retail

4.3
Compare

Tata Consumer Products

3.7
Compare

Aditya Birla Fashion and Retail

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