@palerock/exam-qa 1.0.6-patch2 → 1.0.6-patch4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,124 +3,537 @@
3
3
  "category": "Salesforce Admin 201",
4
4
  "questions": [
5
5
  {
6
- "describe": "Which option is available when using process Visualizer?*Choose 2 answers*A) Share annotated approval process diagramsB) Add approval steps from the process Visualizer.C) Edit the criteria used to trigger the approval process.D) View approval process as a flow chart.",
7
- "answerOptions": []
6
+ "describe": "Which option is available when using process Visualizer?\n*Choose 2 answers*",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": true,
10
+ "describe": "Share annotated approval process diagrams"
11
+ },
12
+ {
13
+ "isRight": false,
14
+ "describe": "Add approval steps from the process Visualizer."
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Edit the criteria used to trigger the approval process."
19
+ },
20
+ {
21
+ "isRight": true,
22
+ "describe": "View approval process as a flow chart."
23
+ }
24
+ ]
8
25
  },
9
26
  {
10
- "describe": "[#27] Universal containers has a marketing team set up as a public group. A sales representative would like to engage the marketing team on one opportunity. What should the sales representative do to ensure the marketing team can access the opportunity?A) manually share the record with the public groupB) add the public group to the opportunity teamC) change the opportunity owner to the public group",
11
- "answerOptions": []
27
+ "describe": "[#27] Universal containers has a marketing team set up as a public group. A sales representative would like to engage the marketing team on one opportunity.\nWhat should the sales representative do to ensure the marketing team can access the opportunity?",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": true,
31
+ "describe": "manually share the record with the public group"
32
+ },
33
+ {
34
+ "isRight": false,
35
+ "describe": "add the public group to the opportunity team"
36
+ },
37
+ {
38
+ "isRight": false,
39
+ "describe": "change the opportunity owner to the public group"
40
+ }
41
+ ]
12
42
  },
13
43
  {
14
- "describe": "What can be modified on standard object fields?*Choose 3 answers*A) Help textB) Default textC) LabelD) Field typeE) Picklist values",
15
- "answerOptions": []
44
+ "describe": "What can be modified on standard object fields?\n*Choose 3 answers*",
45
+ "answerOptions": [
46
+ {
47
+ "isRight": true,
48
+ "describe": "Help text"
49
+ },
50
+ {
51
+ "isRight": false,
52
+ "describe": "Default text"
53
+ },
54
+ {
55
+ "isRight": true,
56
+ "describe": "Label"
57
+ },
58
+ {
59
+ "isRight": false,
60
+ "describe": "Field type"
61
+ },
62
+ {
63
+ "isRight": true,
64
+ "describe": "Picklist values"
65
+ }
66
+ ]
16
67
  },
17
68
  {
18
- "describe": "What is the purpose of the AppExchange?*Choose 2 answers*a) Support users can install the Service cloud console custom app.B) Customers can share and install apps published by Salesforce partners.C) Administrators can downloaded and customize pre-built reports and dashboards.D) Partners can download accounts and contacts to collaborate on sales deals.",
19
- "answerOptions": []
69
+ "describe": "What is the purpose of the AppExchange?\n*Choose 2 answers*",
70
+ "answerOptions": [
71
+ null,
72
+ {
73
+ "isRight": true,
74
+ "describe": "Customers can share and install apps published by Salesforce partners."
75
+ },
76
+ {
77
+ "isRight": true,
78
+ "describe": "Administrators can downloaded and customize pre-built reports and dashboards."
79
+ },
80
+ {
81
+ "isRight": false,
82
+ "describe": "Partners can download accounts and contacts to collaborate on sales deals."
83
+ }
84
+ ]
20
85
  },
