A developer created these three Rollup Summary fields in the custom object, Project_______c:
The developer is asked to create a new field that shows the ratio between rejected and approved timesheets for a given project.
Which should the developer use to implement the business requirement in order to minimize maintenance overhead?
A. Record-triggered flow
B. Formula field
C. Apex trigger
D. Field Update actions
A custom Visualforce controller calls the ApexPages,addMessage () method, but no messages are rendering on the page. Which component should be added to the Visualforce page to display the message?
A.
B.
C.
D.
A development team wants to use a deployment script to automatically deploy to a sandbox during their development cycles. Which two tools can they use to run a script that deploys to a sandbox? Choose 2 answers
A. VSCode
B. Change Sets
C. SFDX CLI
D. Developer Console
As part of a data cleanup strategy, AW Computing wants to proactively delete associated opportunity records when the related Account is deleted. Which automation tool should be used to meet this business requirement?
A. Workflow Rules
B. Scheduled job
C. Record-Triggered Flow
D. Process Builder
which statement is true regarding execution order when triggers are associated to the same object and event?
A. Trigger execution order cannot be guaranteed.
B. executed In the order they are modified.
C. Triggers are executed alphabetically by trigger name.
D. Triggers are executed in the order they are created.
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 t report multiple bugs and bugs can also be reported by multiple companies. What is needed to allow this reporting?
A. Roll-up summary field of Bug c on Account
B. Junction object between Bug c and Account
C. Lookup field on Bug c to Account
D. Master-detail field on Bug c to Account
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
A. Create a Dynamic Form,
B. Add a Dynamic Action to the Account Record Page.
C. Create a Custom Permission for the users.
D. Add a Dynamic Action to the Users' assigned Page Layouts.
E. Create a Lightning wet> component.
A developer needs to implement a custom SOAP Web Service that is used by an external Web Application. The developer chooses to Include helper methods that are not used by the Web Application In the Implementation of the Web Service Class. Which code segment shows the correct declaration of the class and methods?
A. Option A
B. Option B
C. Option C
D. Option D
Universal Container* decides to use purely declarative development to build out a new Salesforce application. Which two options can be used to build out the business logic layer for this application? Choose 2 answer
A. Validation Rules
B. Remote Actions
C. Record- Triggered flow
D. Batch Jobs
Universal Containers has a Visualforce page that displays a table of every Container_c. being ……. Is falling with a view state limit because some of the customers rent over 10,000 containers. What should a developer change about the Visualforce page to help with the page load errors?
A. Use Lazy loading and a transient List variable.
B. Use JavaScript remoting with SOQL Offset.
C. Implement pagination with an OffsetController.
D. Implement pagination with a StandardSetController,
Developers at Universal Containers (UC) use version control to share their code changes, but they notice that when they deploy their code to different environments they often have failures. They decide to set up Continuous Integration (CI). What should the UC development team use to automatically run tests as part of their CI process?
A. Force.com Toolkit
B. Salesforce CLI
C. Visual Studio Code
D. Developer Console
When a user edits the postal Code on an Account, a custom Account text field named. Timezone‘ must be updated based on the values in a PostalCodeToTimezone_c custom ogject. Which two automationtools can be used to implement this feature? Choose 2 answers
A. Approval process
B. Fast field Updates record-triggered flow
C. Quick actions
D. Account trigger
Page 3 out of 20 Pages |
Previous |