[UPDATED 2024] Read Platform-App-Builder Study Guide Cover to Cover as Literally [Q89-Q104]

Share

[UPDATED 2024] Read Platform-App-Builder Study Guide Cover to Cover as Literally

100% Real & Accurate Platform-App-Builder Questions and Answers with Free and Fast Updates

NEW QUESTION # 89
The app builder needs to change the data types of new custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform the additional steps in order to retain existing functionalities?

  • A. Changing the data type of a field used in an apex class from number to text.
  • B. Changing the data type of a field used as an external id from number to text.
  • C. Changing the data type of a field used in a report from a text to an encrypted field
  • D. Changing the data type of a field used in lead conversion from number to text

Answer: A

Explanation:
Changing the data type of a field used in an apex class from number to text will require the app builder to perform additional steps in order to retain existing functionalities. This is because changing the data type of a field may affect the apex code that references or manipulates the field value, and may cause compilation errors or unexpected results. The app builder will need to update the apex code to handle the new data type and ensure that the logic and calculations are still correct. Option B is incorrect because changing the data type of a field used in a report from a text to an encrypted field will not require additional steps, as encrypted fields can still be used in reports with some limitations. Option C is incorrect because changing the data type of a field used as an external id from number to text will not require additional steps, as external id fields can be either number or text. Option D is incorrect because changing the data type of a field used in lead conversion from number to text will not require additional steps, as lead conversion fields can be mapped regardless of their data types.


NEW QUESTION # 90
Universal con needs a field on the account to track how many opportunitiesare closing within the next 30 days. What can be used?

  • A. Apex code
  • B. Workflow rule
  • C. Process builder
  • D. Roll-up summary field

Answer: A


NEW QUESTION # 91
Which opportunity standard field is available to be configured directly? Choose3

  • A. Forecast category
  • B. Stage
  • C. Type
  • D. Lead source

Answer: B,C,D

Explanation:
The opportunity standard fields that are available to be configured directly are Stage, Lead Source, and Type. These fields can be modified by editing their picklist values, adding or removing values, or changing their default values. Option A is incorrect because Forecast Category is not a standard field on the opportunity object, but rather a system field that is automatically derived from the Stage field.


NEW QUESTION # 92
Which statement is true about an External ID field? (Choose two.)

  • A. The field can be unique based on case-sensitive or case-insensitive values.
  • B. The field contains unique record identifiers from a system outside of Salesforce.
  • C. The field must contain at least one number and at least one letter.
  • D. The field must be unique since duplicates are not allowed within Salesforce.

Answer: A,B


NEW QUESTION # 93
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. Cross-object field updates between Training and Student records are not supported
  • B. On Training record, users can only delete students, if they have access to it
  • C. On Training record, the Student Lookup field can be made optional
  • D. On Student Record, users can set up Roll-up summary fields on Training records

Answer: B


NEW QUESTION # 94
As an account's expiration approaches, send recurring e-mail notifications to the owner (2 weeks before, 1 week before, 3 days before, and 1 day before).
Which tool would you use for the following use case?

  • A. Flow
  • B. Workflow
  • C. Process builder
  • D. Approvals

Answer: B


NEW QUESTION # 95
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 custom button
  • D. A default action

Answer: B

Explanation:
Explanation
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.


NEW QUESTION # 96
DreamHouseRealty (DR) is expanding into subsidized housing by partnering with local government entitles. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased Information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.
Which two considerations should be made by the team?
Choose 2 answers

  • A. Rich text field values of all lengths are displayed fully in reports.
  • B. Audit Trail is available through REST API extracts.
  • C. Field History Tracking records value changes of 255 characters or less.
  • D. Data loss may occur when changing custom field types.

Answer: C,D

Explanation:
Changing custom field types may result in data loss if the new field type is incompatible with the old one. For example, changing a text field to a number field may cause text values to be deleted. Field history tracking records value changes of 255 characters or less. If a rich text field value exceeds this limit, only the first 255 characters are tracked.


