Object Manager & Lightning App Builder - Scenario-based questions Flashcards

(30 cards)

1
Q

What should you use if your sales team needs different page layouts and picklist options for Retail and Enterprise accounts?

A

Create two record types and assign different page layouts and picklist values to each.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A user reports that they can’t see a custom field on the Contact record, even though others can. What’s the most likely cause?

A

Field-level security is hiding the field for the user’s profile.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You’ve been asked to show the “Contract End Date” field at the top of the record page for quick visibility. What’s the best way?

A

Add the field to the highlights panel using a compact layout.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A manager wants to automatically calculate “Total Discount” based on related Opportunity Line Items. What feature should you use?

A

A roll-up summary field on the Opportunity object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The marketing team wants to store custom event feedback data not supported by standard objects. What should you do?

A

Create a custom object for Event Feedback with fields for rating, comments, and event reference.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You need to relate custom object “Project” to “Account” so that deleting the Account also deletes its Projects. What relationship should you use?

A

A master-detail relationship from Project to Account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Your organization wants to track both “Parent Account” and “Partner Account” relationships. What’s the correct configuration?

A

Use a standard Account hierarchy for parent-child and a lookup field for partner relationships.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A new user profile needs access to a Lightning page showing a specific set of components. What’s the correct approach?

A

Assign the Lightning record page to that profile in Lightning App Builder activation settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A field called “Region” should display only when the “Country” field equals “United States.” How do you achieve this?

A

Create a dependent picklist with “Country” as the controlling field and “Region” as the dependent field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The operations team requests a quick way to log calls and create tasks directly from a Contact record. What should you configure?

A

Object-specific quick actions for the Contact object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You need to visualize all custom object relationships in your org. What’s the best tool to use?

A

Schema Builder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A sales rep says that the “Discount %” field should always be between 0 and 50. How do you enforce this rule?

A

Create a validation rule that checks if Discount__c < 0 OR Discount__c > 50.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The support team wants to display a Lightning component that shows related Cases on the Account page. What should you use?

A

Add the standard Related List component or a custom Lightning component on the Account Lightning page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Your HR department wants an internal-only page displaying employee dashboards. How do you make it available to them but not others?

A

Create an app page and assign visibility only to the HR profile.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You’ve created a new custom field on Account, but it doesn’t appear on any record pages. What step did you likely miss?

A

Adding the field to the page layout.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

You’re asked to display a dynamic greeting message on the Home page based on the logged-in user’s name. What’s the best approach?

A

Use a custom Lightning component that references the $User global variable.

17
Q

A field called “Contract Value” is missing when viewing an Account in Lightning but appears in Classic. Why?

A

The field isn’t included in the Lightning Record Page layout.

18
Q

The finance team wants to sum up related Invoice Amounts on the Account record. What tool do you use?

A

A roll-up summary field on the Account object (if Invoice is a detail object).

19
Q

You want to show a “Project Progress” bar on the Project record page that updates automatically. What’s a good solution?

A

Use a custom Lightning component or a formula field combined with a progress bar component.

20
Q

The sales director asks for a tab where users can access an internal help document directly. What should you do?

A

Create a custom tab that points to the document or web resource URL.

21
Q

A system admin deleted a master record and all related details disappeared too. Why?

A

The child object was in a master-detail relationship.

22
Q

A user needs to edit a custom field but the field is read-only. You verified profile and page layout permissions are correct. What else could block editing?

A

The field is read-only due to a validation rule or record type configuration.

23
Q

Your company wants to standardize the “Industry” picklist across Leads, Accounts, and Opportunities. What’s the most efficient way?

A

Use a global picklist value set shared by all three objects.

24
Q

A Lightning page loads slowly because it has too many related list components. What’s a better design approach?

A

Use a tabbed layout or accordion to organize components efficiently.

25
The sales VP wants a dashboard-style record page summarizing KPIs. How can you build it?
Use the Lightning App Builder to design a custom record page with chart and report components.
26
An admin creates a new field but wants it hidden from all users except admins. What should they adjust?
Field-level security and page layout visibility.
27
A user needs to quickly switch between different Lightning record page views for testing. What feature allows this?
The Lightning App Builder page activation preview.
28
Two custom objects must have a many-to-many relationship. How do you configure it?
Create a junction object with two master-detail relationships.
29
You want to display a chart showing related Opportunities on the Account page. What should you do?
Add a report chart component filtered by Account ID to the Lightning record page.
30
The CEO requests a mobile-optimized view of the Opportunity page. What’s your best approach?
Use Lightning App Builder to create and assign a mobile Lightning record page.