21
86
  {
22
- "describe": "What is the purpose of the Service Cloud(customer) portal?*Choose 2 answers*A) To allow partners to access contact records for case collaborationB) To provide Web self-service by exposing Knowledge articlesC) To allow customers to log and check the status of cases online.D) To share support reports and dashboards with high-profile accounts.",
23
- "answerOptions": []
87
+ "describe": "What is the purpose of the Service Cloud(customer) portal?\n*Choose 2 answers*",
88
+ "answerOptions": [
89
+ {
90
+ "isRight": false,
91
+ "describe": "To allow partners to access contact records for case collaboration"
92
+ },
93
+ {
94
+ "isRight": true,
95
+ "describe": "To provide Web self-service by exposing Knowledge articles"
96
+ },
97
+ {
98
+ "isRight": true,
99
+ "describe": "To allow customers to log and check the status of cases online."
100
+ },
101
+ {
102
+ "isRight": false,
103
+ "describe": "To share support reports and dashboards with high-profile accounts."
104
+ }
105
+ ]
24
106
  },
25
107
  {
26
- "describe": "Criteria-based sharing rules can be created for which objects?*Choose 3 answers*A) UsersB) ContactsC) AccountsD) Campaign MembersE) Opportunities",
27
- "answerOptions": []
108
+ "describe": "Criteria-based sharing rules can be created for which objects?\n*Choose 3 answers*",
109
+ "answerOptions": [
110
+ {
111
+ "isRight": false,
112
+ "describe": "Users"
113
+ },
114
+ {
115
+ "isRight": true,
116
+ "describe": "Contacts"
117
+ },
118
+ {
119
+ "isRight": true,
120
+ "describe": "Accounts"
121
+ },
122
+ {
123
+ "isRight": false,
124
+ "describe": "Campaign Members"
125
+ },
126
+ {
127
+ "isRight": true,
128
+ "describe": "Opportunities"
129
+ }
130
+ ]
28
131
  },
29
132
  {
30
- "describe": "If two objects have a parent-child relationship, how can a user access the child record from the parent record.A) Child fieldB) Related listC) Lookup fieldD) Custom link",
31
- "answerOptions": []
133
+ "describe": "If two objects have a parent-child relationship, how can a user access the child record from the parent record.",
134
+ "answerOptions": [
135
+ {
136
+ "isRight": false,
137
+ "describe": "Child field"
138
+ },
139
+ {
140
+ "isRight": true,
141
+ "describe": "Related list"
142
+ },
143
+ {
144
+ "isRight": false,
145
+ "describe": "Lookup field"
146
+ },
147
+ {
148
+ "isRight": false,
149
+ "describe": "Custom link"
150
+ }
151
+ ]
32
152
  },
33
153
  {
34
- "describe": "A system administrator at Universal Containers created a new account record type. However, sales users are unable to select the new record type when creating new account records. What is possible reason for it?*Choose 2 answers*A) The record type has not been activated.B) The record type does not have an associated page layout.C) The record type has not been set as the default record type.D) The record type has not been added to the sales users profile.",
35
- "answerOptions": []
154
+ "describe": "A system administrator at Universal Containers created a new account record type. However, sales users are unable to select the new record type when creating new account records.\nWhat is possible reason for it?\n*Choose 2 answers*",
155
+ "answerOptions": [
156
+ {
157
+ "isRight": true,
158
+ "describe": "The record type has not been activated."
159
+ },
160
+ {
161
+ "isRight": false,
162
+ "describe": "The record type does not have an associated page layout."
163
+ },
164
+ {
165
+ "isRight": false,
166
+ "describe": "The record type has not been set as the default record type."
167
+ },
168
+ {
169
+ "isRight": true,
170
+ "describe": "The record type has not been added to the sales users profile."
171
+ }
172
+ ]
36
173
  },
