@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,590 @@
3
3
  "category": "Salesforce Admin 201",
4
4
  "questions": [
5
5
  {
6
- "describe": "A Standard profile that has Standard User Permissions and can manage published solutions and solutioncategoriesA) Marketing ProfileB) Contract ManagerC) System AdministratorD) Marketing UserE) Solution Manager",
7
- "answerOptions": []
6
+ "describe": "A Standard profile that has Standard User Permissions and can manage published solutions and solution\ncategories",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": true,
10
+ "describe": "Marketing Profile"
11
+ },
12
+ {
13
+ "isRight": false,
14
+ "describe": "Contract Manager"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "System Administrator"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Marketing User"
23
+ },
24
+ {
25
+ "isRight": true,
26
+ "describe": "Solution Manager"
27
+ }
28
+ ]
8
29
  },
9
30
  {
10
- "describe": "Which of the following are setting options for the User Interface?*Choose 4 answers.*A) Enable Collapsible SectionsB) Show Quick CreateC) Show customer Sidebar Components on All PagesD) Transfer all Open OpportunitiesE) Enable Drag-and-drop scheduling on List Views",
11
- "answerOptions": []
31
+ "describe": "Which of the following are setting options for the User Interface?\n*Choose 4 answers.*",
32
+ "answerOptions": [
33
+ {
34
+ "isRight": true,
35
+ "describe": "Enable Collapsible Sections"
36
+ },
37
+ {
38
+ "isRight": true,
39
+ "describe": "Show Quick Create"
40
+ },
41
+ {
42
+ "isRight": true,
43
+ "describe": "Show customer Sidebar Components on All Pages"
44
+ },
45
+ {
46
+ "isRight": true,
47
+ "describe": "Transfer all Open Opportunities"
48
+ },
49
+ {
50
+ "isRight": true,
51
+ "describe": "Enable Drag-and-drop scheduling on List Views"
52
+ }
53
+ ]
12
54
  },
13
55
  {
14
- "describe": "The Report Builder is different from the Report Wizard.A) TrueB) False",
15
- "answerOptions": []
56
+ "describe": "The Report Builder is different from the Report Wizard.",
57
+ "answerOptions": [
58
+ {
59
+ "isRight": true,
60
+ "describe": "True"
61
+ },
62
+ {
63
+ "isRight": false,
64
+ "describe": "False"
65
+ }
66
+ ]
16
67
  },
17
68
  {
18
- "describe": "Salesforce.com archives older activities according to which of the following conditions:*Choose 3 answers*A) Closed Events 180 days oldB) Events with a due date greater than 365 days oldC) Open tasks with a due date greater than 365 days oldD) Closed tasks with a due date greater than 365 days oldE) Closed tasks without a due date that were created more than 365 days ago",
19
- "answerOptions": []
69
+ "describe": "Salesforce.com archives older activities according to which of the following conditions:\n*Choose 3 answers*",
70
+ "answerOptions": [
71
+ {
72
+ "isRight": true,
73
+ "describe": "Closed Events 180 days old"
74
+ },
75
+ {
76
+ "isRight": true,
77
+ "describe": "Events with a due date greater than 365 days old"
78
+ },
79
+ {
80
+ "isRight": true,
81
+ "describe": "Open tasks with a due date greater than 365 days old"
82
+ },
83
+ {
84
+ "isRight": true,
85
+ "describe": "Closed tasks with a due date greater than 365 days old"
86
+ },
87
+ {
88
+ "isRight": true,
89
+ "describe": "Closed tasks without a due date that were created more than 365 days ago"
90
+ }
91
+ ]
20
92
  },
