[Q94-Q118] Platform-App-Builder認証試験の問題集解答を提供しています [2024年01月]

Share

Platform-App-Builder認証試験の問題集解答を提供しています [2024年01月]

更新されたPlatform-App-Builder試験練習テスト問題


Salesforce Platform-App-Builder認定資格は、Salesforceプラットフォームでの経験があり、カスタムアプリケーションを構築するための高度な知識とスキルを身につけたい個人を対象としています。この認定試験では、データモデリング、ユーザーインターフェースデザイン、ビジネスロジック、セキュリティなど、さまざまなトピックがカバーされています。この認定試験に合格した個人は、組織のユニークなニーズを満たすカスタムアプリケーションを設計・構築できます。

 

質問 # 94
Which two are capabilities of Schema Builder? (Choose two.)

  • A. Showing selected objects on a page.
  • B. Editing custom settings.
  • C. Creating a new record type.
  • D. Viewing page layouts in a new window.

正解:A、D


質問 # 95
Universal containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered. What should an app builder recommend to meet this requirement?

  • A. Create a workflow rule to check the fields are formatted correctly
  • B. Configure a validation to require a field for a specific record type
  • C. Make a formula field to check the format of the important fields

正解:B


質問 # 96
Which of the following can be source of report chart placed in page layout?(Choose 2)

  • A. Matrix
  • B. Joined
  • C. Summary
  • D. Tabular

正解:A、C


質問 # 97
What is a true statement in regards to creating custom report types?

  • A. The detail object in a master- detail relationship cannot be added as a secondary object on a custom report type
  • 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. 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.

正解:C

解説:
Explanation
You can choose from all objects-even those you don't have permission to view. This lets you buildreport types for a variety of users.Once you save a report type, you can't change the primary object.If the primary object on a report type is a custom object, and the custom object is deleted, then thereport type and any reports created from it are automatically deleted.If you remove an object from a report type, all references to that object and its associated objectsare automatically removed from reports and dashboards based on that type.http://help.salesforce.com/apex/htviewhelpdoc?id=reports_defining_report_types.htm
&language=en_us


質問 # 98
Sales and marketing users have similar roles, and use similar record types. However sales uses 3 different fields and marketing has 5, how do you set up processes the most efficiently (something like that)

  • A. 2 page layouts, 1 record type, 2 profiles
  • B. 1 page layout, 2 record types, 2 profiles
  • C. 2 page layouts, 2 record types, 2 profiles
  • D. 1 page layout, 1 record type, 1 profile

正解:A


質問 # 99
Which setting is available to customize Salesforce1 mobile app for branding? Choose 3 answers

  • A. Background color on loading page.
  • B. Header and search bar color.
  • C. The image on loading page
  • D. Action bar color
  • E. Notification and search icon

正解:A、B、C


質問 # 100
Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset.
Which approach should the app builder take to show Asset Inventory as a related list on Asset?

  • A. Create a master-detail relationship on Asset-to-Asset Inventory Add the Asset Inventory related list to the Asset page layout.
  • B. Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory relatedlist to the Asset page layout.
  • C. Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page layout.
  • D. Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory related list to the Asset page layout.

正解:D

解説:
Explanation
The best way to show Asset Inventory as a related list on Asset is to create a lookup relationship on Asset Inventory to Asset. This will allow one-to-many relationship between Asset and Asset Inventory, and display the related records on the Asset page layout.


質問 # 101
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. Workflows on other objects that are being re triggered
  • C. Talk to a developer about apex code issues
  • D. Number of workflows per object limits

正解:A

解説:
Explanation
Workflows that cause each other to fire back and forth recursively can result in workflow limits errors. For example, if workflow A updates a field that triggers workflow B, and workflow B updates a field that triggers workflow A, this can create an infinite loop of workflows that exceed the maximum number of workflow time triggers per hour.


質問 # 102
To Synchronize Accounts, orders and shipments in real time, a developer has built a custom interface between an external system and salesforce, prior to deployment, the developer needs to confirm that the interface can sustain the syncing of thousands of records at a time. Which sandbox environment is recommended to complete performance and load testing?

  • A. Partial Sandbox
  • B. Developer Pro Sandbox
  • C. Full Sandbox
  • D. Developer Sandbox

正解:C


質問 # 103
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. Flow
  • B. Process Builder
  • C. Workflow
  • D. Approval Process

正解:B、C


質問 # 104
What is a true statement regarding roll-up summary fields? Choose 2 answers

  • A. Changes to the value of a roll-up summary field column of roll-up summary filters.
  • B. Multi-select picklist fields can be used in the field column of roll-up summary filters.
  • C. The roll-up summary field inherits the field - level security of the child object
  • D. Roll-up summary fields can only be created on the master of a master-detail relationship.

正解:C、D


質問 # 105
Universal Containers (UC) has created a picklist field called Status on three separate custom objects. UC has a requirement to share the list of values for this field across each object.
Which feature would an app builder use?

  • A. Dynamic Action
  • B. Field Update
  • C. Global Picklist Value Set
  • D. Dependent Picklist

正解:C