37
174
  {
38
- "describe": "How can a system administrator restrict users from viewing certain fields in list view, searches, page layouts and reports?A) Remove the field rom reports and list views.B) Set the field to hidden on user role.C) Remove the field from page layoutsD) Set field to hidden using field-level security.",
39
- "answerOptions": []
175
+ "describe": "How can a system administrator restrict users from viewing certain fields in list view, searches, page layouts and reports?",
176
+ "answerOptions": [
177
+ {
178
+ "isRight": false,
179
+ "describe": "Remove the field rom reports and list views."
180
+ },
181
+ {
182
+ "isRight": false,
183
+ "describe": "Set the field to hidden on user role."
184
+ },
185
+ {
186
+ "isRight": false,
187
+ "describe": "Remove the field from page layouts"
188
+ },
189
+ {
190
+ "isRight": true,
191
+ "describe": "Set field to hidden using field-level security."
192
+ }
193
+ ]
40
194
  },
41
195
  {
42
- "describe": "What should an administrator consider when configuring workflow rules?*Choose 2 answers*A) Rules must be deactivated before using an import wizard.B) Rule actions can take place immediately or on a specific date.C) All existing records are evaluated when a new rule is activated.D) Rules can be evaluated when records are created or edited.",
43
- "answerOptions": []
196
+ "describe": "What should an administrator consider when configuring workflow rules?\n*Choose 2 answers*",
197
+ "answerOptions": [
198
+ {
199
+ "isRight": false,
200
+ "describe": "Rules must be deactivated before using an import wizard."
201
+ },
202
+ {
203
+ "isRight": true,
204
+ "describe": "Rule actions can take place immediately or on a specific date."
205
+ },
206
+ {
207
+ "isRight": false,
208
+ "describe": "All existing records are evaluated when a new rule is activated."
209
+ },
210
+ {
211
+ "isRight": true,
212
+ "describe": "Rules can be evaluated when records are created or edited."
213
+ }
214
+ ]
44
215
  },
45
216
  {
46
- "describe": "When importing data, what happens if some records do NOT meet the data validation criteria?A) Import process requires user authorization to import the invalid recordsB) Import process fails only for the records with invalid dataC) Import process aborts when it encounters the first invalid recordD) Import process ignores the data validation criteria",
47
- "answerOptions": []
217
+ "describe": "When importing data, what happens if some records do NOT meet the data validation criteria?",
218
+ "answerOptions": [
219
+ {
220
+ "isRight": false,
221
+ "describe": "Import process requires user authorization to import the invalid records"
222
+ },
223
+ {
224
+ "isRight": true,
225
+ "describe": "Import process fails only for the records with invalid data"
226
+ },
227
+ {
228
+ "isRight": false,
229
+ "describe": "Import process aborts when it encounters the first invalid record"
230
+ },
231
+ {
232
+ "isRight": false,
233
+ "describe": "Import process ignores the data validation criteria"
234
+ }
235
+ ]
48
236
  },
49
237
  {
50
- "describe": "How can a system administrator add users to a salesforce organization using Chatter Free?Choose 2 answersA) Create users in the organization and assign them a Chatter Free licenseB) Assign Chatter Free licenses to users outside the specified email domains.C) Assign Chatter Free licenses to excisting Salesforce users.D) Enable invites to allow users to invite others within specific email domains.",
51
- "answerOptions": []
238
+ "describe": "How can a system administrator add users to a salesforce organization using Chatter Free?\nChoose 2 answers",
239
+ "answerOptions": [
240
+ {
241
+ "isRight": true,
242
+ "describe": "Create users in the organization and assign them a Chatter Free license"
243
+ },
244
+ {
245
+ "isRight": false,
246
+ "describe": "Assign Chatter Free licenses to users outside the specified email domains."
247
+ },
248
+ {
249
+ "isRight": false,
250
+ "describe": "Assign Chatter Free licenses to excisting Salesforce users."
251
+ },
252
+ {
253
+ "isRight": true,
254
+ "describe": "Enable invites to allow users to invite others within specific email domains."
255
+ }
256
+ ]
52
257
  },
