
01-Developer 1-85
Authored by Atakan Duzgun
Computers
Professional Development
Used 31+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
83 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 5 pts
Which two settings must be defined in order to update a record of a junction object? Choose 2 answers
Read/Write access on the primary relationship
Read/Write access on the secondary relationship
Read access on the primary relationship
Read/Write access on the junction object
2.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Universal Containers uses Service Cloud with a custom field, Stage__c, on the Case object. Management wants to send a follow-up email reminder 6 hours after the Stage__c field is set to "Waiting on Customer". The Salesforce Administrator wants to ensure the solution used is bulk safe. Which two automation tools should a developer recommend to meet these business requirements?
Scheduled Flow
Record-Triggered Flow
Einstein Next Best Action
Entitlement Process
3.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Universal Containers has a Visualforce page that displays a table of every Container__c being rented by a given Account. Recently this page is failing 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?
Implement pagination with a StandardSetController.
Use JavaScript remoting with SOQL Offset.
Implement pagination with an OffsetController.
Use lazy loading and a transient List variable.
4.
MULTIPLE SELECT QUESTION
1 min • 5 pts
A developer completed modifications to a customized feature that is comprised of two elements: ● Apex trigger ● Trigger handler Apex class What are two factors that the developer must take into account to properly deploy the modification to the production environment? Choose 2 answers
All methods in the test classes must use @isTest.
At least one line of code must be executed for the Apex trigger.
Test methods must be declared with the testMethod keyword.
Apex classes must have at least 75% code coverage org-wide.
5.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
A developer has a requirement to write Apex code to update a large number of account records on a nightly basis. The system administrator needs to be able to schedule the class to run after business hours on an as-needed basis. Which class definition should be used to successfully implement this requirement?
global inherited sharing class ProcesAccountProcessor implements Database.Batchable<sObject>, Schedulable
global inherited sharing class ProceegAccountProcessor implements Queueable
global inherited sharing class ProceegAccountProceessor implements Database.Batchable<sObject>
global inherited sharing class ProcessAccountProcessor implements Schedulable
6.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
A Salesforce Administrator used Flow Builder to create a flow named "accountOnboarding". The flow must be used inside an Aura component. Which tag should a developer use to display the flow in the component?
aura: flow
aura-flow
lightning-flow
lightning: flow
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
An org tracks customer orders on an Order object and the line items of an Order on the Line Item object. The Line Item object has a Master/Detail relationship to the Order object. A developer has a requirement to calculate the order amount on an Order and the line amount on each Line Item based on quantity and price. What is the correct implementation?
Implement the line amount as a currency field and the order amount as a SUM formula field.
Write a single before trigger on the Line Item that calculates the item amount and updates the order amount on the Order.
Implement the line amount as a numeric formula field and the order amount as a roll-up summary field.
Write a process on the Line Item that calculates the item amount and order amount and updates the fields on the Line Item and the Order.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?