21
93
  {
22
- "describe": "IF(ISPICKVAL(picklist_field)) has the same output as:A) VAL(picklist_field)B) CASE(picklist_field)C) CASE(\"picklist_field\")D) Pickli st_fie ld(VALUE)",
23
- "answerOptions": []
94
+ "describe": "IF(ISPICKVAL(picklist_field)) has the same output as:",
95
+ "answerOptions": [
96
+ {
97
+ "isRight": true,
98
+ "describe": "VAL(picklist_field)"
99
+ },
100
+ {
101
+ "isRight": true,
102
+ "describe": "CASE(picklist_field)"
103
+ },
104
+ {
105
+ "isRight": true,
106
+ "describe": "CASE(\"picklist_field\")"
107
+ },
108
+ {
109
+ "isRight": true,
110
+ "describe": "Pickli st_fie ld(VALUE)"
111
+ }
112
+ ]
24
113
  },
25
114
  {
26
- "describe": "At this click path Setup > App Setup > Customize > Tab Names and Labels > Rename Tabs and Labels you canrename the Tab Names of standard objects.A) TrueB) False",
27
- "answerOptions": []
115
+ "describe": "At this click path Setup > App Setup > Customize > Tab Names and Labels > Rename Tabs and Labels you can\nrename the Tab Names of standard objects.",
116
+ "answerOptions": [
117
+ {
118
+ "isRight": true,
119
+ "describe": "True"
120
+ },
121
+ {
122
+ "isRight": false,
123
+ "describe": "False"
124
+ }
125
+ ]
28
126
  },
29
127
  {
30
- "describe": "Is identity confirmation necessary if a user's IP address is known and browser cookie exists?A) TrueB) False",
31
- "answerOptions": []
128
+ "describe": "Is identity confirmation necessary if a user's IP address is known and browser cookie exists?",
129
+ "answerOptions": [
130
+ {
131
+ "isRight": true,
132
+ "describe": "True"
133
+ },
134
+ {
135
+ "isRight": true,
136
+ "describe": "False"
137
+ }
138
+ ]
32
139
  },
33
140
  {
34
- "describe": "What is the maximum number of records to be printed in the Printable View of a list view?A) 2000B) 100C) 1000D) 200",
35
- "answerOptions": []
141
+ "describe": "What is the maximum number of records to be printed in the Printable View of a list view?",
142
+ "answerOptions": [
143
+ {
144
+ "isRight": false,
145
+ "describe": "2000"
146
+ },
147
+ {
148
+ "isRight": false,
149
+ "describe": "100"
150
+ },
151
+ {
152
+ "isRight": true,
153
+ "describe": "1000"
154
+ },
155
+ {
156
+ "isRight": false,
157
+ "describe": "200"
158
+ }
159
+ ]
36
160
  },
37
161
  {
38
- "describe": "Are custom object reports accessible when you add a custom object tab?A) YesB) NoC) Only if the Object is not related to any other object",
39
- "answerOptions": []
162
+ "describe": "Are custom object reports accessible when you add a custom object tab?",
163
+ "answerOptions": [
164
+ {
165
+ "isRight": false,
166
+ "describe": "Yes"
167
+ },
168
+ {
169
+ "isRight": true,
170
+ "describe": "No"
171
+ },
172
+ {
173
+ "isRight": false,
174
+ "describe": "Only if the Object is not related to any other object"
175
+ }
176
+ ]
40
177
  },
41
178
  {
42
- "describe": "What is not found on a Company Profile?A) Language, Locale, and Time ZoneB) ProfilesC) LicensesD) Storage and Used SpaceE) Manage CurrenciesF) Fiscal Years",
43
- "answerOptions": []
179
+ "describe": "What is not found on a Company Profile?",
180
+ "answerOptions": [
181
+ {
182
+ "isRight": false,
183
+ "describe": "Language, Locale, and Time Zone"
184
+ },
185
+ {
186
+ "isRight": true,
187
+ "describe": "Profiles"
188
+ },
189
+ {
190
+ "isRight": false,
191
+ "describe": "Licenses"
192
+ },
193
+ {
194
+ "isRight": false,
195
+ "describe": "Storage and Used Space"
196
+ },
197
+ {
198
+ "isRight": true,
199
+ "describe": "Manage Currencies"
200
+ },
201
+ {
202
+ "isRight": true,
203
+ "describe": "Fiscal Years"
204
+ }
205
+ ]
44
206
  },
