Territory Management Flashcards

1
Q

How would you use “Territory” in Salesforce?

A

It organize groups of accounts and the Salesforce users who work with those accounts. Territories are created based on territory types.

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

What is a Territory Type?

A

Territory Types help you organize your territories by key characteristics important to your company. Every territory you create has a territory type. Territory types are used for organizing and creating territories only. They don’t appear on territory model hierarchies.

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

What is a Territory Model?

A

It represents a complete territory management system for your company. Modeling lets you create and preview multiple territory structures and different account and user assignments before you activate the model that works best.

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

What is a Territory Hierarchy?

A

It shows a model’s territory structure and serves as its main interaction point. You start from the hierarchy to create, edit and delete territories; run assignment rules for territories and navigate to territory detail pages for more information

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

What is a Territory Model State?

A

Indicates whether a territory is in the planning stage, in active use, or archived. You can only have one active territory model at a time.

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

How can you assign accounts to territories?

A

Manually or by applying assignment rules

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

Give an example of how your organization can use territory type priority to reflect your sales strategy for the year.

A

Example: If your organization expects more opportunities within the US east coast than the US west coast in the coming year, the East Coast territory type is assigned priority 001 and the West Coast territory type is assigned 005. These priority assignments help those creating territory records make the right territory type choice. At mid-year, you project unexpected growth opportunities in the Great Lakes region, so you create a new territory type called Great Lakes and assign it priority 003 to reflect the change in your sales strategy.

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

What permissions, roles or ownership is needed for users who need to :

  • create territory models and all related records (Such as territory types?)
  • View and manage territory models in all states
  • Activate, archive, delete or clone territory models
  • View territory information on territory-assigned account records for territories in models in all states
A

Manage Territories

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

What permissions, roles or ownership is needed for users who need to create or edit account assignment rules for territories?

A

Manage Territories
AND
View All on Accounts

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

What permissions, roles or ownership is needed for users who need to manually assign a territory to an opportunity?

A

Sharing access for the opportunity’s account. Users who have sharing access to the account can assign any active territory to the opportunity. Those who do not can assign only a territory that is also assigned to the opportunity’s account

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

How do filter-based opportunity territory assignment works?

A

It lets you use a simple job to assign territories to opportunities. Salesforce provide code for an Apex class that you can use as-is or modify as needed based on Salesforce guidelines.

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

What does a Salesforce admin have to do before users can assign territories manually on opportunities?

A - Add an Apex class

B - Add the field called ‘Exclude from the territory assignment filter logic’ to the opportunity page layout

C - Add the Territory field to the opportunity page layout

D - Set up filter-based opportunity territory assignment

A

C - Add the Territory field to the opportunity page layout

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

How does filter-based opportunity territory assignment work?

A - You use a job to assign territories to accounts

B - You use a job to assign territories to opportunities

C - We provide code for an Apex class that you use or modify as needed

D - B and C

A

D - B and C

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

How do you run filter-based opportunity territory assignment?

A - Click ‘Run Opportunity Filter’ on a territory record

B - Click ‘Run Opportunity Filter’ on the territory hierarchy page

C - Add the field called ‘Exclude from the territory assignment filter logic’ to the opportunity page layout, then deselect it for all the opportunities you want to assign territories to

D - Add the Opportunity Filter checkbox to the opportunity page layout, then select it for all the opportunities you want to assign territories to

A

B - Click ‘Run Opportunity Filter’ on the territory hierarchy page

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

How do you set up manual exclusion of opportunities from filter-based territory assignment?

A - Add the field called ‘Exclude form the territory assignment filter logic’ to the opportunity page layout

B - Create another Apex class

C - Select the Exclude from the territory assignment filter logic checkbox for each opportunity you want to exclude from territory assignment

D. A and C

A

D. A and C

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

What happens when a territory doesn’t have any inherited or locally-defined account assignment rules?

A

Then it only contains accounts that were manually added

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

What happens if an account matches all inherited and locally defined account assignment rules for multiple territories on the same branch of the hierarchy?

A

Then the account is assigned to the lowest matching territory

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

What happens if an account matches a territory’s inherited account assignment rules but not all of the territory’s locally-defined rules?

A

Then the account isn’t assigned to the territory, but is evaluated for child territories

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

Scenario: If you have three territories:

  • Territory A has four rules marked “Apply to child territories”, and is a parent of territory B
  • Territory B has three rules not marked “Apply to child territories” and is a parent of territory C
  • Territory C has two rules

If you assign an account that matches all of territory A’s and territory C’s rules, but only of of territory B’s rules, which territory will it be assigned to?

A

The account will be assigned to territory C

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