質問 # 106
When using the Data Export Wizard to manually export data, you can only export data if __________.

  • A. You are an Admin.
  • B. Enough time has passed since your last export.
  • C. You've installed a client application to export the data.
  • D. Your data doesn't include attachments, images, or documents.

正解:B

解説:
Explanation/Reference:


質問 # 107
A production org includes custom objects containing confidential information. A sandbox ix needed that includes data records, excludes all of the confidential objects, and can be refreshed weekly?

  • A. Create a developer sandbox and schedule data loader to download selected object data weekly.
  • B. Create a full sandbox and use a sandbox template
  • C. Create a partial copy sandbox and use a sandbox template
  • D. Create a developer pro sandbox and schedule loader to download selected object data weekly

正解:C


質問 # 108
An app builder wants to show groups as the last navigation menu item in the salesforce1 mobile app. however, the app builder is not able to select groups as one of the items on the drop-down menu. What could cause this?

  • A. Groups is included in the smart search items but not on the navigation menu
  • B. Groups cannot be the last item in the navigation menu.
  • C. Groups is showing up in the recent section and not in the navigation menu
  • D. Groups is not included in the selected list for the navigation menu

正解:D


質問 # 109
The convert button on leads should NOT appear until the lead status picklist is set to a qualified. What should an app builder suggest to meet these requirements ?

  • A. Page layout, record types, process builder field update
  • B. Picklist dependency, page layouts, record types
  • C. Process builder field update, quick action, record type
  • D. Custom button, validation rule, record types

正解:B


質問 # 110
Which Social Account features can be accessed from SF1?

  • A. Twitter
  • B. LinkedIn
  • C. Facebook
  • D. All of the above
  • E. YouTube

正解:A

解説:
Explanation/Reference: https://help.salesforce.com/articleView?id=social_networks_overview.htm&type=5


質問 # 111
You should use a lookup filter if __________. (Choose two.)

  • A. You want to improve user efficiency by limiting the number of available options in a lookup search dialog.
  • B. You are close to the maximum number of lookup filters allowed.
  • C. You want to improve user efficiency by automating filters on lookup search dialogs that your users manually set.
  • D. You must implement a complex business rule that requires you to use a formula. Formulas can reference fields that basic filter criteria can't reference, such as fields on the parent of the source object. Formulas can also use functions. For example, use ISNEW if the rule should only apply on record creation, or ISCHANGED if the rule should apply when a field changes.

正解:A、C

解説:
Explanation/Reference:


質問 # 112
Which functionality is NOT available on a custom object?

  • A. Assignment Rules
  • B. Validation Rules
  • C. Record Types
  • D. Workflows

正解:A


質問 # 113
Cloud Kicks has five years of sales data and would like to track when customers made their first purchase. How should an app builder use a roll-up summary to meet the requirements?

  • A. Create a new roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date.
  • B. Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE.
  • C. Create a new date field called First Order Date, then create a roll-up summary to update the field using Type MIN.
  • D. Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE.

正解:D


質問 # 114
An App Builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won. Which two can satisfy this requirement?

  • A. Use a workflow rule and an outbound message
  • B. Use a process and an outbound message
  • C. Use a flow and an outbound message
  • D. Use a process and Apex Code

正解:A


質問 # 115
What are two reason to create an unmanaged package? Choose 2 answers

  • A. Distributing open-source projects on the AppExchange.
  • B. Distributing upgradeable components to other Salesforce org
  • C. Deploying from a Developer Edition environment
  • D. Publishing an application for sale on the AppExchange

正解:A、B


質問 # 116
Universal Containers 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.
What workflow action might cause this behavior? (Choose two.)

  • A. Workflow E-mails containing hard-coded links with Salesforce IDs referencing specific workflow rules.
  • B. Workflow Field updates with the "Re-evaluate Workflow Rules After Field Change" field selected.
  • C. Workflow Tasks where the "Due Date" field is set to "Rule Trigger Date" minus X Days.
  • D. Workflow Outbound Messages with the "Protected Component" field selected.

正解:B、C


質問 # 117
Universal Containers is using a custom app to record performance review info for their employees. The performance review should be visible to the employee and the employee's manager, as well as the HR director. How can this be configured? Choose 1 answer.

  • A. Use manager sharing to enable sharing with the employee's manager and HR director
  • B. Set the org wide default for Performance Review to private and use grant access using hierarchies to give visibility to the employee's manager and HR director
  • C. Set the org wide default for Performance Review to private, do not use grant access using hierarchies and use manual sharing for the employee manager and HR director
  • D. Set the org wide default for Performance Review to private and add a criteria based sharing rule to share performance review records with a public group that includes the employee managers and HR director

正解:C


質問 # 118
......

検証済みのPlatform-App-Builder問題集と解答を使って100%一発合格保証で更新された問題集:https://drive.google.com/open?id=1M6jrgErJOe9D0R8w3bmwQml6NdC0_2P7

合格させるSalesforce App Builder Platform-App-Builder試験には235問があります:https://www.goshiken.com/Salesforce/Platform-App-Builder-mondaishu.html