53
258
  {
54
- "describe": "What is an option when customuzing a report?*Choose 3 answers*A) Adding a groupB) Add a filterC) Add a gauge componentD) Schedule a refresh timeE) Summarise fields",
55
- "answerOptions": []
259
+ "describe": "What is an option when customuzing a report?\n*Choose 3 answers*",
260
+ "answerOptions": [
261
+ {
262
+ "isRight": true,
263
+ "describe": "Adding a group"
264
+ },
265
+ {
266
+ "isRight": true,
267
+ "describe": "Add a filter"
268
+ },
269
+ {
270
+ "isRight": false,
271
+ "describe": "Add a gauge component"
272
+ },
273
+ {
274
+ "isRight": false,
275
+ "describe": "Schedule a refresh time"
276
+ },
277
+ {
278
+ "isRight": true,
279
+ "describe": "Summarise fields"
280
+ }
281
+ ]
56
282
  },
57
283
  {
58
- "describe": "Which statement about Chatter posts and comments is true?*Choose 2 answers*A) Updates to the Chatter feed on a record are only visible to users with access to the records.B) Posts to a user's profile are hidden from anyone below that user in the role hierarhy.C) Posts made to a user's profile are visible to all users in the organisation.D) Posts to a user's profile can be made private by clicking the lock icon.",
59
- "answerOptions": []
284
+ "describe": "Which statement about Chatter posts and comments is true?\n*Choose 2 answers*",
285
+ "answerOptions": [
286
+ {
287
+ "isRight": true,
288
+ "describe": "Updates to the Chatter feed on a record are only visible to users with access to the records."
289
+ },
290
+ {
291
+ "isRight": false,
292
+ "describe": "Posts to a user's profile are hidden from anyone below that user in the role hierarhy."
293
+ },
294
+ {
295
+ "isRight": true,
296
+ "describe": "Posts made to a user's profile are visible to all users in the organisation."
297
+ },
298
+ {
299
+ "isRight": false,
300
+ "describe": "Posts to a user's profile can be made private by clicking the lock icon."
301
+ }
302
+ ]
60
303
  },
61
304
  {
62
- "describe": "When using sharing rules, what users can records be shared with?*Choose 2 answers*A) Public groupsB) Roles and subordinatesC) ProfilesD) Queues",
63
- "answerOptions": []
305
+ "describe": "When using sharing rules, what users can records be shared with?\n*Choose 2 answers*",
306
+ "answerOptions": [
307
+ {
308
+ "isRight": true,
309
+ "describe": "Public groups"
310
+ },
311
+ {
312
+ "isRight": true,
313
+ "describe": "Roles and subordinates"
314
+ },
315
+ {
316
+ "isRight": false,
317
+ "describe": "Profiles"
318
+ },
319
+ {
320
+ "isRight": false,
321
+ "describe": "Queues"
322
+ }
323
+ ]
64
324
  },
65
325
  {
66
- "describe": "Universal Containers wants to ensure that users complete the standard industry field when creating a new account record. To address this concern, the administrator set the Industry field as required. However, some users are still able to create a new account record without completing the industry field.What should an administrator do to troubleshoot the issue?*Choose 2 answers*A) Verify the industry field is set as required on all the account page layouts assigned to the user's profiles.B) Verify the users have the \"Modify All Data\" permission for accounts on their profiles.C) Verify the users have the \"Edit\" permission for accounts on their profiles.D) Verify the field-level security for the industry field is not set to \"Read only\" on the user's profile.",
67
- "answerOptions": []
326
+ "describe": "Universal Containers wants to ensure that users complete the standard industry field when creating a new account record. To address this concern, the administrator set the Industry field as required. However, some users are still able to create a new account record without completing the industry field.\nWhat should an administrator do to troubleshoot the issue?\n*Choose 2 answers*",
327
+ "answerOptions": [
328
+ {
329
+ "isRight": true,
330
+ "describe": "Verify the industry field is set as required on all the account page layouts assigned to the user's profiles."
331
+ },
332
+ {
333
+ "isRight": false,
334
+ "describe": "Verify the users have the \"Modify All Data\" permission for accounts on their profiles."
335
+ },
336
+ {
337
+ "isRight": false,
338
+ "describe": "Verify the users have the \"Edit\" permission for accounts on their profiles."
339
+ },
340
+ {
341
+ "isRight": true,
342
+ "describe": "Verify the field-level security for the industry field is not set to \"Read only\" on the user's profile."
343
+ }
344
+ ]
68
345
  },
