Pass Salesforce Platform-App-Builder exam Dumps 100 Pass Guarantee With Latest Demo [Q43-Q66]

Share

Pass Salesforce Platform-App-Builder exam Dumps 100 Pass Guarantee With Latest Demo

The  Platform-App-Builder PDF Dumps Greatest for the Salesforce Exam Study Guide!

NEW QUESTION # 43
A custom object named Assignment has private sharing setting that grants access using hierarchies. The organization has a role hierarchy where each Territory Manager reports to an Area Manager, who reports to a VP of Sales. The VP of Sales is at the top of the role hierarchy. A user who is in the Area Manager role creates a new Assignment record.
Who can see this record?

  • A. The record owner only.
  • B. The record owner and all of the other Area Managers.
  • C. The record owner and all of the Territory Managers in their hierarchy.
  • D. The record owner and the VP of Sales.

Answer: D


NEW QUESTION # 44
What is not a possible action of the Lightning Process Builder?

  • A. Send an Outbound message
  • B. Trigger APEX
  • C. Update a record
  • D. Trigger a Flow

Answer: A


NEW QUESTION # 45
A production org includes custom objects containing confidential information. A sandbox is needed that includes data records, excludes all of the confidential objects, and can be refreshed weekly.
What steps should an app builder take to meet these requirements?

  • A. Create a Developer Pro Sandbox and schedule Data Loader to download selected object data weekly.
  • B. Create a Developer Sandbox and schedule Data Loader to download selected object data weekly.
  • C. Create a Full Sandbox and use a sandbox template.
  • D. Create a Partial Copy Sandbox and use a sandbox template.

Answer: D


NEW QUESTION # 46
UVC needs to send an outbound message to an external system when a record has been updated. What is the recommended feature to meet this requirement?

  • A. Process Builder
  • B. Lightning Component
  • C. Workflow
  • D. Visual Workflow

Answer: C


NEW QUESTION # 47
Universal Containers is expecting impacts to operations due to increased demand. The executive team will be reaching out to current customers and want to see the number of open cases for the account and parent account.
Which two tools could an app builder combine to display the number of open cases on the account page?
Choose 2 answers

  • A. Workflow
  • B. Approval Process
  • C. Flow
  • D. Process Builder

Answer: A,D


NEW QUESTION # 48
An app builder received a request to extend record access beyond the organization-wide defaults configured.
Which two features satisfy this requirement?
Choose 2 answers

  • A. Manual Sharing Rules
  • B. Public Groups
  • C. Sharing Rules
  • D. Permission Set Groups

Answer: B,C


NEW QUESTION # 49
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill's backend when using AWS Lambda?

  • A. Rotate the Lambda ARN regularly to prevent others from using the service.
  • B. Ensure that the session ID provided by the request to Lambda is not already in use.
  • C. Provide the Lambda trigger with the Application ID so that it validates on the ask trigger.
  • D. Retrieve the Application ID property from the request JSON and validate it against the Lambda environment variables.

Answer: D

Explanation:
Explanation


NEW QUESTION # 50
universal containers has 20 different workflows on the opportunity object. To ensure that updates are processing properly for all field updates uc has the re-evaluete workflow rules after field change checkbox checked. Recently after adding a new workflow, users have reported receiving errors about workflow limits.
What should a app builder look at so address this?

  • A. Workflows that cause each other to fire back and forth recursively
  • B. Number of workflows per object limits
  • C. Talk to a developer about apex code issues
  • D. Workflows on other objects that are being re triggered

Answer: A


NEW QUESTION # 51
Universal Containers has created two custom objects called Seminars and Attendees. Organization-wide defaults for these objects have been set to Private. Universal Containers wants to set up a new junction object between these custom objects. A select group of users should be able to edit records in the junction object.
Which two steps should an app builder take to configure the proper security? (Choose two.)

  • A. Set Sharing Settings to Read Only on both Master-Detail relationship fields.
  • B. Create an owner-based sharing rule that gives Read access to the junction object.
  • C. Set lookup filters on both junction object relationship fields.
  • D. Create owner-based sharing rules that give Read access to the master objects.

Answer: C,D


NEW QUESTION # 52
How can you make a field mandatory? (Choose three.)

  • A. Check the required field box on the field definition.
  • B. Creating a validation rule for the field.
  • C. Create a Workflow Rule.
  • D. Check the required field box on the page layout.
  • E. Check the required field box for the field on the record type.

Answer: A,B,D

Explanation:
Required while creating: Cannot be bypassed by any way (API/Dataloader/Imports).
Required on Page Layout: Required only when one works on the UI (inline editing/creating record on page/edit record on page).


NEW QUESTION # 53
Universal Containers (UC) has a time-sensitive need for a custom component to be built in 4 weeks; UC developers require additional enablement to complete the work and are backlogged by several months.
Which option should an app builder suggest to meet this requirement?

  • A. Use a Boit solution
  • B. Build a screen flow page.
  • C. Use an AppExchange solution.
  • D. Build a Lightning record page.

Answer: C


NEW QUESTION # 54
Which statement is true about field update actions from workflow rules and approval processes? Choose 2 answers

  • A. Field updates are tracked in the history related list of a record regardless of whether or not History tracking is set for those fields.
  • B. Field update with "re-evaluate workflow rules" selected can cause a recursive loop if the updated field is included in a workflow.
  • C. Field update are not available on currency field if the organization uses multi-currency.
  • D. Field updates to records based on workflow rules and approval processes do not trigger validation rules

