APP 1 Flashcards
An app builder has deployed a change set from a sandbox to production. There is a long delay in the deployment.
What can be causing the delay?
field type change is included in the change set.
The Service Manager provided the app builder with color code requirements for case age on open cases.
New cases populate a green circle
Day-old cases populate a yellow circle
Three day-old cases populate a red circle
How should an app builder implement this requirement?
Formula Field
A new field has been added to the Applicant object that is part of an unmanaged package. A recruiter ran the Position with or without Applicants report and noticed that the new field was missing as an option to add as a column.
How should an app builder troubleshoot this issue?
Add the field to the custom report type field layout.
Cloud Kicks has leads owned by users and queues. The sales manager wants the status to change to working when a user takes ownership.
What does an app builder need to have in the criteria to ensure the process runs without error?
NOT(ISBLANK([Lead].OwnerId))
An app builder has created a custom Lightning App and wants to make it available to the internal
users at Universal Containers.
Which two steps are necessary to accomplish this task7
Choose 2 answers
*. Add the app to a Visualforce page
*. Build a Custom Tab for the app.
Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to Excel in order to ensure each record is treated uniquely.
What formula should an app builder use to create this new field?
CASESAFEID(Id)
Cloud Kicks has five years of sales data and would like to track when customers made their first purchase.
How should an app builder use a roll-up summary to meet the requirements?
Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a
filter where IsWon = TRUE
Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often as possible to migrate from one environment to another.
Which three common items can an app builder move when using a change set?
- Custom object
- Custom field
Ursa Major Solar is ramping up the sales team to meet increased demand. As part of the short ramp up for these new reps, the manager wants to provide a help guide to enable reps to easily get help where needed during the different sales processes.
Which solution should an app builder recommend?
Path
Universal Containers manages internal projects by department using a custom object called
Projects. Only employees in the project’s respective department should have view access to all of the department’s project records. If an employee changes job roles and moves to another department, the employee should no longer have access to the projects within their former
department.
Which two options will meet these requirements assuming the organization-wide default for Projects is set to Private? (Choose two.)
*. Create a criteria-based sharing rule using the Project’s department that grants access to users by roles.
*. Create a criteria-based sharing rule using the Project’s department that grants access to users by public groups.
Universal Containers has a customer base where many customers have the same or similar company
names.
Which functionality should be configured to improve an end user’s search experience? (Choose two.)
*. Update the account search layouts accounts tab columns displayed.
*. Update the account search layouts search results columns displayed
An app builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another app builder creates a workflow with a field update that sets the Industry field to Technology whenever the Billing City field is set to San Francisco.
What will happen the next time a sales person saves an Account with a Billing City of San Francisco?
The record will save and the Industry field will change to Technology
What is a true statement when deleting a dashboard?
Deleting a dashboard also deletes the components within it. It does not delete the custom reports used by the
components.
A junction object has two Master-Detail relationships, a primary and a secondary master object.
What happens to a junction object record when both associated master records are deleted?
The junction object records is deleted and placed in the recycle bin.
Universal Containers wants its Field Sales team to only see the accounts that they own. Separate
North American and European marketing 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 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.
The app builder has just created a Visual Workflow for the VP of Service.
Which two Flow be accessed by users? (Choose two.)
- Custom Button
- From a Process
Which two metadata changes can be made directly in a production environment without deploying
from a sandbox? (Choose two.)
*. Validation rules
*. Visualforce pages
The Training team at Universal Containers uses a custom Training object to track their customer training sessions. An app builder needs to create a relationship between the Training object and the related Students’ record.
Which two statements are true when creating a Student Lookup field on the Training object? (Choose
two.)
*. On Training record, the Student Lookup field can be made optional.
*. On Training record, users can only delete Students, if they have access to it.
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.)
- Date
- Percent
- Currency
Ursa Major Solar is ramping up the sales team to meet increased demand. As part of the short ramp up for these new reps, the manager wants to provide a help guide to enable reps to easily get help where needed during the different sales processes.
Which solution should an app builder recommend?
Path
An app builder at Cloud Kicks created a custom object and related fields in the schema builder.
What next steps should the app build take to ensure users can access the new object and fields7
Add the fields to the page layout on the object.
An app builder wants to deploy a new version of an auto launched flow Production in an active state so that the new functionality is immediately available to users.
What should the app builder take into consideration when planning the deployment
Verify there is an apex test that provides test coverage for the flow
An app builder has been requested to extend record access beyond the organization-wide defaults
configured.
Which two features satisfy this requirement? (Choose two.)
*. Using Sharing Rules.
*. Using Public Groups.
An app builder wants to limit the amount of fields users are required to fill out when creating a new
Opportunity. Once they fill out the required fields and save, the full record page with additional fields
relevant to the Opportunity type becomes available.
How could this be accomplished?
Make the opportunity type a required field on the initial Opportunity page layout and use automation to fill in the
type field to a record type.