45
207
  {
46
- "describe": "Custom Report Types (CRT) allows you to build a framework from which users can create and customizereports in the report wizard but not in report builder.A) TrueB) False",
47
- "answerOptions": []
208
+ "describe": "Custom Report Types (CRT) allows you to build a framework from which users can create and customize\nreports in the report wizard but not in report builder.",
209
+ "answerOptions": [
210
+ {
211
+ "isRight": false,
212
+ "describe": "True"
213
+ },
214
+ {
215
+ "isRight": true,
216
+ "describe": "False"
217
+ }
218
+ ]
48
219
  },
49
220
  {
50
- "describe": "A Profile is a collection of settings and permissions that determine what the user can do with records they haveaccess to and how they view those records.A) TrueB) False",
51
- "answerOptions": []
221
+ "describe": "A Profile is a collection of settings and permissions that determine what the user can do with records they have\naccess to and how they view those records.",
222
+ "answerOptions": [
223
+ {
224
+ "isRight": true,
225
+ "describe": "True"
226
+ },
227
+ {
228
+ "isRight": false,
229
+ "describe": "False"
230
+ }
231
+ ]
52
232
  },
53
233
  {
54
- "describe": "When are data Validation Rules enforced?A) Upon opening the recordB) Upon closing the recordC) Upon editing a fieldD) Upon saving a record",
55
- "answerOptions": []
234
+ "describe": "When are data Validation Rules enforced?",
235
+ "answerOptions": [
236
+ {
237
+ "isRight": false,
238
+ "describe": "Upon opening the record"
239
+ },
240
+ {
241
+ "isRight": false,
242
+ "describe": "Upon closing the record"
243
+ },
244
+ {
245
+ "isRight": false,
246
+ "describe": "Upon editing a field"
247
+ },
248
+ {
249
+ "isRight": true,
250
+ "describe": "Upon saving a record"
251
+ }
252
+ ]
56
253
  },
57
254
  {
58
- "describe": "System Administrators have this permission by default.A) None of theseB) Report WizardC) Report BuilderD) Both Report Wizard and Report builder",
59
- "answerOptions": []
255
+ "describe": "System Administrators have this permission by default.",
256
+ "answerOptions": [
257
+ {
258
+ "isRight": false,
259
+ "describe": "None of these"
260
+ },
261
+ {
262
+ "isRight": false,
263
+ "describe": "Report Wizard"
264
+ },
265
+ {
266
+ "isRight": true,
267
+ "describe": "Report Builder"
268
+ },
269
+ {
270
+ "isRight": false,
271
+ "describe": "Both Report Wizard and Report builder"
272
+ }
273
+ ]
60
274
  },
61
275
  {
62
- "describe": "The Salesforce Console is an example of what?A) APIB) Third Party Web integration/ApplicationC) UID) JavaScript",
63
- "answerOptions": []
276
+ "describe": "The Salesforce Console is an example of what?",
277
+ "answerOptions": [
278
+ {
279
+ "isRight": false,
280
+ "describe": "API"
281
+ },
282
+ {
283
+ "isRight": true,
284
+ "describe": "Third Party Web integration/Application"
285
+ },
286
+ {
287
+ "isRight": false,
288
+ "describe": "UI"
289
+ },
290
+ {
291
+ "isRight": false,
292
+ "describe": "JavaScript"
293
+ }
294
+ ]
64
295
  },
65
296
  {
66
- "describe": "What is the click path to enable Enhance Profile Management?A) Setup I Customize I User InterfaceB) Setup I Manage Users I ProfilesC) Setup I Profiles I Customize",
67
- "answerOptions": []
297
+ "describe": "What is the click path to enable Enhance Profile Management?",
298
+ "answerOptions": [
299
+ {
300
+ "isRight": true,
301
+ "describe": "Setup I Customize I User Interface"
302
+ },
303
+ {
304
+ "isRight": false,
305
+ "describe": "Setup I Manage Users I Profiles"
306
+ },
307
+ {
308
+ "isRight": false,
309
+ "describe": "Setup I Profiles I Customize"
310
+ }
311
+ ]
68
312
  },
