@palerock/exam-qa 1.0.1 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,305 @@
1
+ {
2
+ "title": "Salesforce-Sales-Cloud-Certification(81)-[Set-1]",
3
+ "category": "Salesforce Sales Cloud",
4
+ "questions": [
5
+ {
6
+ "describe": "Think about he metrics that UP will use to measure the success of the Sales Cloud implementation. How would you design a solution to measure success for UP?",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": false,
10
+ "describe": "Create an analytic snapshot for standard reports"
11
+ },
12
+ {
13
+ "isRight": false,
14
+ "describe": "Customize the Measure Success standard report"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Create a dashboard based on standard reports"
19
+ },
20
+ {
21
+ "isRight": true,
22
+ "describe": "Download and customize a user adoption dashboard from the AppExchange."
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "describe": "Think about UP's biggest pain points around leads. What would you recommend to improve the quality of leads passed from marketing to sales? (2 opt)",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": false,
31
+ "describe": "Create a workflow rule to send email alerts to the sales manager."
32
+ },
33
+ {
34
+ "isRight": true,
35
+ "describe": "Create custom fields to capture critical lead information."
36
+ },
37
+ {
38
+ "isRight": true,
39
+ "describe": "Implement validation rules for leads."
40
+ },
41
+ {
42
+ "isRight": false,
43
+ "describe": "Create web-to-lead auto-response rules."
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "describe": "Think about the data access requirements for leads. UP wants all sales and marketing users to be able to see all leads, but only the Marketing Specialist should be able to create and modify lead data. What organization-wide defaults would you use for the Lead object to meet this requirement.",
49
+ "answerOptions": [
50
+ {
51
+ "isRight": false,
52
+ "describe": "Private"
53
+ },
54
+ {
55
+ "isRight": true,
56
+ "describe": "Public Read-Only"
57
+ },
58
+ {
59
+ "isRight": false,
60
+ "describe": "Public Read-Write"
61
+ },
62
+ {
63
+ "isRight": false,
64
+ "describe": "Public Read/Write Transfer"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "describe": "Think about the lead process at UP. How would you design a solution to support their process. (2 opt)",
70
+ "answerOptions": [
71
+ {
72
+ "isRight": true,
73
+ "describe": "Use lead status to capture if the lead is contacted, open, qualified, of unqualified."
74
+ },
75
+ {
76
+ "isRight": true,
77
+ "describe": "Use a workflow rule to automatically assign follow-up tasks for open leads."
78
+ },
79
+ {
80
+ "isRight": false,
81
+ "describe": "Create an approval process for each stage in the lead process."
82
+ },
83
+ {
84
+ "isRight": false,
85
+ "describe": "Create different lead processes for each line of business."
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "describe": "You can track Assets through Accounts, Contacts, Products, or Cases.",
91
+ "answerOptions": [
92
+ {
93
+ "isRight": true,
94
+ "describe": "True"
95
+ },
96
+ {
97
+ "isRight": false,
98
+ "describe": "False"
99
+ }
100
+ ]
101
+ },
102
+ {
103
+ "describe": "You can track only Assets sold by your company.",
104
+ "answerOptions": [
105
+ {
106
+ "isRight": false,
107
+ "describe": "True"
108
+ },
109
+ {
110
+ "isRight": true,
111
+ "describe": "False"
112
+ }
113
+ ]
114
+ },
115
+ {
116
+ "describe": "Which of the following statements about Standard and Custom Price Books are accurate? (2 opt)",
117
+ "answerOptions": [
118
+ {
119
+ "isRight": true,
120
+ "describe": "A Standard Price Book includes a master list of all Products with their associated Standard Prices."
121
+ },
122
+ {
123
+ "isRight": false,
124
+ "describe": "A Custom Price Book includes a master list of all Products with their associated Custom Prices."
125
+ },
126
+ {
127
+ "isRight": true,
128
+ "describe": "A Custom Price Book is a subset of the Products listed in the Standard Price Book."
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "describe": "There are four steps to managing Products and Price Books. Can you put the steps in order?\n1. Create Product\n2. Create Custom Price Book\n3. Defined Standard Price\n4. Set List Price",
134
+ "answerOptions": [
135
+ {
136
+ "isRight": false,
137
+ "describe": "1, 2, 3, 4"
138
+ },
139
+ {
140
+ "isRight": false,
141
+ "describe": "4, 1, 2, 3"
142
+ },
143
+ {
144
+ "isRight": false,
145
+ "describe": "2, 1, 4, 2"
146
+ },
147
+ {
148
+ "isRight": true,
149
+ "describe": "1, 3, 2, 4"
150
+ }
151
+ ]
152
+ },
153
+ {
154
+ "describe": "Your organization sells a product that requires your customers to pay all at once but receive the product in increments. What should be your first step in setting up Product schedules?",
155
+ "answerOptions": [
156
+ {
157
+ "isRight": true,
158
+ "describe": "Enable creation of Quantity Schedules"
159
+ },
160
+ {
161
+ "isRight": false,
162
+ "describe": "Enable creation of Revenue Schedules"
163
+ },
164
+ {
165
+ "isRight": false,
166
+ "describe": "Set up default Quantity schedules for Products"
167
+ },
168
+ {
169
+ "isRight": false,
170
+ "describe": "Set up default Revenue schedules for Products"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "describe": "In addition to setting the standard price, what must you also do in order to add a Product to a Custom Price Book?",
176
+ "answerOptions": [
177
+ {
178
+ "isRight": false,
179
+ "describe": "Enter a Product Code"
180
+ },
181
+ {
182
+ "isRight": false,
183
+ "describe": "Enter a Product Description"
184
+ },
185
+ {
186
+ "isRight": true,
187
+ "describe": "Check the Active checkbox"
188
+ },
189
+ {
190
+ "isRight": false,
191
+ "describe": "Select a Product Family"
192
+ }
193
+ ]
194
+ },
195
+ {
196
+ "describe": "Which of these steps should take place before setting a List Price for a Product? (2 opt)",
197
+ "answerOptions": [
198
+ {
199
+ "isRight": false,
200
+ "describe": "Update all items in the Standard Price Book"
201
+ },
202
+ {
203
+ "isRight": false,
204
+ "describe": "Update all items in the Custom Price Book"
205
+ },
206
+ {
207
+ "isRight": true,
208
+ "describe": "Create the Product"
209
+ },
210
+ {
211
+ "isRight": true,
212
+ "describe": "Define the Product's Standard Price"
213
+ },
214
+ {
215
+ "isRight": false,
216
+ "describe": "Specify a Quantity or Revenue Schedule"
217
+ }
218
+ ]
219
+ },
220
+ {
221
+ "describe": "Your org-wide defaults for Price Books are set to \"No Access\". What should you do to enable your Sales Reps to view the South America Price Book and add Products in this Price Book to Opportunities?",
222
+ "answerOptions": [
223
+ {
224
+ "isRight": false,
225
+ "describe": "Set the org-wide defaults to \"Use\", then manually change all non Sales Reps' access to \"No Access\""
226
+ },
227
+ {
228
+ "isRight": false,
229
+ "describe": "Set the org-wide defaults for all Sales Reps to \"Use\""
230
+ },
231
+ {
232
+ "isRight": true,
233
+ "describe": "Grant specific \"Use\" access rights to Sales Reps for the South America Price Book"
234
+ },
235
+ {
236
+ "isRight": false,
237
+ "describe": "Change all Custom Price Books' access for Sales Reps to \"Use\""
238
+ }
239
+ ]
240
+ },
241
+ {
242
+ "describe": "Your org-wide defaults for access rights to Price Books are set to \"Use\", but only Sales Reps should have access to Price Books. What should be your first step?",
243
+ "answerOptions": [
244
+ {
245
+ "isRight": true,
246
+ "describe": "Change the org-wide default setting to \"No Access\""
247
+ },
248
+ {
249
+ "isRight": false,
250
+ "describe": "Change the org-wide default setting to \"View Only\""
251
+ },
252
+ {
253
+ "isRight": false,
254
+ "describe": "Leave the org-wide default setting, but change the Sales Reps' access rights"
255
+ },
256
+ {
257
+ "isRight": false,
258
+ "describe": "Change the Sales Reps' access rights to \"Use'"
259
+ }
260
+ ]
261
+ },
262
+ {
263
+ "describe": "Your company has decided they want to track payment and deliveries for their products and services. Place the steps in order:\n1. Set up default schedules for any products that involve regular payments or delivery.\n2. Do not set up default schedules for products that involve payments or deliveries that are unique to each opportunity.\n3. Enable Scheduling for all products.",
264
+ "answerOptions": [
265
+ {
266
+ "isRight": false,
267
+ "describe": "1, 2, 3"
268
+ },
269
+ {
270
+ "isRight": false,
271
+ "describe": "2, 1, 3"
272
+ },
273
+ {
274
+ "isRight": true,
275
+ "describe": "3, 1, 2"
276
+ },
277
+ {
278
+ "isRight": false,
279
+ "describe": "2, 3, 1"
280
+ }
281
+ ]
282
+ },
283
+ {
284
+ "describe": "Your company sells service contracts where the customer pays once a year for a monthly service package. What type of schedule should you set up?",
285
+ "answerOptions": [
286
+ {
287
+ "isRight": true,
288
+ "describe": "Default Quantity Schedule"
289
+ },
290
+ {
291
+ "isRight": false,
292
+ "describe": "Default Revenue Schedule"
293
+ },
294
+ {
295
+ "isRight": false,
296
+ "describe": "Default Revenue and Quantity Schedule"
297
+ },
298
+ {
299
+ "isRight": false,
300
+ "describe": "Don't create any default schedule"
301
+ }
302
+ ]
303
+ }
304
+ ]
305
+ }
@@ -0,0 +1,297 @@
1
+ {
2
+ "title": "Salesforce-Sales-Cloud-Certification(81)-[Set-2]",
3
+ "category": "Salesforce Sales Cloud",
4
+ "questions": [
5
+ {
6
+ "describe": "Your company sells large mainframes that are delivered in one delivery but are paid for with several regular installments. What type of schedule should you set up?",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": false,
10
+ "describe": "Default Quantity Schedule"
11
+ },
12
+ {
13
+ "isRight": true,
14
+ "describe": "Default Revenue Schedule"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Default Revenue and Quantity Schedule"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Don't create any default schedule"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "describe": "A sales rep can create a quote from:",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": false,
31
+ "describe": "An Account and its Opportunities"
32
+ },
33
+ {
34
+ "isRight": true,
35
+ "describe": "An Opportunity and its Products"
36
+ },
37
+ {
38
+ "isRight": false,
39
+ "describe": "A Product and its Price Book"
40
+ },
41
+ {
42
+ "isRight": false,
43
+ "describe": "A Contact and its Assets"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "describe": "Who can benefit from the Quotes feature? (3 opt)",
49
+ "answerOptions": [
50
+ {
51
+ "isRight": true,
52
+ "describe": "A customer who wants to get a quote from Salesforce"
53
+ },
54
+ {
55
+ "isRight": true,
56
+ "describe": "A sales rep who wants to create and email a PDF quote from Salesforce"
57
+ },
58
+ {
59
+ "isRight": true,
60
+ "describe": "An Administrator who wants to manage quoting in Salesforce"
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "describe": "How do you create a new quote for a customer?",
66
+ "answerOptions": [
67
+ {
68
+ "isRight": false,
69
+ "describe": "Select an Account and click \"New Quote\""
70
+ },
71
+ {
72
+ "isRight": false,
73
+ "describe": "Click the Quotes tab, then click \"New Quote\""
74
+ },
75
+ {
76
+ "isRight": true,
77
+ "describe": "Select an Opportunity, then click \"New Quote\""
78
+ },
79
+ {
80
+ "isRight": false,
81
+ "describe": "Select a Contact and click \"New Quote\""
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "describe": "You can apply a discount to the entire quote; there is no need to apply discounts to individual line items in the quote.",
87
+ "answerOptions": [
88
+ {
89
+ "isRight": false,
90
+ "describe": "True"
91
+ },
92
+ {
93
+ "isRight": true,
94
+ "describe": "False"
95
+ }
96
+ ]
97
+ },
98
+ {
99
+ "describe": "When editing a quote, you can edit which of the following? (3 opt)",
100
+ "answerOptions": [
101
+ {
102
+ "isRight": false,
103
+ "describe": "The discount to apply to the entire quote including all line items"
104
+ },
105
+ {
106
+ "isRight": true,
107
+ "describe": "The quote name and status"
108
+ },
109
+ {
110
+ "isRight": true,
111
+ "describe": "The expiration date of the quote"
112
+ },
113
+ {
114
+ "isRight": true,
115
+ "describe": "The contact and address information of the customer"
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "describe": "The quotes syncing process synchronizes updates between:",
121
+ "answerOptions": [
122
+ {
123
+ "isRight": false,
124
+ "describe": "Different sales reps working on the same quote."
125
+ },
126
+ {
127
+ "isRight": false,
128
+ "describe": "Various products in an opportunity"
129
+ },
130
+ {
131
+ "isRight": true,
132
+ "describe": "A quote and the opportunity it was created from"
133
+ },
134
+ {
135
+ "isRight": false,
136
+ "describe": "Different quotes created from the sames opportunity"
137
+ }
138
+ ]
139
+ },
140
+ {
141
+ "describe": "You want to sync a new quote with its opportunity, but an old quote is already syncing. What should you do first?",
142
+ "answerOptions": [
143
+ {
144
+ "isRight": false,
145
+ "describe": "Open new quote detail page so you can start syncing process"
146
+ },
147
+ {
148
+ "isRight": false,
149
+ "describe": "Check the syncing checkbox for new quote in the quote related list on the opportunity"
150
+ },
151
+ {
152
+ "isRight": false,
153
+ "describe": "Uncheck the syncing checkbox for the old quote"
154
+ },
155
+ {
156
+ "isRight": true,
157
+ "describe": "Stop the syncing for the old quote"
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "describe": "To create a PDF file of your quote, click \"Create PDF\" on the quote detail page.",
163
+ "answerOptions": [
164
+ {
165
+ "isRight": true,
166
+ "describe": "True"
167
+ },
168
+ {
169
+ "isRight": false,
170
+ "describe": "False"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "describe": "Once you save a PDF quote, the file is automatically emailed to the customer.",
176
+ "answerOptions": [
177
+ {
178
+ "isRight": false,
179
+ "describe": "True"
180
+ },
181
+ {
182
+ "isRight": true,
183
+ "describe": "False"
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "describe": "Place the following steps in the correct order to set up Salesforce for Outlook:\n1. Users and profiles must be assigned to an Outlook configuration\n2. Users must begin syncing records across platforms\n3. Salesforce for Outlook must be downloaded to the machine\n4. An Outlook configuration must be created.",
189
+ "answerOptions": [
190
+ {
191
+ "isRight": false,
192
+ "describe": "1, 2, 3, 4"
193
+ },
194
+ {
195
+ "isRight": false,
196
+ "describe": "1, 3, 2, 4"
197
+ },
198
+ {
199
+ "isRight": false,
200
+ "describe": "2, 1, 4, 2"
201
+ },
202
+ {
203
+ "isRight": true,
204
+ "describe": "4, 1, 3, 2"
205
+ }
206
+ ]
207
+ },
208
+ {
209
+ "describe": "How can end users work with Salesforce for Outlook? (2 opt)",
210
+ "answerOptions": [
211
+ {
212
+ "isRight": false,
213
+ "describe": "Define Outlook configurations"
214
+ },
215
+ {
216
+ "isRight": false,
217
+ "describe": "Assign configurations to other users with their profile"
218
+ },
219
+ {
220
+ "isRight": true,
221
+ "describe": "Install Salesforce for Outlook"
222
+ },
223
+ {
224
+ "isRight": true,
225
+ "describe": "Select Outlook sync folders"
226
+ }
227
+ ]
228
+ },
229
+ {
230
+ "describe": "How can end users sync their data from Outlook (using Salesforce for Outlook)? (2 opt)",
231
+ "answerOptions": [
232
+ {
233
+ "isRight": true,
234
+ "describe": "Using the sync system try icon and clicking sync now"
235
+ },
236
+ {
237
+ "isRight": true,
238
+ "describe": "Allowing sync to run regularly in the background"
239
+ },
240
+ {
241
+ "isRight": false,
242
+ "describe": "Setting up sync schedule in Salesforce"
243
+ },
244
+ {
245
+ "isRight": false,
246
+ "describe": "Setting up sync schedule in Outlook"
247
+ }
248
+ ]
249
+ },
250
+ {
251
+ "describe": "Which of the following can be synced with Salesforce for Outlook? (3 opt)",
252
+ "answerOptions": [
253
+ {
254
+ "isRight": true,
255
+ "describe": "Contacts"
256
+ },
257
+ {
258
+ "isRight": true,
259
+ "describe": "Tasks"
260
+ },
261
+ {
262
+ "isRight": false,
263
+ "describe": "Accounts"
264
+ },
265
+ {
266
+ "isRight": true,
267
+ "describe": "Events"
268
+ },
269
+ {
270
+ "isRight": false,
271
+ "describe": "Emails"
272
+ }
273
+ ]
274
+ },
275
+ {
276
+ "describe": "AW Computing just added the \"Total Converted Leads in Hierarchy\" roll-up summary field to all campaign page layouts. However, the administrator cannot see the new field on a campaign record. What else needs to be configured to see this field?",
277
+ "answerOptions": [
278
+ {
279
+ "isRight": false,
280
+ "describe": "Select the \"Marketing User\" checkbox"
281
+ },
282
+ {
283
+ "isRight": false,
284
+ "describe": "Select the \"Create\" permission for the Campaigns object"
285
+ },
286
+ {
287
+ "isRight": false,
288
+ "describe": "Set the org-wide defaults for the Campaign object to \"Public Full Access\""
289
+ },
290
+ {
291
+ "isRight": true,
292
+ "describe": "Make the field visible using field-level security"
293
+ }
294
+ ]
295
+ }
296
+ ]
297
+ }