Where can the custom roll-up summary fields be created using Standard Object relationships? (Choose 3)
Where can the custom roll-up summary fields be created using Standard Object relationships? (Choose 3)A . On Opportunity using Opportunity Product records.B . On Account using Case records.C . On Quote using Order records.D . On Campaign using Campaign Member records.E . On Account using Opportunity records.View AnswerAnswer: A, D,...
Which two platform features align to the Controller portion of MVC architecture? (Choose two.)
Which two platform features align to the Controller portion of MVC architecture? (Choose two.)A . Process Builder actionsB . Workflow rulesC . Standard objectsD . Date fieldsView AnswerAnswer: A,B
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...
What are three characteristics of static methods? (Choose three.)
What are three characteristics of static methods? (Choose three.)A . Initialized only when a class is loadedB . A static variable outside of the scope of an Apex transactionC . Allowed only in outer classesD . Allowed only in inner classesE . Excluded from the view state for a Visualforce...
How can the developer create the page to enforce Field Level Security and keep future maintenance to a minimum?
A developer needs to create a Visualforce page that displays Case data. The page will be used by both support reps and support managers. The Support Rep profile does not allow visibility of the Customer_Satisfaction__c field, but the Support Manager profile does. How can the developer create the page to...
What should the developer do to deploy to production?
A developer created a Visualforce page and a custom controller with methods to handle different buttons and events that can occur on the page. What should the developer do to deploy to production?A . Create a test class that provides coverage of the Visualforce page.B . Create a test page...
What should the developer do to deploy to production?
A developer created a Visualforce page and a custom controller with methods to handle different buttons and events that can occur on the page. What should the developer do to deploy to production?A . Create a test class that provides coverage of the Visualforce page.B . Create a test page...
What is the result of the debug statements in testMethod3 when you create test data using testSetup in below code?
What is the result of the debug statements in testMethod3 when you create test data using testSetup in below code? A . Account0.Phone=333-8781, Account1.Phone=333-8780B . Account0.Phone=888-1515, Account1.Phone=999-2525C . Account0.Phone=333-8780, Account1.Phone=333-8781D . Account0.Phone=888-1515, Account1.Phone=999-1515View AnswerAnswer: C
What is an accurate statement about variable scope? (Choose 3)
What is an accurate statement about variable scope? (Choose 3)A . Parallel blocks can use the same variable name.B . A variable can be defined at any point in a block.C . Sub-blocks cannot reuse a parent block's variable name.D . Sub-blocks can reuse a parent block's variable name if...
What should a developer do to meet these requirements?
The operation manager at a construction company uses a custom object called Machinery to manage the usage and maintenance of its cranes and other machinery. The manager wants to be able to assign machinery to different constructions jobs, and track the dates and costs associated with each job. More than...