[2025年更新]Platform-App-Builder試験問題集でテストエンジン練習テスト問題
合格できるPlatform-App-Builder試験[2025年11月26日]最新290問題
この試験では、データモデリング、セキュリティ、ユーザーインターフェースの設計、ビジネスロジック、ワークフロー自動化など、さまざまなトピックがカバーされます。Salesforce Platform-App-Builder試験は、開発者、管理者、コンサルタントを含む、Salesforceプラットフォーム上でカスタムアプリケーションを構築するための認定を受けたいプロフェッショナルに最適です。
質問 # 160
Sales reps at Universal Containers use Salesforce on their mobile devices. They want a way to odd new contacts quickly and then follow up later to complete the additional Information necessary.
What mobile solution should an App Builder recommend?
- A. Build a global action to create Contacts.
- B. Add a compact layout to Contacts.
- C. Customize the mobile menu to move Contacts to the top.
- D. Use Path and set pre-defined values
正解:B
質問 # 161
A sales rep at AW Computing is unable to find what they are looking for while scrolling through their Chatter feed.
How can a filter be utilized to show only posts from their key account and opportunity records?
- A. Create a Chatter group.
- B. Create Chatter bookmarks
- C. Create a Chatter stream.
- D. Create a Chatter notification.
正解:C
質問 # 162
Universal Containers manages internal projects by department using a custom object called Projects. Only employees in the project's respective department should have view access to all of the department's project records. If an employee changes job roles and moves to another department, the employee should no longer have access to the projects within their former department.
Which two options will meet these requirements assuming the organization-wide default for Projects is set to Private? (Choose two.)
- A. Create a criteria-based sharing rule using the Project's department that grants access to users by profiles.
- B. Create a criteria-based sharing rule using the Project's department that grants access to users by roles.
- C. Create a criteria-based sharing rule using the Project's department that grants access to users by permission sets.
- D. Create a criteria-based sharing rule using the Project's department that grants access to users by public groups.
正解:B、D
質問 # 163
DreamHouseRealty (DR) is expanding into subsidized housing by partnering with local government entitles. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased Information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.
Which two considerations should be made by the team?
Choose 2 answers
- A. Audit Trail is available through REST API extracts.
- B. Rich text field values of all lengths are displayed fully in reports.
- C. Field History Tracking records value changes of 255 characters or less.
- D. Data loss may occur when changing custom field types.
正解:C、D
解説:
Changing custom field types may result in data loss if the new field type is incompatible with the old one. For example, changing a text field to a number field may cause text values to be deleted. Field history tracking records value changes of 255 characters or less. If a rich text field value exceeds this limit, only the first 255 characters are tracked.
質問 # 164
Which two rules can be configured for the Opportunity object?
- A. Assignment Rule
- B. Validation Rule
- C. Workflow Rule
- D. Escalation Rule
正解:B、C
質問 # 165
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. Developer Pro
- B. Full
- C. Partial Copy
- D. Developer
正解:C
解説:
Explanation/Reference:
質問 # 166
A user asks for a checkbox to be automatically ticked if the annual revenue field is greater than a million.
Which formula to trigger a workflow would satisfy this requirement?
- A. AnnualRevenue > 1000000 , TRUE, FALSE
- B. AnnualRevenue
- C. IF(AnnualRevenue > 1000000 ,"TRUE","FALSE")
- D. AnnualRevenue > 1000000
正解:D
質問 # 167
Universal Containers wants to create a custom checkbox formula field on the Opportunity object. This formula should evaluate to true if the following conditions are met:
* Stage is set to Negotiation/Review
* Close Date is less than 1 week away
Which formula meets these requirements?
- A.

- B.

- C.

- D.

