Wednesday 25 September 2024

Salesforce Latest Interview Questions Part 2

  1. What is Cloud Computing?
  2. What is Paas, Saas, Iaas?
  3. What is Sandbox and the Type of Sandbox in Salesforce?
  4. What is Object in Salesforce?
  5. What are the different types of object relations in Salesforce?
  6. What is a Master–Detail relationship in Salesforce?
  7. What is a junction object in Salesforce?
  8. How many LR(lookup relationship) fields can be created in an object?
  9. What is a Roll-up Summary field?
  10. How many way to create What is a Roll-up Summary field
  11. What is field dependency
  12. What is the difference between role and profile
  13. What are Permission sets?
  14. What is the use of muting permission set in permission set group
  15. How many ways we can share a record?
  16. What are Audit Fields in Salesforce?
  17. What is an Audit trail?
  18. What is a Queue in Salesforce?
  19. What is a Public Group
  20. What is the difference between static and dynamic dashboards in Salesforce?
  21. What are the different types of reports available in Salesforce?
  22. What is Report Type?
  23. What are WhoId and WhatId in activities?
  24. What is a bucket field in reports?
  25. Way to clean data in Salesforce
  26. Differences between Import wizard and Data loader
  27. What is “Data Skew” in Salesforce
  28. What is cascade deletion?
  29. What is a Flow?
  30. Types of flows in Salesforce
  31. Name a few global variables which are used in formula and validation rules.
  32. Is there any special permission available to edit read-only fields? Please explain
  33. What are the differences between Object-specific actions and global actions?
  34. Mention one impact point to check before deleting a role from the org.
  35. Let’s say I create two accounts a1 and a2. Now, I make a2 as the parent of a1. Now, what will happen if I try to make a1 parent of a2
  36. How do you pass the current record id to a screen flow? Also, is it possible to send the entire record?
  37. How do you check your org is in which release
  38. What is a big object? Give an example of a standard big object
  39. Is it possible to use formula field in roll up summary calculation which is referring to another object?
  40. Suppose there is a custom field which has a default value but not added to the page layout. Now, if you clone a record from the UI, what would be the value of the field in the new record?
  41. What is the consideration while deleting an approval process?
  42. What happens during Lead merging?
  43. What is Apex Hammer?
  44. How do you convert 15 digit record Id to 18 digit Id in formula and validation rule?
  45. Is it possible to hard delete records using data loader?
  46. Is it possible to show validation errors in screen flow?
  47. You have created a custom object. While creating a report on the object, you are not getting the option to select the object in the report builder. What could be the issue?
  48. What are the possible statuses of a permission set group?
  49. How can we enable email approval response? Mention a few response keywords which will approve/reject the request
  50. You are not getting an option to create list custom settings. Which setting needs to be enabled?
  51. Once a lead is converted it is not visible anymore in the UI. Is there any permission available to view converted leads?
  52. You are trying to convert a master detail relationship field to lookup relationship. But you are not able to see the change field type button. What could be the reason?
  53. One of the users in your org is not able to create campaigns. You checked the profile/ permission sets and ensured that he has access to create campaigns. What could be the reason?
  54. What happens when you try to delete a public group?
  55. What happens when you try to delete a queue?
  56. What is Sandbox and the Type of Sandbox in Salesforce?
  57. What is Cloud Computing?
  58. What is Iaas?
  59. What is PaaS?
  60. What is Saas?
  61. Type of Object Relationship in Salesforce?
  62. What is Junction Object in Salesforce?
  63. What is the difference between Role and Profiles?
  64. How many way we have in Salesforce for Sharing?
  65. What are Sharing Rules?
  66. What is Manual Sharing?
  67. What is Apex Sharing?
  68. Type of Flow in Salesforce?
  69. When to use Flow vs Apex?
  70. Best practices for Salesforce Flow?
  71. What is Apex? and when to use Apex over Flow?
  72. What are Apex Best practices in Salesforce?
  73. What is Apex Trigger? and When we should use Apex Trigger?
  74. What is Apex Trigger Handler pattern?
  75. What is Apex Trigger Framework? What are different Trigger Framework are available in Salesforce?
  76. What is Async Apex in Salesforce? How many way we have for Async processing?
  77. What is Batch job in Salesforce?
  78. What is difference between Stateful and Stateless batch job?
  79. What is mixed DML?
  80. What is Lightning Data Service?
  81. How to do communication between Lightning web component?
  82. How to call Apex class in Lightning web component and how many way we have and when to use which option?
  83. What are the basic difference between Application Event and Component Event in Aura component?
  84. What is lightning messaging service?
  85. What is lazy loading in LWC and how do lazy loading in LWC?
  86. What are Design Attributes in Lightning Web Components?
  87. What is web services?
  88. What is the difference between SOAP and REST?
  89. What is the difference between Enterprise WSDL and Partner WSDL?
  90. Explain about Integration Patterns?
  91. What is Integration?
  92. What are web services?
  93. What is the difference between JSON Vs. XML ?
  94. What is REST API?
  95. What is SOAP API?
  96. What is the difference between SOAP and REST?
  97. What all Integration options are available in Salesforce?
  98. What is WSDL?
  99. What is SoapUI?
  100. What is the difference between Enterprise WSDL and Partner WSDL?
  101. What is an Integration Pattern?
  102. Different types of Integration patterns available in Salesforce?
  103. What is remote site settings?
  104. What is a Connected App?
  105. What is OAuth?
  106. What different OAuth2.0 Authorization flows are available in Salesforce?
  107. What is JWT flow in Salesforce?
  108. What is web service flow in Salesforce?
  109. What are Named Credentials, and what is their use of them?
  110. What is OpenID Connect?
  111. Difference between OpenID and OAuth?
  112. What is Streaming API? Explain the different mechanism of Steaming API?
  113. What is Change Data Capture?
  114. What is Tooling API? Provide one example when you used it.
  115. What is Salesforce Connect?
  116. What are REST API Composite Resources
  117. What is Trigger in Salesforce?
  118. What are the two types of triggers in Salesforce?
  119. What is the use of trigger class in Salesforce?
  120. What are different events available in Triggers?
  121. When we should use trigger or automation?
  122. Best practice and consideration for Trigger?
  123. How many times trigger execute on an Upsert event
  124. How many times trigger execute on an Merge event
  125. Order of execution for Trigger
  126. When you will choose before event and when you will chose after event?
  127. What is the different between Trigger.New and Trigger.newMap?
  128. When we should use Trigger.Old
  129. How to void recursion in Trigger.
  130. How make callout from Trigger?
  131. Can we call a batch job from Trigger?
  132. What is Trigger Handler pattern?
  133. Have you used any trigger framework in Salesforce?
  134. Difference between Validation rules and Triggers?
  135. How can we extend any component in aura framework?
  136. How can you call one JS controller method from another JS controller method in aura?
  137. How do you pass value to the JS controller while using hyperlinks?
  138. What are the steps to add a lightning component in a vf page?
  139. How do you deactivate the paste functionality in lightning input?
  140. How to get the current user name and current user profile name in aura component without using apex?
  141. Explain data binding in the aura
  142. Why do we use @AuraEnabled annotation?
  143. Is it possible to use the value of another attribute or any custom label as the default value of one attribute in aura component instead of using hardcode?
  144. How do we restrict an aura component to be used in the record pages of only for particular Sobjects?
  145. LWC:
  146. wire function
  147. Lifecycle hooks
  148. event.StopPropogation() Vs Event.preventDefault()?
  149. Promise in async transactions?
  150. What are web components, Is LWC based on web components?
  151. What does composed = true does in an event?
  152. What are callback functions in LWC?
  153. Callback hell?
  154. Can I deploy component with empty css file?
  155. What is difference between var and let in JS?
  156. Do we have application events in LWC?
  157. What is difference between ‘==’ and ‘===’?
  158. What is String interpolation?
  159. What are template literals?
  160. Why do we put constants outside of class in LWC?
  161. What is reduce method in JS?
  162. How can you pass data between LWC components?
  163. How can you communicate from child to parent component in LWC?
  164. How do you handle asynchronous operations in LWC?
  165. How can you conditionally render elements in LWC?


No comments:

Post a Comment