
Jan-2022 Latest VCE4Dumps Platform-App-Builder Exam Dumps with PDF and Exam Engine Free Updated Today!
Following are some new Platform-App-Builder Real Exam Questions!
NEW QUESTION 164
What is a true statement in regards to creating custom report types?
- A. When the primary object is a custom object and is deleted, then the report type and any reports created from it must be deleted manually.
- B. Any object can be chosen unless the object is no visible to the person creating the report type through security settings
- C. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for that report type.
- D. The detail object in a master- detail relationship cannot be added as a secondary object on a custom report type
Answer: C
NEW QUESTION 165
During testing of a new Amazon Alexa skill, the skill is repeatedly failing and invoking the function defined in the addErrorHandlermethod specified on the SkillBuilderobject. Upon inspection of Amazon CloudWatch Logs, the Alexa Skill Builder establishes that the failure is occurring whenever AMAZON.HelpIntentis being received.
How should this error be corrected?
- A. The Builder should add an AMAZON.HelpIntententry to the interaction model to ensure the request for help is recognized by the skill.
- B. The Builder should ensure that the intent handler is coded so that it tests for AMAZON.HelpIntentin its canHandlemethod, and when detected, returns true.
- C. AMAZON.HelpIntentshould be handled by the SDK. The Builder should raise a support ticket with Amazon.
- D. The Builder should add logic to provide help instructions to the function defined in the addErrorHandler method specified on the SkillBuilder object.
Answer: B
NEW QUESTION 166
Universal Containers wants to test code against a subset of production data that is under 5 GB. Additionally, Universal Containers would like to refresh this sandbox every weekend.
What type of sandbox should be used to accomplish this?
- A. Full
- B. Developer
- C. Partial Copy
- D. Developer Pro
Answer: C
NEW QUESTION 167
Which three values must be defined when creating a new Opportunity Stage picklist value? (Choose three.)
- A. Forecast Category
- B. Amount
- C. Probability
- D. Type
- E. Quota
Answer: A,C,D
NEW QUESTION 168
UVC wants to automate a business process using workflow. They are aware that workflow rules may cause recursive behavior, and as a result certain actions will only cause workflow rules that didn't fire previously to be retriggered. Which workflow action might cause this behavior?
- A. Workflow Emails containing hard coded links with Salesforce IDs referencing specific workflow rules
- B. Workflow Outbound messages with the "Protected Component" field selected
- C. Workflow Field Updates with the "Re-evaluate Workflow Rules After Field Changes" field selected
- D. Workflow Tasks where the "Due Date" field is set to "Rule Trigger Date" minus X days
Answer: C
NEW QUESTION 169
UVC uses a custom object called Candidates to track information about people who are being recruited for jobs within the company. When an employee refers a recruiting candidate, that employee should have access to the Candidate record, however, only HR users should be able to view, edit, and report on the Salary field. Which action should be recommended for controlling who can view the Salary field?
- A. Create and assign separate Candidate record types for general employee users and HR users
- B. Restrict access to the "Salary" field for general employee users using field-level security
- C. Restrict access to the "Salary" field for general employee users using custom sharing settings
- D. Create and assign separate Candidate page layouts for general employee users and HR users
Answer: B
NEW QUESTION 170
Universal Containers uses a private sharing model for opportunities. This model CANNOT be changed due to a regional structure A new sales operations team has been created. This team needs to perform analysis on Opportunity data, all should have read arid write access to all Opportunities.
What are two recommended solutions for the app builder to give the users appropriate access? Choose 2 answers
- A. Create a criteria-based sharing rule to share all opportunities with the sales operations private group
- B. Add a permission set with 'View All" and 'Modify All'' opportunity permissions enabled.
- C. Add a manual share for all opportunities with each user on the sales operations team.
- D. Create a criteria based sharing rule to all opportunities with the sales operations public group.
Answer: C
NEW QUESTION 171
An admin is trying to add a custom VF page to the mobile app quick navigation menu but can't.
What might be the problem?
- A. VF page doesn't have a tab.
- B. Menu hasn't been configured for VF page.
- C. VF page has fields that profile can't access.
Answer: A
NEW QUESTION 172
Universal Containers wants to streamline its data capture process by linking fields together. UC wants to do this so that the available values on dependent fields are driven by values selected on controlling fields.
Which three considerations support the stated requirements? (Choose three.)
- A. Custom picklist fields can be either controlling or dependent fields.
- B. Multi-select picklists can be dependent picklists but not controlling fields.
- C. Checkbox fields can be controlling fields but not dependent fields.
- D. Standard and custom picklist fields can be dependent fields.
- E. The data import wizards only allow values to be imported into a dependent picklist if they match the appropriate controlling field.
Answer: A,B,C
NEW QUESTION 173
Universal Containers needs to set the record type for a converted lead's Account, Contact, and Opportunity based on the user who is converting the lead.
How can this be accomplished?
- A. Set the default record types for each Role for Account, Contact, and Opportunity to the desired record type for converted records.
- B. Set the master record types for each Profile for Account, Contact, and Opportunity to the desired record type for converted records.
- C. Set the default record types for each Profile for Account, Contact, and Opportunity to the desired record type for converted records.
- D. Set the master record types for each Role for Account, Contact, and Opportunity to the desired record type for converted records.
Answer: C
NEW QUESTION 174
What is true about Master-Detail relationships? (Choose two.)
- A. When the parent record is deleted, all child records will be deleted.
- B. You can have a child record without the parent record.
- C. You cannot delete a child object.
- D. You have to expose the master-detail field on the child object page layout.
Answer: A,D
NEW QUESTION 175
Universal Containers needs the ability to generate contract documents. All the data required for a contract resides in a custom object. What is the recommended solutions?
- A. Enable the contract feature and create a custom Contract template based on the Standard template.
- B. Select and install an AppExchange product to meet the contract generation needs.
- C. Store a template in the static resources and configure the Action Link Template to use it.
- D. Create the HTML template for contracts and store it in the Public Folder.
Answer: B
NEW QUESTION 176
How should an app builder configure access to a contact's Twitter profile for Salesforce mobile app users?
- A. Add a formula field to the Contact page layout.
- B. Add an AppExchange Lightning Component to the mobile app.
- C. Add a Twitter Quick Action to the mobile navigation.
- D. Add the Twitter component to mobile view Lightning pages.
Answer: D
NEW QUESTION 177
Universal containers requires that all users specify a contract is sent on each opportunity prior to marking it as closed won. uc wants to be able to report on how many opportunities have sent contracts compared to how many have a missing contract when the opportunities closed. what type of field should an app builder configure to fulfill this requirement ?
- A. Text Area
- B. Checkbox
- C. Text
- D. Picklist
Answer: D
NEW QUESTION 178
Where can a custom button be placed? Choose 3 answers
- A. On aPerson Account
- B. On a related list
- C. On the Custom List View
- D. On the User Object
- E. On a Web-to-Case form
Answer: A,B,C
NEW QUESTION 179
Universal containers uses a custom called reviews to capture information generated by interviews during the candidate process. The review records are visible to any user that has access to the related custom candidate record. The VP of human resources wants the comment field on the review to be private to anyone outside of the HR department
- A. Create a page layout with the field for HR users and another page layout without the field for all other users
- B. Create a page layout with the field and use field level security to hide the from all others users
- C. Create an apex sharing rule to share the field with users that have HR in their role
- D. Create a sharing rule to share the filed with the VP of HR with role and subordinates
Answer: B
NEW QUESTION 180
An Alexa Skill Builder wants to name a skill using a company's branded acronym, "NAT Systems." Which invocation name is valid?
- A. n-a-t systems
- B. n a t systems
- C. NAT Systems
- D. n. a. t. systems
Answer: C
Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/choose-the-invocation-name-for-a- custom-skill.html
NEW QUESTION 181
Which two are a capability of record types? Choose two answers
- A. Displaying different field labels
- B. Having multiple record types on the record
- C. Displaying different page layouts
- D. Filtering picklist values
Answer: C,D
NEW QUESTION 182
ABC Company has a custom object "Service" which has a lookup relationship to Account. ABC Company wants to enhance Salesforce1 with an action that allows account managers to enter a new service to an Account while looking at the account.
What should be done?
- A. Enter an object specific action to Account and put it in the Account Layout.
- B. Enter an object specific action to Service and put it in the Account Layout.
- C. Enter an object specific action to Account and put it in the Service Layout.
- D. Enter an object specific action to Service and put it in the Service Layout.
Answer: A
Explanation:
On Account, you would create an action with target object of Service, and then put this button on the Account layout.
NEW QUESTION 183
An Alexa Skill Builder is trying to enable a skill in the developer console. The skill model builds without errors, but the Builder is unable to turn on testing.
What could be causing this?
- A. The skill's slot types are invalid.
- B. The skill does not have an endpoint
- C. The skill does not have an invocation name
- D. The skill does not have an example phrase
Answer: C
Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/devconsole/test-your-skill.html
NEW QUESTION 184
A sales manager would like to look at an account record and view charts of all of the related open opportunities. Closed/won opportunities, and open cases. How many report charts can be added to the account page layout to meet this requirement?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
Explanation:
Explanation
You can have two report charts per page.
You can only add report charts from the enhanced page layout editor. The mini console and the original page layout editor are not supported.
On detail pages, users can refresh up to 100 report charts every 60 minutes.
Your organization can refresh up to 3,000 report charts every 60 minutes.
https://help.salesforce.com/HTViewHelpDoc?id=reports_embed_limits.htm&language=en_US
NEW QUESTION 185
......
Resources From:
- 2022 Latest VCE4Dumps Platform-App-Builder Exam Dumps (PDF & Exam Engine) Free Share: https://www.vce4dumps.com/Platform-App-Builder-valid-torrent.html
- 2022 Latest VCE4Dumps Platform-App-Builder PDF and Platform-App-Builder Exam Dumps Free Share: https://drive.google.com/open?id=1a9-kX28i42ocH4pzy5s4Dagi1syE9re2
Free Resources from VCE4Dumps, We Devoted to Helping You 100% Pass All Exams!