Upload Button Icon Add office photos

Filter interviews by

Salesforce Developer Support Engineer Interview Questions, Process, and Tips

Updated 22 Sep 2023

Top Salesforce Developer Support Engineer Interview Questions and Answers

Salesforce Developer Support Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. 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 - One-on-one 

(5 Questions)

  • Q1. 1) Custom Settings & Custom Meta data difference
  • Ans. 

    Custom Settings are hierarchical data that can be accessed using Apex code, while Custom Metadata are records that can be accessed using SOQL queries.

    • Custom Settings are hierarchical data that can be accessed using Apex code, while Custom Metadata are records that can be accessed using SOQL queries.

    • Custom Settings are used to store data that is organization-specific, while Custom Metadata is used to store metadata that...

  • Answered by AI
  • Q2. 2) Diff bn Queable and future apex
  • Ans. 

    Queueable and Future Apex are both ways to run processes asynchronously in Salesforce, but they have some key differences.

    • Queueable allows chaining of jobs and implements the Queueable interface, while Future Apex does not support chaining.

    • Queueable jobs can be monitored and managed through the Apex Jobs page in Salesforce, while Future Apex jobs cannot be monitored in the same way.

    • Queueable jobs have a limit of 50 job...

  • Answered by AI
  • Q3. 3) Write a trigger on child if the all related child status is closed then update that in parent object
  • Ans. 

    Create a trigger on child object to update parent object when all related child records have a closed status.

    • Create a trigger on the child object to run before insert and update events.

    • Query all related child records in the trigger context.

    • Check if all child records have a closed status.

    • Update the parent object if all child records have a closed status.

  • Answered by AI
  • Q4. Batch apex scenario
  • Q5. Decorators in lwc
  • Ans. 

    Decorators in LWC are used to add metadata to class properties or methods.

    • Decorators are declared with the @ symbol before the name, like @api or @wire.

    • They are used to define public properties, wire adapters, and event handlers in LWC.

    • Example: @api property or @wire(getRecord, { recordId: '$recordId' }) wired method.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Each and every topic in detail. Like batch, trigger, different between process builder and workflow, lightning in detail, different between database.insert & insert, offset, Integration in detail, REST & ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well, One of the toughest interview

Developer Support Engineer Interview Questions Asked at Other Companies

asked in Salesforce
Q1. 3) Write a trigger on child if the all related child status is cl ... read more
asked in Salesforce
Q2. 1) Custom Settings & Custom Meta data difference
asked in Salesforce
Q3. 2) Diff bn Queable and future apex
asked in Salesforce
Q4. decorators in lwc

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a coding round interview along with interviewer via Virtual mode. I was given 2 coding questions on HackerRank for the interview:

1. one was an easy problem on counting minimum replacements.
2. "pat is an ordinary kid who works hard to be a great runner...." this was a challenging problem (which I managed to solve).
3. I was asked some basic Python questions, as the role was for a Python Developer.

Round 2 - Technical 

(5 Questions)

  • Q1. LLD for Parking Lot
  • Q2. Which database are you going to use for Parking lot and Why ?
  • Ans. 

    I would use a relational database like MySQL for the Parking lot as it provides structured data storage and supports complex queries.

    • Relational databases like MySQL offer structured data storage for parking lot information

    • Supports complex queries for managing parking lot data efficiently

    • Ability to handle large amounts of data and transactions

    • Provides data integrity and security features

    • Can easily integrate with other s

  • Answered by AI
  • Q3. Questions related to OOPs
  • Q4. Questions related to Multi Threading
  • Q5. Questions related to Projects
Round 3 - Managiral Round 

(2 Questions)

  • Q1. I hate this since i was informed that this round was a technical.
  • Q2. Usual Mangerial questions, Project Related, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Problem Solving, DSA, LLD Problems ofcourse the HR and Managerial round questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Dec 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. Started with introduction
  • Q2. Asked about projects
  • Q3. Asked Architecture related questions and design pattern related questions
  • Q4. If you have 1 million requests how will you manage that
  • Ans. 

    I would use load balancing, caching, and scaling techniques to manage the 1 million requests.

    • Implement load balancing to distribute requests evenly across multiple servers.

    • Utilize caching to store frequently accessed data and reduce response times.

    • Scale horizontally by adding more servers to handle the increased load.

    • Optimize code and database queries to improve performance.

    • Monitor system performance and make adjustmen

  • Answered by AI
  • Q5. React vs SAP UI5
  • Ans. 

    React is a popular JavaScript library for building user interfaces, while SAP UI5 is a framework for developing enterprise-ready web applications.

    • React is more flexible and widely used in the industry.

    • SAP UI5 is specifically designed for SAP applications and has built-in support for SAP technologies.

    • React has a larger community and ecosystem with more resources and libraries available.

    • SAP UI5 provides a consistent user...

  • Answered by AI
  • Q6. Node VS JAVA
  • Ans. 

    Node.js is a runtime environment for executing JavaScript code outside of a browser, while Java is a general-purpose programming language often used for building enterprise applications.

    • Node.js is single-threaded and event-driven, making it ideal for handling asynchronous operations like I/O operations.

    • Java is a statically typed language with a strong emphasis on object-oriented programming, making it suitable for larg...

  • Answered by AI
  • Q7. Multitenancy in sap btp
  • Ans. 

    Multitenancy in SAP BTP allows multiple customers to share the same application instance while keeping their data isolated.

    • Multitenancy allows multiple customers (tenants) to use the same application instance.

    • Each tenant's data is isolated and secure from other tenants.

    • Tenants can customize their own settings, branding, and configurations within the shared application.

    • SAP BTP provides tools and features to manage multi...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays and strings - 90 mins

