Salesforce CRT-450 - Salesforce Certified Platform Developer 1 (SP25)
What does the Lightning Component framework provide to developers?
A developer is asked to write helper methods that create test data for unit tests.
What should be changed in the TestUtils class so that its methods are only usable by unit test methods?
While writing an Apex class, a developer wants to make sure that all functionality being developed is handled as specified by the requirements.
Which approach should the developer use to be sure that the Apex class is working according to specifications?
How can a developer check the test coverage of autolaunched Flows before deploying them in a change set?
A developer must perform a complex SOQL query that joins two objects in a Lightning component.
How can the Lightning component execute the query?
How is a controller and extension specified for a custom object named "Notice" on a Visualforce page?
Which Apex class contains methods to return the amount of resources that have been used for a particular governor, such as the number of DML statements?
What should be used to create scratch orgs?
Universal Containers has a support process that allows users to request support from its engineering team using a custom object,
Engineering Support c.
Users should be able to associate multiple Engineering Support __c records to a single Opportunity record. Additionally, aggregate information
about the Engineering Support _c records should be shown on the Opportunity record.
Which relationship field should be implemented to support these requirements?
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?