69
313
  {
70
- "describe": "Custom formula fields can reference other custom formula fields including themselves.A) TrueB) False",
71
- "answerOptions": []
314
+ "describe": "Custom formula fields can reference other custom formula fields including themselves.",
315
+ "answerOptions": [
316
+ {
317
+ "isRight": false,
318
+ "describe": "True"
319
+ },
320
+ {
321
+ "isRight": true,
322
+ "describe": "False"
323
+ }
324
+ ]
72
325
  },
73
326
  {
74
- "describe": "You must run the report before you can print or export it because the Printable View and Export details buttons are not available in the report builder.A) TrueB) False",
75
- "answerOptions": []
327
+ "describe": "You must run the report before you can print or export it because the Printable View and Export details buttons are not available in the report builder.",
328
+ "answerOptions": [
329
+ {
330
+ "isRight": true,
331
+ "describe": "True"
332
+ },
333
+ {
334
+ "isRight": false,
335
+ "describe": "False"
336
+ }
337
+ ]
76
338
  },
77
339
  {
78
- "describe": "Which Salesforce editions provide option for customizing profiles?*Choose 2 answers.*A) All EditionsB) Unlimited, Developer and Enterprise EditionsC) Professional, Unlimited, and Developer EditionsD) Enterprise, Unlimited, and Developer EditionsE) All except Group EditionF) All except Professional Edition",
79
- "answerOptions": []
340
+ "describe": "Which Salesforce editions provide option for customizing profiles?\n*Choose 2 answers.*",
341
+ "answerOptions": [
342
+ {
343
+ "isRight": false,
344
+ "describe": "All Editions"
345
+ },
346
+ {
347
+ "isRight": true,
348
+ "describe": "Unlimited, Developer and Enterprise Editions"
349
+ },
350
+ {
351
+ "isRight": false,
352
+ "describe": "Professional, Unlimited, and Developer Editions"
353
+ },
354
+ {
355
+ "isRight": true,
356
+ "describe": "Enterprise, Unlimited, and Developer Editions"
357
+ },
358
+ {
359
+ "isRight": false,
360
+ "describe": "All except Group Edition"
361
+ },
362
+ {
363
+ "isRight": false,
364
+ "describe": "All except Professional Edition"
365
+ }
366
+ ]
80
367
  },
81
368
  {
82
- "describe": "How many profiles can load in a single list view with Enhanced Profile Management enabled?A) 300B) 500C) 200D) 1000",
83
- "answerOptions": []
369
+ "describe": "How many profiles can load in a single list view with Enhanced Profile Management enabled?",
370
+ "answerOptions": [
371
+ {
372
+ "isRight": false,
373
+ "describe": "300"
374
+ },
375
+ {
376
+ "isRight": false,
377
+ "describe": "500"
378
+ },
379
+ {
380
+ "isRight": true,
381
+ "describe": "200"
382
+ },
383
+ {
384
+ "isRight": false,
385
+ "describe": "1000"
386
+ }
387
+ ]
84
388
  },
85
389
  {
86
- "describe": "What is the maximum number of condition highlighting per report?A) 5B) 3C) 10 D) 20",
87
- "answerOptions": []
390
+ "describe": "What is the maximum number of condition highlighting per report?",
391
+ "answerOptions": [
392
+ {
393
+ "isRight": false,
394
+ "describe": "5"
395
+ },
396
+ {
397
+ "isRight": true,
398
+ "describe": "3"
399
+ },
400
+ {
401
+ "isRight": false,
402
+ "describe": "10"
403
+ },
404
+ {
405
+ "isRight": false,
406
+ "describe": "20"
407
+ }
408
+ ]
88
409
  },
