2025年03月 Salesforce Platform-App-Builder認定リアル2025年最新の模擬試験合格させます [Q64-Q84]

Share

2025年03月 Salesforce Platform-App-Builder認定リアル2025年最新の模擬試験合格させます

Platform-App-Builder試験問題と有効なPlatform-App-Builder問題集でPDF


Salesforce Platform-App-Builder 認定は、Salesforce プラットフォーム上でカスタムアプリケーションを構築したい個人にとって貴重な資格です。この認定は、Salesforce Platform を使用してカスタムアプリケーションを設計、構築、展開するために必要なスキルと知識を検証します。認定試験の準備には、トレーニングコース、学習ガイド、模擬試験など、さまざまなリソースを活用できます。この認定は、世界的に認められ、雇用主から高く評価されており、Salesforce エコシステムでキャリアを進めたい個人にとって価値ある投資となります。


Salesforce Platform-App-Builder認定試験では、データモデリング、セキュリティ、ユーザーインターフェイス設計、ビジネスロジック、アプリケーションの展開など、幅広いトピックをカバーしています。この試験は、組織のニーズを満たすカスタムアプリケーションを設計および構築する能力をテストするように設計されています。試験は多肢選択の質問で構成されており、105分でタイミングが取られます。試験に合格するには63%のスコアが必要ですが、候補者は専門知識を実証するためにより高いスコアを目指すことをお勧めします。


Salesforce Platform-App-Builder認定試験に合格するためには、個人はSalesforceの基本をしっかりと理解している必要があります。これには、データモデリング、セキュリティ、ユーザーインターフェースなど、プラットフォームの核心概念が含まれます。また、Salesforceプラットフォーム上でカスタムアプリケーションを構築する経験が必要であり、Lightning App BuilderやProcess BuilderなどのSalesforceツールを使いこなせることが求められます。

 

質問 # 64
Universal Container's app builder needs to display an account's rating on all contacts related to that account.
Which formula is valid in a text formula field on the contact to display the appropriate value? (Choose two.)

  • A. CASE(Account.Rating, "Hot", "Hot", "Warm", "Warm", "Cold", "Cold", "Not Rated")
  • B. Account.Rating
  • C. Text(Account.Rating)
  • D. CASE(Account.Rating, Hot, Hot, Warm, Warm, Cold, Cold, Not Rated)

正解:A、C


質問 # 65
When a user creates a record by using an object-specific create action, what feed item for that record appears? (Choose 3 answers)

  • A. In the feed for the record on which the new record was created
  • B. In the user profile feed for all users who can view the record
  • C. As the first entry in the feed for the new record
  • D. In the Chatter feed of the first user who follows the record on which the record was created
  • E. In the Chatter feed of the user who created the record

正解:A、C、E


質問 # 66
An app builder wants to use Process Builder to automate some of the work being done by the sales team.
What are three capabilities ofProcess Builder that can improve productivity?
Choose 3 answers

  • A. Create a child record.
  • B. Update a related record.
  • C. Send an email alert.
  • D. Delete a related record.
  • E. Send an outbound message.

正解:A、B、C

解説:
Send an email alert, update a related record, and create a child record are three capabilities of Process Builder that can improve productivity for the sales team. Process Builder can automate these actions based on criteria or events that occur on records or objects. Send an outbound message and delete a related record are not capabilities of Process Builder, but of other tools such as Workflow Rules or Apex.


質問 # 67
An App Builder wants to deploy a new version of an auto launched flow to production in an active state so that the new functionality Is immediately available to users What should the App Builder rake Into consideration when planning the deployment?

  • A. Grant user access to the Flow.
  • B. Verify there is an Apex test that provides test coverage for the Flow.
  • C. Manually activate the Flow after deployment
  • D. Include the Process Builder calling the Flow In the deployment

正解:B


質問 # 68
Which statement is true when using record types to control picklist value. (Select 2)

  • A. If a picklist value is removed from the master, then it is no longer available when records assigned to that value are unchanged
  • B. If a record type is renamed, then the list of values included in that record type are also changed to newly renamed record types
  • C. If values are added to the Opportunity Stage, Case Status, and Lead Status fields, then the values must be manually adjusted for each record type
  • D. If a picklist value is added to the master picklist, then the new value must be manually included in the appropriate record types

正解:A、D


