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

HDFC Bank Salesforce Developer Interview Questions and Answers

Updated 5 Nov 2024

HDFC Bank Salesforce Developer Interview Experiences

1 interview found

Salesforce Developer Interview Questions & Answers

user image Chinmay Dharwadkar

posted on 5 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. R u interested in sales
  • Ans. 

    Yes, I am interested in sales as it allows me to understand customer needs and provide solutions.

    • I enjoy interacting with customers and understanding their requirements.

    • I am motivated by meeting sales targets and achieving success.

    • I believe in the value of building relationships with clients to drive business growth.

  • Answered by AI
  • Q2. Ready to relocation
  • Ans. 

    Yes, I am ready for relocation.

    • I am open to relocating for the right opportunity

    • I have experience moving for previous jobs

    • I am excited about the possibility of living in a new city

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is mixed dml error
  • Ans. 

    Mixed DML error occurs when DML operations on setup and non-setup objects are mixed in a single transaction.

    • Mixed DML operations involve a combination of DML statements on both setup and non-setup objects in a single transaction.

    • This error typically occurs when trying to update a setup object (like User) and a non-setup object (like Account) in the same transaction.

    • To resolve the error, separate the DML operations on s...

  • Answered by AI
  • Q2. Types of asynchrnous class
  • Ans. 

    Types of asynchronous classes include future, batch, queueable, and scheduled classes.

    • Future classes are used for executing code asynchronously in the background.

    • Batch classes are used for processing large data sets in smaller chunks.

    • Queueable classes are used for chaining asynchronous jobs together.

    • Scheduled classes are used for running code at specific times.

  • Answered by AI
  • Q3. Profile permission set
  • Q4. Custom metadat, custom setting
  • Q5. Displayed a lwc component and asked how its code would be >?
  • Q6. How to call child method in parent in lwc
  • Ans. 

    To call a child method in a parent component in LWC, you can use the @api decorator in the child component and import the child component in the parent component.

    • Use @api decorator in the child component to expose the method or property that you want to call from the parent component.

    • Import the child component in the parent component and use the child component's reference to call the method or access the property.

    • Pass...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Experince on lwc
  • Ans. 

    Experience with Lightning Web Components (LWC) in Salesforce development.

    • Developed custom Lightning Web Components for Salesforce applications.

    • Used LWC to create interactive and responsive user interfaces.

    • Utilized LWC to fetch and display data from Salesforce database.

    • Implemented event handling and communication between components using LWC.

    • Followed best practices and design patterns while working with LWC.

    • Integrated L...

  • Answered by AI
  • Q2. How to call lwc from aura
  • Ans. 

    To call LWC from Aura, use the lightning/navigation service.

    • Use lightning/navigation service to navigate to the LWC component

    • Pass the component name and any parameters needed

    • Handle any events or data passed back from the LWC component

  • Answered by AI

Skills evaluated in this interview

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

Given Salesforec Scenario Based Question To Create a 3 input Box and Query the details & Show in Ui

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Scenatio based basic Questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Salesforce Admin Test

Round 2 - Coding Test 

Trigger Scenarios for mixed DML error

Round 3 - Assignment 

Integration assignment

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between Aura and LWC
  • Ans. 

    Aura is a component-based framework for building web apps on Salesforce platform, while LWC is a modern framework to build web components.

    • Aura is based on JavaScript and uses an XML-like syntax, while LWC uses modern JavaScript and HTML.

    • Aura components have a larger footprint and are slower compared to LWC components.

    • LWC provides better performance, reusability, and encapsulation compared to Aura components.

    • LWC support...

  • Answered by AI
  • Q2. What Trigger framework you have worked on
  • Ans. 

    I have worked on the Salesforce Trigger Framework by using a combination of trigger handlers and utility classes.

    • Implemented trigger handlers to separate logic from triggers

    • Used utility classes to centralize common trigger logic

    • Followed best practices to ensure efficient and scalable trigger framework

    • Example: Created a trigger handler class to handle before insert, before update, and after insert events

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your roles and responsibilities and about project
  • Q2. Different clouds to work on
  • Ans. 

    Salesforce offers various clouds for different functionalities like Sales Cloud, Service Cloud, Marketing Cloud, etc.

    • Sales Cloud for sales automation and CRM

    • Service Cloud for customer service and support

    • Marketing Cloud for marketing automation and analytics

  • Answered by AI

Skills evaluated in this interview

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

Given Salesforec Scenario Based Question To Create a 3 input Box and Query the details & Show in Ui

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Scenatio based basic Questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Salesforce Admin Test

Round 2 - Coding Test 

Trigger Scenarios for mixed DML error

Round 3 - Assignment 

