0% found this document useful (0 votes)
22 views1 page

Salesforce Interview Questions

The document consists of a series of technical questions related to Salesforce, covering topics such as Process Builders (PB), flows, Visualforce (VF) pages, asynchronous processes, and integration methods. It also addresses user access, approval processes, and metadata retrieval for dependent picklist fields. Overall, the questions aim to assess knowledge and practical application of Salesforce functionalities and best practices.

Uploaded by

Aakash Bhatter
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

Salesforce Interview Questions

The document consists of a series of technical questions related to Salesforce, covering topics such as Process Builders (PB), flows, Visualforce (VF) pages, asynchronous processes, and integration methods. It also addresses user access, approval processes, and metadata retrieval for dependent picklist fields. Overall, the questions aim to assess knowledge and practical application of Salesforce functionalities and best practices.

Uploaded by

Aakash Bhatter
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Questions :

1- What is the difference between PB and a flow


2- Why do you need to go for PB when flows can be auto launched?
3- How can you launch a PB from a flow
4- Can we invoke a future method from a vf page?
5- Can you use a vf page in lightning experience?
6- If you can use a vf page in lightning experience then why to use lightning components?
7- What are the different types of Async process in Salesforce?
8- Difference between batch and future and Queueable?
9- Do you know the concept of continuing UI?
10- Can you use an Aync apex with lightning?
11- I have a lightning component that has some record details on it. I want that whenever the
user clicks save button on the lightning component, the record details should go to the
legacy system? How can this be done?
12- Can we invoke a future method from lightning component?
13- When to use a batch.iterator and batch.queryLocator?
14- Can I call a batch from a future method?
15- Can I give a callout to external systems using triggers?
16- If I can give callout to external systems through triggers then why do you need async apex in
salesforce?
17- Role and profile
18- I have a scenario where OWD is private then who will be able to see the record? Will his/her
manager will have access to that record?
19- Can you perform integration using batch apex?
20- Do you know platform events?
21- What is better a platform event to use or using REST or SOAP?
22- When to use REST services and when to go for platform events?
23- I have 10,000 users on production, tell me the pseudo code to delete the users? Answer :
Can freeze users but cannot delete users in production
24- Can you delete apex class or triggers on production?
25- Have you worked on Approval process?
26- How significant are roles in relation with approval process?
27- Have you ever worked on deployments?
28- Suppose that there are 3 picklist fields and one field is dependent on other and the other is
dependent on 3rd i.e 3 level dependency. How should I retrieve the metadata of this field
level dependency? When you successfully retrieve how will you upload it to the repository?

You might also like