Which two events need to happen when deploying to a production org? Choose 2 answers

Which two events need to happen when deploying to a production org? Choose 2 answersA . All triggers must have at least 1% test coverage.B . All Apex code must have at least 75% test coverage.C . All triggers must have at least 75% test coverage.D . All test and...

April 26, 2022 No Comments READ MORE +

What should a developer use to satisfy this requirement?

Cloud kicks has a multi-screen flow that its call center agents use when handling inbound service desk calls. At one of the steps in the flow, the agents should be presented with a list of order numbers and dates that are retrieved from an external order management system in real...

April 26, 2022 No Comments READ MORE +

What is the correct implementation of the ShippingCalculator class?

A developer must create a ShippingCalculator class that cannot be instantiated and must include a working default implementation of a calculate method, that sub-classes can override. What is the correct implementation of the ShippingCalculator class? A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: B

April 26, 2022 No Comments READ MORE +

What is the practice to get the sum of all order line totals on the order header?

Universal Container use a simple order Management app. On the Order Lines, the order line total is calculated by multiplying the item price with the quantity ordered. There is a Master-Detail relationship between the Order and the Order Lines object. What is the practice to get the sum of all...

April 26, 2022 No Comments READ MORE +

Which three statements are true regarding custom exceptions in Apex? (Choose three.)

Which three statements are true regarding custom exceptions in Apex? (Choose three.)A . A custom exception class must extend the system Exception class.B . A custom exception class can implement one or many interfaces.C . A custom exception class cannot contain member variables or methods.D . A custom exception class...

April 26, 2022 1 Comment READ MORE +

Which code in a Visualforce page and/or controller might present a security vulnerability?

Which code in a Visualforce page and/or controller might present a security vulnerability?A . <apex:outputField value="{!ctrl.userInput}" />B . <apex:outputText escape="false" value=" {!$CurrentPage.parameters.userInput}" />C . <apex:outputText value="{!£CurrentPage.parameters.userInput}" />D . <apex:outputField escape="false" value="{!ctrl.userInput}" />View AnswerAnswer: B

April 26, 2022 2 Comments READ MORE +

Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?

A developer created a new trigger that inserts a Task when a new Lead is created. After deploying to production, an outside integration chat reads task records is periodically reporting errors. Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?A...

April 25, 2022 1 Comment READ MORE +

What is the recommended approach to sync the orders in Salesforce with the order fulfillment system?

Universal Container uses Salesforce to create orders. When an order is created, it needs to sync with the-in-house order fulfillment system. The order fulfillment system can accept SOAP messages over the HTTPS. If the connection fails, messages should be retried for up to 24 hours. What is the recommended approach...

April 25, 2022 No Comments READ MORE +

How does the Lightning Component framework help developers implement solutions faster?

How does the Lightning Component framework help developers implement solutions faster?A . By providing an Agile process with default stepsB . By providing code review standards and processesC . By providing device-awareness for mobile and desktopsD . By providing change history and version controlView AnswerAnswer: C

April 25, 2022 No Comments READ MORE +

What can used to delete components from production?

What can used to delete components from production?A . A change set deployment with the delete option checkedB . An ant migration tool deployment with destructivechanges xml file and the components to delete in the package .xml fileC . A change set deployment with a destructivechanges XML fileD . An...

April 25, 2022 No Comments READ MORE +