89
410
  {
90
- "describe": "Which is a capability of the new Service Cloud console?*Choose 3 answers.*A) It provides data visibility by combining a list view and related records on one screen.B) It allows agents to view key record information in the highlights panel.C) It preserves the context of calls using primary tabs and subtabs.D) It allows access to data by opening each record in a new window.E) It allows agents to take notes in an interaction log while in a call.",
91
- "answerOptions": []
411
+ "describe": "Which is a capability of the new Service Cloud console?\n*Choose 3 answers.*",
412
+ "answerOptions": [
413
+ {
414
+ "isRight": true,
415
+ "describe": "It provides data visibility by combining a list view and related records on one screen."
416
+ },
417
+ {
418
+ "isRight": true,
419
+ "describe": "It allows agents to view key record information in the highlights panel."
420
+ },
421
+ {
422
+ "isRight": false,
423
+ "describe": "It preserves the context of calls using primary tabs and subtabs."
424
+ },
425
+ {
426
+ "isRight": false,
427
+ "describe": "It allows access to data by opening each record in a new window."
428
+ },
429
+ {
430
+ "isRight": true,
431
+ "describe": "It allows agents to take notes in an interaction log while in a call."
432
+ }
433
+ ]
92
434
  },
93
435
  {
94
- "describe": "User A modifies a record. This modification triggers a workflow rule for immediate execution that includes afield update on the current record. After the execution is complete, what user will be listed under the Last Modifiedfield of this record?A) User AB) The designated workflow userC) The default workflow userD) The last user to modify the record prior to User A",
95
- "answerOptions": []
436
+ "describe": "User A modifies a record. This modification triggers a workflow rule for immediate execution that includes a\nfield update on the current record. After the execution is complete, what user will be listed under the Last Modified\nfield of this record?",
437
+ "answerOptions": [
438
+ {
439
+ "isRight": true,
440
+ "describe": "User A"
441
+ },
442
+ {
443
+ "isRight": false,
444
+ "describe": "The designated workflow user"
445
+ },
446
+ {
447
+ "isRight": false,
448
+ "describe": "The default workflow user"
449
+ },
450
+ {
451
+ "isRight": false,
452
+ "describe": "The last user to modify the record prior to User A"
453
+ }
454
+ ]
96
455
  },
97
456
  {
98
- "describe": "How does Locale settings affect your exported CSV file?A) It doesn't affect anything.B) It determines the delimiter.C) It determines the encoding.D) It determines the encryption.",
99
- "answerOptions": []
457
+ "describe": "How does Locale settings affect your exported CSV file?",
458
+ "answerOptions": [
459
+ {
460
+ "isRight": false,
461
+ "describe": "It doesn't affect anything."
462
+ },
463
+ {
464
+ "isRight": true,
465
+ "describe": "It determines the delimiter."
466
+ },
467
+ {
468
+ "isRight": false,
469
+ "describe": "It determines the encoding."
470
+ },
471
+ {
472
+ "isRight": false,
473
+ "describe": "It determines the encryption."
474
+ }
475
+ ]
100
476
  },
101
477
  {
102
- "describe": "What are two sources from which cases can be created.*Choose 2 answers.*A) Web-to-LeadB) Web-to-WebC) Email-to-CaseD) Connect for Outlook",
103
- "answerOptions": []
478
+ "describe": "What are two sources from which cases can be created.\n*Choose 2 answers.*",
479
+ "answerOptions": [
480
+ {
481
+ "isRight": false,
482
+ "describe": "Web-to-Lead"
483
+ },
484
+ {
485
+ "isRight": false,
486
+ "describe": "Web-to-Web"
487
+ },
488
+ {
489
+ "isRight": true,
490
+ "describe": "Email-to-Case"
491
+ },
492
+ {
493
+ "isRight": true,
494
+ "describe": "Connect for Outlook"
495
+ }
496
+ ]
104
497
  },
105
498
  {
106
- "describe": "Which report format summarizes data in a grid against horizontal and vertical criteria and provides totals forboth rows and columns?A) SummaryB) MatrixC) Tabular",
107
- "answerOptions": []
499
+ "describe": "Which report format summarizes data in a grid against horizontal and vertical criteria and provides totals for\nboth rows and columns?",
500
+ "answerOptions": [
501
+ {
502
+ "isRight": false,
503
+ "describe": "Summary"
504
+ },
505
+ {
506
+ "isRight": true,
507
+ "describe": "Matrix"
508
+ },
509
+ {
510
+ "isRight": false,
511
+ "describe": "Tabular"
512
+ }
513
+ ]
108
514
  },