質問 # 69
An app builder created multiple custom fields, page layouts, and reports in the sandbox and added them to a change set was deployed to production, the reports were NOT deployed.
What should the app builder do?

  • A. Recreate the reports in production. Reports are not supported in change sets
  • B. Add the reports to an unmanaged package and install the unmanaged package into production.
  • C. Move the reports to the Untried Public Reports folder and add them to a new change set.
  • D. Move the reports from the Unfiled Public Reports folder and add them to a new change set

正解:D

解説:
Moving the reports from the Unfiled Public Reports folder and adding them to a new change set is what the app builder should do to deploy the reports to production. According to the Salesforce documentation, "Reports in the Unfiled Public Reports folder aren't available for deployment." Moving the reports to the Untried Public Reports folder, recreating the reports in production, and adding the reports to an unmanaged package are not necessary or recommended actions.


質問 # 70
Northern Trail Outfitters has two custom objects that are part of a master-detail relationship.
What determines the ownership and sharing access of the detail record?

  • A. The owner is set independently on the detail object's settings.
  • B. The default owner is set in the parent object's settings.
  • C. The Owner field on the Master record.
  • D. The Owner field on the Detail record.

正解:C


質問 # 71
What is a key consideration when using unmanaged packages? Choose 2 answers

  • A. A namespace is required to create an unmanaged package.
    Explanation - Namespaces are not used in unmanaged packages. In fact, even if your organization is namespace, the namespace is removed from all components when it is uploaded as an unmanaged package.
    https://developer.salesforce.com/page/An_Introduction_to_Packaging
    Once the components are installed from an unmanaged package, the components can be edited in the organization they are installed in. The developer who created and uploaded the unmanaged package has no control over the installed components, and can't change or upgrade them. https://help.salesforce.com/apex/HTViewHelpDoc?id=sharing_apps.htm
  • B. The person who created the unmanaged package has no control over the installed components
  • C. A namespace is not required to create an unmanaged package.
  • D. The person who created the unmanaged package can change or update installed components

正解:B、C