Integration assignment

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the types of integration available with Salesforce?
  • Ans. 

    Salesforce offers various types of integration options to connect with external systems.

    • SOAP API: Allows integration with external systems using SOAP protocol.

    • REST API: Enables integration with external systems using RESTful web services.

    • Bulk API: Facilitates integration for large data volumes using batch processing.

    • Streaming API: Provides real-time integration by pushing data updates to external systems.

    • Outbound Messa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and relevant questions were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. What is mixed dml error
  • Ans. 

    Mixed DML error occurs when DML operations on setup and non-setup objects are mixed in a single transaction.

    • Mixed DML operations involve a combination of DML statements on both setup and non-setup objects in a single transaction.

    • This error typically occurs when trying to update a setup object (like User) and a non-setup object (like Account) in the same transaction.

    • To resolve the error, separate the DML operations on s...

  • Answered by AI
  • Q2. Types of asynchrnous class
  • Ans. 

    Types of asynchronous classes include future, batch, queueable, and scheduled classes.

    • Future classes are used for executing code asynchronously in the background.

    • Batch classes are used for processing large data sets in smaller chunks.

    • Queueable classes are used for chaining asynchronous jobs together.

    • Scheduled classes are used for running code at specific times.

  • Answered by AI
  • Q3. Profile permission set
  • Q4. Custom metadat, custom setting
  • Q5. Displayed a lwc component and asked how its code would be >?
  • Q6. How to call child method in parent in lwc
  • Ans. 

    To call a child method in a parent component in LWC, you can use the @api decorator in the child component and import the child component in the parent component.

    • Use @api decorator in the child component to expose the method or property that you want to call from the parent component.

    • Import the child component in the parent component and use the child component's reference to call the method or access the property.

    • Pass...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Experince on lwc
  • Ans. 

    Experience with Lightning Web Components (LWC) in Salesforce development.

    • Developed custom Lightning Web Components for Salesforce applications.

    • Used LWC to create interactive and responsive user interfaces.

    • Utilized LWC to fetch and display data from Salesforce database.

    • Implemented event handling and communication between components using LWC.

    • Followed best practices and design patterns while working with LWC.

    • Integrated L...

  • Answered by AI
  • Q2. How to call lwc from aura
  • Ans. 

    To call LWC from Aura, use the lightning/navigation service.

    • Use lightning/navigation service to navigate to the LWC component

    • Pass the component name and any parameters needed

    • Handle any events or data passed back from the LWC component

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between Aura and LWC
  • Ans. 

    Aura is a component-based framework for building web apps on Salesforce platform, while LWC is a modern framework to build web components.

    • Aura is based on JavaScript and uses an XML-like syntax, while LWC uses modern JavaScript and HTML.

    • Aura components have a larger footprint and are slower compared to LWC components.

    • LWC provides better performance, reusability, and encapsulation compared to Aura components.

    • LWC support...

  • Answered by AI
  • Q2. What Trigger framework you have worked on
  • Ans. 

    I have worked on the Salesforce Trigger Framework by using a combination of trigger handlers and utility classes.

    • Implemented trigger handlers to separate logic from triggers

    • Used utility classes to centralize common trigger logic

    • Followed best practices to ensure efficient and scalable trigger framework

    • Example: Created a trigger handler class to handle before insert, before update, and after insert events

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your roles and responsibilities and about project
  • Q2. Different clouds to work on
  • Ans. 

    Salesforce offers various clouds for different functionalities like Sales Cloud, Service Cloud, Marketing Cloud, etc.

    • Sales Cloud for sales automation and CRM

    • Service Cloud for customer service and support

    • Marketing Cloud for marketing automation and analytics

  • Answered by AI

Skills evaluated in this interview

HDFC Bank Interview FAQs

How many rounds are there in HDFC Bank Salesforce Developer interview?
HDFC Bank interview process usually has 1 rounds. The most common rounds in the HDFC Bank interview process are HR.
What are the top questions asked in HDFC Bank Salesforce Developer interview?

Some of the top questions asked at the HDFC Bank Salesforce Developer interview -

  1. R u interested in sa...read more
  2. Ready to relocat...read more

Tell us how to improve this page.

HDFC Bank Salesforce Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

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
4.0
 • 632 Interviews
IndusInd Bank Interview Questions
3.5
 • 597 Interviews
Bandhan Bank Interview Questions
3.7
 • 534 Interviews
Yes Bank Interview Questions
3.7
 • 428 Interviews
View all
HDFC Bank Salesforce Developer Salary
based on 12 salaries
₹5.3 L/yr - ₹17 L/yr
42% more than the average Salesforce Developer Salary in India
View more details

HDFC Bank Salesforce Developer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.4

Salary

5.0

Job security

5.0

Company culture

4.4

Promotions

5.0

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

Assistant Manager
9.5k 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.1k 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