Scenario: If you have three territories:

  • Territory A has four rules marked “Apply to child territories”, and is a parent of territory B
  • Territory B has three rules and they are marked “Apply to child territories” and is a parent of territory C
  • Territory C has two rules

If you assign an account that matches all of territory A’s and territory C’s rules, but only of of territory B’s rules, which territory will it be assigned to?

A

The account will be assigned to territory A

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

Are leads included in territory management?

A

No, only opportunities are

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

How do territories affect forecasting?

A

When you enable territory management, the territory hierarchy also becomes the forecast hierarchy. Your forecast data is derived from the opportunities that are associated with the accounts in your territories. Users have a different forecast for each territory to which they are assigned.

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

When converting a lead to an opportunity (when Territory Management have been enabled) and the lead owner belongs to the same territory as the account, there is only one user assigned to the territory and there is no forecast manager assigned to the territory, what will happen with the opportunity?

A

The opportunity is assigned to the same territory as the account and the lead owner becomes the opportunity owner

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

When converting a lead to an opportunity (when Territory Management have been enabled) and the lead owner does not belong to the same territory as the account, there is only one user assigned to the territory and there is no forecast manager assigned to the territory, what will happen with the opportunity?

A

The opportunity is assigned to the same territory as the account and the opportunity owner is the sole member of the territory.

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

When converting a lead to an opportunity (when Territory Management have been enabled) and the lead owner does not belong to the same territory as the account, there are no users assigned to the territory and there is no forecast manager assigned either, what will happen with the opportunity?

A

The opportunity is assigned to the same territory as the account and the lead owner becomes the opportunity owner. The lead owner is added as an inactive member of the territory

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

When converting a lead to an opportunity (when Territory Management have been enabled) and the lead owner belongs to the same territory as the account, there are more than one user assigned to the territory and there is a forecast manager assigned, what will happen with the opportunity?

A

The opportunity is assigned to the same territory as the account and the forecast manager becomes the opportunity owner

27
Q

When converting a lead to an opportunity (when Territory Management have been enabled) and the lead owner belongs to the same territory as the account, there are more than one user assigned to the territory and there is no forecast manager assigned, what will happen with the opportunity?

A

The opportunity is assigned to the same territory as the account and the lead owner becomes the opportunity owner

28
Q

When converting a lead to an opportunity (when Territory Management have been enabled) and the lead owner does not belong to the same territory as the account, there are more than one user assigned to the territory and there is a forecast manager assigned, what will happen with the opportunity?

A

The opportunity is assigned to the forecast manager of the territory

29
Q

When converting a lead to an opportunity (when Territory Management have been enabled) and the lead owner does not belong to the same territory as the account, there are more than one user assigned to the territory and there is no forecast manager assigned, what will happen with the opportunity?

A

The opportunity is assigned to the same territory as the account and the lead owner becomes the opportunity owner. The lead owner is added as an inactive member of the territory

30
Q

If the account associated with the opportunity is assigned to more than one territory, and the lead owner has one territory in common with the account, what happens with the opportunity?

A

The opportunity is not assigned to any of the territories and the lead owner becomes the opportunity owner. The opportunity owner can assign the opportunity to the account’s territory

31
Q

If the account associated with the opportunity is assigned to more than one territory, and the lead owner has more than one territory in common with the account, what happens with the opportunity?

A

The opportunity is not assigned to any of the territories and the lead owner becomes the opportunity owner. The opportunity owner can assign the opportunity to any territory that he or she has in common with the account

32
Q

If the account associated with the opportunity is assigned to more than one territory, and the lead owner has no territories in common with the account, what happens with the opportunity?

A

The opportunity is not assigned to any territories and the lead owner becomes the opportunity owner. The opportunity owner can assign the opportunity to any territory that he or she has in common with the account

33
Q

Which of the following is a best practice for optimizing performance when using Enterprise Territory Management?

A. Make filter criteria in assignment rules as nonrestrictive as possible

B. Make filter criteria in assignment rules as restrictive as possible

C. Always select ‘Evaluate this account against territory rules on save’ on the account edit page

D. Spell out numbers, such as ‘one hundred’, in numeric filter criteria for assignment rules

E. Start at the top of your territory hierarchy when you’re reassigning territories to other parents

A

B. Make filter criteria in assignment rules as restrictive as possible

34
Q

To avoid performance issues, which of the following are best practices for defining filter criteria in assignment rules?

A. Use numeric fields

B. Define numeric fields with text

C. Avoid overuse of OR and ‘equals’ conditions

D. A and B

E. A and C

A

E. A and C

35
Q

Which hierarchy is the best for modeling management and Human Resources types of reporting structures, where one person reports only to another person?

A. Role Hierarchy
B. Territory Hierarchy

