Basic and Common interview questions all Panels
Admin Questions:
1. What is crm?
2. What is salesforce?
3. What are different Cloud Computing Services?
4. What is meant by SaaS?
5. What is meant by PaaS?
6. What is meant by IaaS?
7. What Are Governor Limits in Salesforce?
8. What is an App in Salesforce?
9. What is an Object?
10.What are the types of Objects?
11.What is a Field?
12.Difference b/w Picklist and Multi-select Picklist ?
13.What is a Record?
14.What is mean by Tab?
15.What is Field Dependency?
16.What is a relationship?
17.What are the types of relationships in Salesforce?
18.What is a Junction object?
19.What happens to master-detail and lookup relationships when a record is deleted?
20.What is a Roll-up summary?
21.List out the functions of the Roll-up Summary field?
22.What is Schema Builder in Salesforce?
23.What are some key features of Schema Builder?
24.What is Profile in salesforce?
25.What is View all and Modify all in profile?
26.What are Permission sets?
27.How is a permission set different from a profile?
28.Can a user have multiple permission sets assigned to them?
29.What is a Permission Set Group in Salesforce?
30.What is Role in Salesforce?
31.Can we create a user without a role and profile?
32.What are the differences between Profile and Roles?
33.What is the role hierarchy?
34.What are the sharing rules?
35.What is OWD?
36.Who are called as users in salesforce?
37.What is Page Layout?
38.What are features that can be controlled using page Layout?
39.What are Record Types?
40.What is validation rules?
41.What is the difference between role hierarchy and sharing rules? will both do the same
permissions?
42.What is manual sharing?
43.What is flow in salesforce?
44.What are the interaction elements available in flow?
45.What Is Report?
46.What Are Different Types of Reports?
47.What All Reports Can Be Used to Generate Dashboards?
48.What Is Dashboard?
49.What is Data Import Wizard?
50.What is data loader?
Developer Questions:
1. What is Apex?
2. What is the use of Apex?
3. What are Apex Data Types
4. How can you handle exceptions in Apex?
5. What is a static resource in Salesforce?
6. What is the difference between public and global classes in Apex?
7. What is Asynchronous Apex?
8. What is Heap Memory?
9. Explain about Types of Asynchronous Apex?
10.What is Batch Apex, and how does it work?
11.Difference between Future Method and Queuable?
12.Difference between Batch Apex and Future Method?
13.List out the features of Batch Apex?
14.What is Trigger in Salesforce?
15.Explain the difference between trigger.old and trigger.new in Apex?
16.Explain about types of triggers?
17.Best practice and consideration for Trigger?
18.What are Trigger Context Variables?
19.How can you access and modify records in a trigger?
20.What are trigger events in salesforce?
21.What is Trigger Syntax?
22.What is SOQL?
23.What is SOSL?
24.Difference between SOQL and SOSL?
25.What is a list?
26.What is a Set?
27.What is a Map?
28.What/Write is/the Syntax of list?
29.What/Write is/the Syntax of Set?
30.What/Write is/the Syntax of Map?