109
515
  {
110
- "describe": "Every profile, including profiles associated with Customer Portal users must have at least one visible app.A) TrueB) False",
111
- "answerOptions": []
516
+ "describe": "Every profile, including profiles associated with Customer Portal users must have at least one visible app.",
517
+ "answerOptions": [
518
+ {
519
+ "isRight": false,
520
+ "describe": "True"
521
+ },
522
+ {
523
+ "isRight": true,
524
+ "describe": "False"
525
+ }
526
+ ]
112
527
  },
113
528
  {
114
- "describe": "Which statements are true about Cloud Scheduler?*Choose 3 answers.*A) It is available in Group, Professional, Enterprise, Unlimited, and Developer Editions only.B) Cloud Scheduler is now enabled by default for all organizations.C) You can automatically see the New Meeting Request button on all eligible contact, lead, and person accountdetail pages.D) Meeting organizers can not use Cloud Scheduler to request meetings with customers, and have customersselect preferred times before confirming the meeting.E) Administrators can add or remove the New Meeting Request button on multiple page layouts using the newCloud Scheduler quick setup method.",
115
- "answerOptions": []
529
+ "describe": "Which statements are true about Cloud Scheduler?\n*Choose 3 answers.*",
530
+ "answerOptions": [
531
+ {
532
+ "isRight": false,
533
+ "describe": "It is available in Group, Professional, Enterprise, Unlimited, and Developer Editions only."
534
+ },
535
+ {
536
+ "isRight": true,
537
+ "describe": "Cloud Scheduler is now enabled by default for all organizations."
538
+ },
539
+ {
540
+ "isRight": true,
541
+ "describe": "You can automatically see the New Meeting Request button on all eligible contact, lead, and person account\ndetail pages."
542
+ },
543
+ {
544
+ "isRight": false,
545
+ "describe": "Meeting organizers can not use Cloud Scheduler to request meetings with customers, and have customers\nselect preferred times before confirming the meeting."
546
+ },
547
+ {
548
+ "isRight": true,
549
+ "describe": "Administrators can add or remove the New Meeting Request button on multiple page layouts using the new\nCloud Scheduler quick setup method."
550
+ }
551
+ ]
116
552
  },
117
553
  {
118
- "describe": "Clients do not have to enable Customizable forecasting before they can ask salesforce to activate TerritoryManagement.A) TrueB) False",
119
- "answerOptions": []
554
+ "describe": "Clients do not have to enable Customizable forecasting before they can ask salesforce to activate Territory\nManagement.",
555
+ "answerOptions": [
556
+ {
557
+ "isRight": false,
558
+ "describe": "True"
559
+ },
560
+ {
561
+ "isRight": true,
562
+ "describe": "False"
563
+ }
564
+ ]
120
565
  },
121
566
  {
122
- "describe": "What happens when you convert a Lead and an existing account and contact have the same name as the onespecified on the lead?A) The account and contact will automatically be overwritten.B) A new account and contact will be created with different Salesforce ID.C) You can choose to update the existing account and contact.D) The records will automattically update.E) The conversion will fail.",
123
- "answerOptions": []
567
+ "describe": "What happens when you convert a Lead and an existing account and contact have the same name as the one\nspecified on the lead?",
568
+ "answerOptions": [
569
+ {
570
+ "isRight": false,
571
+ "describe": "The account and contact will automatically be overwritten."
572
+ },
573
+ {
574
+ "isRight": false,
575
+ "describe": "A new account and contact will be created with different Salesforce ID."
576
+ },
577
+ {
578
+ "isRight": true,
579
+ "describe": "You can choose to update the existing account and contact."
580
+ },
581
+ {
582
+ "isRight": false,
583
+ "describe": "The records will automattically update."
584
+ },
585
+ {
586
+ "isRight": false,
587
+ "describe": "The conversion will fail."
588
+ }
589
+ ]
124
590
  }
125
591
  ]
126
592
  }