Round 2 - Coding Test 

Create Modules, railway reservation system - 60 mins

Round 3 - Technical 

(5 Questions)

  • Q1. Difference between hashmap and hasptable
  • Q2. Why typescript over javascript
  • Q3. Find the percentage of increace in the quantity of item after making it price 20% extra
  • Q4. What is normalization
  • Q5. Date and time api available
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

It was an amazing interview.

Round 2 - Assignment 

S abJDQdlqd qk; qdkq;q bdkq;d

Round 3 - One-on-one 

(5 Questions)

  • Q1. Dbjas xjhqvUGQJQ mnq
  • Q2. Add qbnjq j qj slx qx
  • Q3. DaD JDQ d KNX ax sqkd
  • Q4. Bj q dsa k xkqs xkna ;x
  • Q5. DJ m qd s Jhdvaljcbaf
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

1 coding question and MCQ on CS fundamentals were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions were on my project. It was a full stack project on MERN. I was asked about non blocking IO, promises, alternatives to react.
  • Q2. I was asked a DSA question to find the set of element that occurs twice in the array. I was expected to run the code.
  • Q3. I was asked basics about cloud and if I have any related experience as the role would be devops.
Round 3 - HR 

(1 Question)

  • Q1. I was asked basics questions about myself. It was a very short 15 minute interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

LeetCode , hard questions on dynamic programming, graphs, and more.

Round 2 - Coding Test 

DSA, Cn, os, DBMS, ML

Round 3 - One-on-one 

(2 Questions)

  • Q1. Is relocation a possibility for this position?
  • Q2. Senior role is there
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Bubble sort and array was given
  • Q2. Create binary tree
  • Ans. 

    A binary tree is a data structure where each node has at most two children.

    • Start by creating a Node class with left and right child pointers.

    • Implement methods to insert, search, and delete nodes in the tree.

    • Consider different traversal methods like inorder, preorder, and postorder.

  • Answered by AI
  • Q3. HightBuilding Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - just go through strivers videos

Skills evaluated in this interview

Salesforce Interview FAQs

How many rounds are there in Salesforce Developer Support Engineer interview?
Salesforce interview process usually has 2 rounds. The most common rounds in the Salesforce interview process are Resume Shortlist and One-on-one Round.
How to prepare for Salesforce Developer 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 Salesforce. The most common topics and skills that interviewers at Salesforce expect are Customer Service, Data Management, Operations, SQL and Salesforce.
What are the top questions asked in Salesforce Developer Support Engineer interview?

Some of the top questions asked at the Salesforce Developer Support Engineer interview -

  1. 3) Write a trigger on child if the all related child status is closed then upda...read more
  2. 1) Custom Settings & Custom Meta data differe...read more
  3. 2) Diff bn Queable and future a...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 886 Interviews
Google Interview Questions
4.4
 • 845 Interviews
Amdocs Interview Questions
3.8
 • 524 Interviews
View all
Salesforce Developer Support Engineer Salary
based on 77 salaries
₹9.7 L/yr - ₹25 L/yr
14% more than the average Developer Support Engineer Salary in India
View more details

Salesforce Developer Support Engineer Reviews and Ratings

based on 9 reviews

2.9/5

Rating in categories

2.3

Skill development

2.6

Work-life balance

3.8

Salary

2.3

Job security

2.9

Company culture

3.5

Promotions

2.2

Work satisfaction

Explore 9 Reviews and Ratings
Technical Support Engineer
853 salaries
unlock blur

₹12 L/yr - ₹24 L/yr

Technical Consultant
302 salaries
unlock blur

₹13.8 L/yr - ₹30 L/yr

Member Technical Staff
265 salaries
unlock blur

₹21 L/yr - ₹55 L/yr

Senior Member of Technical Staff
231 salaries
unlock blur

₹27 L/yr - ₹100.4 L/yr

Salesforce Developer
230 salaries
unlock blur

₹7.1 L/yr - ₹27 L/yr

Explore more salaries
Compare Salesforce with

SAP

4.2
Compare

Zoho

4.3
Compare

Oracle

3.7
Compare

Adobe

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