01-Developer 1-85

01-Developer 1-85

Professional Development

83 Qs

quiz-placeholder

Similar activities

CSM Quiz #2

CSM Quiz #2

Professional Development

81 Qs

CompTIA IT 11

CompTIA IT 11

Professional Development

80 Qs

Mega Quiz

Mega Quiz

11th Grade - Professional Development

85 Qs

Project Management

Project Management

Professional Development

80 Qs

AWS Certified Solutions Architect Associate Exam Chapter 13 Quiz

AWS Certified Solutions Architect Associate Exam Chapter 13 Quiz

Professional Development

78 Qs

PM 220-1102

PM 220-1102

Professional Development

85 Qs

W01_W02_W07_DIP_SOFT

W01_W02_W07_DIP_SOFT

Professional Development

82 Qs

SC-900_Simulado 01

SC-900_Simulado 01

Professional Development

81 Qs

01-Developer 1-85

01-Developer 1-85

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Atakan Duzgun

Used 31+ times

FREE Resource

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.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?