Upload Button Icon Add office photos

ICICI Bank

Compare button icon Compare button icon Compare
4.0

based on 37.6k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

ICICI Bank Software Developer 1 Interview Questions and Answers

Updated 27 Sep 2024

ICICI Bank Software Developer 1 Interview Experiences

1 interview found

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

They asked about python and my projects

Interview questions from similar companies

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 experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Coding Test 

Trapping rain water and median of two sorted array

Round 2 - Technical 

(2 Questions)

  • Q1. Oops and dbms questions?
  • Q2. Code question in Array and string?
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself
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
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Island Perimeter and Number of Provinces. Basic Leetcode question

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

I applied via Company Website and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all 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

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

(1 Question)

  • Q1. System design , HLD, LLD , coding question

ICICI Bank Interview FAQs

How many rounds are there in ICICI Bank Software Developer 1 interview?
ICICI Bank interview process usually has 1 rounds. The most common rounds in the ICICI Bank interview process are Assignment.

Tell us how to improve this page.

ICICI Bank Software Developer 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 628 Interviews
IndusInd Bank Interview Questions
3.5
 • 594 Interviews
Bandhan Bank Interview Questions
3.7
 • 530 Interviews
Yes Bank Interview Questions
3.7
 • 419 Interviews
Deutsche Bank Interview Questions
3.9
 • 364 Interviews
View all
Deputy Manager
15.5k salaries
unlock blur

₹2 L/yr - ₹10.8 L/yr

Relationship Manager
13k salaries
unlock blur

₹2.3 L/yr - ₹11 L/yr

Assistant Manager
10.2k salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Manager
4.8k salaries
unlock blur

₹5.5 L/yr - ₹18.5 L/yr

Senior Officer
3.4k salaries
unlock blur

₹1.1 L/yr - ₹6 L/yr

Explore more salaries
Compare ICICI Bank with

HDFC Bank

3.9
Compare

Axis Bank

3.8
Compare

State Bank of India

3.8
Compare

Kotak Mahindra Bank

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