Bajaj Electricals Ltd interview experience Real time questions & tips from candidates to crack your interview

Software Development

Bajaj Electricals Ltd
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 weeks
Topics: Data Structures , JavaScript , SQL , Dynamic Programming , Core Java , API
Tip
Tip

Tip 1 : Good knowledge of basics of data structure.
Tip 2 : Question need to be done with optimized time complexity until you won't be able to pass all test cases.
 

Application process
Where: Campus
Eligibility: No backlogs
Resume Tip
Resume tip

Tip 1 : Atleast one good project
Tip 2 : Specially mention Java and JavaScript

Interview rounds

01
Round
Easy
Assignment
Duration120 minutes
Interview date26 Feb 2021
Coding problem1

1. System Design

So the round contains an assignment in which you have to make a table regarding your information like Roll number, Name ,College etc. an send it to them using an API link and max time you can hit that link is 10.

Problem approach

Tip 1 : So I basically made a table with good padding and margin
Tip 2 : Highlight the major things.

02
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date26 Feb 2021
Coding problem2

The round contains mcqs on core java , javascript , oops and two coding questions of data structures.
The exam was at 7pm
Platform was good

1. Sub query sum

Easy
10m average time
85% success
0/40
Asked in companies
LinkedInMicrosoftBajaj Electricals Ltd

You have given a 2-dimensional array ‘ARR’ with ‘N’ rows and ‘M’ columns. The queries are given in a 2-dimensional array ‘Queries’ of size ‘K’, in which Queries[i] contains four integers denoting the left top and right bottom indices of the submatrix whose sum we need to find. Your task is to find the sum of the submatrix for each query given in the array ‘Queries’.

For example:

Consider ARR = [[1 , 2 , 3] , [3 , 4 , 1] , [2 , 1 , 2]] and Queries = [[0 , 0 , 1 , 2]], the submatrix with the left top index (0 , 0) and right bottom index (1 , 2) is  
                      [[1 , 2 , 3] , 
                       [3 , 4 , 1]]. 
The sum of the submatrix is 14. Hence, the answer is 14 in this case.
Problem approach

I added all column and rows and put them in hashmap with their frequencies and then loop over queries and traverse over the hashmap that how many values of sum range between that row of query.

Try solving now

2. Left And Right Rotation Of A String

Easy
15m average time
85% success
0/40
Asked in companies
AmazonAmerican ExpressBajaj Electricals Ltd

You are given a string 'str' and an integer 'D'. Your task is to rotate the given string left (anticlockwise) and right (clockwise) by 'D' units from the starting index. You are required to return the rotated string.

Example :

Left-Right Rotation

Problem approach

My approach was to rotate first string until its length and if at any stage it become equal to another string printed true else check and if not print false.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by Bajaj Electricals Ltd
2773 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 1 problems
Interviewed by Bajaj Electricals Ltd
1835 views
1 comments
0 upvotes
company logo
Data Scientist
4 rounds | 5 problems
Interviewed by Bajaj Electricals Ltd
1813 views
0 comments
0 upvotes
company logo
SDE - Intern
5 rounds | 7 problems
Interviewed by Bajaj Electricals Ltd
1836 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Development
3 rounds | 5 problems
Interviewed by PhonePe
12565 views
0 comments
0 upvotes
company logo
Software Development
3 rounds | 4 problems
Interviewed by Amdocs
8206 views
0 comments
0 upvotes
company logo
Software Development
3 rounds | 5 problems
Interviewed by Microsoft
1574 views
0 comments
0 upvotes