Upload Button Icon Add office photos

HDFC Bank

Compare button icon Compare button icon Compare
3.9

based on 38.5k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

HDFC Bank Application Support Engineer Interview Questions and Answers

Updated 17 Oct 2022

HDFC Bank Application Support Engineer Interview Experiences

2 interviews found

I applied via Referral 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Linux Command of how to recycle Jvm
  • Ans. 

    To recycle JVM in Linux, use the kill command with the process ID of the JVM.

    • Find the process ID of the JVM using the 'ps' command

    • Use the 'kill' command with the process ID to stop the JVM

    • Start the JVM again using the appropriate command

  • Answered by AI
  • Q2. Sql Command and Weblogic

Interview Preparation Tips

Interview preparation tips for other job seekers - Please learn linux , sql and weblogic to crack the interview to get the job

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. They will probably ask about your last job profile. What roles and responsibilities you were handling? And some basics about sql.
  • Q2. Tell me about your self?
  • Q3. Why you want to be a part of hdfc ?

Application Support Engineer Interview Questions Asked at Other Companies

Q1. what do you know about SQL , Unix , explain in brief
Q2. Add one more column in that table, without using create?
asked in CGI Group
Q3. How do you check how much space is left in the current drive?
asked in CGI Group
Q4. How do you find all the processes that have opened a file in Linu ... read more
asked in CGI Group
Q5. What is LVM and why is it required?

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is sql and it’s subtype
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to retrieve, insert, update, and delete data

    • Some subtypes of SQL include MySQL, PostgreSQL, Oracle SQL, and Microsoft SQL Server

  • Answered by AI
  • Q2. What is sed command and find
  • Ans. 

    sed command is a stream editor for filtering and transforming text, while find command is used to search for files in a directory hierarchy.

    • sed command is used to perform text transformations on an input stream or file

    • find command is used to search for files in a directory hierarchy based on various criteria

    • sed command can be used to replace text, delete lines, or perform other text manipulations

    • find command can search...

  • Answered by AI
  • Q3. What is different between PK and FK
  • Ans. 

    PK is Primary Key which uniquely identifies a record in a table, while FK is Foreign Key which establishes a relationship between two tables.

    • PK ensures uniqueness of records in a table

    • FK establishes a relationship between tables

    • PK is used to enforce entity integrity, while FK is used to enforce referential integrity

  • Answered by AI
  • Q4. What is she’ll scraptiing
  • Ans. 

    Shell scraping is the process of extracting data from websites using automated tools or scripts.

    • Shell scraping involves writing scripts to automate the process of extracting data from websites

    • Tools like BeautifulSoup in Python or Scrapy can be used for shell scraping

    • Shell scraping is commonly used for web scraping and data mining purposes

  • Answered by AI
  • Q5. What is uptime command in Linux
  • Ans. 

    The uptime command in Linux displays the current time, how long the system has been running, and the number of users currently logged in.

    • Displays the current time

    • Shows how long the system has been running

    • Indicates the number of users currently logged in

  • Answered by AI
  • Q6. Why are switching the job
Round 2 - Technical 

(1 Question)

  • Q1. ….aaaaddddddhhjjjghhh

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a highly motivated and experienced Application Support Engineer with a passion for problem-solving and customer satisfaction.

    • I have a Bachelor's degree in Computer Science and over 5 years of experience in application support.

    • I am skilled in troubleshooting, debugging, and resolving complex technical issues.

    • I have excellent communication skills and enjoy working with customers to ensure their needs are met.

    • I am pr...

  • Answered by AI
  • Q2. What are your strengths?
  • Ans. 

    My strengths include problem-solving, attention to detail, and strong communication skills.

    • I am a skilled problem-solver and can quickly identify and resolve issues

    • I have a keen attention to detail and can ensure accuracy in my work

    • I possess strong communication skills and can effectively collaborate with team members and clients

    • I am adaptable and can work well under pressure

    • I am a quick learner and can easily pick up

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great experience.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Resume based questions
  • Q2. Situation based questions
Round 2 - Interview with CTO 

(1 Question)

  • Q1. Situation based questions
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude computer fundamentals and 2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Product of array except itself
  • Ans. 

    Calculate the product of all elements in an array except the element itself.

    • Iterate through the array and calculate the product of all elements except the current element.

    • Use two separate arrays to store the product of elements to the left and right of the current element.

    • Multiply the corresponding elements from the left and right arrays to get the final result.

  • Answered by AI
  • Q2. Add Numbers as Strings
  • Ans. 

    Concatenate numbers represented as strings to get the sum.

    • Convert strings to integers, add them, then convert back to string.

    • Handle carry over when adding digits.

    • Consider edge cases like leading zeros or empty strings.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Graph and trees ques

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