Answer: B,D


NEW QUESTION # 55
Which capability allows an app builder to grant object-level access? (Choose two.)

  • A. Assigning a user a Permission Set that allows Read and Edit access to an object.
  • B. Assigning a user a Public Group that allows for Read and Edit access to an object.
  • C. Assigning a user a Profile that allows Read access to an object.
  • D. Assigning a user a Role that allows Read access to an object.

Answer: A,C


NEW QUESTION # 56
Cloud Kicks (CK) wants to simultaneously delete a Suppliere record and all Supplierltem__c records if a partnership ends with a supplier.
What solution could an app builder use to meet the requirement?

  • A. Hierarchical
  • B. Many-to-many
  • C. Indirect lookup
  • D. Master-detail

Answer: B


NEW QUESTION # 57
A Service Coordinator (SC) for Ursa Major Solar (UMS) does a final review of work orders owned by a technician for a specific region before the records are submitted for an invoice. Before closing out the work order, the SC needs to modify data or remove attachments that were added by mistake. The SC also needs access to any other related records owned by the technician.
What solution would provide the required access, given a private data model?

  • A. Create a workflow rule that updates records owned by technicians in that region with the SC.
  • B. Change work order access on the SC's profile to 'Modify AIl.
  • C. Give the SC a permission set with the Modify All Data system permission.
  • D. Put the SC in the role hierarchy above the technicians whose work orders they review.

Answer: D


NEW QUESTION # 58
Universal Containers has a junction object called Billings with a primary Master-Detail relationship with Accounts and a secondary Master-Detail relationship with Orders. The app builder has a requirement to change the primary Master-Detail relationship to a Lookup.
What happens to the secondary Master-Detail relationship with Orders?

  • A. The secondary Master-Detail object relationship needs to be reestablished.
  • B. The secondary Master-Detail object relationship is no longer valid.
  • C. The secondary Master-Detail object becomes the primary.
  • D. The secondary Master-Detail object also converts to a lookup.

Answer: C


NEW QUESTION # 59
An Alexa Skill Builder made changes to an AWS Lambda function that is used as the endpoint for a skill. The Builder discovers that the skill now returns an error when it is launched.
How can the Builder use the Lambda console to trigger the function and debug the code?

  • A. Create a Lambda test event using the JSON response as output to find the specific error within the code.
  • B. Check the JSON response to see if there are any syntax errors in the code.
  • C. Create a Lambda test event using the JSON interaction model to find the specific error within the code.
  • D. Create a Lambda test event using the JSON request as input to find the specific error within the code.

Answer: D

Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-an-aws- lambda-function.html


NEW QUESTION # 60
Which of the following is true in regards to the User Acceptance testing (UAT) step in a large enterprise application lifecycle? Choose 2 answers.

  • A. UAT can be used for end user testing or training
  • B. UAT is typically the last step before deploying changes to production
  • C. UAT come after Integration Testing
  • D. UAT comes before Integration testing

Answer: A,C


NEW QUESTION # 61
A business user wants a quick way to edit a record's status and enter a custom due date field from the record's feed in Salesforce1 Mobile App. What could be used to accomplish this?

  • A. Custom quick access link
  • B. Custom Button
  • C. Custom URL formula field
  • D. Custom Action

Answer: D


NEW QUESTION # 62
Which two are features of Schema Builder? (Choose two.)

  • A. To view and edit custom field level permissions.
  • B. To modify properties on standard and custom objects.
  • C. To create a Geolocation custom field on custom objects.
  • D. To create new relationships on standard and custom objects.

Answer: B,D


NEW QUESTION # 63
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. 4
    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
  • B. 0
  • C. 1
  • D. 2

Answer: C


NEW QUESTION # 64
Which statement is true about field update actions from workflow rules and approval processes? Choose 2 answers

  • A. Field updates are tracked in the history related list of a record regardless of whether or not History tracking is set for those fields.
  • B. Field update with "re-evaluate workflow rules" selected can cause a recursive loop if the updated field is included in a workflow.
  • C. Field update are not available on currency field if the organization uses multi-currency.
  • D. Field updates to records based on workflow rules and approval processes do not trigger validation rules

Answer: B,D

Explanation:
Explanation: https://help.salesforce.com/apex/HTViewHelpDoc?id=workflow_field_update_considerations.h tm&language=en


NEW QUESTION # 65
Describe the ramifications of field updates and potential for recursion for the following scenario: If a field update for Rule1 triggers Rule2, and a field update for Rule2 triggers Rule1

  • A. The updates create a loop and the org limits for workflow time triggers per hour will likely be violated
  • B. The updates create a loop and the org be blocked until the admin resolves the issue
  • C. When the second trigger is saved a Imminent Loop Error message will be displayed and the workflow rule update will not save
  • D. Loop is allowed to run 25 times within one hour. If it does not end on its own the process will be stopped by R&D

Answer: A


NEW QUESTION # 66
......

Read Online Platform-App-Builder Test Practice Test Questions Exam Dumps: https://www.free4torrent.com/Platform-App-Builder-braindumps-torrent.html

Easily To Pass New Platform-App-Builder Premium Exam: https://drive.google.com/open?id=1Fo2zH3UbL9QCEHtXiu8NhbQgLNEInSmb