Upload Button Icon Add office photos

Filter interviews by

Xyz Company Salesforce Developer Interview Questions and Answers

Updated 28 Sep 2024

Interview questions from similar companies

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

Api based questions where to post or get fetch data

Round 2 - Technical 

(2 Questions)

  • Q1. Dp questions were asked
  • Q2. Sql basic questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - increase your logic building in dp and api knowledge
Interview experience
4
Good
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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. Why has Salesforce introduced LWCs over Aura components?
  • Ans. 

    Salesforce introduced LWCs for better performance, reusability, and modern web standards.

    • LWCs offer better performance due to their lightweight nature and optimized rendering.

    • LWCs promote reusability through modular design and encapsulation of functionality.

    • LWCs align with modern web standards like ES6, Shadow DOM, and Web Components, making them more future-proof.

    • Aura components are based on Aura framework, which has ...

  • Answered by AI
  • Q2. What are the differences in events in LWCs compared to Aura components?
  • Ans. 

    Events in LWCs differ from Aura components in terms of syntax, propagation, and handling.

    • In LWCs, events are dispatched using the standard DOM event model, while in Aura components, events are handled using the Aura event system.

    • LWC events use standard JavaScript event handling methods like addEventListener and dispatchEvent, while Aura events use $A.get('e.namespace:eventName').fire().

    • LWC events do not bubble up the D...

  • Answered by AI
  • Q3. Why are application events avoided?
  • Ans. 

    Application events are avoided in Salesforce development due to their potential impact on performance and complexity.

    • Application events can lead to tight coupling between components, making the code harder to maintain and debug.

    • They can also result in excessive event firing, causing performance issues.

    • Using component events or other communication patterns like pub-sub can be more efficient and manageable.

    • Avoiding appli...

  • Answered by AI
Round 3 - Coding Test 

Find the count of contacts associated to an account which have unique email Ids

Round 4 - Technical 

(2 Questions)

  • Q1. What are the integration frameworks that you have worked with?
  • Ans. 

    I have worked with integration frameworks such as MuleSoft, Apache Camel, and Dell Boomi.

    • MuleSoft

    • Apache Camel

    • Dell Boomi

  • Answered by AI
  • Q2. What are external objects and how can you use them with a scenario?
  • Ans. 

    External objects are virtual objects that allow you to access data stored outside Salesforce.

    • External objects represent data from an external system in Salesforce without copying the data into Salesforce.

    • They are defined using external data sources and external data objects.

    • You can use them to integrate data from external systems like databases, ERP systems, or web services.

    • External objects allow you to view and intera...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. Tell me something about your project?
  • Ans. 

    I developed a Salesforce project for a retail company to streamline their sales process.

    • Implemented custom objects, fields, and workflows to automate sales tasks.

    • Integrated with external systems to import product data and update inventory.

    • Created reports and dashboards to track sales performance and identify trends.

    • Implemented a mobile app for sales representatives to access customer information on the go.

  • Answered by AI
  • Q2. Which connector used in Salesforce?
  • Ans. 

    Salesforce offers various connectors to integrate with external systems.

    • Salesforce Connect: Allows real-time integration with external data sources using OData or custom adapters.

    • Salesforce Connect for Lightning Connect: Provides a way to access and display external data in Salesforce without copying it.

    • Salesforce Connect for SAP: Enables integration with SAP systems.

    • Salesforce Connect for SharePoint: Integrates Salesf...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What was your Expected CTC?
  • Ans. 

    I prefer to discuss salary expectations after understanding the job requirements and responsibilities.

    • I believe that salary should be commensurate with the job responsibilities and market standards.

    • I am open to negotiation based on the company's compensation structure and benefits package.

    • I am looking for a fair and competitive salary that reflects my skills and experience.

    • I am willing to consider other factors such as...

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

(1 Question)

  • Q1. On which tool your now working on?
  • Ans. 

    I am currently working on Salesforce Lightning Platform.

    • Salesforce Lightning Platform

    • Apex programming language

    • Visualforce pages

    • Lightning Web Components

    • Salesforce DX (Developer Experience)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Nice Premises. Positive Vibes.
Seniours having Talkative nature

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Apex and LWC
Round 2 - Coding Test 

Trigger question on parent child relationship

Round 3 - Coding Test 

Batch class and trigger

Interview Preparation Tips

Topics to prepare for Citicorp Salesforce Developer interview:
  • Apex
  • lwc
Interview preparation tips for other job seekers - Prepare well. They focus on details in code and prepare to code in every round
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

