Salesforce Platform App Builder Certification PR

Salesforce Platform App Builder Certification #331-340

記事内に商品プロモーションを含む場合があります
Information

Certification Preparation for Platform App Builder

31

What is the capability of schema Builder? Choose 2 Answers

  • Showing selected objects on the page.
  • Editing custom settings
  • Viewing page layout in a new window
  • Creating a new record type
  • 答え

    A,C

    32

    “An app builder has downloaded a component from the AppExchange successfully; however, they are unable to add it to the Lightning home page. Which two reasons can be preventing the app builder from being able to add the custom component?
    Choose 2 answers”

  • My Domain must be deployed to add custom components to the page with the App Builder.
  • A custom tab must be created to add custom components to the page with the App Builder.
  • The component requires a developer permission to add it to the page with the App Builder.
  • The component is tagged for record pages instead of home pages and is not showing up in the App Builder.
  • 答え

    A,D

    33

    Universal container needs to update a field on an account when an opportunity stage is changed to close lost. What can be used to accomplish this requirement? Choose 2

  • Lightning Process Builder
  • Approval Process
  • Assignment Rules
  • Workflow Rule
  • 答え

    A,D

    34

    “Ursa Major Solar wants to automate a welcome email to new clients and include a customized survey about their buying experience. An app builder is tasked with this project and has very little time to build the solution from scratch.
    What should the app builder do to meet the deadline and custom requirements?”

  • Work with a developer to create custom apex code and a Visualforce survey to meet criteria.
  • Build the survey declaratively and use a workflow rule to send it to the customer as an external message to meet criteria.
  • Select an unmanaged package from AppExchange that closely meets the requirements of the project that allows programmatic development.
  • Choose a managed package from AppExchange that closely meets the requirements of the project And restricts programmatic development.
  • 答え

    B

    35

    “Universal Containers wants to its sales team to only see the accounts that they own. Separate Month American and Environment manufacturing 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?”

  • Set the organization–Wide Default to publish for accounts. Create profiles for each Marketing Team, and create an inside Sales Team role that is at the top of the Role Hierarchy.
  • Set the Organization-Wide Default to private for accounts. Create permission setts for each Marketing Team, and create an Inside Sales team Profile with the ”View All” setting for accounts.
  • Set the Organization Team profile 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.
  • 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 accounting for accounts.
  • Set the Organization Team profile 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.
  • 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.
  • 答え

    D

    36

    hich statement about record types is true? (Select 2)

  • Users cannot view records assigned to a record type their profile does not have access to
  • The ability to create records of a specific record type is determined by the profile
  • Record types can only be assigned to one profile at a time
  • Record types can be used to define picklist values available for a given field
  • 答え

    B,D

    37

    Which two field types can be referenced by a Roll-Up Summary field using MIN or MAX? Choose 2 answers

  • Date/time
  • Formula
  • Checkbox
  • Percent
  • 答え

    A,D

    38

    Which two statements are true about record types? Choose two answers

  • They can be used to control user role hierarchy
  • They allow different picklist values for all picklist fields
  • They allow different page layouts and mandatory fields
  • They can be enabled by profile and permission set
  • 答え

    B,C

    39

    Universal Containers wants to test code against a subject of production data that is under 5 GB. They want to refresh a sandbox weekly. Which type of sandbox should be used?

  • Developer Sandbox
  • Developer Pro Sandbox
  • Partial Copy Sandbox
  • Full Sandbox
  • Enterprise Sandbox
  • 答え

    C

    40

    UVC is importing 1000 records into salesforce. They want to avoid any duplicate records from being created during the import. How can these requirement met?

  • Include a column in the import file that has other record name
  • Run duplicate check
  • Use “prevent duplicates”
  • Manually merge
  • 答え

    A