NEW QUESTION # 97
Universal Container want to store an area code and wants to be able to search for it in applications (apex). Which are possible fields to store the data.
Choose 2

  • A. Multi Picklist
  • B. Email
  • C. Text
  • D. Number
  • E. Phone

Answer: C,D


NEW QUESTION # 98
DreamHouse Realty is rethinking its sandbox utilization strategy after acquiring Cloud Kicks. The Salesforce COE already utilizes a partial and a full sandbox, which it refreshes on their own regular schedules. Teams are expanding and have to begin each of their small projects in a sandbox before committing to the larger pool for collaborative testing while still keeping costs down.
What type of sandbox should each team member use?

  • A. Partial sandbox
  • B. Full sandbox
  • C. Developer pro sandbox
  • D. Developer sandbox

Answer: D


NEW QUESTION # 99
Universal Containers wants to track installation information once it container has been purchased on a custom object. Sales reps should have visibility of all the installation with their opportunities.
visibility of all the installations associated with their opportunities.
What kind of relationship should this new object have to the Opportunity?

  • A. Many to Many
  • B. Lookup
  • C. Master-Detail
  • D. Hierarchical

Answer: A


NEW QUESTION # 100
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 custom button
  • D. A default action

Answer: B


NEW QUESTION # 101
An app builder wants to create a report to compare the number of support cases in each status (New, In-progress, or Closed) and by priority (Critical, High, Medium, or Low).
What solution should be used for the report?

  • A. Bucket Columns
  • B. Custom Report Type
  • C. Filters
  • D. Grouping

Answer: D

Explanation:
Explanation
The best solution to create a report to compare the number of support cases in each status and by priority is to use grouping. Grouping allows the app builder to summarize data by one or more fields, such as status and priority, and display them in rows and columns. Grouping also enables the app builder to use different chart types, such as stacked bar charts or matrix charts, to visualize the data. Bucket columns are not a suitable solution, as they are used to categorize data into predefined groups, such as high, medium, or low. Custom report types are not a suitable solution, as they are used to define the objects and fields available for a report, not how to display them. Filters are not a suitable solution, as they are used to limit the data shown in a report based on certain criteria, not how to compare them


NEW QUESTION # 102
How would you ensure that records of a particular object are visible only to the user, and users higher in the role hierarchy? choose 2 answers.

  • A. Set org wide sharing default for the object as private
  • B. Define a role hierarchy
  • C. Define a profile list
  • D. Set org wide sharing default for the object as manager view

Answer: A,B


NEW QUESTION # 103
Cloud Kicks has a sales rep who is stating that their Contact is unavailable for other users to see within Salesforce.
In which three ways can an app builder troubleshoot this issue?
Choose 3 answers

  • A. Create an Account Sharing Rule to give the users access to all records.
  • B. Verify the users with the issue have access to the Contact object.
  • C. Create a new Contact and have the users try again.
  • D. Confirm whether Default Organization-Wide Sharing Settings provide access to the Account.
  • E. Review the Contact record and ensure it is linked to an Account.

Answer: B,D,E


NEW QUESTION # 104
......


Salesforce Platform-App-Builder (Salesforce Certified Platform App Builder) Certification Exam is a credential that validates a professional's knowledge and competency in building custom applications on the Salesforce platform. Salesforce Certified Platform App Builder certification is designed for individuals who have a solid understanding of Salesforce's declarative capabilities and are able to design, build, and implement custom applications that are scalable, secure, and maintainable. Salesforce Certified Platform App Builder certification exam covers a wide range of topics, including data modeling, security, user interface design, business logic, and reporting.

 

Reliable Study Materials for Platform-App-Builder Exam Success For Sure: https://www.newpassleader.com/Salesforce/Platform-App-Builder-exam-preparation-materials.html

Get Unlimited Access to Platform-App-Builder Certification Exam Cert Guide: https://drive.google.com/open?id=1Bt_sVHoSbNUpXkgnODE36ipDTNj2i_wH