APi Based questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. OOps related questions were asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Why has Salesforce introduced LWCs over Aura components?
  • Ans. 

    Salesforce introduced LWCs for better performance, reusability, and modern web standards.

    • LWCs offer better performance due to their lightweight nature and optimized rendering.

    • LWCs promote reusability through modular design and encapsulation of functionality.

    • LWCs align with modern web standards like ES6, Shadow DOM, and Web Components, making them more future-proof.

    • Aura components are based on Aura framework, which has ...

  • Answered by AI
  • Q2. What are the differences in events in LWCs compared to Aura components?
  • Ans. 

    Events in LWCs differ from Aura components in terms of syntax, propagation, and handling.

    • In LWCs, events are dispatched using the standard DOM event model, while in Aura components, events are handled using the Aura event system.

    • LWC events use standard JavaScript event handling methods like addEventListener and dispatchEvent, while Aura events use $A.get('e.namespace:eventName').fire().

    • LWC events do not bubble up the D...

  • Answered by AI
  • Q3. Why are application events avoided?
  • Ans. 

    Application events are avoided in Salesforce development due to their potential impact on performance and complexity.

    • Application events can lead to tight coupling between components, making the code harder to maintain and debug.

    • They can also result in excessive event firing, causing performance issues.

    • Using component events or other communication patterns like pub-sub can be more efficient and manageable.

    • Avoiding appli...

  • Answered by AI
Round 3 - Coding Test 

Find the count of contacts associated to an account which have unique email Ids

Round 4 - Technical 

(2 Questions)

  • Q1. What are the integration frameworks that you have worked with?
  • Ans. 

    I have worked with integration frameworks such as MuleSoft, Apache Camel, and Dell Boomi.

    • MuleSoft

    • Apache Camel

    • Dell Boomi

  • Answered by AI
  • Q2. What are external objects and how can you use them with a scenario?
  • Ans. 

    External objects are virtual objects that allow you to access data stored outside Salesforce.

    • External objects represent data from an external system in Salesforce without copying the data into Salesforce.

    • They are defined using external data sources and external data objects.

    • You can use them to integrate data from external systems like databases, ERP systems, or web services.

    • External objects allow you to view and intera...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me something about your project?
  • Ans. 

    I developed a Salesforce project for a retail company to streamline their sales process.

    • Implemented custom objects, fields, and workflows to automate sales tasks.

    • Integrated with external systems to import product data and update inventory.

    • Created reports and dashboards to track sales performance and identify trends.

    • Implemented a mobile app for sales representatives to access customer information on the go.

  • Answered by AI
  • Q2. Which connector used in Salesforce?
  • Ans. 

    Salesforce offers various connectors to integrate with external systems.

    • Salesforce Connect: Allows real-time integration with external data sources using OData or custom adapters.

    • Salesforce Connect for Lightning Connect: Provides a way to access and display external data in Salesforce without copying it.

    • Salesforce Connect for SAP: Enables integration with SAP systems.

    • Salesforce Connect for SharePoint: Integrates Salesf...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What was your Expected CTC?
  • Ans. 

    I prefer to discuss salary expectations after understanding the job requirements and responsibilities.

    • I believe that salary should be commensurate with the job responsibilities and market standards.

    • I am open to negotiation based on the company's compensation structure and benefits package.

    • I am looking for a fair and competitive salary that reflects my skills and experience.

    • I am willing to consider other factors such as...

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

(1 Question)

  • Q1. On which tool your now working on?
  • Ans. 

    I am currently working on Salesforce Lightning Platform.

    • Salesforce Lightning Platform

    • Apex programming language

    • Visualforce pages

    • Lightning Web Components

    • Salesforce DX (Developer Experience)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Nice Premises. Positive Vibes.
Seniours having Talkative nature

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Apex and LWC
Round 2 - Coding Test 

Trigger question on parent child relationship

Round 3 - Coding Test 

Batch class and trigger

Interview Preparation Tips

Topics to prepare for Citicorp Salesforce Developer interview:
  • Apex
  • lwc
Interview preparation tips for other job seekers - Prepare well. They focus on details in code and prepare to code in every round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Api based questions where to post or get fetch data

Round 2 - Technical 

(2 Questions)

  • Q1. Dp questions were asked
  • Q2. Sql basic questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - increase your logic building in dp and api knowledge

Xyz Company Interview FAQs

How many rounds are there in Xyz Company Salesforce Developer interview?
Xyz Company interview process usually has 1 rounds. The most common rounds in the Xyz Company interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 553 Interviews
Bajaj Finserv Interview Questions
4.0
 • 493 Interviews
HSBC Group Interview Questions
4.0
 • 485 Interviews
American Express Interview Questions
4.2
 • 356 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
BNY Interview Questions
4.0
 • 328 Interviews
Morgan Stanley Interview Questions
3.7
 • 300 Interviews
Citicorp Interview Questions
3.7
 • 278 Interviews
Morningstar Interview Questions
4.0
 • 240 Interviews
View all
Xyz Company Salesforce Developer Salary
based on 17 salaries
₹4.3 L/yr - ₹15.4 L/yr
48% more than the average Salesforce Developer Salary in India
View more details

Xyz Company Salesforce Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
1k salaries
unlock blur

₹12.8 L/yr - ₹35 L/yr

Manager
804 salaries
unlock blur

₹21.6 L/yr - ₹47 L/yr

Software Developer
779 salaries
unlock blur

₹11.5 L/yr - ₹35 L/yr

Consultant
402 salaries
unlock blur

₹8.5 L/yr - ₹29 L/yr

Senior Software Engineer
367 salaries
unlock blur

₹12 L/yr - ₹42 L/yr

Explore more salaries
Compare Xyz Company with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.9
Compare

JPMorgan Chase & Co.

4.1
Compare

HSBC Group

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview