Upload Button Icon Add office photos

Kotak Mahindra Bank

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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 Resume 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

I was interviewed before Mar 2016.

Interview Questionnaire 

2 Questions

  • Q1. Some technical questions were asked
  • Q2. They spring hibernate MVC flow and core java and Oracle connectivity questions

Interview Preparation Tips

Round: Technical + HR Interview
Experience: There was a Team manager and his junior for the interview

I applied via Company Website and was interviewed before Oct 2021. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Design patterns that you have followed in your past projects.
  • Ans. 

    I have followed the MVC, Singleton, and Factory design patterns in my past projects.

    • MVC pattern for separating concerns and improving maintainability

    • Singleton pattern for ensuring only one instance of a class is created

    • Factory pattern for creating objects without exposing the instantiation logic

  • Answered by AI
  • Q2. How to secure the applications?
  • Ans. 

    Applications can be secured by implementing various security measures such as authentication, authorization, encryption, and regular updates.

    • Implement strong authentication mechanisms such as multi-factor authentication

    • Use authorization to restrict access to sensitive data and functionalities

    • Encrypt sensitive data both in transit and at rest

    • Regularly update the application and its dependencies to patch security vulnera...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are aware of the basics of OOP and the programming language of your preference.
You should be aware of the security threats. The computer science subjects should also be thoroughly understood.
And, the last, excellent communication skills with quick explanation to complete most of your questions in defined interview period.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions asked around 30 from asp.net, MVC, web api , c#, SQL etc
  • Q2. Some non tech questions also.

Interview Preparation Tips

Interview preparation tips for other job seekers - After selecting in state bank of india, I want to share my interview experience:

There were 5 persons in interview panel and they all asked questions both technical as well as non technical.
First they started from non technical questions. Like Why Madhubani painting is famous ? What is going on delhi university at that time contract teachers were on strike. Etc.
They asked about 30 questions from technical from asp.net, aap.net MVC, c#, SQL injection, XSS, CSRF, View vs Table, Function Vs SP, web services vs web api services, banking domain etc.
Overall it was a great experience. I answered almost 80 percentage questions. When interview result declared after 20 days, My name was there and I finally selected one of the big public sector bank. That is SBI. I would like to say Thank You Naukari.com.

I applied via Naukri.com and was interviewed in Apr 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. Power BI, 2. SQL,
  • Q2. 3. Azure and 4. Excel.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Knowledge
2. Communication and
3. Confidence.
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 - Coding Test 

Joins, Jobs, stored procedures,cursors.

Round 2 - HR 

(1 Question)

  • Q1. What is my package
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

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Basic data structure related coding questions like creating a linked list and adding items to it median.
Max heap implementation.
Concurrency related questions.

Round 2 - Technical 

(1 Question)

  • Q1. Senior developer was taking the round, covering all design and architecture related questions. I was able to give a satisfactory solution.
Round 3 - Behavioral 

(1 Question)

  • Q1. Just some behavioural question along with a lil bit technical questions. Asked me about my current projects and problems faced, how i gave a proper solution and how i help my team to grow.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic DSA along with strong programming language knowledge is required to crack the interview.
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

Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

SALARIES

Sun Pharmaceutical Industries

JOBS

Sun Pharmaceutical Industries

No Jobs

INTERVIEWS

Adani Power

No Interviews

JOBS

Sun Pharmaceutical Industries

No Jobs

JOBS

Sun Pharmaceutical Industries

No Jobs

SALARIES

Sun Pharmaceutical Industries

INTERVIEWS

TalentServe

No Interviews

INTERVIEWS

TalentServe

No Interviews

SALARIES

Sun Pharmaceutical Industries

SALARIES

Sun Pharmaceutical Industries

Tell us how to improve this page.

Kotak Mahindra Bank Software Developer 1 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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
 • 642 Interviews
IndusInd Bank Interview Questions
3.5
 • 604 Interviews
Bandhan Bank Interview Questions
3.7
 • 537 Interviews
Yes Bank Interview Questions
3.7
 • 429 Interviews
Barclays Interview Questions
3.8
 • 269 Interviews
View all
Kotak Mahindra Bank Software Developer 1 Salary
based on 7 salaries
₹16 L/yr - ₹35 L/yr
198% 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

5.0

Job security

4.0

Company culture

4.0

Promotions

5.0

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Deputy Manager
11.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
5.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
3.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
2.3k salaries
unlock blur

₹0 L/yr - ₹0 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