Strona 1

Nowy SF

.Pytanie 1
A devloper needs to provide a way to mass edit, update and delete records from a list view. In which two ways can this be accomplished? Choose 2 answers
.Pytanie 2
Opportunity opp = [SELECT Id, StageName FROM Opportunity LIMIT 1]; Given the code above, how can a developer get the label for the StageName field?
.Pytanie 3
A developer wants to handle the click event for a lightning:button component. The onclick attribute for the component references a JavaScript function in which resource in the component bundle?
.Pytanie 4
Which statement is true about developing in a multi-tenant environment?
.Pytanie 5
Which two components are available to deploy using the Metadata API? Choose 2 answers
.Pytanie 6
A change set deployment from a sandbox to production fails due to a failure in a managed package unit test. The developer spoke with the managed package owner and they determined it is a false positive and can be ignored. What should the developer do to successfully deploy?
.Pytanie 7
A developer needs to create a custom Visualforce button for the Opportunity object page layout that will cause a web service to be called and redirect the user to a new page when clicked. Which three attributes need to be defined in the <apex:page> tag of the Visualforce page to enable this functionality? Choose 3 answers
.Pytanie 8
Which two statements can a developer use to throw a custom exception of type MissingFieldValueException? Choose 2 answers