Salesforce CRT-450 Sample Questions

Question # 61

Universal Containers wants a list button to display a Visualforce page that allows users to edit multiple records. Which Visualforce feature supports this requirement?

 

A. Option A
B. Option B
C. Option C
D. Option D


Question # 62

Developers at Universal Containers (UC) use version control to share their code changes, but they notice that when they deploy their code to different environments they often havefailures. They decide to set up Continuous Integration (CI). What should the UC development team use to automatically run tests as part of their CI process? 

A. Force.com Toolkit
B. Salesforce CLI
C. Visual Studio Code
D. Developer Console


Question # 63

Universal Containers needs to create a custom user interface component that allows users to enter information about their accounts. The component should be able to validate the user input before saving the information to the database. What is the best technology to create this component? 

A. Flow
B. Lightning Web Components
C. Visualforce
D. VUE JavaScript framework


Question # 64

Universal Containers wants Service Console users to be able to view and update product usage data that is stored in an external system. Which two features should a consultant recommend to provide this functionality? Choose 2 answers 

A. Salesforce Connect
B. Custom Objects
C. Middle-tier integration
D. External Objects


Question # 65

A developer has a Apex controller for a Visualforce page that takes an ID as a URL parameter. How should the developer prevent a cross site scripting vulnerability? 
 

A. ApexPages.currentPage() .getParameters() .get('url_param')
B. ApexPages.currentPage() .getParameters() .get('url_param') .escapeHtml4()
C. String.ValueOf(ApexPages.currentPage() .getParameters().get('url_param'))
D. String.escapeSingleQuotes(ApexPages.currentPage() .getParameters().get('url_param'))


Question # 66

Which two are bestpractices when it comes to component and application event handling? (Choose two.) 

A. Reuse the event logic in a component bundle, by putting the logic in the helper.
B. Use component events to communicate actions that should be handled at theapplicationlevel.
C. Handle low-level events in the event handler and re-fire them as higher-level events.
D. Try to use application events as opposed to component events.


Question # 67

A developer must create a lightning component that allows users to input contact record information to create a contact record, including a salary__c customfield. what should the developer use, along with a lightning-record-edit form, so that salary__c field functions as a currency input and is only viewable and editable by users that have the correct field levelpermissions on salary__C? 
 

A. <ligthning-input-field field-name="Salary__c"></lightning-input-field>
B. <lightning-formatted-number value="Salary__c" format-style="currency"></lightning-formatted-number>
C. <lightning-input type="number" value="Salary__c" formatter="currency"></lightning-input>
D. <lightning-input-currency value="Salary__c"></lightning-input-currency>


Question # 68

A developer wants to invoke on outbound message when a record meets a specific criteria. Which three features satisfy this use case?Choose 3 answer 
 

A. Approval Process has the capacity to check the record criteria and send an outboundmessage without Apex Code
B. Process builder can be used to check the record criteria and send an outboundmessage with ApexCode.
C. workflows can be used to check the record criteria and send an outbound message.
D. Process builder can be used to check the record criteria and send an outboundmessagewithout Apex Code.
E. Visual Workflow can be used to check the recordcriteria and send an outbound messagewithout Apex Code.


Question # 69

A developer at Universal Containers is taked with implementing a new Salesforce application that bwill be maintained completely by theircompany’s Salesforce admiknistrator. Which two options should be considered for buildig out the business logic layerof the application? Chosse 2 answer 
 

A. Validation Rules
B. Record-Triggered flows C, Scheduled
C. UnvocableMoorche2023-06-13T14:55:00Actions


Question # 70

A developer needs to implement a custom SOAP Web Service that is used by an external Web Application. The developer chooses to Include helper methods that are not used by the Web Application In the Implementation of the Web Service Class. Which code segment shows the correct declaration of the class and methods?

 

A. Option A
B. Option B
C. Option C
D. Option D


‹ First56

Download All Questions PDF Check Customers Feedbacks