Which three statements are correct about change sets? (Choose three.)
Which three statements are correct about change sets? (Choose three.)A . When a change set is deployed to production, by default, all unmanaged Apex tests will automatically be run.B . There is a feature that allows the user to validate a change set before deploying it.C . When a component...
How can these requirements be met?
Universal Containers is implementing a new lead status process and wants to be able to do the following: - Track leads through five different status values. - Run reports showing the duration a lead spends in each status. - Run full Lifetime reports of a lead from creation to conversion....
What is the correct way to automate this using an Apex trigger?
A company’s support process dictates that any time a Case is closed with a Status of "Could not fix," an Engineering Review custom object record should be created and populated with information from the Case, the Contact, and any of the Products associated with the Case. What is the correct...
What can the user expect regarding their ability to edit product support cases?
Users have been given Read/Write access to product support cases through criteria-based sharing rules. A user’s profile only has the Read permission for cases. What can the user expect regarding their ability to edit product support cases?A . The user will NOT be able to edit product support cases.B ....
What are three benefits of using static resources in Visualforce and Lightning Components? (Choose three.)
What are three benefits of using static resources in Visualforce and Lightning Components? (Choose three.)A . Static resource files are automatically minified.B . Static resource files can be referenced by using the $Resource global variable instead of hardcoded IDs.C . Static resource files can be packaged into a collection of...
Which two types of data can a sales representative access from the Forecasts tab when using Collaborative Forecasts? (Choose two.)
Which two types of data can a sales representative access from the Forecasts tab when using Collaborative Forecasts? (Choose two.)A . Forecast amount for each opportunity stageB . Forecast amount for each forecast categoryC . Opportunities that make up each forecast amountD . Forecast amount for other representatives on their...
What is the best way to implement this?
A developer wishes to improve runtime performance of Apex calls by caching results on the client. What is the best way to implement this?A . Decorate the server-side method with @AuraEnabled(cacheable=true).B . Set a cookie in the browser for use upon return to the page.C . Call the setStorable() method...
What is the optimal way to automate this?
A company has a custom object, Sales Demo Request, that has a lookup to an Opportunity. It is required that a Sales Demo Request record be created when an Opportunity's Probability is greater than 50%. What is the optimal way to automate this?A . Use an Apex Trigger on Opportunity.B...
Where can the administrator find this information?
An administrator would like to know which delegated administrators are actively customizing their organization. Where can the administrator find this information?A . Debug logB . Delegated administrator logC . Login historyD . Setup audit trailView AnswerAnswer: D
What should the developer ensure to correct these errors?
A developer created and tested a Visualforce page in their developer sandbox, but now receives reports that users are encountering ViewState errors when using it in Production. What should the developer ensure to correct these errors?A . Ensure queries do not exceed governor limits.B . Ensure properties are marked as...