69
346
  {
70
- "describe": "Sales representatives at Universal Containers should not be able to create leads, delete their own accounts, or send mass emails.How can an administrator meet these requirements?A) Create a sharing rule.B) Create a custom profileC) Modify a custom profile.D) Change the organisation-wide default settings.",
71
- "answerOptions": []
347
+ "describe": "Sales representatives at Universal Containers should not be able to create leads, delete their own accounts, or send mass emails.\nHow can an administrator meet these requirements?",
348
+ "answerOptions": [
349
+ {
350
+ "isRight": false,
351
+ "describe": "Create a sharing rule."
352
+ },
353
+ {
354
+ "isRight": true,
355
+ "describe": "Create a custom profile"
356
+ },
357
+ {
358
+ "isRight": false,
359
+ "describe": "Modify a custom profile."
360
+ },
361
+ {
362
+ "isRight": false,
363
+ "describe": "Change the organisation-wide default settings."
364
+ }
365
+ ]
72
366
  },
73
367
  {
74
- "describe": "How can a system administrator grant users access to dashboards?*Choose 2 answers*A) Create and share data categoriesB) Share folders with public groupsC) Designate running usersD) Share folders with roles",
75
- "answerOptions": []
368
+ "describe": "How can a system administrator grant users access to dashboards?\n*Choose 2 answers*",
369
+ "answerOptions": [
370
+ {
371
+ "isRight": false,
372
+ "describe": "Create and share data categories"
373
+ },
374
+ {
375
+ "isRight": true,
376
+ "describe": "Share folders with public groups"
377
+ },
378
+ {
379
+ "isRight": false,
380
+ "describe": "Designate running users"
381
+ },
382
+ {
383
+ "isRight": true,
384
+ "describe": "Share folders with roles"
385
+ }
386
+ ]
76
387
  },
77
388
  {
78
- "describe": "What does a custom report type determine?*Choose 2 answers*A) The objects that are available when building a reportB) The report format of the resulting reportC) The fields that can be used as columns when building a reportD) The custom summary formulas displayed in a resulting report",
79
- "answerOptions": []
389
+ "describe": "What does a custom report type determine?\n*Choose 2 answers*",
390
+ "answerOptions": [
391
+ {
392
+ "isRight": true,
393
+ "describe": "The objects that are available when building a report"
394
+ },
395
+ {
396
+ "isRight": false,
397
+ "describe": "The report format of the resulting report"
398
+ },
399
+ {
400
+ "isRight": true,
401
+ "describe": "The fields that can be used as columns when building a report"
402
+ },
403
+ {
404
+ "isRight": false,
405
+ "describe": "The custom summary formulas displayed in a resulting report"
406
+ }
407
+ ]
80
408
  },
81
409
  {
82
- "describe": "The sales team at Universal Containers wants an easy solution to gather customer requirements and share presentations with their customers.What should an administrator do to help the sales team achieve this goal?*Choose 2 answers*A) Add customers to private Chatter groups. B) Create opportunity teams for customers.C) Add customers to libraries. D) Use Chatter files to share presentations.",
83
- "answerOptions": []
410
+ "describe": "The sales team at Universal Containers wants an easy solution to gather customer requirements and share presentations with their customers.\nWhat should an administrator do to help the sales team achieve this goal?\n*Choose 2 answers*",
411
+ "answerOptions": [
412
+ {
413
+ "isRight": true,
414
+ "describe": "Add customers to private Chatter groups."
415
+ },
416
+ {
417
+ "isRight": false,
418
+ "describe": "Create opportunity teams for customers."
419
+ },
420
+ {
421
+ "isRight": false,
422
+ "describe": "Add customers to libraries."
423
+ },
424
+ {
425
+ "isRight": true,
426
+ "describe": "Use Chatter files to share presentations."
427
+ }
428
+ ]
84
429
  },
