What should you do next?

You are the global administrator for an Azure Active Directory (Azure AD) tenant named adatum.com. From the Azure Active Directory blade, you assign the Conditional Access Administrator role to a user You need to ensure that Admin1 has just-in-time access as a conditional access administrator. What should you do next?A...

September 7, 2019 No Comments READ MORE +

How should the Developer overcome this problem?

While writing a test class that covers an OpportunityLineItem trigger, a Developer is unable to create a standard PriceBook since one already exists in the org. How should the Developer overcome this problem?A . Use Test.getStandardPricebookId() to get the standard PriceBook IC . Use @IsTest(SeeAllData=true) and delete the existing standard...

September 7, 2019 No Comments READ MORE +

What is a benefit of the lightning component framework?

What is a benefit of the lightning component framework?A . Better integration with Force.com sitesB . Better performance for custom Salesforce1 Mobile AppsC . More Centralized control via server-side logicD . More pre-built components to replicate the salesforce look and feelView AnswerAnswer: D

September 7, 2019 No Comments READ MORE +

How can a developer set up a debug log on a specific user?

How can a developer set up a debug log on a specific user?A . It is not possible to setup debug logs for users other than yourself.B . Ask the user for access to their account credentials, log in as the user and debug the issue.C . Create Apex code...

September 7, 2019 No Comments READ MORE +

Which approach should be used to provide test data for a test class?

Which approach should be used to provide test data for a test class?A . Query for existing records in the database.B . Execute anonymous code blocks that create data.C . Use a test data factory class to create test data.D . Access data in @TestVisible class variables.View AnswerAnswer: C

September 5, 2019 No Comments READ MORE +

Which three declarative fields are correctly mapped to variable types in Apex? (Choose three.)

Which three declarative fields are correctly mapped to variable types in Apex? (Choose three.)A . Number maps to Decimal.B . Number maps to Integer.C . TextArea maps to List of type String.D . Date/Time maps to Dateline.E . Checkbox maps to Boolean.View AnswerAnswer: A,D,E

September 5, 2019 No Comments READ MORE +

How are the selected values represented in Apex?

In a single record, a user selects multiple values from a multi-select picklist. How are the selected values represented in Apex?A . As a String with each value separated by a commaB . As a Set with each value as an element in the setC . As a String with...

September 5, 2019 No Comments READ MORE +

Which type of information is provided by the Checkpoints tab in the Developer Console? (Choose 2)

Which type of information is provided by the Checkpoints tab in the Developer Console? (Choose 2)A . NamespaceB . TimeC . ExceptionD . Debug StatementView AnswerAnswer: A, B

September 5, 2019 No Comments READ MORE +

Which resource can be included in a Lightning Component bundle? Choose 2 answers

Which resource can be included in a Lightning Component bundle? Choose 2 answersA . Apex classB . Adobe FlashC . JavaScriptD . DocumentationView AnswerAnswer: C, D

September 2, 2019 No Comments READ MORE +

For which three items can a trace flag be configured? (Choose three.)

For which three items can a trace flag be configured? (Choose three.)A . Apex TriggerB . Apex ClassC . Process BuilderD . UserE . VisualforceView AnswerAnswer: A,B,D

September 2, 2019 No Comments READ MORE +