Upload Button Icon Add office photos

Filter interviews by

SBI Securities Salesforce Developer Interview Questions and Answers

Updated 6 Apr 2023

SBI Securities Salesforce Developer Interview Experiences

1 interview found

Salesforce Developer Interview Questions & Answers

user image Abhijeet Gaikwad

posted on 6 Apr 2023

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 

(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 questions from similar companies

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
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 - 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 

(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
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

SBI Securities Interview FAQs

How many rounds are there in SBI Securities Salesforce Developer interview?
SBI Securities interview process usually has 4 rounds. The most common rounds in the SBI Securities interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in SBI Securities Salesforce Developer interview?

Some of the top questions asked at the SBI Securities Salesforce Developer interview -

  1. which connector used in Salesfor...read more
  2. What was your Expected C...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HSBC Group Interview Questions
4.0
 • 484 Interviews
American Express Interview Questions
4.2
 • 353 Interviews
UBS Interview Questions
4.0
 • 345 Interviews
BNY Interview Questions
4.0
 • 325 Interviews
Morgan Stanley Interview Questions
3.7
 • 297 Interviews
Citicorp Interview Questions
3.7
 • 276 Interviews
Morningstar Interview Questions
4.0
 • 237 Interviews
FactSet Interview Questions
4.0
 • 202 Interviews
View all

Fast track your campus placements

View all
Relationship Officer
561 salaries
unlock blur

₹1.1 L/yr - ₹3.7 L/yr

Sales Executive
307 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Relationship Manager
292 salaries
unlock blur

₹1.6 L/yr - ₹6.4 L/yr

Sales Manager
266 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Senior Executive
172 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Explore more salaries
Compare SBI Securities with

ICICI Securities

3.9
Compare

HDFC Securities

3.6
Compare

Kotak Securities

3.6
Compare

Axis Direct

3.9
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