Which three resources in an Azure Component can contain JavaScript functions?
Which three resources in an Azure Component can contain JavaScript functions?A . ControllersB . helperC . DesignD . StyleE . RendererView AnswerAnswer: A, B, E
Which consideration should the developer be aware of when deciding between SOQL and SOSL?
Universal Containers hires a developer to build a custom search page to help user- find the Accounts they want. Users will be able to search on Name, Description, and a custom comments field. Which consideration should the developer be aware of when deciding between SOQL and SOSL? Choose 2 answersA...
What is the result of the following code?
What is the result of the following code?A . The record will not be created and a exception will be thrown.B . The record will be created and a message will be in the debug log.C . The record will not be created and no error will be reported.D ....
Which is the correct implementation?
A developer must create a DrawList class that provides capabilities defined in the Sortable and Drawable interfaces. public interface Sortable { void sort(); } public interface Drawable { void draw(); } Which is the correct implementation?A . Public class DrawList implements Sortable, Implements Drawable { public void sort() { /*implementation*/}...
What are three characteristics of change set deployments? Choose 3 answers
What are three characteristics of change set deployments? Choose 3 answersA . Change sets can only be used between related organizations.B . Change sets can be used to transfer records.C . Sending a change set between two orgs requires a deployment connection.D . Change sets can deploy custom settings data.E...
What should the developer do to fulfill the business request in the quickest and most effective manner?
Universal Containers has large number of custom applications that were built using a third-party javaScript framework and exposed using Visualforce pages. The Company wants to update these applications to apply styling that resembles the look and feel of Lightning Experience. What should the developer do to fulfill the business request...
How can this be achieved?
An Opportunity needs to have an amount rolled up from a custom object that is not in a master-detail relationship. How can this be achieved?A . Write a trigger on the child object and use a red-black tree sorting to sum the amount for all related child objects under the...
Which tool should the developer use to troubleshoot?
A developer must troubleshoot to pinpoint the causes of performance issues when a custom page loads in their org. Which tool should the developer use to troubleshoot?A . AppExchangeB . Salesforce CLIC . Visual Studio Core IDED . Developer ConsoleView AnswerAnswer: D
For which three items can a trace flag be configured? Choose 3 answers
For which three items can a trace flag be configured? Choose 3 answersA . Process BuilderB . VisualforceC . Apex ClassD . Apex TriggerE . UserView AnswerAnswer: C, D, E
Where are two locations a developer can look to find information about the status of asynchronous or future methods? Choose 2 answers
Where are two locations a developer can look to find information about the status of asynchronous or future methods? Choose 2 answersA . Apex Flex QueueB . Apex JobsC . Paused Flow Interviews componentD . Time-Based Workflow MonitorView AnswerAnswer: A, B