Filter interviews by
Clear (1)
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
Platform Events are a feature in Salesforce that allow developers to deliver secure, scalable, and customizable event notifications.
Platform Events are based on the publish-subscribe model, where publishers send events and subscribers receive them.
They are used to communicate changes in Salesforce data or custom events within an organization.
Developers can define custom event objects and trigger events using Apex or de...
Asynchronous Apex allows you to run processes in the background, without user interaction. Batch Apex and Queueable Apex are two types of Asynchronous Apex.
Asynchronous Apex allows you to process large amounts of data asynchronously, without impacting the user interface.
Batch Apex is used to process large data sets that can be divided into smaller batches for processing.
Queueable Apex allows you to submit jobs for asyn...
Future method is used to run code asynchronously. Callout=true is needed to make HTTP callouts from future methods.
Future methods are used to run code asynchronously in Salesforce.
They are annotated with @future annotation.
Callout=true is needed to make HTTP callouts from future methods.
Without Callout=true, making HTTP callouts from future methods is not allowed.
Data security in Salesforce involves various types of security measures to protect sensitive information.
Salesforce provides various security features such as user authentication, data encryption, and access controls.
Types of data security in Salesforce include object-level security, field-level security, and record-level security.
Salesforce also offers tools like Salesforce Shield for enhanced data security and compli...
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
Time and work, statistics
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to represent multiple underlying forms.
Examples include method overloading and method overriding in object-oriented programming.
Salesforce interview questions for designations
I applied via Company Website and was interviewed before Aug 2022. There were 5 interview rounds.
If you mentioned in your resume
Top trending discussions
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.
My resume
To determine if a point is inside a polygon, use the ray casting algorithm.
Create a line from the point to a point outside the polygon
Count the number of times the line intersects with the polygon edges
If the count is odd, the point is inside the polygon; otherwise, it is outside
The four storage classes in C are auto, register, static, and extern.
Auto: default storage class for all local variables
Register: used to define local variables that should be stored in a register instead of RAM
Static: used to define local variables that retain their value between function calls
Extern: used to declare a global variable that is defined in another file
i is stored in global data segment, j is stored in stack, k is stored in heap.
i is a global variable and is stored in the global data segment
j is a local variable and is stored in the stack
k is a pointer variable and is stored in the stack, while the memory it points to is allocated on the heap using malloc()
Use a hash table to store the words and check for existence in constant time.
Create a hash table with the words as keys and a boolean value as the value.
For each new word, check if it exists in the hash table. If it does, it has appeared before. If not, add it to the hash table.
Alternatively, use a set data structure to store only the unique words and check for existence in the set.
I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.
Puzzles, Psychometric Test
Some of the top questions asked at the Salesforce Salesforce Developer interview -
based on 6 interviews
1 Interview rounds
based on 23 reviews
Rating in categories
Technical Support Engineer
935
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Consultant
327
salaries
| ₹0 L/yr - ₹0 L/yr |
Member Technical Staff
270
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Member of Technical Staff
249
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Technical Consultant
229
salaries
| ₹0 L/yr - ₹0 L/yr |
SAP
Zoho
Oracle
Adobe