Join the discussion
Add Comments
- Other Question (172q)
- Q1. What is the transaction limit on the max timeout for all callouts?...
- Q2. Given the following code, what value Will be output in the logs by line #8? 1 Contact con ...
- Q3. When developing a Visualforce page that will be used by a global organization that does bu...
- Q4. A developer created a Lightning web component that uses a Lightning-record-edit-form to co...
- Q5. Universal Containers uses Salesforce to track orders in an order__c object. The order = ob...
- Q6. ABC Company has an Apex process that makes multiple extensive database operation and web s...
- Q7. A developer has created a Lightning web component that uses the getRecord wire adapter. Wh...
- Q8. Consider the above trigger intended to assign the Account to the manager of the Account''s...
- Q9. A developer writes the following code: (Exhibit) While testing the code, the developer rec...
- Q10. A developer has a Visualforce page that automatically assigns ewnership of an Account to a...
- Q11. A company wants to implement a new call center process for handling customer service calls...
- Q12. Universal Containers (UC) has an CRP system that stores customer information. When an Acco...
- Q13. A company requires an external system to be notified whenever an account is updated. trigg...
- Q14. Which three actions must be completed in a Lightning web component for a JavaScript file i...
- Q15. What is the value of "i" printed by the System.debug statement, if the value of "j" is 2 a...
- Q16. What is a limitation of a "getxxx" method (for example, getName) in a custom Visualforce c...
- Q17. A developer Is asked to develop a new AppExthange application. A feature of the program cr...
- Q18. A Visualforce page needs to make a callout to get biding information and tax information f...
- Q19. What tool in the Developer Console contains information on SOQL query Cardinality?...
- Q20. A developer has built a multi-page wizard using a single Custom Controller to query and up...
- Q21. How can a developer efficiently incorporate multiple JavaScript libraries in an Aura compo...
- Q22. A developer has a test class that creates test data before making a mock callout but now r...
- Q23. A developer wants to create a Visualforce page that allows a user to search for a given ac...
- Q24. Customer billing data must be added and updated into Salesforce from a remote system on a ...
- Q25. A developer writes a Lightning web component that displays a dropdown list of all custom o...
- Q26. In an organization that has multi-currency enabled, a developer Is tasked with building a ...
- Q27. A developer is tasked with ensuring that email addresses entered into the system for Conta...
- Q28. Which tool in the Developer Console can a developer use to monitor the cardinality and the...
- Q29. A developer created a Lightning web component for the Account record page that displays th...
- Q30. What is a valid request for the following REST method: @HttpPost global static void myPost...
- Q31. A custom field Exec_Count_c of type Number is created on an Account object. An account rec...
- Q32. What are three benefits of using declarative customizations over code? Choose 3 answers...
- Q33. Which method should be used to convert a Date to a String in the current user's locale?...
- Q34. Which Salesforce feature allows a developer to see when a user last logged in to Salesforc...
- Q35. A Salesforce developer is hired by a multi-national company to build a custom Lightning ap...
- Q36. A company uses a custom-built enterprise resource planning (ERP) system to handle order ma...
- Q37. Which three approaches should a developer implement to obtain the best performance for dat...
- Q38. What is the transaction limit for the number of records per DML statement?...
- Q39. What is the transaction limit on the recursive trigger depth?...
- Q40. trigger AssignOwnerByRegion on Account ( before insert, before update ) { List<Account&...
- Q41. A developer is working on code that requires a call to an external web service from a batc...
- Q42. REST uses...
- Q43. A developer needs test data for Apex test classes. What can the developer use to provide t...
- Q44. What is the transaction limit for the number of DML statements allowed?...
- Q45. A developer created a custom component to display an HTML table. The developer wants to be...
- Q46. A company decides that every time an Opportunity is created, they want to create a follow ...
- Q47. Choose the correct definition for <apex:actionFunction>....
- Q48. Universal Containers wants to notify an external system in the event that an unhandled exc...
- Q49. An Apex trigger creates a Contract record every time an Opportunity record is marked as Cl...
- Q50. What is the optimal syntax for adding a link to a case in a Visualforce page? Choose 2 ans...
- Q51. A developer is writing code that requires making callouts to an external web service. Whic...
- Q52. The Bulk API__________.
- Q53. An org has an existing process, built using Process Builder, on Opportunity that sets a cu...
- Q54. A company wants to run different logic based on an Opportunity's record type. Which code s...
- Q55. Which use case can only be performed by using asynchronous Apex?...
- Q56. Which of the following exceptions cannot be caught and will force an error? (Choose three....
- Q57. The SOAP API __________.
- Q58. Refer to the code snippet below: (Exhibit) As part of an Integration development effort, a...
- Q59. The test method above tests an Apex trigger that the developer knows will make a lot of qu...
- Q60. The Salesforce admin et Cloud Kicks created a custom object called Region_c to store all p...
- Q61. A company recently deployed a Visualforce page with a custom controller that has a data gr...
- Q62. A developer writes the following Apex trigger so that when a Case is closed, a single Surv...
- Q63. The Account object has a field, Audit_Code_c, that is used to specify what type of auditin...
- Q64. What is the transaction limit on the number of "sendEmail" method calls?...
- Q65. Which of the follow be used together in DML operations (transaction)? (Choose two.)...
- Q66. A developer receives an error when trying to call a global server-side method using the @r...
- Q67. What should a developer use to query all Account fields for the Acme account in their sand...
- Q68. A developer has a Visual force page that automatically assign ownership of an Account to a...
- Q69. An Apex Trigger creates a Contract record every time an Opportunity record is marked as Cl...
- Q70. Which API can be used to execute unit tests? (Choose three.)...
- Q71. Which method should be used to convert a Date to a String in the current user's locale?...
- Q72. When the sales team views an individual customer record, they need to see recent interacti...
- Q73. Choose the correct definition for <apex:actionStatus>...
- Q74. Which tag should a developer use to display different text while an <apex:commandButton...
- Q75. A developer is creating a Lightning web component to display a calendar. The component wil...
- Q76. A developer is debugging an Apex-based order creation process that has a requirement to ha...
- Q77. Just prior to a new deployment the Salesforce administrator, who configured a new order fu...
- Q78. Universal Containers allows customers to log into a Salesforce Community and update their ...
- Q79. Which use case is an appropriate fit for the future asynchronous Apex method? (Choose two....
- Q80. Consider the following code snippet: (Exhibit) Which two steps should the developer take t...
- Q81. A Visualforce page contains an industry select list and displays a table of Accounts that ...
- Q82. Instead of waiting to send emails to support personnel directly from the finish method of ...
- Q83. Choose the correct definition for <apex:actionRegion>....
- Q84. An Apex trigger creates an Order__c record every time an Opportunity is won by a Sales Rep...
- Q85. Exhibit: (Exhibit) What can be done to improve the performance of the insert trigger shown...
- Q86. A company represents their customers as Accounts in Salesforce. All customers have a uniqu...
- Q87. An org contains two custom objects; Building__c and Office__c. Office__c has a Lookup fiel...
- Q88. Code must have X% overall code coverage.
- Q89. A Lightning web component exists in the system and displays information about the record i...
- Q90. The Metadata API___________.
- Q91. Global with sharing class MyRemoter { public String accountName { get; set; } public stati...
- Q92. 0f Universal Containers uses Big Objects to store almost a billion customer transactions c...
- Q93. A developer created an Apex class that makes outbound RESTful callout. The following was c...
- Q94. A developer has working business logic code, but sees the following error in the test clas...
- Q95. What is a benefit of JavaScript remoting over Visualforce Remote Objects?...
- Q96. Exhibit. (Exhibit) A developer created a JavaScript function as a part of a Lightning web ...
- Q97. What is the transaction limit on the max execution time?...
- Q98. Consider the following code snippet: (Exhibit) A developer created the following test clas...
- Q99. As part of their quoting and ordering process, a company needs to send POFs to their docum...
- Q100. Recently a Salesforce org's integration failed because it exceeded the number of allowed A...
- Q101. A developer Is writing a Listener for implementing outbound messaging. Which three conside...
- Q102. When developing a Lightning web component, which setting displays lightning-layout-items i...
- Q103. A developer built a Component to be used at the front desk for guests to self-register upo...
- Q104. Which statement is true regarding savepoints?
- Q105. Which technique can run custom logic when a Lightning web component is loaded?...
- Q106. A company uses a custom-built enterprise resource planning (ERP) system to handle order ma...
- Q107. A developer must create a custom pagination solution for accessing approximately 2000 reco...
- Q108. A user receives the generic "An internal server error has occurred" while interacting with...
- Q109. Developer wishes to improve runtime performance of Apex calls by caching results on the cl...
- Q110. Account object has a field, Audit_Code__, that is used to specify what type of auditing th...
- Q111. A developer is writing unit tests for the following method: public static Boolean isFreezi...
- Q112. Consider the following code snippet: (Exhibit) Which governor limit is likely to be exceed...
- Q113. Consider the code above. (Exhibit) When a user dicks on the Link of a Contact's name, what...
- Q114. When testing batch classes, what must a developer do? (Choose two.)...
- Q115. A developer is tasked with ensuring that email addresses entered into the system for Conta...
- Q116. Business rules require a Contact to always be created when a new Account is created. What ...
- Q117. An Apex trigger creates an order co record every time an Opportunity is won by 2 Sales Rep...
- Q118. Code must have X% overall code coverage.
- Q119. A company recently deployed a Visualforce page with a custom controller that has a data gr...
- Q120. An org has a requirement that the Shipping Address on the Account must be validated by a t...
- Q121. A developer is writing a Jest test for a Lightning web component that conditionally displa...
- Q122. Which statement is true regarding savepoints?
- Q123. Which tag should a developer use to display different text while an <apex:commandButton...
- Q124. A Visuzlforce page loads slowly due to the large amount of data it displays. Which strateg...
- Q125. Universal Containers has an Apex trigger on Account that creates an Account Plan record wh...
- Q126. A company has a custom object. Order__c, that has a custom picklist field. Status__c, with...
- Q127. Which of the following variables are not transmitted in the view state? (Choose two.)...
- Q128. Which of the following exceptions cannot be caught and will force an error? (Choose three....
- Q129. What is the correct order of execution for Visualforce Page "get" requests (initial page v...
- Q130. The use of the transient keyword In Visualforce Page Controllers helps with which common p...
- Q131. A developer creates an application event that has triggered an infinite loop. What may hav...
- Q132. Which statement is considered a best practice for writing bulk safe Apex triggers?...
- Q133. In which of the following scenarios would it be acceptable to use programmatic sharing ins...
- Q134. The Account edit button must be overridden in an org where a subset of users still use Sal...
- Q135. After a Platform Event is defined in a Salesforce org, events can be published via which t...
- Q136. A company uses Salesforce to sell products to customers. They also have an external produc...
- Q137. Refer to the exhibit (Exhibit) Users of this Visualforce page complain that the page does ...
- Q138. Which of the following standard fields are indexed? Choose three answers...
- Q139. A developer is trying to access org data from within a test class. Which sObject type requ...
- Q140. Universal containers needs to integrate with several external systems. The process is init...
- Q141. The head of recruiting at Universal Containers wants to provide all internal users the abi...
- Q142. What is a consideration when testing batch Apex? Choose 2 answers...
- Q143. Consider the following code snippet: (Exhibit) Which governor limit is likely to be exceed...
- Q144. Refer to the code snippet below: (Exhibit) When a Lightning web component is rendered, a l...
- Q145. A company notices that their unit tests in a test class with many methods to create many r...
- Q146. When developing a Lightning web component, which setting displays lightninglayout-items im...
- Q147. Which statement is true regarding both Flow and Lightning Process? (Choose two.)...
- Q148. Universal Containers wants to notify an external system in the event that an unhandled exc...
- Q149. A developer is writing a Visualforce page that queries accounts in the system and presents...
- Q150. (Exhibit) What should be added to the setup, in the location indicated, for the unit test ...
- Q151. Consider the following code snippet: (Exhibit) The Apex method is executed in an environme...
- Q152. A developer wishes to improve runtime performance of Apex calls by caching results on the ...
- Q153. A company has a custom object, Sales Demo Request, that has a lookup to an Opportunity. It...
- Q154. Universal Containers ne=ds to integrate with several external systems. The process Is Init...
- Q155. If a developer wanted to display error messages with the standard Salesforce UI styling, w...
- Q156. A developer is writing a complex application involving triggers, workflow rules, Apex clas...
- Q157. When calling a RESTful web service, a developer receives a JSON payload that has a data hi...
- Q158. The SOAP API_________.
- Q159. A developer has a requirement to query three fields (Id, Name, Type) from an Account; and ...
- Q160. Universal Containers is implementing a new approval process for expense reimbursements. Th...
- Q161. Exhibit: (Exhibit) Consider the above trigger intended to assign the Account to the manage...
- Q162. How can the DISTANCE and GEOLOCATION functions be used i|n SOQL queries? (Choose two.)...
- Q163. A company has a custom component that allows users to search for records of a certain obje...
- Q164. How can the DISTANCE and GEOLOCATION functions be used in SOQL queries? Choose 2 answers...
- Q165. Universal Containers (UC) has custom Order and Order Line objects that represent orders pl...
- Q166. Consider the following code snippet: (Exhibit) Choose 2 answers...
- Q167. When developing a Visualforce page that will be used by a global organization that does bu...
- Q168. Refer to the test method below: (Exhibit) An external system with Account information and ...
- Q169. An org records customer order information in a custom object, ordar__c, that has fields fo...
- Q170. Which use case is an appropriate fit for the @future asynchronous Apex method? Choose 2 an...
- Q171. Universal Containers stores user preferences in a Hierarchy Custom Setting, User_prefs_c, ...
- Q172. The Account object has a field, auais_Code__c, that is used to specify what type of auditi...
