Pytania i odpowiedzi

Nowy SF

Zebrane pytania i odpowiedzi do zestawu. fdfds
Ilość pytań: 111 Rozwiązywany: 4087 razy
Pytanie 101
A developer needs to import customer subscription records into Salesforce and attach them to existing Account records. Which two actions should the developer take to ensure the subscription records are related to the correct Account records? Choose 2 answers
Match an External Id Text field to a column in the imported file
Match the Id field to a column in the imported file.
Pytanie 102
A developer is asked to create a custom Visualforce page that will be used as a dashboard component. Which three are valid controller options for this page? Choose 3 answers
Use a custom controller
Use a custom controller with extensions
Do not specify a controller.
Pytanie 103
A developer needs to apply the look and feel of Lightning Experience to a number of applications built using a custom third-party JavaScript framework and rendered in Visualforce pages. Which option achieves this?
Incorporate Salesforce Lightning Design System CSS stylesheets into the JavaScript applications.
Pytanie 104
A developer can use the debug log to see which three types of information? Choose 3 answers
Resource usage and limits
Database changes
HTTP callouts to external systems
Pytanie 105
Which feature allows a developer to create test records for use in test classes?
Static Resources
Pytanie 106
Which three statements are true regarding cross-object formulas? Choose 3 answers
Cross-object formulas can reference fields from master-detail or lookup relationships
Cross-object formulas can reference fields from objects that are up to 10 relationships away
Cross-object formulas can expose data the user does not have access to in a record
Pytanie 107
Which governor limit applies to all the code in an Apex transaction?
Elapsed CPU time
Pytanie 108
A Platform Developer needs to implement a declarative solution that will display the most recent Closed Won date for all Opportunity records associated with an Account. Which field is required to achieve this declaratively?
Roll-up summary field on the Account object
Pytanie 109
A developer has lavaScript code that needs to be called by controller functions in multiple components by extending a new abstract component. Which resource in the abstract component bundle allows the developer to achieve this?
helper.js
Pytanie 110
Which two automation tools include a graphical designer? Choose 2 answers
Flow Builder
Process Builder
Pytanie 111
How can a developer get all of the available record types for the current user on the Case object?
Use Case.getRecordTypes().

Powiązane tematy

#it