Upload Button Icon Add office photos
Engaged Employer

i

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

HDFC Bank Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Clear (1)

HDFC Bank System Analyst Interview Questions, Process, and Tips

Updated 6 Mar 2024

Top HDFC Bank System Analyst Interview Questions and Answers

View all 7 questions

HDFC Bank System Analyst Interview Experiences

4 interviews found

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

(1 Question)

  • Q1. Spring Stereotype annotation

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. What is the full form of HDFC
  • Ans. 

    HDFC stands for Housing Development Finance Corporation.

    • HDFC is a leading financial institution in India.

    • It provides a wide range of banking and financial services.

    • HDFC offers services like home loans, personal loans, insurance, and investment banking.

    • It was established in 1977 and is headquartered in Mumbai, India.

  • Answered by AI
  • Q2. How is gross and net salary calculated?
  • Ans. 

    Gross salary is the total salary before any deductions, while net salary is the amount received after deductions.

    • Gross salary includes all earnings such as basic salary, bonuses, and allowances.

    • Net salary is calculated by deducting taxes, social security contributions, and other deductions from the gross salary.

    • The formula for calculating net salary is: Net Salary = Gross Salary - (Tax + Social Security Contributions +...

  • Answered by AI

System Analyst Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What will you do if you buy a hardware system that does not conta ... read more
asked in Accenture
Q2. Datagurd - how to sync databases if is there huge log gap. What a ... read more
Q3. what is agile and how business analyst work
Q4. What is your knowledge about windows and Linux based servers
Q5. How do you call a variable from one note book to another note boo ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Different type of backup ?
  • Ans. 

    Different types of backup include full, incremental, differential, and snapshot.

    • Full backup: copies all data

    • Incremental backup: copies only changes since last backup

    • Differential backup: copies changes since last full backup

    • Snapshot backup: captures a point-in-time image of data

    • Examples: Windows Backup, Time Machine, Veeam Backup

  • Answered by AI
  • Q2. Types of backup policy
  • Ans. 

    Backup policies include full, incremental, differential, and mirror backups.

    • Full backup: copies all data

    • Incremental backup: copies changes since last backup

    • Differential backup: copies changes since last full backup

    • Mirror backup: exact copy of data in real-time

    • Backup frequency and retention period should be determined based on business needs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Check JD and prepare accordingly and be clear & confident on your Resume.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Explain project that you made in your final year?
  • Q2. Javascript related questions?
  • Q3. Data structure and some known algorithm explanation?
  • Ans. 

    Data structure refers to organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Common data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • Algorithms are step-by-step procedures for solving a problem, often using data structures.

    • Examples of algorithms include sorting algorithms (e.g. bubble sort, quicksort), search algorithms (e.g. binary search), and graph...

  • Answered by AI
  • Q4. What is RDBMS and Nosql?
  • Ans. 

    RDBMS is a relational database management system while NoSQL is a non-relational database management system.

    • RDBMS stores data in tables with predefined schema

    • NoSQL stores data in documents, key-value pairs, or graphs

    • RDBMS is good for structured data with complex relationships

    • NoSQL is good for unstructured or semi-structured data

    • Examples of RDBMS: MySQL, Oracle, SQL Server

    • Examples of NoSQL: MongoDB, Cassandra, Redis

  • Answered by AI
  • Q5. How to reverse the string without loop?
  • Ans. 

    Use the built-in reverse() method to reverse the string.

    • Convert the string to an array using split()

    • Use the reverse() method to reverse the array

    • Join the reversed array back into a string using join()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great experience for me, interview was good in term of knowing my technical knowledge. Also interviewer is also good in core technologies like web development.

Skills evaluated in this interview

HDFC Bank interview questions for designations

 Technical Analyst

 (1)

 IT Business Analyst

 (1)

 Analyst

 (3)

 Data Analyst

 (10)

 Financial Analyst

 (8)

 Business Analyst

 (8)

 Functional Analyst

 (5)

 Risk Analyst

 (4)

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: Initial shortlisting was based on resume where CGPA cutoff was around 8.

Round: Test
Experience: Questions were related to Data interpretation and Aptitude,which mostly tests a person's patience too.Around 20-25 were shortlisted after this round.

Round: Case Study Interview
Experience: Questions relating to case studies and course done in your maths were asked.

Round: HR Interview
Experience: In this round,the candidate was asked to talk about himself, his qualities and mostly the activities he was involved in the past 4-5 years of his life.

Skill Tips: A proper revision of math courses will also be useful during interviews and can do much better by having preparation in case studies.
Skills: Good communication skills
College Name: IIT MADRAS

Interview Questionnaire 

1 Question

  • Q1. SAS ,SQl knowledge

Interview Questionnaire 

1 Question

  • Q1. Explain about self introduction

I applied via Walk-in and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about career expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Calm and be confident

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. SQL JOINS
  • Q2. Python Packages
  • Ans. 

    Python packages are pre-written code libraries that can be imported and used in Python programs.

    • Packages contain modules, which contain functions and classes

    • Packages can be installed using pip or conda

    • Popular packages include NumPy, Pandas, and Matplotlib

  • Answered by AI
  • Q3. Python Projects mentioned in the resume
  • Q4. Basic HR questions
  • Q5. Puzzles
  • Q6. Basics about loans default in banking

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Calm and composed and go through your resume properly.
Revise SQL, SAS, and Python if you are targeting a role in the business intelligence unit of axis bank

I applied via Campus Placement and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. I was asked 3 Guesstimates. They weren't that difficult. They only wanted to see the process I took to get to the answer. The answer need not be correct.
  • Q2. They asked me what I thought about team work and how every team member's contribution is needed for the success of the project.
  • Q3. I talked about my work ex in Tableau so they asked what kind of work I did there.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare few Guesstimates before going to the interview. Also it would benefit If you can provide an experience with the analytical tools you have mentioned in the resume. It really helps.
Contribute & help others!
anonymous
You can choose to be anonymous

HDFC Bank Interview FAQs

How many rounds are there in HDFC Bank System Analyst interview?
HDFC Bank interview process usually has 1-2 rounds. The most common rounds in the HDFC Bank interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for HDFC Bank System Analyst 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 HDFC Bank. The most common topics and skills that interviewers at HDFC Bank expect are System Analysis, Weblogic, SQL, Aix and Cost Saving.
What are the top questions asked in HDFC Bank System Analyst interview?

Some of the top questions asked at the HDFC Bank System Analyst interview -

  1. Data structure and some known algorithm explanati...read more
  2. How to reverse the string without lo...read more
  3. How is gross and net salary calculat...read more

Recently Viewed

COMPANY BENEFITS

ICICI Bank

Kakinada

6 benefits

COMPANY BENEFITS

ICICI Bank

Junagadh

1 benefit

SALARIES

HDFC Bank

SALARIES

HDFC Bank

SALARIES

First Abu Dhabi Bank

COMPANY BENEFITS

Axis Bank

No Benefits

SALARIES

Kotak Mahindra Bank

SALARIES

State Bank of India

SALARIES

Kotak Mahindra Bank

REVIEWS

HDFC Bank

No Reviews

Tell us how to improve this page.

HDFC Bank System Analyst Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

HCLTech

There's no stopping you

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k 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
 • 538 Interviews
Yes Bank Interview Questions
3.7
 • 430 Interviews
View all
HDFC Bank System Analyst Salary
based on 117 salaries
₹4 L/yr - ₹12 L/yr
25% less than the average System Analyst Salary in India
View more details

HDFC Bank System Analyst Reviews and Ratings

based on 18 reviews

3.7/5

Rating in categories

3.7

Skill development

2.8

Work-life balance

3.0

Salary

3.8

Job security

3.0

Company culture

2.4

Promotions

3.0

Work satisfaction

Explore 18 Reviews and Ratings
Deputy Manager
15.1k salaries
unlock blur

₹2 L/yr - ₹8.4 L/yr

Manager
10.2k salaries
unlock blur

₹5 L/yr - ₹14.5 L/yr

Assistant Manager
9.4k salaries
unlock blur

₹1.7 L/yr - ₹7.3 L/yr

Relationship Manager
6.2k salaries
unlock blur

₹2 L/yr - ₹12.5 L/yr

Senior Manager
6.2k salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Explore more salaries
Compare HDFC Bank with

ICICI Bank

4.0
Compare

State Bank of India

3.8
Compare

Axis Bank

3.8
Compare

Kotak Mahindra Bank

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