Upload Button Icon Add office photos

Filter interviews by

Kotak Mahindra Bank Software Developer 1 Interview Questions and Answers

Updated 6 May 2023

Kotak Mahindra Bank Software Developer 1 Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 2 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 - Technical 

(5 Questions)

  • Q1. Questions were asked based on my previous experience, projects, OOPs, and data structures concept.
  • Q2. Introduce yourself.
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on projects involving web development and data analysis.

    • I am familiar with Agile methodology and version control systems like Git.

    • I enjoy learning new technologies and solving complex problems.

  • Answered by AI
  • Q3. What projects have you worked on in your previous organization?
  • Ans. 

    I have worked on various projects including a web-based inventory management system and a mobile app for event management.

    • Developed a web-based inventory management system using PHP and MySQL

    • Created a mobile app for event management using React Native

    • Worked on enhancing the UI/UX of an existing e-commerce website

    • Collaborated with a team to develop a chatbot using Dialogflow

    • Implemented automated testing using Selenium W

  • Answered by AI
  • Q4. What data structure uses a Tree, give examples.
  • Ans. 

    A data structure that uses a Tree is a hierarchical structure that consists of nodes connected by edges.

    • Examples include Binary Trees, AVL Trees, Red-Black Trees, B-Trees, and Trie Trees.

    • Trees are used in computer science for efficient searching, sorting, and indexing.

    • They are also used in file systems, compilers, and database systems.

  • Answered by AI
  • Q5. Do you have prior experience in Java and Spring Boot?
  • Ans. 

    Yes, I have experience in Java and Spring Boot.

    • I have worked on multiple projects using Java and Spring Boot.

    • I am familiar with the Spring framework and its various modules.

    • I have experience in developing RESTful APIs using Spring Boot.

    • I have also worked with Hibernate for database operations.

    • I am comfortable with using Maven for project management and build automation.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Kotak Mahindra Bank Software Developer 1 interview:
  • Data Structures
  • Project
  • Object Oriented Programming
Interview preparation tips for other job seekers - Be prepared with the work you've done in your previous company.
Add skills in your resume that you learned and have good knowledge of.
Your resume represents the hard work you've done to date so take time to make it perfect.

Skills evaluated in this interview

Interview questions from similar companies

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

They asked about python and my projects

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java and react question
Round 2 - Technical 

(1 Question)

  • Q1. Little technical and project oriented question
Round 3 - Coding Test 

Basic hacker rank problem

Round 4 - CTO round 

(1 Question)

  • Q1. Asked few questions on react and java
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Behavioural and culture fit

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, basic ,SQL ,ado
Round 2 - Coding Test 

Curd operation with SQL connectivity

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

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 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 - Technical 

(1 Question)

  • Q1. Currant project compononts Dependancy injection,diffrence between temp table and temp variable, diffrent stored procedure,diffrent sql queries, small coding program

Interview Preparation Tips

Interview preparation tips for other job seekers - prepere basics,preper for coding and sql queries

Kotak Mahindra Bank Interview FAQs

How many rounds are there in Kotak Mahindra Bank Software Developer 1 interview?
Kotak Mahindra Bank interview process usually has 2 rounds. The most common rounds in the Kotak Mahindra Bank interview process are Resume Shortlist and Technical.
What are the top questions asked in Kotak Mahindra Bank Software Developer 1 interview?

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

  1. Do you have prior experience in Java and Spring Bo...read more
  2. What data structure uses a Tree, give exampl...read more

Tell us how to improve this page.

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.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 611 Interviews
IndusInd Bank Interview Questions
3.6
 • 576 Interviews
Bandhan Bank Interview Questions
3.7
 • 512 Interviews
Yes Bank Interview Questions
3.8
 • 409 Interviews
View all
Kotak Mahindra Bank Software Developer 1 Salary
based on 6 salaries
₹16 L/yr - ₹35 L/yr
177% more than the average Software Developer 1 Salary in India
View more details

Kotak Mahindra Bank Software Developer 1 Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Assistant Manager
12.7k salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Deputy Manager
11.3k salaries
unlock blur

₹1.6 L/yr - ₹8.5 L/yr

Manager
5.4k salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Senior Manager
3.5k salaries
unlock blur

₹6.5 L/yr - ₹19 L/yr

Relationship Manager
2.3k salaries
unlock blur

₹1.6 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview