A platform developer needs to implement a declarative solution that will display the most recent closed won date for all opportunity records associated with an account. Which field is required to achieve this declaratively?
A. Roll-up summary field on the opportunity object
B. Cross-object formula field on the account object
C. Roll-up summary field on the account object
D. Cross-object formula field on the opportunity object
Which three data types can be returned from an SOQL statement?
A. Boolean
B. List of objects
C. String
D. Integer
E. Single object
To which data type in Apex a currency field automatically assigned?
A. Integer
B. Decimal
C. Double
D. Currency
How should the developer overcome this problem? While writing a test class that covers an OpportunityLineItem trigger, a Developer is unable to create a standard Pricebook since one already exist in the org.
A. Use @IsTest(SeeAllData=true) and delete the existing standard Pricebook.
B. Use @TestVisible to allow the test method to see the standard Pricebook.
C. Use Test.getStandardPricebbokId()to get the standard Pricebook ID.
D. Use Test.loaddata() and a Static Resource to load a standard Pricebook
Which three methods help ensure quality data?
A. Create a lookup filter
B. Adding an error to a field in before trigger
C. Sending an email alert using a workflow rule
D. Handling an exception in Apex
E. Adding a validation rule
Potential home buyers working with a real estate company can make offers on multiple properties that are listed with the real estate company. Offer amounts can be modified; however, the property that has the offer cannot be modified after the offer is placed. What should be done to associate offers with properties in the schema for the organization?
A. Create a master-detail relationship in the contact object to both the property and offer custom objects
B. Create a lookup relationship in the property custom object to the offer custom object
C. Create a master-detail relationship in the offer custom object to the property custom object
D. Create a lookup relationship in the offer custom object to the property custom object
Which two statement can a developer use to throw a custom exception of type MissingFieldValueException?Choose 2 answers
A. Throw (MissingFieldValueException,'Problem occurred');
B. Throw new MissingFieldValueException('Problem occurred');
C. Throw new MissingFieldValueException();
D. Throw Exception(new MissingFieldValueException());
Which two condition cause workflow rules to fire? Choose 2 answers
A. Changing territory assignments of accounts and opportunities
B. Updating record using bulk API
C. Converting leads to person account
D. An Apex batch process that changes field values
Which type of code represents the view in the MVC architecture on the Force.com platform?
A. An apex method in an extension that returns a list of cases
B. An apex method that executes SOQL to retrieve a list of cases
C. A visualforce page that dysplays information about case records by iterating over a list of cases
D. Validation rules for a page layout that includes a related list of cases
A developer runs the following anonymous code block in a Salesforce org with 100 accounts List acc= {select id from account limit 10}; delete acc; database.emptyrecyclebin(acc); system.debug(limits.getlimitqueries()+' ,'+Limits.getlimitDMLStatements()); What is the debug output?
A. 1, 2
B. 10, 2
C. 100, 150
D. 150, 100
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.