A

A. Role Hierarchy

36
Q

Which hierarchy is best for modeling a matrix reporting structure, where someone can report to multiple managers?

A. Role Hierarchy
B. Territory Hierarchy

A

B. Territory Hierarchy

37
Q

True or False: Salesforce recommends basing your territory hierarchy on your user role hierarchy

A

False

38
Q

To show rolled-up forecasts for your Florida sales territory, which of the following is required?

A. Assign a forecast manager to the Florida territory, but only if Florida sales territory has an actual manager

B. Assign a forecast manager to the Florida territory, even if your Florida sales territory doesn’t have an actual manager

C. Run forecast manager assignment rules for your active territory model

D. Run forecast manager assignment rules for the Florida territory

A

B. Assign a forecast manager to the Florida territory, even if your Florida sales territory doesn’t have an actual manager

39
Q

What should you consider when creating sales territories?

A. What you did at your last company

B. Your company’s go-to-market goals

C. The number of square miles in a territory

D. Whichever is the fastest so reps can get to closing deals

A

B. Your company’s go-to-market goals

40
Q

What are the two things you can influence to keep territories balanced?

A. Skill level and quota

B. Number of reps and experience level

C. Territory and rep retention

D. Territory and quota

A

D. Territory and quota

41
Q

What’s the best way to manage territories throughout the year?

A. Don’t make any changes to your territory model

B. Rely only on data, never on sales team input

C. Rely only on sales team input, never on data

D. Take input from the sales team and combine it with data you’ve gathered to update your model for peak performance

A

D. Take input from the sales team and combine it with data you’ve gathered to update your model for peak performance

42
Q

What edition of Salesforce do you need to access Enterprise Territory Management?

A. Group Edition

B. Contact Manager Edition

C. Professional Edition

D. Enterprise or Unlimited Edition

A

D. Enterprise or Unlimited Edition

43
Q

What is the difference between forecasting and pipeline?

A. One is for sales, one is for marketing

B. There is no difference, they’re the same thing

C. Pipeline measures all opportunities, and forecast is just those you think will close in a certain time frame

D. Forecast measures all opportunities, and pipeline is just those you think will close in a certain time frame.

A

C. Pipeline measures all opportunities, and forecast is just those you think will close in a certain time frame

44
Q

What parts of the sales process should you standardize to ensure forecasting success?

A. The terminology you use for each stage

B. A script for the first call with prospects

C. Which emails you send to which prospect

D. Your hiring process

A

A. The terminology you use for each stage

45
Q

Where should you inspect your forecasts?

A. You inspect forecasts in spreadsheets

B. Anywhere but spreadsheets

C. In Salesforce, you can inspect them either with reports or with the forecasting tool

D. You inspect your forecasts via an email list each sales rep sends you

A

C. In Salesforce, you can inspect them either with reports or with the forecasting tool

46
Q

Can you have multiple territories/hierarchy in:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

B. Enterprise Territory Management 2.0

47
Q

Can you run Territories on the Territory Tree/List View Page in:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

B. Enterprise Territory Management 2.0

48
Q

Can you preview Territories in
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

In Both, BUT in Territory Management 1.0 it’s partial, and it’s not persisted

49
Q

Can you inherit Territory Rules in
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

In Both!

50
Q

Can you have Territory Types/Priorities in:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

B. Enterprise Territory Management 2.0

51
Q

Can you have Territory Models in:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

B. Enterprise Territory Management 2.0

52
Q

Can you Enable/Disable Territory Management in:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

Both

53
Q

Can you do assignment of Territory on Opportunities in: A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

Both

54
Q

Can you integrate with customizable forecasting in:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

A. Territory Management 1.0

55
Q

Can you integrate with Collaborative Forecasts in: A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

B. Enterprise Territory Management 2.0

Note the forecasts are based on territory hierarchy, not role hierarchy

56
Q

Can you do manual assignment of accounts to territories in:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

Both

57
Q

Can you have separation of Rule Execution vs Deployment in:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

B. Enterprise Territory Management 2.0

58
Q

Which of the following can do Territory Hierarchy Deep Clone:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

B. Enterprise Territory Management 2.0

59
Q

Can you have audit trails in:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

B. Enterprise Territory Management 2.0

60
Q

Which of the following have Metadata API Support
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

B. Enterprise Territory Management 2.0

61
Q

You can have a user role in territory in:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

B. Enterprise Territory Management 2.0

62
Q

When can you share a report/dashboard folder with a territory:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

A. Territory Management 1.0

63
Q

In which can you create a public group with territory:
A. Territory Management 1.0
B. Enterprise Territory Management 2.0
C. Both

A

A. Territory Management 1.0