85
430
  {
86
- "describe": "How an a sales user relate an opportunity to a campaign?*Choose 2 answers*A) Select the campaign record type when creating the opportunity.B) Select the primary campaign source for the opportunity. C) Use the campaign influence related list on the opportunity.D) Use the campaign hierarchy related list on the opportunity.",
87
- "answerOptions": []
431
+ "describe": "How an a sales user relate an opportunity to a campaign?\n*Choose 2 answers*",
432
+ "answerOptions": [
433
+ {
434
+ "isRight": false,
435
+ "describe": "Select the campaign record type when creating the opportunity."
436
+ },
437
+ {
438
+ "isRight": true,
439
+ "describe": "Select the primary campaign source for the opportunity."
440
+ },
441
+ {
442
+ "isRight": true,
443
+ "describe": "Use the campaign influence related list on the opportunity."
444
+ },
445
+ {
446
+ "isRight": false,
447
+ "describe": "Use the campaign hierarchy related list on the opportunity."
448
+ }
449
+ ]
88
450
  },
89
451
  {
90
- "describe": "Universal Containers requires that the organization-wide default for opportunities be set to public read/write. However, sales users are complaining that reports return too many results, making it difficult to find their team's opportunities in the report results.How can the system administrator address this problem?A) Update the sharing rules to limit user access to certain opportunities.B) Move the opportunity reports into each user's personal report folder.C) Move the opportunity reports into a folder with restricted access.D) Use the Show filter to filter report results and reduce records returned.",
91
- "answerOptions": []
452
+ "describe": "Universal Containers requires that the organization-wide default for opportunities be set to public read/write. However, sales users are complaining that reports return too many results, making it difficult to find their team's opportunities in the report results.\nHow can the system administrator address this problem?",
453
+ "answerOptions": [
454
+ {
455
+ "isRight": false,
456
+ "describe": "Update the sharing rules to limit user access to certain opportunities."
457
+ },
458
+ {
459
+ "isRight": false,
460
+ "describe": "Move the opportunity reports into each user's personal report folder."
461
+ },
462
+ {
463
+ "isRight": false,
464
+ "describe": "Move the opportunity reports into a folder with restricted access."
465
+ },
466
+ {
467
+ "isRight": true,
468
+ "describe": "Use the Show filter to filter report results and reduce records returned."
469
+ }
470
+ ]
92
471
  },
93
472
  {
94
- "describe": "The marketing team at Universal Containers uses a web-to-lead form to capture leads from its website and a lead assignment rule to assign the leads to the appropriate sales representatives.How can a system administrator ensure that all leads are handled even when they do not meet the assignment criteria?A) Specify a default lead owner. B) Specify a default lead creator.C) Create an escalation rule to route unassigned leads.D) Create a validation rule to route unassigned leads.",
95
- "answerOptions": []
473
+ "describe": "The marketing team at Universal Containers uses a web-to-lead form to capture leads from its website and a lead assignment rule to assign the leads to the appropriate sales representatives.\nHow can a system administrator ensure that all leads are handled even when they do not meet the assignment criteria?",
474
+ "answerOptions": [
475
+ {
476
+ "isRight": true,
477
+ "describe": "Specify a default lead owner."
478
+ },
479
+ {
480
+ "isRight": false,
481
+ "describe": "Specify a default lead creator."
482
+ },
483
+ {
484
+ "isRight": false,
485
+ "describe": "Create an escalation rule to route unassigned leads."
486
+ },
487
+ {
488
+ "isRight": false,
489
+ "describe": "Create a validation rule to route unassigned leads."
490
+ }
491
+ ]
96
492
  },
