Platform-App-Builder実際の問題解答PDFには100%カバー率リアル試験問題 [Q12-Q32]

Share

Platform-App-Builder実際の問題解答PDFには100%カバー率リアル試験問題

Platform-App-Builder試験問題解答


Salesforce Platform-App-Builder試験に備えるために、候補者はSalesforceプラットフォームとその異なる機能について強い理解を持つ必要があります。また、宣言的なツールとコードを使用してカスタムアプリケーションを構築した経験が必要です。試験に備えるためには、勉強ガイド、練習問題、オンラインコースなど、多くのリソースが利用可能です。


Salesforce Platform-App-Builder試験に合格するためには、カスタムオブジェクト、フィールド、およびリレーションシップの構築、Lightning App Builderを使用したユーザーインターフェースの設計、Process BuilderおよびWorkflowを使用した自動化プロセスの構成、およびData Loaderなどのツールを使用したデータの管理など、さまざまな領域での熟練度を証明する必要があります。さらに、RESTおよびSOAP APIなど、Salesforceプラットフォームで利用可能なさまざまな統合オプションの理解を持ち、他のシステムへのカスタム統合を設計および実装できる必要があります。Salesforce Platform-App-Builder認定は業界で高く評価されており、Salesforce開発のキャリアを進めたい個人にとっては大きなアセットとなります。

 

質問 # 12
Customer services wish to analyze how many open cases there are each day over a period of time.
How can they achieve this?

  • A. Analytic Snapshot
  • B. Matrix Reports
  • C. Tabular Reports
  • D. Summary Reports

正解:A


質問 # 13
The case handling process at Universal Containers includes multiple steps including approvals, notifications, and fields updates. To manage and evaluate all of these changes in a single save operation, an app builder wants to use Process Builder and the Advanced option to let the process evaluate a record multiple times has been selected.
What option should the App Builder avoid to prevent recursion?

  • A. The ISCHANGED function
  • B. Invocable processes
  • C. Setting a criteria node to No criteria-just execute the procedure
  • D. IF statements

正解:C

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


質問 # 14
After utilizing the Lightning Object Creator to create a new object, its fields, and to insert all of the data, an app builder now needs to set up the Lightning Record Page.
Which component should the app builder have on their Lightning Record Page to see all of the fields from the page layout?

  • A. Recommendations
  • B. Record Detail
  • C. Highlights Panel
  • D. Path

正解:B

解説:
For an app builder who needs to ensure all fields from the page layout are visible on a Lightning Record Page after using the Lightning Object Creator, the correct component to use is:
* Record Detail (C). The Record Detail component automatically displays all fields that are included on the assigned page layout for the object. It is designed to reflect the layout configuration and is the simplest way to ensure all fields are presented as configured in the layout editor.
Highlights Panel (A) is used primarily to display key fields at the top of the record page, providing a summary view rather than full field visibility. Recommendations (B) is used for displaying prompts or suggestions and does not display record fields. Path (D) is useful for displaying stages in a process (like sales stages or service processes) and does not show field data directly.
Reference for setting up Lightning Record Pages and using components effectively:
* Lightning Record Pages:
https://help.salesforce.com/articleView?id=sf.lightning_page_components.htm&type=5


質問 # 15
Universal Containers has created the custom objects Candidate and Interview in Salesforce to track candidates and interviews respectively. The company wants to track the total number of interviews a candidate has gone through on the candidate record without writing any code. How can app builder accomplish this requirements?
Choose 2 answers

  • A. Use a roll-up summary field on the candidate record to show the total number of interviews.
  • B. Use a lookup relationship between the Candidate and Interview objects
  • C. Use a formula field on the candidate record to show the total number of interviews
  • D. Use a master-detail relationship between the Candidate and the Interview objects.

正解:A、D


質問 # 16
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? (Choose two.)

  • A. Use Process Builder and Apex code.
  • B. Use a flow and an outbound message.
  • C. Use a workflow rule and an outbound message.
  • D. Use Process Builder with an outbound message.

正解:A、C


