最適な練習法にはPlatform-App-Builder問題集で素晴らしいPlatform-App-Builder試験問題PDF [Q115-Q132]

Share

最適な練習法にはPlatform-App-Builder問題集で素晴らしいPlatform-App-Builder試験問題PDF

更新された検証済みの合格させるPlatform-App-Builder試験リアル問題と解答があります


Salesforce Platform-App-Builder 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • App Deployment: In this section, candidates are tested for their understanding of various business requirements, recommend a solution for vital milestones, etc.
トピック 2
  • various business needs. It also covers identifying the capabilities and effects of roll-up summary fields.
トピック 3
  • Data Modeling and Management: In this section of the exam, the candidates are tested for determining the appropriate data model and their understanding of the capabilities of the different types of relationships.
トピック 4
  • User Interface: This section of the exam covers explaining the user interface customizations and showcases the abilities and use cases for custom buttons, links, and actions.


Salesforce Platform-App-Builder(Salesforce Certified Platform App Builder)認定試験は、Salesforceプラットフォームにカスタムアプリケーションを構築する際の専門家の知識と能力を検証する資格情報です。この認定は、Salesforceの宣言能力を確実に理解し、スケーラブルで安全で保守可能なカスタムアプリケーションを設計、構築、および実装できる個人向けに設計されています。認定試験では、データモデリング、セキュリティ、ユーザーインターフェイス設計、ビジネスロジック、レポートなど、幅広いトピックをカバーしています。

 

質問 # 115
An app builder wants to create a custom Sync button on Account that will call a Lightning Web Component that connects with an external system. This action should only be available If the custom Status field is set to Ready to Sync.
What should an app builder use to add this functionality to an Account record page?

  • A. AppExchange product
  • B. Dynamic action
  • C. Formula field
  • D. Custom link

正解:B

解説:
Explanation
Dynamic actions are a new feature that allow app builders to create custom buttons or actions that can call Lightning Web Components and display them conditionally based on field values or other criteria. Formula fields, AppExchange products, and custom links are not able to call Lightning Web Components.


質問 # 116
What is a true statement in regard to creating custom report types?
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

  • 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 not visible to the person creating the report type through security settings
  • C. The detail object in a master-detail relationship cannot be added as a secondary object on a custom report type
  • D. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for the report type

正解:D


質問 # 117
What is a true statement in regards to converting a tabular, summary, ormatrix report to a joined report? (Choose 3)

  • A. Joined report blocks are formatted as matrix reports
  • B. The rows to display filter is not supported in joined reports
  • C. Report formula fields are not supported in joined reports
  • D. Cross filter are not supported in joined reports
  • E. Bucket field are not supported in joined reports

正解:B、D、E


質問 # 118
Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.
Which tool should be used?

  • A. Schema Builder
  • B. Import Wizard
  • C. A Lightning Object Creator
  • D. Data Loader

正解:D


質問 # 119
You can have multiple records with the same external ID.

  • A. False
  • B. True

正解:B

解説:
Explanation: It is not recommended, as it will defeat the purpose of the external id.


質問 # 120
Universal Containers uses a private sharing model on Accounts. User A and user B both own Accounts of their own and have both been sent a new account record in an email owned by user C to take a look at. User A is able to open and view the record but user B receives an insufficient privileges error. User A and user B have the same role in the role hierarchy as user.
What are the three reasons user A has access but user B is unable to access the record? Choose 3 answers

  • A. User A was granted an additional permission set.
  • B. User A is on the same account team as user C.
  • C. User A is in a public group that has access via a sharing rule.
  • D. User A and user B have different profiles.
  • E. User C has manually shared the record with user A.

正解:B、C、E

解説:
Explanation
The three reasons user A has access but user B is unable to access the record are:
User A is on the same account team as user C. Account teams are groups of users who work together on an account. Users who are on an account team can have access to the account and related records owned by other team members.
User C has manually shared the record with user A. Manual sharing is a way of granting access to individual users or groups by the record owner or someone above them in the role hierarchy.
User A is in a public group that has access via a sharing rule. Public groups are groups of users who can be used to share data or assign permissions. Sharing rules are automatic rules that grant access to groups of users based on certain criteria. Option B and D are not reasons for user A's access.


質問 # 121
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, then create a roll-up summary to update the field using Type MIN.
  • C. 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. 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

解説:
The app builder should 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. A roll-up summary field is a type of field that calculates values from related records and displays them on the parent record. In this case, the app builder can create a roll-up summary field on the Account object that calculates the minimum (earliest) value of the Opportunity Close Date field from the related opportunities where IsWon = TRUE. This will show when customers made their first purchase. Option B, C, and D are not correct ways to use a roll-up summary field to meet the requirement.


質問 # 122
Universal Containers has two types of applicants, hourly and salary. There are separate record types for each.
While all members of the human resource department need to be able to view all applicant records, only the hiring Manager and VP of HR should be able to create salary applicant records.
What should the app builder recommend to meet this requirement?

  • A. Update the org-wide default to private and create a sharing rule for the role of recruiting manager.
  • B. Create a permission set containing the salary record type and assign it to the appropriate users.
  • C. Remove "create" permission for the salary applicant object for everyone except the manager and VP.
  • D. Configure the hourly record type as the default and instruct non-management users to accept the default record type.

正解:B

解説:
Explanation
A permission set containing the salary record type and assigning it to the appropriate users would allow only those users to create salary applicant records, while still allowing all users to view all applicant records. This is the most granular and flexible way to meet the requirement


