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?