How many levels of child records can be returned in a single SOQL query from one parent object?
A. 1
B. 3
C. 5
D. 7
Which two statements are true regarding formula fields? Choose 2 answers
A. When using the and operator to concatenate strings, the result is automatically truncated to fit the destination.
B. Fields that are referenced by formula field can not be deleted until the formula is modified or deleted.
C. When concatenating fields, line breaks can be added to improve readability.
D. Formula fields may reference formula field on the same object to a level of one deep.
The Account object has a custom formula field,Level__c, that is defined as a Formula(Number) with two decimal places. Which three are valid assignments? Choose 3.
A. Long myLevel = acct.Level__c;
B. Object myLevel = acct.Level__c;
C. Double myLevel = acct.Level__c;
D. Decimal myLevel = acct.Level__c;
E. Integer myLevel = acct.Level__c;
Which two statements are acceptable for a developer to use inside procedural loops?
A. Contact con = new Contact();
B. ContactList.remove(i);
C. Delete contactList;
D. Account a = [SELECT id, Name FROM account WHERE id = : con.AccountId LIMIT 1];
A developer wants to use all of the functionality provided by the standard controller for an object, but needs to override the Save standard action in a controller extension.
Which two are required in the controller extension class?
A. Create a method named Save with a return data type of PageReference.
B. Create a method that references this.superSave()
C. Define the class with a constructor that takes an instance of StandardController as a parameter.
D. Define the class with a constructor that creates a new instance of the StandardController class.
A developer is creating an enhancement to an application that will allow people to be related to their employer.
Which date model should be used to track the data?
A. Create a junction object to relate many people to many employers trough master-detail relationship
B. Create a junction object to relate many people to many employers trough lookup relationship
C. Create a lookup relationship to indicate that a person has an employer
D. Create a master detail relationship to indicate that a person has an employer
A developer needs to create a baseline set of data (Accounts, Contacts, Products, Assets) for an entire suite of tests allowing them to test independent requirements various types of Salesforce Cases.
Which approach can efficiently generate the required data for each unit test?
A. Add @IsTest(seeAllData=true) at the start of the unit test class
B. Create test data before test.startTest() in the test unit.
C. Use @TestSetup with a void method
D. Create a mock using Stub API
The sales team at Universal Containers would like to see a visual indicator appear on both Account and Opportunity page layouts to alert salespeople when an Account is late making payments or has entered the collections process.
What can a developer implement to achieve this requirement without having to write custom code?
A. Quick Action
B. Formula Field
C. Roll-up Summary Field
D. Workflow Rule
When a Task is created for a Contact, how can a developer prevent the task from being included on the Activity Timeline of the Contact's Account record?
A. In Activity Settings, uncheck Roll up activities to a contact's primary account.
B. By default, tasks do not display on the Account Activity Timiline.
C. Use Process Builder to create a process to set the Task Account field to blank.
D. Create a Task trigger to set the Account field to NULL
A developer has the following class and trigger code:
public class InsuranceRates { public static final Decimal smokerCharge = 0.01; } trigger ContactTrigger on Contact (before insert) { InsuranceRates rates = new InsuranceRates(); Decimal baseCost = XXX; } Which code segment should a
developer insert at the XXX to set the baseCost variable to the value of the class variable smokerCharge?
A. Rates.smokerCharge
B. Rates.getSmokerCharge()
C. ContactTrigger.InsuranceRates.smokerCharge
D. InsuranceRates.smokerCharge
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Salesforce exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your CRT-450 exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.