質問 # 123
Universal Container's sales reps can modify fields on an opportunity until it is closed.
The sales operations team has access to modify the Post-Close Follow-up Date and Post-Close Follow-up Comments fields after the opportunity is closed. After the opportunity is closed, the rest of the fields are read only.
How should these requirements be met?

  • A. Use field-level security on page layouts with record types to restrict editing fields,
  • B. Use field-level security on page layouts to restrict editing fields.
  • C. Use record types with field sets and restrict editing fields using field-level security.
  • D. Use field-level security to mark fields as read-only on the Sales profile.

正解:A

解説:
To manage field editability based on the opportunity status:
C . Use field-level security on page layouts with record types to restrict editing fields. This combination allows for different layouts and editable fields based on the status of the record (e.g., closed or open).
Steps to implement:
Create or adjust record types for open and closed opportunities.
For each record type, create a specific page layout.
On the page layout for closed opportunities, set the majority of fields to read-only using field-level security, except for the 'Post-Close Follow-up Date' and 'Post-Close Follow-up Comments' fields.
Assign the appropriate page layouts to the respective record types.
Update profiles or permission sets to use these record types and page layouts accordingly.
This setup ensures that sales reps can modify fields only when the opportunity is open, and the sales operations team can edit specific fields after closure.
For more information on using record types and page layouts, check Salesforce's documentation on Record Types.


質問 # 124
To synchronize accounts, orders, and shipments in real time, a developer hasbuilt a custom interface between an external system and salesforce. Prior todeployment, the developer needs to confirm that the interface can sustain thesyncing of thousands of records at a time. Which sandbox environment isrecommended to complete performance and load testing?

  • A. Full sandbox
  • B. Developer pro sandbox
  • C. Partial sandbox
  • D. Developer sandbox

正解:D


質問 # 125
Need to change ownership when field of custom object changed.

  • A. Visual Workflow
  • B. Apex trigger
  • C. Validation Rule
  • D. Assignment Rule

正解:D


質問 # 126
Sales manager want to be automatically notified any time there is a change to an opportunity close date and want these changes to be tracked on the opportunity. Which two configurations should an app builder recommend? Choose 2 answers

  • A. Activate historical trending for opportunities
  • B. Use process builder on opportunities and a chatter post action
  • C. Create an opportunity outbound message
  • D. Enable feed tracking on opportunities

正解:C


質問 # 127
When an opportunity has a discount of more than 40%, notify the CEO via e-mail and request sign-off. Provide a way for the CEO to leave comments.
Which tool would you use for the following use case?

  • A. Approvals
  • B. Process builder
  • C. Workflow
  • D. Flow

正解:A


質問 # 128
An app builder is preparing to deploy a new app from the sandbox to production using change sets.
What two considerations should an app builder keep in mind during this process?
Choose 2 answers

  • A. Transactions will revert if the deployment errors.
  • B. Users should be logged out of production when receiving inbound change sets.
  • C. Change sets do not include all components and may have to perform some changes manually.
  • D. Salesforce Connect automatically establishes a link between environments.

正解:B、C

解説:
Explanation
The two considerations that an app builder should keep in mind during the deployment process using change sets are: Change sets do not include all components and may have to perform some changes manually. Change sets are a way to deploy metadata changes from one Salesforce org to another, but they do not support all types of components, such as reports, dashboards, email templates, etc. The app builder may have to use other methods, such as unmanaged packages or manual configuration, to deploy these components. Users should be logged out of production when receiving inbound change sets. This is a best practice to avoid any errors or conflicts that may occur when deploying changes to production. Users may be working on records or components that are being updated by the change set, which may cause data loss or inconsistency. Salesforce Connect does not automatically establish a link between environments. Salesforce Connect is a feature that allows users to access data from external sources without storing it in Salesforce. It does not have anything to do with deploying changes between Salesforce orgs. Transactions will not revert if the deployment errors.
Transactions are units of work that are either completed entirely or not at all. If a deployment error occurs during a transaction, the transaction will be rolled back and no changes will be made to the target org.
However, this does not mean that the source org will revert to its previous state before the deployment.


質問 # 129
Where can a custom button be placed? Choose 3 answers

  • A. On the User Object
  • B. On the Custom List View
  • C. On a related list
  • D. On a Web-to-Case form
  • E. On aPerson Account

正解:B、C、E


質問 # 130
Universal Containers are doing a deep analysis on their monthly sales data, and would like the sales revenue split as products sold per country.
What would be the ideal report to address this need?

  • A. Summar
  • B. Joined
  • C. Tabular
  • D. Matric

正解:D


質問 # 131
Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often as possible to migrate from one environment to another.
Which three common items can an app builder move when using a change set?
Choose 3 answers

  • A. Apex class
  • B. Custom object
  • C. Custom field
  • D. Standard fields
  • E. Web-to-lead

正解:A、B、C


質問 # 132
......


認定試験は、60の複数選択の質問で構成され、オンラインで実施されます。試験はタイミングがあり、候補者はそれを完了するのに90分かかります。試験の質問は、その機能、機能、ベストプラクティスなど、Salesforceプラットフォームに対する候補者の理解をテストするように設計されています。

 

更新されたPDF(2024年最新)実際にある Platform-App-Builder試験問題:https://www.goshiken.com/Salesforce/Platform-App-Builder-mondaishu.html

問題集返金保証付きのPlatform-App-Builder公式問題集:https://drive.google.com/open?id=1tNyXJMRMMbFfiZgah6G0kFNYpjYQ5h7Q