Upload Button Icon Add office photos

Kotak Mahindra Bank

Compare button icon Compare button icon Compare

Filter interviews by

Kotak Mahindra Bank Software Engineer Interview Questions and Answers

Updated 19 Nov 2024

Kotak Mahindra Bank Software Engineer Interview Experiences

2 interviews found

Software Engineer Interview Questions & Answers

user image Yogita Mittal

posted on 13 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design , HLD, LLD , coding question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

DSA , LLD on bar raiser

Round 2 - Coding Test 

DSA, SQL and discussions around projects

Round 3 - System Design 

(1 Question)

  • Q1. Design a notification system
  • Ans. 

    A notification system to alert users of important events or updates.

    • Define types of notifications (e.g. email, SMS, push notifications)

    • Implement a user preference setting for notification frequency

    • Include a notification history for users to review past alerts

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Island Perimeter and Number of Provinces. Basic Leetcode question

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

HackerEarth / Hacker rank Test

Round 2 - Technical 

(1 Question)

  • Q1. Find the lowest cost when given days you want to use metro if you have cost of a day 1 ,7 and 30 day pass. DP Problem
  • Ans. 

    Using dynamic programming to find the lowest cost for metro passes based on given days.

    • Create an array to store the minimum cost for each day.

    • Iterate through each day and calculate the minimum cost based on 1, 7, or 30 day pass.

    • Update the minimum cost for each day using dynamic programming.

    • Return the minimum cost for the total number of days needed.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Normal HR Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DP and Graph Problems and know how banks work

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Behavioural and culture fit

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Java Stream coding questions
  • Q2. Java Collections
  • Q3. Spring Boot Annotations
  • Q4. Sql Queries highest 3 salary employee name
  • Ans. 

    Use SQL query to retrieve the names of the top 3 employees with the highest salary.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to limit the results to the top 3.

    • Join the employee table with the salary table to retrieve employee names.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Overlaoding and overriding?
  • Ans. 

    Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the superclass.

    • Overloading allows multiple methods with the same name but different parameters in the same class.

    • Overriding involves implementing a method in a subclass that is already defined in the superclass.

    • Overloading is resolved at compi

  • Answered by AI
  • Q2. What are the Java features?
  • Ans. 

    Java features include object-oriented programming, platform independence, automatic memory management, and multithreading.

    • Object-oriented programming: Java supports classes and objects, allowing for modular and reusable code.

    • Platform independence: Java programs can run on any platform with the Java Virtual Machine (JVM).

    • Automatic memory management: Java uses garbage collection to automatically manage memory allocation ...

  • Answered by AI
  • Q3. What is abstrack class?
  • Ans. 

    Abstract class is a class that cannot be instantiated and may contain abstract methods.

    • Cannot be instantiated directly

    • May contain abstract methods that must be implemented by subclasses

    • Used to define a common interface for subclasses

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Technical questions related to security
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple algorithm question about sorting

Round 2 - Technical 

(2 Questions)

  • Q1. Algorith question about quick sort
  • Q2. Nlonn run time of the sort
  • Ans. 

    The time complexity of the quicksort algorithm is O(n log n).

    • Quicksort has an average time complexity of O(n log n).

    • The best case time complexity of quicksort is O(n log n) when the pivot element divides the array into two equal halves.

    • The worst case time complexity of quicksort is O(n^2) when the pivot element is the smallest or largest element in the array.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Jun 2023. There were 3 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 - Coding Test 

Ms office,Core Java , Tally , C,

Round 3 - Group Discussion 

In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade the skills

Kotak Mahindra Bank Interview FAQs

How many rounds are there in Kotak Mahindra Bank Software Engineer interview?
Kotak Mahindra Bank interview process usually has 2 rounds. The most common rounds in the Kotak Mahindra Bank interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Kotak Mahindra Bank Software Engineer interview?

Some of the top questions asked at the Kotak Mahindra Bank Software Engineer interview -

  1. Design a notification sys...read more
  2. System design , HLD, LLD , coding quest...read more

Tell us how to improve this page.

Kotak Mahindra Bank Software Engineer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

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.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 640 Interviews
IndusInd Bank Interview Questions
3.5
 • 601 Interviews
Bandhan Bank Interview Questions
3.7
 • 538 Interviews
Yes Bank Interview Questions
3.7
 • 429 Interviews
View all
Kotak Mahindra Bank Software Engineer Salary
based on 36 salaries
₹10.7 L/yr - ₹20.9 L/yr
49% more than the average Software Engineer Salary in India
View more details

Kotak Mahindra Bank Software Engineer Reviews and Ratings

based on 3 reviews

4.3/5

Rating in categories

4.4

Skill development

4.2

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.4

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Assistant Manager
12.6k salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Deputy Manager
11.3k salaries
unlock blur

₹1.6 L/yr - ₹8.2 L/yr

Manager
5.4k salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Senior Manager
3.5k salaries
unlock blur

₹5.3 L/yr - ₹19.1 L/yr

Relationship Manager
2.5k salaries
unlock blur

₹1.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Kotak Mahindra Bank 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