Salesforce Developer Interview Question For Fresher
Nripesh Kumar Joshi (Salesforce Developer)
Cloud Computing
1 What is cloud computing ?
2 What are the cloud computing services ?
3 What is the difference between Saas and Paas ?
About Salesforce
4 What is salesforce ?
5 What does Salesforce do ?
6 What is Salesforce Architecture ?
Data Modelling
7 What is object in Salesforce ?
8 Tell me the some standard objects name ?
9 What are the types of object in Salesforce ?
10 How can we identify that which is standard object or which one is custom object ?
11 What is field in Salesforce and explain different types of fields in Salesforce ?
12 Please tell me the some standard field name in Salesforce ?
13 What is the difference between lookup and master detail relationship ?
14 Can we convert Master detail relationship into lookup ? If yes then how can we concert ?
15 Can we convert lookup relationship into lookup relationship in Salesforce ? If yes then how can we
convert ?
16 What is tab and explain the types of tab in Salesforce ?
17 What is record in Salesforce ?
18 What is application in Salesforce and explain the types of salesforce ?
19 What is Roll up Summary and its types in Salesforce ?
20 How can we create many to many relationship in salesforce ?
Automation Tools (Flows)
21 What are the automation tools available in salesforce ?
22 What is lightning flow and its types ?
23 Difference between flows and trigger ?
Report and Dashboard
24 What is Report in Salesforce?
25 What are the types of reports in salesforce ?
26 Can we schedule reports in Salesforce ?
27 What is Dashboard in Salesforce ?
28 Can we schedule dashboard in Salesforce?
29 Static Dashboard vs Dynamic Dashboard
Data Security
30 What is security Model in Salesforce ?
31 What is Profile in Salesforce ?
32 What is the difference between Role and Permission Set in Salesforce ?
33 What are way of sharing a record in Salesforce ?
34 What is sharing rule in Salesforce ?
35 What is mannual sharing ?
36 What is owd in Salesforce ?
37 What is Record Type ?
38 What is Page Layout in Salesforce ?
Apex Class
39 What is apex in Salesforce ?
40 What are the different data types in Apex ?
41 Is Apex case sensitive programming ?
42 What is the best practice of apex class in Salesforce ?
43 What are the collection in apex ?
44 What is List in Apex ?
45 What is Set in Apex ?
46 What is map in Apex ?
47 What is the difference between map and List ?
48 What is the difference between Set and List ?
49 What are the methods available in map ?
Apex Trigger
50 What is apex trigger in Salesforce ?
51 What is the context variable in apex trigger ?
52 What are the event in Apex trigger ?
53 What is the best practices of trigger ?
54 Can we avoid recursion in apex trigger ? If yes then how ?
55 Explain some context variable in apex trigger ?
56 Trigger.old vs trigger.new
57 Trigger.oldmap vs trigger.newmap
58 What are the types of Apex Trigger ?
59 When we use before trigger or after trigger ?
Aura Component
60 What is Aura Framework ?
61 What is Aura Bundle ?
62 What is helper file in Bundle ?
63 Design file vs style file in bundle ?
64 What is Attribute in Aura ?
65 What is Aura Method in Aura Component ?
66 How can we communicate two Component which is related to each other (Parent to child) ?
67 How can we communicate two Component which is related to each other (child to parent) ?
68 What is event in aura component and it's types?
69 Explain some interfaces in Aura ?
70 How can we add aura component in home page ans which interfaces will we use to available page on
home page in aura component ?
Lightning Web Component (LWC)
71 What is LWC framework ?
72 What is the Difference between Aura vs LWC ?
73 What is decorator and different types of decorators in lwc ?
74 Why do we use wire decorator in lwc ?
75 Explain the different ways of retrieving data from apex in lwc ?
76 What is imperative call ?
77 Why do we use cacheable = True ?
78 What is data binding in lwc ?
79 How can we communicate two component (Parent to child) in lwc ?
80 How can we communicate two comonent (child to parent) in lwc ?