Premium Employer

i

This company page is being actively managed by IDFC FIRST Bank Team. If you also belong to the team, you can get access from here

IDFC FIRST Bank Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

IDFC FIRST Bank Senior Software Engineer Interview Questions and Answers

Updated 4 Jan 2025

IDFC FIRST Bank Senior Software Engineer Interview Experiences

3 interviews found

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 Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list - [1, 2, 3], tuple - (1, 2, 3)

  • Answered by AI

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more

I applied via Company Website 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 - Aptitude Test 

General knowledge and development skills and new things..

Interview Preparation Tips

Topics to prepare for IDFC FIRST Bank Senior Software Engineer interview:
  • Software Development
  • New development
Interview preparation tips for other job seekers - I want to stand myself.. Make myself strong and more knowledgeable..

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about IDFC FIRST Bank?
Ask anonymously on communities.

Interview questions from similar companies

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

Duration : 1 hours
Question type : Greedy algo question(DSA)
Platform : of any choice

Round 2 - LLD 

(1 Question)

  • Q1. LLDs Designing on any system
  • Ans. 

    LLDs are detailed design documents that describe the software architecture of a system.

    • LLDs typically include detailed information on modules, components, interfaces, and data for a system.

    • They help in understanding how different parts of the system interact and communicate with each other.

    • Examples of LLDs include class diagrams, sequence diagrams, and data flow diagrams.

    • LLDs are crucial for developers to implement the...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Coding plus behavioral plus LLD

Interview Preparation Tips

Interview preparation tips for other job seekers - Pretty simple and engaging tests, little preparations will do the trick

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about yourself

I appeared for an interview 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 Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is static in java?
  • Ans. 

    Static is a keyword in Java used to create class-level variables and methods.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

    • Static import is used to import static members of a class

  • Answered by AI
  • Q2. Write a program to replace consecutive same character by single '$' . for e.g. string='Heelo Wworldd'. Output- H$lo $orl$.
  • Ans. 

    The program replaces consecutive same characters in a string with a single '$'.

    • Iterate through each character in the string

    • Compare the current character with the next character

    • If they are the same, replace the next character with '$'

    • Continue until the end of the string

  • Answered by AI
  • Q3. Difference between Function overloading and Function overrriding
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in its base class.

    • Function overloading is used to provide different ways of calling a function with different parameters.

    • Function overriding is used to provide a specific implementation of a method in a derived class...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all OOPs concept before going to interview. Prepare SQL also.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Behavioural and culture fit

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Simple algorithm question about sorting

Round 3 - 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
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What is HTML?
  • Ans. 

    HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content.

  • Answered Anonymously
  • Q2. What is CSS?
  • Ans. 

    Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.

  • Answered Anonymously
  • Q3. What is MySQL?
  • Q4. What is Java?
  • Q5. What is the full form of PHP?
  • Ans. 

    The full form of PHP is Hypertext Preprocessor. It was abbreviated previously as Personal Home Page. It is a programming language widely used to build web applications or websites.

  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a passionate and eager-to-learn fresher in the field of web development and software technology. I have a solid foundation in several programming and development tools, including HTML, JavaScript, CSS, PHP, and MySQL, which I have explored through both academic projects and personal learning.

IDFC FIRST Bank Interview FAQs

How many rounds are there in IDFC FIRST Bank Senior Software Engineer interview?
IDFC FIRST Bank interview process usually has 2-3 rounds. The most common rounds in the IDFC FIRST Bank interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for IDFC FIRST Bank Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at IDFC FIRST Bank. The most common topics and skills that interviewers at IDFC FIRST Bank expect are Linux, Agile, Automation, Data Structures and RDBMS.
What are the top questions asked in IDFC FIRST Bank Senior Software Engineer interview?

Some of the top questions asked at the IDFC FIRST Bank Senior Software Engineer interview -

  1. Difference between list and tu...read more
  2. Basic Java and react quest...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 3 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Join IDFC FIRST Bank Guided by ethics, powered by technology and a force for social good

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.6k Interviews
HDFC Bank Interview Questions
3.9
 • 2.4k Interviews
Axis Bank Interview Questions
3.7
 • 1.6k Interviews
IndusInd Bank Interview Questions
3.5
 • 673 Interviews
Bandhan Bank Interview Questions
3.7
 • 622 Interviews
Yes Bank Interview Questions
3.7
 • 474 Interviews
View all
IDFC FIRST Bank Senior Software Engineer Salary
based on 61 salaries
₹19.1 L/yr - ₹35 L/yr
55% more than the average Senior Software Engineer Salary in India
View more details

IDFC FIRST Bank Senior Software Engineer Reviews and Ratings

based on 6 reviews

3.3/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

3.1

Salary

3.4

Job security

2.8

Company culture

2.0

Promotions

3.4

Work satisfaction

Explore 6 Reviews and Ratings
Deputy Manager
2.5k salaries
unlock blur

₹2.9 L/yr - ₹9.5 L/yr

Assistant Manager
1.6k salaries
unlock blur

₹2 L/yr - ₹7.1 L/yr

Manager
1.5k salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Sales Officer
1.5k salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Senior Manager
1.4k salaries
unlock blur

₹11.2 L/yr - ₹18.1 L/yr

Explore more salaries
Compare IDFC FIRST Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.7
Compare

Kotak Mahindra Bank

3.7
Compare
write
Share an Interview