Salesforce Platform App Builder Certification PR

Salesforce Platform App Builder Certification #341-350

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

Certification Preparation for Platform App Builder

41

Universal Container needs to add an additional recipient to a workflow email alert that is fired from the case object. What type of field could be added to the case object to allow the additional desired recipient on the email alert? Choose 2 Answers

  • Formula field
  • Email Field
  • Text Field
  • Lookup field
  • 答え

    B,C

    42

    What type of field can be used to filter a Report Chart that has been added to a Page Layout?

  • Name Field
  • Formula Field
  • Matching ID Field
  • Standard Field
  • 答え

    C

    43

    Which setting is available to customize Salesforce1 mobile app for branding? Choose 3 answers

  • Header and search bar color.
  • The image on loading page
  • Background color on loading page.
  • Notification and search icon
  • Action bar color
  • 答え

    A,B,C

    44

    At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green. Which formula would accomplish this requirement? Choose 2 answers

  • CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “/s.gif”)
  • IMAGE( IF(ISPICKVAL(Priority, “Low”), “img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “img/samples/flag_red.gif”))), “Priority Flag”)
  • IF(ISPICKVAL(Priority, “Low”), “img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “img/samples/flag_red.gif”, “/s.gif”)))
  • IMAGE(CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “Priority Flag”)
  • 答え

    B,D

    45

    Which attribute must field have to be used in external modeling?

  • External ID
  • Unique
  • Required
  • None of the above
  • 答え

    A

    46

    “A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect.
    What should an app builder do to help achieve this goal without sacrificing data quality?”

  • Research and evaluate data enrichment products on the AppExchange to automate data entry.
  • Post daily to the Chatter feed any relevant fields that need to be populated.
  • Use Flow to create a data entry wizard to automate data entry.
  • Use a combination of workflow rules and formula fields to populate key fields for the sales user.
  • 答え

    A

    47

    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

  • Use a roll-up summary field on the candidate record to show the total number of interviews.
  • Use a master-detail relationship between the Candidate and the Interview objects.
  • Use a lookup relationship between the Candidate and Interview objects
  • Use a formula field on the candidate record to show the total number of interviews
  • 答え

    A,B

    48

    An app builder has created a report for sales people to view records from the custom object, some users have complained that they are unable to see all of the appropriate records. What steps should be taken to ensure data visibility within the report? Choose 3 Answers

  • Check organization-wide defaults
  • Check the user’s profile for object settings.
  • Check the report folder sharing settings
  • Check reports filter
  • Check Sharing rules
  • 答え

    A,B,E

    49

    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?

  • The record owner and the directors in their Hierarchy.
  • The record owner and the managers in their hierarchy.
  • The record owner q in their hierarchy.
  • The record owner and the specialists in their hierarchy.
  • 答え

    A

    50

    “Cloud Kicks (CK) wants to begin socializing and collaborating within Salesforce around customer accounts to discuss various topics. CK would like all company employees to see these conversations.Which two features of Chatter would meet CK’s business needs?
    Choose 2 answers”

  • Set up new private Chatter groups.
  • Set up new public Chatter groups.
  • Use post action on the Account object. Account TES
  • Use Chatter actions to create tasks to complete.
  • 答え

    B,C