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

Which three steps allow a custom Scalable Vector Graphic (SVG) to be included in a Lightning web component?
Choose 3 answers

正解:C,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which two operations affect the number of times a trigger can fire?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers (UC) uses out-of-the-box order management, that has a Master-Detail relationship between Order and Order Line Item.
UC stores the availability date on each Order Line Item and Orders are only shipped when all of the Order Line Items are available.
Which method should be used to calculate the estimated ship date for an Order?

解説: (GoShiken メンバーにのみ表示されます)
How can a developer check the test coverage of autolaunched Flows before deploying them in a change set?

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers is developing a new Lightning web component for their marketing department. They want to ensure that the component is fine-tuned and provides a seamless user experience.
What are some benefits of using the Lightning Component framework?

正解:A,B,C 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Consider the following code snippet for a Visualforce page that is launched using a Custom Button on the Account detail page layout.

When the Save button is pressed the developer must perform a complex validation that involves multiple objects and, upon success, redirect the user to another Visualforce page.
What can the developer use to meet this business requirement?

解説: (GoShiken メンバーにのみ表示されます)
In terms of the MVC paradigm, what are two advantages of implementing the view layer of a Salesforce application using Lightning Web Component-based development over Visualforce?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
A developer needs to allow users to complete a form on an Account record that will create a record for a custom object.
The form needs to display different fields depending on the user's job role, The functionality should only be available to a small group of users.
Which three things should the developer do to satisfy these requirements?
Choose 3 answers

正解:B,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A software company is using Salesforce to track the companies they sell their software to in the Account object. They also use Salesforce to track bugs in their software with a custom object, Bug__c.
As part of a process improvement initiative, they want to be able to report on which companies have reported which bugs. Each company should be able to report multiple bugs and bugs can also be reported by multiple companies.
What is needed to allow this reporting?

解説: (GoShiken メンバーにのみ表示されます)
While developing an Apex class with custom search functionality that will be launched from a Lightning Web Component, how can the developer ensure only records accessible to the currently logged in user are displayed?

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