正解:C
解説:
For a formula to evaluate to true when the stage is set to "Negotiation/Review" and the close date is less than one week away, the correct formula is:
* Option B. This formula uses the ISPICKVAL function to check the text value of a picklist and compares the CloseDate to a week from today:
AND( I AND(
ISPICKVAL(StageName, "Negotiation/Review"),
CloseDate - 7 < TODAY()
)SPICKVAL(StageName, "Negotiation/Review"), CloseDate - 7 < TODAY() )
This formula checks that both conditions are met: it confirms the stage name is "Negotiation/Review" and that the CloseDate is within the next 7 days from the current date.
Option A lacks the ISPICKVAL function necessary for evaluating picklist fields. Option C uses DAY(7) which is not a valid Salesforce formula expression. Option D also uses DAY(7) incorrectly and fails to use the ISPICKVAL function.
Reference for creating formula fields in Salesforce:
* Formula Field Reference:
https://help.salesforce.com/articleView?id=sf.customize_functions.htm&type=5
質問 # 168
Identify the field update limitations. (Choose three.)
- A. The results of a field update can't trigger additional rules such as validation, assignment, auto-response, or escalation rules.
- B. Read-only fields like formula or auto-number fields aren't available for field updates.
- C. Field updates that are executed as approval actions don't trigger workflow rules.
- D. In a batch update, workflow is re-triggered on all entities where there is a change.
正解:A、B、C
解説:
"In a batch update, workflow is re-triggered on all entities where there is a change" - only on entities with a change, not all.
質問 # 169
Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.
What can be the issue?
- A. The component has been developed for Desktop Pages.
- B. The record page needs to be activated.
- C. The record page template is unable to support mobile devices.
- D. The component needs to be activated.
正解:D
質問 # 170
Universal Containers is adding drone delivery to service offerings, and the developer has written and tested code prior to deployment to production, and the change set is ready to go. The deployment window will occur when the developer is on vacation.
What can the app builder do to ensure a smooth deployment to production?
- A. Validate the outbound change set.
- B. Use a metadata package set.
- C. Remove Apex classes from Abound change set.
- D. Validate the inbound change set.
正解:A
質問 # 171
Universal Containers wants its Field Sales team to only see the accounts that they own. Separate North American and European marketing teams should only see accounts in their respective regions. The Inside Sales Team needs to see all accounts in Salesforce.
How should an app builder accomplish this?
- A. Set the Organization-Wide Default to Public for accounts. Create profiles for each Marketing Team, and create an Inside Sales Team role that is at the top of the Role Hierarchy.
- B. Set the Organization-Wide Default to Public for accounts. Create criteria-based sharing rules for each Marketing Team, and create an Inside Sales Team permission set with the "View All" setting for accounts.
- C. Set the Organization-Wide Default to Private for accounts. Create criteria-based sharing rules for each Marketing Team, and create an Inside Sales Team profile with the "View All" setting for accounts.
- D. Set the Organization-Wide Default to Private for accounts. Create permission sets for each Marketing Team, and create an Inside Sales Team profile with the "View All" setting for accounts.
正解:B
質問 # 172
The sandbox copy engine creates an organization as part of each creation and refresh request. So, the organization ID of your sandbox changes each time your sandbox is refreshed.
- A. False
- B. True
正解:B
質問 # 173
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 Process Builder and use a field update on the Case object.
- B. Create a formula field on the Account object using the ISPICKVAL function.
- C. Create a roll-up summary field using Support Level on the Account object.
- D. Create a formula field on the Case object using the TEXT function.
正解:D
解説:
The best way to implement this requirement is to create a formula field on the Case object using the TEXT function. A formula field can display the value of another field from a related object, such as the Account object. The TEXT function can convert a picklist value into text, which can be displayed on the Case record. Creating a formula field on the Account object using the ISPICKVAL function is not a valid solution, as it does not show the value of Support Level on the Case record. The ISPICKVAL function is used to check if a picklist field has a certain value, not to display it. Creating a Process Builder and using a field update on the Case object is not an optimal solution, as it requires more configuration and maintenance than a formula field. A Process Builder may also introduce delays or errors in updating the field value. Creating a roll-up summary field using Support Level on the Account object is not a valid solution, as it does not show the value of Support Level on the Case record. A roll-up summary field is used to aggregate numeric values from child records, not to display picklist values.
質問 # 174
The organization wide defaults for a custom object is set to private. The Supervisor profile grants view access to the same object. A user with the Supervisor profile is also listed as the Manager on the user detail records for access. However, the supervisor still cannot view records owned by the subordinate. What is preventing the Supervisor from viewing records owned by the subordinate? Choose 2 answers
- A. The Supervisor's role is not above the subordinate's role in hierarchy
- B. The Supervisor requires a permission set in order to view the subordinate's record
- C. Organization wide settings for the custom object grant access to other users with the same role
- D. Organization wide settings for the custom object do not grant access using hierarchy
正解:A、D
質問 # 175
An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.
What automation should the app builder use?
- A. Screen flow
- B. Apex code
- C. Process Builder
- D. Workflow rule
正解:B
質問 # 176
What should be done to provide managers access to records of which they are not the owner in a private sharing model?
- A. Define a Role Hierarchy and use the Grant Access Using Hierarchies option
- B. Set the Manger field for each User Record on the Manager's team.
- C. Create a Manager Permission set and select the "View All Data" option
- D. Create a Manager profile and select the "View My Teams Data" option.
正解:C
質問 # 177
What is a true statement when deleting a dashboard?
- A. Deleting a dashboard does not move the dashboard to the recycle bin and therefore the dashboard cannot be recovered.
- B. Deleting a dashboard also deletes the components within it. It does not delete the custom reports used by the components.
- C. Deleting a dashboard also deletes the components within it, as well as the custom reports used by the components
- D. Deleting a dashboard requires a user to first edit the components to remove the underlying reports
正解:B
質問 # 178
......
Salesforce Platform-App-Builderリアルな2025年最新の知能問題集模擬試験問題集:https://www.goshiken.com/Salesforce/Platform-App-Builder-mondaishu.html
Salesforce Platform-App-Builderリアルな問題と100%カバーリアルな試験問題:https://drive.google.com/open?id=1nzRT3E52FttzfsLan43oufpIr8BFegg3