I applied via Job Portal and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is sql and it’s subtype
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to retrieve, insert, update, and delete data

    • Some subtypes of SQL include MySQL, PostgreSQL, Oracle SQL, and Microsoft SQL Server

  • Answered by AI
  • Q2. What is sed command and find
  • Ans. 

    sed command is a stream editor for filtering and transforming text, while find command is used to search for files in a directory hierarchy.

    • sed command is used to perform text transformations on an input stream or file

    • find command is used to search for files in a directory hierarchy based on various criteria

    • sed command can be used to replace text, delete lines, or perform other text manipulations

    • find command can search...

  • Answered by AI
  • Q3. What is different between PK and FK
  • Ans. 

    PK is Primary Key which uniquely identifies a record in a table, while FK is Foreign Key which establishes a relationship between two tables.

    • PK ensures uniqueness of records in a table

    • FK establishes a relationship between tables

    • PK is used to enforce entity integrity, while FK is used to enforce referential integrity

  • Answered by AI
  • Q4. What is she’ll scraptiing
  • Ans. 

    Shell scraping is the process of extracting data from websites using automated tools or scripts.

    • Shell scraping involves writing scripts to automate the process of extracting data from websites

    • Tools like BeautifulSoup in Python or Scrapy can be used for shell scraping

    • Shell scraping is commonly used for web scraping and data mining purposes

  • Answered by AI
  • Q5. What is uptime command in Linux
  • Ans. 

    The uptime command in Linux displays the current time, how long the system has been running, and the number of users currently logged in.

    • Displays the current time

    • Shows how long the system has been running

    • Indicates the number of users currently logged in

  • Answered by AI
  • Q6. Why are switching the job
Round 2 - Technical 

(1 Question)

  • Q1. ….aaaaddddddhhjjjghhh

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was based on d s a

Round 2 - Technical 

(1 Question)

  • Q1. What's your fav subject
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2022. 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a highly motivated and experienced Application Support Engineer with a passion for problem-solving and customer satisfaction.

    • I have a Bachelor's degree in Computer Science and over 5 years of experience in application support.

    • I am skilled in troubleshooting, debugging, and resolving complex technical issues.

    • I have excellent communication skills and enjoy working with customers to ensure their needs are met.

    • I am pr...

  • Answered by AI
  • Q2. What are your strengths?
  • Ans. 

    My strengths include problem-solving, attention to detail, and strong communication skills.

    • I am a skilled problem-solver and can quickly identify and resolve issues

    • I have a keen attention to detail and can ensure accuracy in my work

    • I possess strong communication skills and can effectively collaborate with team members and clients

    • I am adaptable and can work well under pressure

    • I am a quick learner and can easily pick up

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great experience.

HDFC Bank Interview FAQs

How many rounds are there in HDFC Bank Application Support Engineer interview?
HDFC Bank interview process usually has 2 rounds. The most common rounds in the HDFC Bank interview process are Resume Shortlist and Technical.
How to prepare for HDFC Bank Application Support 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 HDFC Bank. The most common topics and skills that interviewers at HDFC Bank expect are Application Support, Bfsi, Oracle and SQL.
What are the top questions asked in HDFC Bank Application Support Engineer interview?

Some of the top questions asked at the HDFC Bank Application Support Engineer interview -

  1. Linux Command of how to recycle ...read more
  2. sql Command and Weblo...read more

Tell us how to improve this page.

HDFC Bank Application Support Engineer 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
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 621 Interviews
IndusInd Bank Interview Questions
3.6
 • 587 Interviews
Bandhan Bank Interview Questions
3.7
 • 519 Interviews
Yes Bank Interview Questions
3.8
 • 411 Interviews
View all
HDFC Bank Application Support Engineer Salary
based on 37 salaries
₹1.8 L/yr - ₹9 L/yr
At par with the average Application Support Engineer Salary in India
View more details

HDFC Bank Application Support Engineer Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

4.0

Salary

4.3

Job security

3.7

Company culture

3.7

Promotions

3.7

Work satisfaction

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

₹2 L/yr - ₹10.2 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
6k 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