
信頼できるSalesforce App Builder Platform-App-Builder問題集PDF 2024年05月30日最近更新された問題
必ず合格できるSalesforce Platform-App-Builder試験正確な292問題と解答あります
Salesforce Platform-App-Builder試験は、Salesforce Platform上にカスタムアプリケーションを構築するプロのスキルと知識を検証する認定プログラムです。この認定は、Salesforceの宣言的機能を完全に理解し、Salesforce Platformを使用してカスタムアプリケーションを設計、構築、実装できる個人を対象としています。この認定は、Salesforce Platformでアプリケーションを開発する能力を証明したい開発者、管理者、ビジネスアナリストに最適です。
質問 # 57
The VP of Sales at Universal Containers has asked the app builder to let sales reps create opportunity records directly from the account, with a number of fields pre-populated.
Which feature should the app builder use to allow users to create the opportunity?
- A. A custom link
- B. A quick action
- C. A default action
- D. A custom button
正解:B
解説:
The feature that the app builder should use to allow users to create the opportunity is a quick action. A quick action is a type of custom button or link that can create or update records, log calls, send emails, or launch flows from a record page or a global menu. The app builder can create a quick action on the account object that creates an opportunity record with pre-populated fields. Option B is incorrect because a default action is not a valid term, but rather a standard action that appears on every record page by default, such as Edit or Delete. Option C is incorrect because a custom button is not suitable for this requirement, as custom buttons can only display a URL or execute JavaScript when clicked. Option D is incorrect because a custom link is not suitable for this requirement, as custom links can only display a URL or execute JavaScript when clicked.
質問 # 58
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 formula 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 roll-up summary 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.
正解:C、D
質問 # 59
The finance manager at Universal Containers wants to receive a new business notification email each time a new client is won. The sales manager wants to receive a task letting them know to onboard the new client unless it is a top-tier client.
Which automation tool should an app builder use to best address all these requests?
- A. Screen flow
- B. Record-triggered flow
- C. Approval process
- D. Apex
正解:B
解説:
Explanation
Record-triggered flow is the automation tool that the app builder should use to best address all these requests of sending an email to the finance manager and creating a task for the sales manager when a new client is won.
According to the Salesforce documentation, "Record-triggered flows automate processes for you. They start when a record is created or updated, or when a platform event occurs." A record-triggered flow can perform actions such as sending an email alert or creating a record based on criteria or conditions. Screen flow, Apex, and Approval process are not automation tools that can handle all these requests.
質問 # 60
What option is available to an App Builder when defining an object-specific Create Record custom action?
Choose 2 answers
- A. Specifying the fields and layout of the action.
- B. Pre-Defining field values on the target object.
- C. Allowing the end user to choose the record type
- D. Redirecting the end user to the detail page of the target object
正解:A、C
質問 # 61
An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects.
Which three field types could be used in roll-up summary fields to accomplish this? (Choose three.)
- A. Percent
- B. Checkbox
- C. Time
- D. Currency
- E. Date
正解:A、D、E
質問 # 62
AMAZON.MoreIntentis comparable to which of the following Amazon Alexa intents? (Choose two.)
- A. AMAZON.ScrollRightIntent
- B. AMAZON.ScrollDownIntent
- C. AMAZON.LoopOnIntent
- D. AMAZON.ResumeIntent
- E. AMAZON.RepeatIntent
正解:A、B
解説:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in- intents.html#amazonmoreintent
質問 # 63
DreamHouse Realty wants to track how many lifts are being installed into customer garages. The To Be Installed custom checkbox field on the custom Lift object should be checked and an external system should be notified via an outbound message the next day when a lift is sold.
What automation tool should be used to complete this task?
- A. Process Builder
- B. Approval process
- C. Flow
- D. Workflow
正解:A
解説:
Process Builder is the best automation tool to complete this task. Process Builder can perform actions when a record is created or updated, and it can also schedule actions to execute at a later time. Process Builder can update a field, send an email, and call an outbound message as actions.
質問 # 64
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 mobile navigation menus for both the sales and marketing profiles.
- B. Create sales and marketing profiles to ensure read access to different objects
- C. Create public groups for sales and marketing and create mobile navigation menus for each group.
- D. Create roles for sales and marketing and assign a custom homepage layout for each role.
正解:A
質問 # 65
A custom object named assignment has a private sharing setting that grantsaccess using hierarchies. The organization has a role hierarchy where the"Specialist" role reports to a "Manager" role which reports to a "Director" role. TheDirector role is at the top of the role hierarchy. A user who is in the manager rolecreate a new assignment record. Who can see this record?
- A. The record owner and those above the specialist role in their hierarchy.
- B. The record owner and the directors in their Hierarchy.
- C. The record owner and the managers in their hierarchy.
- D. The record owner and the specialists in their hierarchy.
正解:B
質問 # 66
Sales representatives want to capture custom Feedback record details related to each Account. The sales reps want to accomplish this with minimal clicks on the Salesforce1 mobile application. What is the recommended solution to meet this requirement? Choose 2 answers.
- A. Create an object-specific action on Account
- B. Create predefined values for most of the fields.
- C. Create a global action on Account.
- D. Create a feedback object as a parent of Account
正解:A、B
質問 # 67
Nickname__c is a custom text field on a contact record that is utilized to override the contact's name appearing on an email template. This field is not required and is not always filled in.
Which formula should an app builder use to select the contact's preferred name for email communications?
- A. IF(NOT(BLANKVALUE(Nickname__c)), Nickname__c, FirstName)
- B. IF(TEXT(Nfckname__c), Nickname_c,FirstName)
- C. IF (ISNUUL(Nteknarne _..c),Nicknamec,Firstftame)
- D. IF(NOT(ISBLANK(Nickname__c)), Nickname_c,FirstName)
正解:A
解説:
The formula that should be used to select the contact's preferred name for email communications is IF(NOT(BLANKVALUE(Nickname__c)),Nickname__c, FirstName). This formula checks if the Nickname__c field is blank or null, and if not, it returns the value of the Nickname__c field. Otherwise, it returns the value of the FirstName field.
質問 # 68
An app builder needs to change the data types of a few custom fields. The appbuilder is not able to delete and recreate any of the fields, nor modify any apexcode. Which data type change will require the app builder to perform additionalsteps in order to retain existing functionality?
- A. As an external ID from number to text
- B. Changing the data type of a field used in a report from text to an encrypted field
- C. In lead conversion from number to text
- D. In an apex class from number to text
正解:C
解説:
Explanation
https://help.salesforce.com/apex/HTViewHelpDoc?id=notes_on_changing_custom_field_types.htm&language=e If you change the data type of any custom field that is used for lead conversion, that lead field mapping will be deleted. You would have to recreate the field mapping, this satisfies the requirements.
質問 # 69
Where can a custom button be placed? Choose 3 answers
- A. On a Person Account
- B. On a Web-to-Case form
- C. On a related list
- D. On the User Object
- E. On the Custom List View
正解:A、C、E
質問 # 70
The app builder at Ursa Major Solar has just created a master-detail relationship between a parent object Galaxy__c and child object Star__c.
What would be the effect of creating this type of relationship if users want to report on Galaxy__c with Star__c?
- A. A Galaxy__c with Star__c report type will be automatically created.
- B. A Star__c report typewith Galaxy__c as a field will be automatically created.
- C. A new custom report type will need to be created for Star__c with lookup fields from Galaxy__c.
- D. A new custom report type will need to be created for Galaxy__c with Star__c.
正解:A
解説:
A master-detail relationship between two objects automatically creates a report type that includes both objects.
The app builder does not need to create a custom report type for this scenario. The report type will have the format of Parent object with Child object
質問 # 71
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 cannot be the last item in the navigation menu.
- B. Groups is not included in the selected list for the navigation menu
- C. Groups is included in the smart search items but not on the navigation menu
- D. Groups is showing up in the recent section and not in the navigation menu
正解:B
質問 # 72
What should you do when a user requests a report?
- A. All of the above.
- B. Document the user's requirements.
- C. Ask follow-up questions, to get all the requirements.
- D. Map the user's requirements to report criteria.
正解:A
質問 # 73
Northern Trail Outfitters wants to change a master-detail relationship on Account to a lookup relationship with a custom object Park. The app builder tries to reconfigure this but is unable to do so.
What could be causing this?
- A. The Account record includes Parks roll-up summary fields.
- B. The Account is included in a flow process on the Park object.
- C. The Park object needs at least one Master-Detail field for reporting.
- D. The park records have existing formulas on the Account.
正解:A
解説:
When attempting to change a master-detail relationship to a lookup relationship, Salesforce imposes specific restrictions to maintain data integrity:
C . The Account record includes Parks roll-up summary fields. Master-detail relationships allow roll-up summary fields to aggregate data from child records onto the parent record. If any roll-up summary fields are present on the master object (Account in this case) that depend on the detail records (Parks), the relationship cannot be changed to lookup until these roll-up summary fields are removed.
To resolve this, follow these steps:
Identify and delete all roll-up summary fields on the Account object that reference the Park object.
Convert the master-detail relationship to a lookup relationship.
Recreate any necessary roll-ups using declarative tools like Process Builder or Flow if needed, as lookups do not support native roll-up summaries.
For more guidance, review Salesforce's documentation on Changing Field Types.
質問 # 74
What is a true statement in regards to creating custom report types?
- A. Any object can be chosen unless the object is no visible to the person creating the report type through security settings
- B. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for that report type.
- C. The detail object in a master- detail relationship cannot be added as a secondary object on a custom 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.
正解:B
解説:
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
質問 # 75
Universal container sales reps can modify fields on an opportunity until it isclosed. Only the sales operations team can modify the post close follow up date andpost close followup comments fields. How to make this happen?
- A. Use record types with field sets and restrict editing fields using field-level security
- B. Use multiple record types, page layouts, and profiles
- C. Use field-level security to mark fields as read-only on the sales profile
- D. Use field-level security on page layouts to restrict editing fields
正解:B
質問 # 76
......
2024年最新の実際にある検証済みのPlatform-App-Builder問題集:https://www.goshiken.com/Salesforce/Platform-App-Builder-mondaishu.html
合格させるPlatform-App-Builder試験で更新された292問題あります:https://drive.google.com/open?id=1Oe8J5JMBM2GZUTgPbQT0Rbsc8ePAk4g_