Sunteți pe pagina 1din 5

Salesforce Interview Question

1. how you can install package from personal org to company sandbox deployment
process
3. why do we prefer custom object over custom settings
4. can I call a future method from batch class
5. write a test class for batch class
6. pass data from vf page to controller
7. Actionparams in the action function
8. oops concept in salesforce
9. polymorphism in apex
10. overloading a constructor
11. method overriding
12. assert statement in the test class
13. how can we maintain the chain of batch classes
14. want to change the value of field(max 100 allowed using validation rule) from 50 to
200 using workflow, will it change, 2. want to update to 200 using before insert, then will
it change
15. how many batch classes we can run at the same time
16. how can I restrict access of RECORDS from higher hierarchy level
17. how can I stop the execution of trigger, workflow and validation rules while data
uploader
18. running time-dependent workflow at less than minimum time
19. different criteria of workflow
20. workflow actions
21. pagination implementation, standard set controller
22. changeset
23. validation rule to skip picklist values
24. inline VF pages display the same object data
25. difference between Enterprise WSDL and partner WSDL
26. permission set and profile
27. can we write DML and SOQL in the constructor
28. profile is same, no record type change, how can I control the visibility of fields
29. role hierarchy custom top-level visibility
30. execution order
31. workflow trigger
32. vf pages
33. ways u can call the controller method
34. email service
35. show account and contacts on vf page, optimization
36. search account from vf page.. input.. ways u can achieve
37. undelete
38. does after trigger work on delete
39. hierarchy level custom setting
40. how to take the backup of your org or metadata
41. how can I deploy my components
42. challenges you have faced in your project
43. how to fetch data of custom settings
44. custom label
45. how can I show the picklist value as the US if user login from US, picklist value
cannot be changed
46. what is an extension, how to create an extension
47. how to override the functionality of standard buttons
48. email to case
49. test class consideration
50. how to display the count of total execution of executing method in batch class
51. diff between database.update and update
52. what parameters does start method of batch class takes
53. assign apex class in vf email template
54. bucket list in report
55. view state of visual force page
56. visualforce sites
57. difference between sales and service cloud
58. difference between process builder and workflow
59. how can i use ajax in visualforce (with or without vf tags)
60. why do we use one test class per controller
61. dynamic apex
62. apex class syntax
62.1. Enforce Field-Level Security Permissions for SOQL Queries (Beta)
63. display records on page load
64. display account, opportunity and contacts on single vf page
65. calling callouts in trigger
66. can we use dml statement in constructor
67. sendredirect method and pagereference
68. commandbutton's action rerender child panel and oncomplete event rerender parent
panel, how many time rerendring happen
69. event in undelete ( before or after)
70. map<sObject,string>
71. can i skip any method of batch class
72. can i deploy so many validation rules at once in production
73. roll up summary average
74. workflow1- a->b.... wf2- b->a.... chain
75. can i restore deleted items, deleted from recycle bin, hard delete
76. object level security controlled by
77. formula field in before trigger
78. salesforce security model
79. transient and static keyword
80. account object owd
81. can we call a batch class from future method
82. diff bw inputfield and inputtext
83. diff bw actionfunction and remoteaction
84. apex:detail
85. if two extension have same method than which will run
86. what parameters does future method accept
87. why future method does not accept sobjects
88. freeze and activate button on user profile, can we delete a user in salesforce
89. diff bw rest and soap
90. return type start method batch class
91. iterator in batch class
92. visualforce components
93. two parameter that are used for integration
94. deploy custom settings
95. diff betweem soql and sosl
96. can we update child record field from parent object in worlflow- no
97. what is viewstate and how to reduce size of viewstate
98. savepoint and rollback
99. iterate through map or set in Visualforce
100. options available in owd
101. what is scontrol
102. mergefields in Visualforce
103. Salesforce architecture
104. flex queue, apex jobs difference
105. rollup summary for lookup
106. who gets the ownership in two master detail field
107. with sharing and without sharing
108. external id use in Salesforce
109. apex governor limits
110. restriction of permission sets
111. validation error in apex class
112. can test method be private
113. why data loader uses csv format
114. difference between actionfunction and JavaScript remoting
115. hide custom settings from user
116. can we make batch classes synchronous
117. visualforce page, apex class, test method, future method, apex trigger, batch apex
consideration/best practices
118. can we pick user name from visualforce page in approval process
119. what should we use, remoteaction or actionfunction, which is best
120. can static variable be transient
121. how to use assert statement for batch apex test method
122. standard junction object in salescloud
123. find count of active contacts for each account in given set
124. default page load time to throw timeout exception
125. pagination in Salesforce standardrecordset or offset
126. actionstatus and actionsupport difference
127. what happens if batch is terminated in between
128. can we have multiple active approval request on the same object
129. how to redirect to different vf page when clicked on edit page based on user profile

130. Trigger.newmap in before insert


131. If scheduled job user leaves company, how you can reschedule it
132. How to avoid Bulk API upload’s row lock error for same parent records. Or
how process them serially
133. How
134. Can a trigger call a batch class? - Yes

new newM ol oldM


ap d ap
Before Yes(without id)
Insert
After Insert Yes (record can be Yes
modified)
Before Yes Yes Ye Yes
Update s
After Yes (record can be Yes Ye Yes
Update modified) s
Before Ye Yes
Delete s
After Ye Yes
Delete s
After Yes (record can be Yes
Undelete modified)

==============new=============

1. what is cross site scripting


2. why do we need my domain enabled for lightning
3. limitations of lightning out
4. different lightning interfaces
5. difference between application event and component event
6. use case of both events
7. why do we prefer component event over application event
8. different use case of helper and controller
9. why do we prefer lightning namespace component over SLDS
10. default namespace in lightning, how to create your namespace
11. request and response mechanism in lightning framework
12. can we write data from lightning app
13. does lightning app supports component event, why does it not support many
standard events

S-ar putea să vă placă și