質問 # 17
Service agents at Ursa Major Solar want a more condensed case view. Service agents also want to be able to modify the associated contact and account records from the case page layout on the Lightning record page.
Which two components should an app builder use to meet these requirements?
Choose 2 answers

  • A. Tabs
  • B. Related record
  • C. Rich text
  • D. Path

正解:A、B

解説:
Related record and Tabs. These are correct because the related record component allows service agents to view and edit fields from a related record on the same page, and the tabs component allows service agents to switch between different views of related lists or other components on the same page.


質問 # 18
Users at Universal Containers need to be able to quickly create a Resource record from the Project record's Chatter feed.
How should the app builder define this functionality?

  • A. By creating a custom "Detail Page" Button on the Project.
  • B. By creating a custom "Detail Page" Button on the Resource.
  • C. By creating a custom "Create a Record" Action on the Resource.
  • D. By creating a custom "Create a Record" Action on the Project.

正解:C


質問 # 19
Cloud Kicks (CK) wants to begin socializing and collaborating within Salesforce around customer accounts to discuss various topics. CK would like all company employees to see these conversations.
Which two features of Chatter would meet CK's business needs?
Choose 2 answers

  • A. Set up new private Chatter groups.
  • B. Use post action on the Account object.
  • C. Set up new public Chatter groups.
  • D. Use Chatter actions to create tasks to complete.

正解:B、C

解説:
Explanation
The two features of Chatter that would meet CK's business needs are: Set up new public Chatter groups. A public Chatter group is a way to create a collaborative space for users to share information, files, polls, and ideas around a common topic or interest. A public Chatter group can be joined by any user in the organization and can be seen by anyone who has access to Chatter. By setting up new public Chatter groups, CK can enable users to socialize and collaborate around customer accounts and discuss various topics. Use post action on the Account object. A post action is a type of quick action that allows users to create a post on a record's feed or on their own feed. A post can include text, mentions, hashtags, topics, links, files, or images. By using post action on the Account object, CK can enable users to share updates, feedback, or questions about customer accounts and engage with other users who follow the accounts. Set up new private Chatter groups is not a valid feature, as it does not meet CK's business needs. A private Chatter group is a way to create a collaborative space for users to share information, files, polls, and ideas around a confidential or sensitive topic or interest. A private Chatter group can only be joined by invitation and can only be seen by the group members. By setting up new private Chatter groups, CK would limit the visibility and accessibility of the conversations around customer accounts. Use Chatter actions to create tasks to complete is not a valid feature, as it does not meet CK's business needs. A Chatter action is a type of quick action that allows users to create a task from a record's feed or from their own feed. A task can include subject, due date, priority, status, assigned to, etc. By using Chatter actions to create tasks to complete, CK would enable users to track and manage their work related to customer accounts, but not to socialize and collaborate with other users.


質問 # 20
Which of these is not a method for controlling record-level access?

  • A. Sharing Rules
  • B. Profiles
  • C. Organization-Wide Defaults
  • D. Role Hierarchy

正解:B


質問 # 21
Workflow rules on custom objects are NOT automatically deleted if the custom object is deleted.

  • A. False
  • B. True

正解:A


質問 # 22
Ursa Major Solar wants to convert the relationship between Galaxy and Star from a lookup relationship to a master-detail relationship so each Galaxy record can be equipped with a roll-up summary count of Star records.
Which two considerations should be made?
Choose 2 answers

  • A. The Galaxy object has fewer than two existing master-detail relationships.
  • B. The Star records are all required to have an existing value in their Galaxy field.
  • C. The Star object has fewer than two existing master-detail relationships.
  • D. The Galaxy object is required to contain existing roll-up summary fields.

正解:B、C


質問 # 23
Universal Containers has a custom picklist called Support Level on the Account object. They would like to show the real-time value of Support Level on all case records.
How should an app builder implement this requirement?

  • A. Create a formula field on the Case object using the TEXT function.
  • B. Create a Process Builder and use a field update on the Case object.
  • C. Create a roll-up summary field using Support Level on the Account object.
  • D. Create a formula field on the Account object using the ISPICKVAL function.