質問 # 72
Universal Containers allows all employees to submit reviews for leadership using a custom object called Review. These Reviews should only be visible to the HR department and the employee who submitted the record.
Which three steps should an app builder take to properly control access to Reviews?
Choose 3 answers

  • A. Set organization-wide default to Private.
  • B. Disable Grant Access Using Hierarchies.
  • C. Remove Review Read permission from non-HR Department user Profiles.
  • D. Create a criteria-based Sharing Rule for the HR Department.
  • E. Add a Master-Detail (User; field on the Review object.

正解:A、B、D

解説:
To control access to the Review custom object such that only the HR department and the submitting employee can see the reviews, the following steps should be taken:
A: Disable Grant Access Using Hierarchies:
By default, Salesforce allows users higher in the role hierarchy to access records owned by users lower in the hierarchy. Since reviews should only be visible to HR and the submitting employee, you need to disable Grant Access Using Hierarchies on the Review object to prevent anyone else in the hierarchy from automatically gaining access to these records.
Reference:
C: Create a criteria-based Sharing Rule for the HR Department:
With the organization-wide default (OWD) set to Private, you'll need to create a criteria-based sharing rule to ensure that HR users can view the Review records. This rule would give HR access to the records based on a specified condition, such as all records of the Review object.
E: Set organization-wide default to Private:
Setting the organization-wide default (OWD) for the Review object to Private ensures that no user, other than the record owner (the submitting employee) and those explicitly granted access (HR), can see the Review records by default.
Why the other options are incorrect:
Option B: Add a Master-Detail (User) field on the Review object:
This is not necessary in this scenario because the primary relationship is about controlling access through sharing rules, not creating a master-detail relationship. Moreover, this would complicate access control, which is better managed via sharing settings.
Option D: Remove Review Read permission from non-HR Department user Profiles:
This step is redundant if the organization-wide default is set to Private. Profile permissions control the general ability to access the object, while the visibility of specific records is controlled by sharing rules and OWD. Removing read access via profiles would block all users, including the ones submitting the reviews, from accessing the object.
In summary, by disabling Grant Access Using Hierarchies, setting OWD to Private, and implementing a criteria-based sharing rule for HR, you can ensure that only HR and the submitting employee can view Review records.
Reference:
Record Sharing Overview


質問 # 73
What type of field can be referenced by a Roll-up Summary field using SUM? Choose 3 answers

  • A. Formula
  • B. Number
  • C. Date
  • D. Currency
  • E. Percent

正解:B、D、E

解説:
Explanation
https://help.salesforce.com/HTViewHelpDoc?id=fields_about_roll_up_summary_fields.htm


質問 # 74
What should be done to create a custom object from the Schema Builder?

  • A. From the Objects tab, select New>Object.
  • B. From the Elements tab, drag Object onto the canvas.
  • C. Right-click in the canvas and select "New Object".

正解:B


質問 # 75
Universal containers wants to display the real time stock price for each account on the account record page.
How should an app builder implement this request?

  • A. Build a visual flow that users API calls
  • B. Add a dynamic report to the page layout
  • C. Create a lightning web component
  • D. Install a solution from the appexchange

正解:D


質問 # 76
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. Users should be logged out of production when receiving inbound change sets.
  • B. Transactions will revert if the deployment errors.
  • C. Salesforce Connect automatically establishes a link between environments.
  • D. Change sets do not include all components and may have to perform some changes manually.

正解:A、D

解説:
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.


質問 # 77
Cloud Kicks recently implemented the application lifecycle management process to its release management strategy.
Which category handles bug fixes and simple changes?

  • A. Rollback
  • B. Major
  • C. Patch
  • D. Minor

正解:C


質問 # 78
Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app. Which option is available to an app builder to satisfy the requirement?

  • A. Create public groups for sales and marketing and create mobile navigation menus for each group.
  • B. Create roles for sales and marketing and assign a custom homepage layout for each role.
  • C. Create mobile navigation menus for both the sales and marketing profiles.
  • D. Create sales and marketing profiles to ensure read access to different objects

正解:D


質問 # 79
The Training team at UVC uses a custom Training object to track their customer trainings. An App Builder needs to create a relationship between the Training object and the related Student's record. A private sharing model is in place for both Students and Training. Which two statements are true when creating a Student lookup field on the Training object? Choose 2 answers

  • A. On Student Record, users can set up Roll-up summary fields on Training records
  • B. Cross-object field updates between Training and Student records are not supported
  • C. On Training record, users can only delete students, if they have access to it
  • D. On Training record, the Student Lookup field can be made optional

正解:C


質問 # 80
Universal Containers manages leads in a Lead qualification queue where sales reps can accept ownership of the Lead. Campaign members are required to have a sales owner.
What validation rule should an app builder configure?

  • A. NOT(ISNEW() && ISBLANK(Lead.Owner:Queue.Id))
  • B. NOT(ISBLANK(Lead.Owner:Queue.Id))
  • C. AND( ISBLANK(Lead.Owner.Id) )
  • D. AND(ISNEW(), ISBLANK(Lead.Owner:User.Id))

正解:D

解説:
The validation rule should be AND(ISNEW(), ISBLANK(Lead.Owner:User.Id)). This rule will prevent saving a new lead record if the owner is not a user. This will ensure that campaign members have a sales owner.
Option A is incorrect because it will prevent saving any lead record if the owner is blank, which is not the requirement. Option B is incorrect because it will prevent saving an existing lead record if the owner is a queue, which is not the requirement. Option D is incorrect because it will prevent saving any lead record if the owner is a queue, which is not the requirement.


質問 # 81
DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system.
Which two field types are allowed as an external ID?

  • A. Test field
  • B. Phone field
  • C. Number field
  • D. URL field

正解:A、C

解説:
A: Number fields and C: Text fields can be set as External IDs. These field types are suitable for housing unique identifiers from external systems.
References:
Salesforce Help - External ID Fields


質問 # 82
What metadata changes can be made directly in a production environment without deploying from sandbox? Choose 2 answers

  • A. Apex Triggers
  • B. Visualforce Pages
  • C. Apex Classes
  • D. Validation Rules

正解:B、D


質問 # 83
An app builder has been asked to provide users a way to identify a Contact's "Preferred Contact Method" direction on Contact record. Users need to be able to identify whether a phone number or an email, is the Contact's preferred communication method. Which filed type will allow the App Builder to accomplish this with the fewest fields possible?

  • A. Checkboxes
  • B. Formula
  • C. Email
  • D. Picklist

正解:A、D


質問 # 84
......

Platform-App-Builder問題集を無料PDFゲットせよ最近更新された問題:https://www.goshiken.com/Salesforce/Platform-App-Builder-mondaishu.html

Platform-App-Builderブレーン問題集で学習ガイドには試験合格するための秘訣:https://drive.google.com/open?id=1tNyXJMRMMbFfiZgah6G0kFNYpjYQ5h7Q