97
493
  {
98
- "describe": "What does the controlling field determine when field dependencies are being created?a) The dependent fields that appear on a layoutb) The default value populated in the dependent fieldc) The values that appear in the dependent fieldd) The field-level-security for the dependent field",
494
+ "describe": "What does the controlling field determine when field dependencies are being created?",
99
495
  "answerOptions": []
100
496
  },
101
497
  {
102
- "describe": "What will happen when a user attempts to log in to salesforce from an IP address that is outside the login IP range on the User's profile within the organization-wide trusted IP range?a) The user will not be able to log in at allb) The user will be able to log in after the computer is activated.c) The user will be able to log in without activating the computerd) The user will be able to log in after answering a security question.",
498
+ "describe": "What will happen when a user attempts to log in to salesforce from an IP address that is outside the login IP range on the User's profile within the organization-wide trusted IP range?",
103
499
  "answerOptions": []
104
500
  },
105
501
  {
106
- "describe": "What can be transferred from one user to another user during mass transfer of account records?*Choose 3 answers*a) Closed casesb) Open casesc) Closed activitiesd) Open activitiese) Related custom object records",
502
+ "describe": "What can be transferred from one user to another user during mass transfer of account records?\n*Choose 3 answers*",
107
503
  "answerOptions": []
108
504
  },
109
505
  {
110
- "describe": "A sales executive at Universal containers wants to be notified whenever high-value opportunities are created for hot accounts.How should an administrator meet this requirement?a) Create the workflow rule on opportunity objectb) Create an escalation rules based on the opportunity amountc) Create an auto-response rule based on the opportunity amountd) Create a validation rule that evaluates the account rating",
506
+ "describe": "A sales executive at Universal containers wants to be notified whenever high-value opportunities are created for hot accounts.\nHow should an administrator meet this requirement?",
111
507
  "answerOptions": []
112
508
  },
113
509
  {
114
- "describe": "Universal Containers needs to use cases to manage both customer support issue and internal change requests.Which functionality should a system admin use to meet this requirement?*Choose 3 answers*a) Support Processb) Page Layouts c) Record Types d) Validation Rules e) Delegated Administration",
510
+ "describe": "Universal Containers needs to use cases to manage both customer support issue and internal change requests.\nWhich functionality should a system admin use to meet this requirement?\n*Choose 3 answers*",
115
511
  "answerOptions": []
116
512
  },
117
513
  {
118
- "describe": "An opportunity record created with a close date of July 30, meets the criteria of time -dependent workflow rule. The time dependent action is scheduled for July 23.What happens if the opportunity is edited before July 23 and no longer meets the criteria?a) The time dependent action will execute on July 30b) The time dependent action is put on hold.c) The Time dependent action will execute on July 23d) The time dependent action is automatically removed from the queue.",
514
+ "describe": "An opportunity record created with a close date of July 30, meets the criteria of time -dependent workflow rule. The time dependent action is scheduled for July 23.\nWhat happens if the opportunity is edited before July 23 and no longer meets the criteria?",
119
515
  "answerOptions": []
120
516
  },
121
517
  {
122
- "describe": "When case assignment rules are being set up, cases can be assigned to whom? *Choose 2 answers*A) QueueB) Case teamC) UserD) Contact",
123
- "answerOptions": []
518
+ "describe": "When case assignment rules are being set up, cases can be assigned to whom?\n*Choose 2 answers*",
519
+ "answerOptions": [
520
+ {
521
+ "isRight": true,
522
+ "describe": "Queue"
523
+ },
524
+ {
525
+ "isRight": false,
526
+ "describe": "Case team"
527
+ },
528
+ {
529
+ "isRight": true,
530
+ "describe": "User"
531
+ },
532
+ {
533
+ "isRight": false,
534
+ "describe": "Contact"
535
+ }
536
+ ]
124
537
  }
125
538
  ]
126
539
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palerock/exam-qa",
3
- "version": "1.0.6-patch2",
3
+ "version": "1.0.6-patch4",
4
4
  "description": "A Vue.js project",
5
5
  "author": "ryan <1184518756@qq.com>",
6
6
  "scripts": {