正解:A

解説:
Explanation
Create a formula field on the Case object using the TEXT function. This is correct because a formula field can reference a field from a related object using dot notation, and the TEXT function can convert a picklist value to text. This way, the case record will always show the current value of the Support Level field on the account record.


質問 # 24
What is the capability of sandbox template ? Select 2

  • A. Create a partial copy sandbox from a partial copy sandboxes environment
  • B. Save a template for re-use when creating a partial copy sandbox environment
  • C. Specify the data range for data being replicated in a partial copy sandbox environment
  • D. Specify the objects whose data should be replicated in the partial copy sandbox environment

正解:B、D


質問 # 25
Universal Containers (UC) delivers purchased containers to remote construction sites. Customers supply UC with crossroads or location markers.
Which field type should the app builder use to capture this information?

  • A. External Lookup
  • B. Number
  • C. Geolocation
  • D. Reference

正解:C

解説:
The best choice for capturing geographic location data, such as crossroads or location markers provided by customers, is the Geolocation field type. This field type stores latitude and longitude data, allowing accurate pinpointing of locations on a map. Geolocation fields are suitable for any application that needs to handle coordinates for mapping and proximity calculations.
A: Number field is not specific enough for geographical coordinates.
C: Reference fields link to other records, not geographical data.
D: External Lookup is used to link to external objects, not for storing coordinates.
Reference: Geolocation Custom Fields on Salesforce Help


質問 # 26
Universal containers (uc) want to delete data in several fields for 5000 lead records. UC export the selected record IDs and fields that need to have data deleted in a csv file. Which two steps should an app builder suggest to meet these requirements? Choose 2 answers

  • A. Use Data Loader to update leads using the CSV file
  • B. Select the correct record type
  • C. Use import Wizard to update leads using the CSV file
  • D. Select insert null values in settings.

正解:A、D

解説:
The two steps that should be suggested to meet these requirements are to select insert null values in settings and to use Data Loader to update leads using the CSV file. Selecting insert null values in settings will allow Data Loader to overwrite existing values with null values. Data Loader is a tool that can import, export, update, or delete large amounts of data.


質問 # 27
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. Make a formula field to check the format of the important fields
  • B. Update the important fields to be required on the page layout
  • C. Create a workflow rule to check the fields are formatted correctly
  • D. Configure a validation to require a field for a specific record type

正解:D


質問 # 28
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 and the VP of Sales.
  • B. The record owner and all of the Territory Managers in their hierarchy.
  • C. The record owner only.
  • D. The record owner and all of the other Area Managers.

正解:A


質問 # 29
What are two capabilities of Schema Builder? Choose 2 answers

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

正解:C、D

解説:
Explanation
Schema Builder is a tool that allows app builders to view and modify the data model of their Salesforce org.
Some of the capabilities of Schema Builder are:
Creating and editing custom objects and fields
Creating and editing relationships between objects
Showing selected objects on a page
Editing custom settings
Schema Builder cannot be used to create a new record type or view page layouts in a new window.


質問 # 30
Universal Containers wants to track installation information once it container has been purchased on a custom object. Sales reps should have visibility of all the installation with their opportunities.
visibility of all the installations associated with their opportunities.
What kind of relationship should this new object have to the Opportunity?

  • A. Lookup
  • B. Hierarchical
  • C. Many to Many
  • D. Master-Detail

正解:B


質問 # 31
Which is true about social accounts?

  • A. You can use social accounts to import data into Salesforce.
  • B. Connection to social account is established through a company wide "named principal".
  • C. You need a personal social account in order to see social account data.
  • D. You can use social accounts data even when you are not logged into the social account.

正解:C


質問 # 32
......

Platform-App-Builder試験練習テスト問題:https://www.goshiken.com/Salesforce/Platform-App-Builder-mondaishu.html

合格させるPlatform-App-Builder試験情報と無料練習テスト:https://drive.google.com/open?id=1tNyXJMRMMbFfiZgah6G0kFNYpjYQ5h7Q