
2023年最新のお手軽に合格させるPlatform-App-Builder試験にはこちらが提供する問題集PDFテストエンジン
Platform-App-BuilderのPDFで合格させるスゴ問題集でPlatform-App-Builder最新のリアル試験問題
Salesforce Platform-App-Builder(Salesforce認定のPlatform App Builder)資格試験は、Salesforceプラットフォーム上でカスタムアプリケーションを構築する個人の専門知識をテストするために設計されています。この資格は、Salesforceプラットフォーム上でカスタムアプリケーションを設計・構築・実装するスキルや知識を示したい専門家を対象としています。この資格試験は、あなたのスキルを検証し、Salesforceプラットフォームへの取り組みを証明する絶好の機会です。
質問 # 64
Which three standard component types are available in the Lightning App Builder? Choose 3 answers
- A. Recent Items
- B. Plain Text
- C. Rich Text
- D. Filter Text
- E. Report details
正解:A、B、C
質問 # 65
Universal Containers uses a custom picklist called Account_Region__c on the Account object. The vice president of sales has asked that the value of this field is visible on Opportunities.
How should an app builder create this solution?
- A. Cross-object formula field
- B. Field history tacking
- C. Lookup field
- D. Field-level security
正解:B
質問 # 66
Universal Containers has two teams: Sales and Services. Both teams interact with the same records. Sales users use ten fields on the Account record. Services users use three of the same fields as the Sales team, but also have five of their own, which the sales team does not use. What is the minimum configuration necessary to meet this requirement?
- A. One profile, two record types, one page layout
- B. One profile, one record type, one page layout.
- C. Two profiles, two record types, two page layouts
- D. Two profiles, one record type, two page layouts
正解:C
質問 # 67
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 is showing up in the recent section and not in the navigation menu
- B. Groups is not included in the selecteCreate a criteria based sharing rule using the projects department that grd list for the navigation menu
- C. Groups is included in the smart search items but not on the navigation menu
- D. Groups cannot be the last item in the navigation menu.
Groups Appears for organizations that have Chatter enabled. If you don't add this item to the navigation menu, groups are automatically included in the set of Smart Search Items instead and the Groups item is available from the Recent section.
https://developer.salesforce.com/docs/atlas.en-us.salesforce1.meta/salesforce1/customize_s1_nav_about.htm
正解:C
質問 # 68
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 only.
- B. The record owner and all of the other Area Managers.
- C. The record owner and all of the Territory Managers in their hierarchy.
- D. The record owner and the VP of Sales.
正解:D
質問 # 69
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 is showing up in the recent section and not in the navigation menu
- B. Groups cannot be the last item in the navigation menu.
- C. Groups is not included in the selected list for the navigation menu
- D. Groups is included in the smart search items but not on the navigation menu
正解:C
質問 # 70
Which Validation formula is valid to make sure Phone & Email fields are filled in when converting a Lead?
- A. IsConverted = TRUE && (ISBLANK(Phone) && ISBLANK(Email)
- B. IsConverted = FALSE && (ISBLANK(Phone) && ISBLANK(Email)
- C. IsConverted = TRUE && OR(Phone, Email)
- D. IsConverted = TRUE && OR(ISBLANK(Phone), ISBLANK(Email))
正解:D
質問 # 71
Universal con has purchased a lighting component on the appExchange. Where can that component be utilized? (Choose 2)
- A. Salesforce lighting app
- B. Salesforce1 mobile app
- C. Lightning process builder
- D. Visual workflow
正解:A、B
質問 # 72
Universal Container wants to display a message when a case needs follow up. What can be used to display different text on the case record depending on the number of days a case is opened?
- A. Workflow Update
- B. Case Process
- C. Formula Field
- D. Lightning Process Builder
正解:C
質問 # 73
Which three Salesforce functionalities are ignored when processing field updates in workflow rules and approval processes? (Choose three.)
- A. Validation rules
- B. Record type picklist value assignments
- C. Decimal places and character limits
- D. Multiple currencies
- E. Field-level security
正解:B、C、D
解説:
Explanation/Reference:
質問 # 74
Which capability allows an app builder to grant object-level access? (Choose two.)
- A. Assigning a user a Role that allows Read access to an object.
- B. Assigning a user a Permission Set that allows Read and Edit access to an object.
- C. Assigning a user a Profile that allows Read access to an object.
- D. Assigning a user a Public Group that allows for Read and Edit access to an object.
正解:B、C
質問 # 75
What external relationship requires a Salesforce ID in the external data?
- A. External Lookup
- B. Indirect Lookup
- C. Master Detail
- D. Lookup
正解:D
質問 # 76
What is a key consideration when using unmanaged packages? Choose 2 answers
- A. The person who created the unmanaged package can change or update installed components
- 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. 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、C
質問 # 77
Universal Containers has two types of customer support processes: Platinum and Diamond. The app builder created separate record types for each process on the Case object. The customer support team should not be able to create new cases with the Diamond record type.
How should this requirement be met?
- A. Remove the ability for the support team to create new case records.
- B. Update the profile to remove the Diamond record type from the support team.
- C. Make the record type hidden to all users and then use sharing rules to share it.
- D. Update the organization-wide defaults to private.
正解:B
質問 # 78
What are the limitations of workflow rules?
- A. You can't package workflow rules with time triggers.
- B. All of the above.
- C. You can't create outbound messages for workflow rules on junction objects.
- D. You can't create e-mail alerts for workflow rules on activities.
正解:B
解説:
Explanation
質問 # 79
Universal Containers wants to match Opportunity data from Salesforce to the records in a financial database.
What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?
- A. CASESAFE(Id)
- B. TEXT(Id)
- C. Salesforce Record ID
- D. External ID
正解:D
質問 # 80
An Alexa Skill Builder is building an interactive storytelling skill where the user can choose their own path through the story. The Builder wants Amazon Alexa to narrate the story and use custom audio for the dialogue for each character, along with various sound effects.
How can these requirements be met?
- A. Record custom audio for each segment of the story, then stream audio files stored on Amazon S3 using the AudioPlayer interface for each segment of the story.
- B. Record custom audio for each character voice and the sound effects in the story, then include the custom audio using SSML markup in the response.
- C. Record the entire story as custom audio and stream the audio stored on Amazon S3 using the AudioPlayer interface.
- D. Develop each response as text, and let Alexa speak each part differently using SSML markup for
<amazon:effect>to alter the Alexa voice for each character.
正解:A
解説:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/audioplayer-interface- reference.html
質問 # 81
An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?
- A. Standard buttons can be overridden with a Visualforce page
- B. Standard buttons can be overridden, relocated on the detail page, and relabeled
- C. Standard buttons that are not available for overrides can still be hidden on page layouts
- D. Standard buttons can be changed on lookup dialogs, list views, and search result layouts
正解:A、C
質問 # 82
Representatives at Cloud Kicks use Salesforce to record information for new Leads. When new prospects are added, an outbound message is sent to the data warehouse with the Lead's information.
What automation tool should an app builder use to meet this requirement?
- A. Create a process using Process Builder to send an outbound message.
- B. Create a workflow rule with an outbound message as the action.
- C. Use Lightning Flow to send an outbound message.
- D. Design an approval process that sends an outbound message.
正解:B
質問 # 83
......
Platform-App-Builder問題集はあなたの合格を必ず保証します:https://jp.fast2test.com/Platform-App-Builder-premium-file.html
有効なPlatform-App-Builderテスト解答Platform-App-Builder試験PDF:https://drive.google.com/open?id=1Ef9uAvcVDBW0ThLSty4LV2fiyVVFJS6Y