CRT-450試験無料問題集「Salesforce Certified Platform Developer I 認定」

A developer identifies the following triggers on the Expense __c object:
The triggers process before delete, before insert, and before update events respectively.
Which two techniques should the developer implement to ensure trigger best practices are followed?

Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
A developer is designing a new application on the Salesforce platform and wants to ensure it can support multiple tenants effectively.
Which design framework should the developer consider to ensure scalability and maintainability?

解説: (GoShiken メンバーにのみ表示されます)
A developer writes a trigger on the Account object on the before update event that increments a count field. A workflow rule also increments the count field every time that an Account is created or updated. The field update in the workflow rule is configured to not re-evaluate workflow rules.
What is the value of the count field if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account?

解説: (GoShiken メンバーにのみ表示されます)
The values 'High', 'Medium', and 'Low' are Identified as common values for multiple picklist across different object. What is an approach a developer can take to streamline maintenance of the picklist and their values, while also restricting the values to the ones mentioned above?

解説: (GoShiken メンバーにのみ表示されます)
A Developer Edition org has five existing accounts. A developer wants to add 10 more accounts for testing purposes.
The following code is executed in the Developer Console using the Execute Anonymous window:

How many total accounts will be in the org after this code is executed?

解説: (GoShiken メンバーにのみ表示されます)
A developer is creating an app that contains multiple Lightning web components.
One of the child components is used for navigation purposes. When a user click a button called.. component, the parent component must be alerted so it can navigate to the next page.
How should this be accomplished?

解説: (GoShiken メンバーにのみ表示されます)
Which two are best practices when it comes to component and application event handling? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Cloud kicks has a muli-screen flow its call center agents use when handling inbound service desk calls.
At one of the steps in the flow, the agents should be presented with a list of order number and dates that are retrieved from an external odrer management system in real time and displayed on the screen.
What shuold a developer use to satisfy this requirement?

解説: (GoShiken メンバーにのみ表示されます)
A primaryid_c custom field exists on the candidate_c custom object. The filed is used to store each candidate's id number and is marked as Unique in the schema definition.
As part of a data enrichment process. Universal Containers has a CSV file that contains updated data for all candidates in the system, the file contains each Candidate's primary id as a data point. Universal Containers wants to upload this information into Salesforce, while ensuring all data rows are correctly mapped to a candidate in the system.
Which technique should the developer implement to streamline the data upload?

解説: (GoShiken メンバーにのみ表示されます)
Which action causes a before trigger to fire by default for Accounts?

解説: (GoShiken メンバーにのみ表示されます)
A developer is implementing an Apex class for a financial system. Within the class, the variables 'creditAmount' and 'debtAmount' should not be able to change once a value is assigned. In which two ways can the developer declare the variables to ensure their value can only be assigned one time? Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
A Lightning component has a wired property, searchResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, should be used?

解説: (GoShiken メンバーにのみ表示されます)
What should a developer use to fix a Lightning web component bug in a sandbox?

解説: (GoShiken メンバーにのみ表示されます)