What should the developer do to successfully deploy the new Apex trigger and helper class?

A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of new Apex helper class. Change Set deployment to production fails with the test coverage warning: "Test coverage of selected Apex Trigger is 0%, at least 1% test coverage...

March 23, 2022 1 Comment READ MORE +

Which method should be used to calculate the estimated ship date for an Order?

Universal Containers stores the availability date on each Line Item of an Order and Orders are only shipped when all of the Line Items are available. Which method should be used to calculate the estimated ship date for an Order?A . Use a CEILING formula on each of the Latest...

March 22, 2022 No Comments READ MORE +

Which two statements are true about Getter and Setter methods as they relate to Visualforce?

Which two statements are true about Getter and Setter methods as they relate to Visualforce?A . Setter methods always have to be declared global.B . There is no guarantee for the order in which Getter methods are called.C . A corresponding Setter method is required for each Getter method.D ....

March 22, 2022 No Comments READ MORE +

What should a developer use to obtain the Id and Name of all the Leads. Accounts, and Contacts that hove the company name "Universal Containers"?

What should a developer use to obtain the Id and Name of all the Leads. Accounts, and Contacts that hove the company name "Universal Containers"?A . FIND 'Universal Containers' IN Name Fields RETURNING leadjid, name), accounted, name), contacted, name)B . FIND Universal Containers' IN CompanyName Fietds RETURNING lead{ld. name), accounted,...

March 22, 2022 No Comments READ MORE +

What should be done to share a specific Case-Defect_c record with a user?

A software company uses the following objects and relationships: • Case: to handle customer support issues • Defect_c: a custom object to represent known issues with the company's software • case_Defect__c: a junction object between Case and Defector to represent that a defect Is a customer issue What should be...

March 22, 2022 No Comments READ MORE +

Which type of org is best suited for this scenario?

A team of many developers work in their own individual orgs that have the same configuration at the production org. Which type of org is best suited for this scenario?A . Developer SandboxB . Developer EditionC . Full SandboxD . Partner Developer EditionView AnswerAnswer: A

March 22, 2022 No Comments READ MORE +

What are two characteristics related to formulas? Choose 2 answers.

What are two characteristics related to formulas? Choose 2 answers.A . Formula can reference themselves.B . Formulas are calculated at runtime and are not stored in the database.C . Formulas can reference values in related objects.D . Fields that are used in a formula field can be deleted or edited...

March 22, 2022 No Comments READ MORE +

Which two statements are accurate regarding Apex classes and interfaces? Choose 2 answers

Which two statements are accurate regarding Apex classes and interfaces? Choose 2 answersA . Classes are final by default.B . Inner classes are public by default.C . Interface methods are public by default.D . A top-level class can only have one inner class level.View AnswerAnswer: C,D

March 21, 2022 1 Comment 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

March 21, 2022 No Comments READ MORE +

What is the value of the count field if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account?

A developer writes a trigger on the Account object on the before update event that increments a count field. A workflow rule also increments the count field every time that an Account is created or updated. The field update in the workflow rule is configured to not re-evaluate workflow rules....

March 20, 2022 No Comments READ MORE +