@palerock/exam-qa 1.0.5 → 1.0.6-patch2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. package/dist/index.html +1 -1
  2. package/dist/static/css/{app.ca55413bb84f381cb1c76ff82cf63b2d.css → app.d3e969a579969be885a3462a1e12e37f.css} +2 -2
  3. package/dist/static/css/{app.ca55413bb84f381cb1c76ff82cf63b2d.css.map → app.d3e969a579969be885a3462a1e12e37f.css.map} +1 -1
  4. package/dist/static/js/app.53370ddfe5eba6a10565.js +2 -0
  5. package/dist/static/js/app.53370ddfe5eba6a10565.js.map +1 -0
  6. package/dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map +1 -1
  7. package/dist/static/js/{vendor.2266aa7b53ec643d4efa.js → vendor.ac467c0d394fa8945db3.js} +3 -3
  8. package/dist/static/js/vendor.ac467c0d394fa8945db3.js.map +1 -0
  9. package/lib-json/Salesforce-Admin-201-[Set-10].json +158 -0
  10. package/lib-json/Salesforce-Admin-201-[Set-1].json +604 -0
  11. package/lib-json/Salesforce-Admin-201-[Set-2].json +621 -0
  12. package/lib-json/Salesforce-Admin-201-[Set-3].json +650 -0
  13. package/lib-json/Salesforce-Admin-201-[Set-4].json +636 -0
  14. package/lib-json/Salesforce-Admin-201-[Set-5].json +640 -0
  15. package/lib-json/Salesforce-Admin-201-[Set-6].json +126 -0
  16. package/lib-json/Salesforce-Admin-201-[Set-7].json +126 -0
  17. package/lib-json/Salesforce-Admin-201-[Set-8].json +126 -0
  18. package/lib-json/Salesforce-Admin-201-[Set-9].json +126 -0
  19. package/lib-json/Salesforce-Certified-Platform-Developer-1-[Set-1].json +8 -5
  20. package/lib-json/Salesforce-Certified-Platform-Developer-1-[Set-7].json +5 -5
  21. package/lib-json/map.json +10 -0
  22. package/package.json +1 -1
  23. package/dist/static/js/app.bb356da473121a6a22a4.js +0 -2
  24. package/dist/static/js/app.bb356da473121a6a22a4.js.map +0 -1
  25. package/dist/static/js/vendor.2266aa7b53ec643d4efa.js.map +0 -1
@@ -0,0 +1,621 @@
1
+ {
2
+ "title": "Salesforce-Admin-201-[Set-2]",
3
+ "category": "Salesforce Admin 201",
4
+ "questions": [
5
+ {
6
+ "describe": "Which of the following features can be used to assign different picklist values for different business processes? (Select 1)",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": false,
10
+ "describe": "Page Layout"
11
+ },
12
+ {
13
+ "isRight": true,
14
+ "describe": "Record Type"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Validation Rule"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Field Level Security"
23
+ },
24
+ {
25
+ "isRight": false,
26
+ "describe": "Formula Field"
27
+ }
28
+ ]
29
+ },
30
+ {
31
+ "describe": "AW Computing wants their sales reps to see the sum of the total opportunities on each account that they own. What feature can be used to display this information? (Select 1)",
32
+ "answerOptions": [
33
+ {
34
+ "isRight": true,
35
+ "describe": "Roll-Up Summary Field"
36
+ },
37
+ {
38
+ "isRight": false,
39
+ "describe": "Page Layout"
40
+ },
41
+ {
42
+ "isRight": false,
43
+ "describe": "Cross Object Formula"
44
+ },
45
+ {
46
+ "isRight": false,
47
+ "describe": "Record Type"
48
+ },
49
+ {
50
+ "isRight": false,
51
+ "describe": "Field Level Security"
52
+ }
53
+ ]
54
+ },
55
+ {
56
+ "describe": "Which of the following features can be used to make a field required? (Select 2)",
57
+ "answerOptions": [
58
+ {
59
+ "isRight": true,
60
+ "describe": "Page Layout"
61
+ },
62
+ {
63
+ "isRight": false,
64
+ "describe": "Record Type"
65
+ },
66
+ {
67
+ "isRight": true,
68
+ "describe": "Validation Rule"
69
+ },
70
+ {
71
+ "isRight": false,
72
+ "describe": "Field Level Security"
73
+ },
74
+ {
75
+ "isRight": false,
76
+ "describe": "Formula Field"
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "describe": "An admin needs to keep track of all the changes made to the stage, amount, and close date on opportunities. (Select 1)",
82
+ "answerOptions": [
83
+ {
84
+ "isRight": false,
85
+ "describe": "Validation Rule"
86
+ },
87
+ {
88
+ "isRight": true,
89
+ "describe": "Field History Tracking"
90
+ },
91
+ {
92
+ "isRight": false,
93
+ "describe": "Formula field"
94
+ },
95
+ {
96
+ "isRight": false,
97
+ "describe": "Workflow"
98
+ },
99
+ {
100
+ "isRight": false,
101
+ "describe": "Page Layout"
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "describe": "Which of the following data import tools can import up to 50,000 records at a time, and provides a simple interface to specify the configuration parameters, data sources, and the field mappings that map the field names in your import file with the field names in Salesforce? (Select 1)",
107
+ "answerOptions": [
108
+ {
109
+ "isRight": false,
110
+ "describe": "Data Loader"
111
+ },
112
+ {
113
+ "isRight": false,
114
+ "describe": "Data Importer"
115
+ },
116
+ {
117
+ "isRight": true,
118
+ "describe": "Data Import Wizard"
119
+ },
120
+ {
121
+ "isRight": false,
122
+ "describe": "Data Loading Wizard"
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "describe": "Which of the following data import tools can import up to five million records at a time, of any data type, either from files or a database connection, and can be operated either through the user interface or the command line. (Select 1)",
128
+ "answerOptions": [
129
+ {
130
+ "isRight": true,
131
+ "describe": "Data Loader"
132
+ },
133
+ {
134
+ "isRight": false,
135
+ "describe": "Data Importer"
136
+ },
137
+ {
138
+ "isRight": false,
139
+ "describe": "Data Import Wizard"
140
+ },
141
+ {
142
+ "isRight": false,
143
+ "describe": "Data Loading Wizard"
144
+ }
145
+ ]
146
+ },
147
+ {
148
+ "describe": "Regardless of the data import tool used, the number of records you can import depends which of the following? (Select 3).",
149
+ "answerOptions": [
150
+ {
151
+ "isRight": true,
152
+ "describe": "On your permissions"
153
+ },
154
+ {
155
+ "isRight": true,
156
+ "describe": "The type of data you're importing"
157
+ },
158
+ {
159
+ "isRight": false,
160
+ "describe": "They types of objects you're importing"
161
+ },
162
+ {
163
+ "isRight": true,
164
+ "describe": "The overall data storage limits for your organization"
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "describe": "What type of data import tool would you use if you want to automate the data import process? (Select 1)",
170
+ "answerOptions": [
171
+ {
172
+ "isRight": true,
173
+ "describe": "Data Loader"
174
+ },
175
+ {
176
+ "isRight": false,
177
+ "describe": "Your answerData Importer"
178
+ },
179
+ {
180
+ "isRight": false,
181
+ "describe": "Data Import Wizard"
182
+ },
183
+ {
184
+ "isRight": false,
185
+ "describe": "Data Loading Wizard"
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "describe": "You must include universally required fields in your import files or the import will fail.",
191
+ "answerOptions": [
192
+ {
193
+ "isRight": true,
194
+ "describe": "True"
195
+ },
196
+ {
197
+ "isRight": false,
198
+ "describe": "False"
199
+ }
200
+ ]
201
+ },
202
+ {
203
+ "describe": "A folder is a place where you can store which of the following? (Select 3)",
204
+ "answerOptions": [
205
+ {
206
+ "isRight": false,
207
+ "describe": "Records"
208
+ },
209
+ {
210
+ "isRight": true,
211
+ "describe": "Reports"
212
+ },
213
+ {
214
+ "isRight": true,
215
+ "describe": "Dashboards"
216
+ },
217
+ {
218
+ "isRight": true,
219
+ "describe": "Email templates"
220
+ }
221
+ ]
222
+ },
223
+ {
224
+ "describe": "What permissions are needed to be able to delete or change a read-only folder? (Select 2)",
225
+ "answerOptions": [
226
+ {
227
+ "isRight": false,
228
+ "describe": "Read/Write permissions"
229
+ },
230
+ {
231
+ "isRight": false,
232
+ "describe": "Folder Manager permissions"
233
+ },
234
+ {
235
+ "isRight": true,
236
+ "describe": "Manage Public Documents permissions"
237
+ },
238
+ {
239
+ "isRight": true,
240
+ "describe": "Manage Public Templates permissions"
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ "describe": "As a System Administrator, you can edit unfiled and personal folders.",
246
+ "answerOptions": [
247
+ {
248
+ "isRight": false,
249
+ "describe": "True"
250
+ },
251
+ {
252
+ "isRight": true,
253
+ "describe": "False"
254
+ }
255
+ ]
256
+ },
257
+ {
258
+ "describe": "When you share a folder with a group, managers of the group members (above the members in the role hierarchy) have no access to the folder unless those managers are also members of the group. A. True",
259
+ "answerOptions": [
260
+ null,
261
+ {
262
+ "isRight": false,
263
+ "describe": "False"
264
+ }
265
+ ]
266
+ },
267
+ {
268
+ "describe": "You cannot cancel an import after it has started processing.",
269
+ "answerOptions": [
270
+ {
271
+ "isRight": true,
272
+ "describe": "True"
273
+ },
274
+ {
275
+ "isRight": false,
276
+ "describe": "False"
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "describe": "Which is a capability of Chatter files? (Choose 2)",
282
+ "answerOptions": [
283
+ {
284
+ "isRight": false,
285
+ "describe": "Store Chatter posts in a Salesforce Content group"
286
+ },
287
+ {
288
+ "isRight": true,
289
+ "describe": "View a list of files shared with a Chatter group"
290
+ },
291
+ {
292
+ "isRight": false,
293
+ "describe": "Link a Salesforce Content library to a Chatter profile"
294
+ },
295
+ {
296
+ "isRight": false,
297
+ "describe": "Post files from a Salesforce Content library to a Chatter feed"
298
+ }
299
+ ]
300
+ },
301
+ {
302
+ "describe": "What option is available when scheduling a dashboard refresh?(Choose 2)",
303
+ "answerOptions": [
304
+ {
305
+ "isRight": true,
306
+ "describe": "Send a refresh notification to users with access to the dashboard"
307
+ },
308
+ {
309
+ "isRight": false,
310
+ "describe": "Schedule the dashboard to refresh in different time zones"
311
+ },
312
+ {
313
+ "isRight": false,
314
+ "describe": "Define the refresh times for specific dashboard components"
315
+ },
316
+ {
317
+ "isRight": true,
318
+ "describe": "View and remove a scheduled dashboard refresh"
319
+ }
320
+ ]
321
+ },
322
+ {
323
+ "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)",
324
+ "answerOptions": [
325
+ {
326
+ "isRight": false,
327
+ "describe": "Verify the users have the \"Edit\" permission for accounts on their profiles"
328
+ },
329
+ {
330
+ "isRight": false,
331
+ "describe": "Verify the users have the \"Modify All Data\" permission for accounts on their profiles"
332
+ },
333
+ {
334
+ "isRight": true,
335
+ "describe": "Verify the field-level security for the Industry field is not set to \"Read Only\" on the users' profiles"
336
+ },
337
+ {
338
+ "isRight": true,
339
+ "describe": "Verify the Industry field is set as required on all the account page layouts assigned to the users' profiles"
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "describe": "What type of record access can an Administrator grant through sharing rules?(Choose 2)",
345
+ "answerOptions": [
346
+ {
347
+ "isRight": true,
348
+ "describe": "Read Only"
349
+ },
350
+ {
351
+ "isRight": true,
352
+ "describe": "Read/Write"
353
+ },
354
+ {
355
+ "isRight": false,
356
+ "describe": "Read/Write/Transfer"
357
+ },
358
+ {
359
+ "isRight": false,
360
+ "describe": "Read/Write/Delete"
361
+ }
362
+ ]
363
+ },
364
+ {
365
+ "describe": "Which functionality is available when enhanced lists are enabled? (choose 2)",
366
+ "answerOptions": [
367
+ {
368
+ "isRight": true,
369
+ "describe": "Create new records from a list view"
370
+ },
371
+ {
372
+ "isRight": false,
373
+ "describe": "Calculate the sum of a number field displayed in a list view"
374
+ },
375
+ {
376
+ "isRight": false,
377
+ "describe": "Edit dependent picklists inline from a list view"
378
+ },
379
+ {
380
+ "isRight": true,
381
+ "describe": "Edit multiple records directly from a list view"
382
+ }
383
+ ]
384
+ },
385
+ {
386
+ "describe": "What can a marketing user do using the Manage Members button on a campaign record? (Choose 2)",
387
+ "answerOptions": [
388
+ {
389
+ "isRight": false,
390
+ "describe": "Associate existing opportunities with the campaign"
391
+ },
392
+ {
393
+ "isRight": false,
394
+ "describe": "Create a custom report including all campaign members"
395
+ },
396
+ {
397
+ "isRight": true,
398
+ "describe": "Associate existing contacts with the campaign"
399
+ },
400
+ {
401
+ "isRight": true,
402
+ "describe": "Import new leads and associate them with the campaign"
403
+ }
404
+ ]
405
+ },
406
+ {
407
+ "describe": "What level of access can be set when sharing a document folder with users?(Choose 2)",
408
+ "answerOptions": [
409
+ {
410
+ "isRight": false,
411
+ "describe": "Read/Write/Create"
412
+ },
413
+ {
414
+ "isRight": false,
415
+ "describe": "Read/Write/Create/Delete"
416
+ },
417
+ {
418
+ "isRight": true,
419
+ "describe": "Read-only"
420
+ },
421
+ {
422
+ "isRight": true,
423
+ "describe": "Read/Write"
424
+ }
425
+ ]
426
+ },
427
+ {
428
+ "describe": "Universal Containers uses a private sharing model for opportunities. The sales team wants sales engineers to be involved in specific opportunities to help sales representatives close deals faster. How can an administrator meet this request?",
429
+ "answerOptions": [
430
+ {
431
+ "isRight": false,
432
+ "describe": "Add Chatter groups to opportunities"
433
+ },
434
+ {
435
+ "isRight": false,
436
+ "describe": "Add sales engineers to account teams"
437
+ },
438
+ {
439
+ "isRight": true,
440
+ "describe": "Add sales engineers to opportunity teams"
441
+ },
442
+ {
443
+ "isRight": false,
444
+ "describe": "Enable Chatter Feed Tracking on opportunities"
445
+ }
446
+ ]
447
+ },
448
+ {
449
+ "describe": "Sales executives at Universal Containers need to view a chart that displays opportunities grouped by stage and then by region. What chart type can a system administrator use to accomplish this?",
450
+ "answerOptions": [
451
+ {
452
+ "isRight": false,
453
+ "describe": "Gauge"
454
+ },
455
+ {
456
+ "isRight": true,
457
+ "describe": "Bar"
458
+ },
459
+ {
460
+ "isRight": false,
461
+ "describe": "Funnel"
462
+ },
463
+ {
464
+ "isRight": false,
465
+ "describe": "Donut"
466
+ }
467
+ ]
468
+ },
469
+ {
470
+ "describe": "What does the controlling field determine when field dependencies are being created?",
471
+ "answerOptions": [
472
+ {
473
+ "isRight": true,
474
+ "describe": "The values that appear in the dependent field"
475
+ },
476
+ {
477
+ "isRight": false,
478
+ "describe": "The dependent fields that appear on a layout"
479
+ },
480
+ {
481
+ "isRight": false,
482
+ "describe": "The default value populated in the dependent field"
483
+ },
484
+ {
485
+ "isRight": false,
486
+ "describe": "The field-level security for the dependent field"
487
+ }
488
+ ]
489
+ },
490
+ {
491
+ "describe": "A user receives an error message when attempting to login to Salesforce. What is the first step the Salesforce administrator should take to troubleshoot the problem?",
492
+ "answerOptions": [
493
+ {
494
+ "isRight": true,
495
+ "describe": "View the login history"
496
+ },
497
+ {
498
+ "isRight": false,
499
+ "describe": "Unlock the user"
500
+ },
501
+ {
502
+ "isRight": false,
503
+ "describe": "Change the login IP ranges"
504
+ },
505
+ {
506
+ "isRight": false,
507
+ "describe": "Reset the password"
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "describe": "Criteria-based sharing rules can be created for which objects?",
513
+ "answerOptions": [
514
+ {
515
+ "isRight": true,
516
+ "describe": "Contacts"
517
+ },
518
+ {
519
+ "isRight": true,
520
+ "describe": "Leads"
521
+ },
522
+ {
523
+ "isRight": true,
524
+ "describe": "Opportunities"
525
+ },
526
+ {
527
+ "isRight": true,
528
+ "describe": "Campaigns"
529
+ },
530
+ {
531
+ "isRight": true,
532
+ "describe": "Accounts"
533
+ }
534
+ ]
535
+ },
536
+ {
537
+ "describe": "Which permission is required to convert a lead? (Choose 2)",
538
+ "answerOptions": [
539
+ {
540
+ "isRight": true,
541
+ "describe": "\"Create\" and \"Edit\" access for leads, accounts, contacts and opportunities"
542
+ },
543
+ {
544
+ "isRight": false,
545
+ "describe": "\"Transfer\" access for leads, accounts, contacts, and opportunities"
546
+ },
547
+ {
548
+ "isRight": true,
549
+ "describe": "\"Convert Leads\" profile permission"
550
+ },
551
+ {
552
+ "isRight": false,
553
+ "describe": "\"Import Leads\" profile permission"
554
+ }
555
+ ]
556
+ },
557
+ {
558
+ "describe": "When using sharing rules, what can records be shared with?(Choose 2)",
559
+ "answerOptions": [
560
+ {
561
+ "isRight": false,
562
+ "describe": "Queues"
563
+ },
564
+ {
565
+ "isRight": true,
566
+ "describe": "Public groups"
567
+ },
568
+ {
569
+ "isRight": false,
570
+ "describe": "Profiles"
571
+ },
572
+ {
573
+ "isRight": true,
574
+ "describe": "Roles and subordinates"
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "describe": "Universal Containers requires that its Salesforce account data, including attachments, be backed up weekly. Which tool should a system administrator use to accomplish this?",
580
+ "answerOptions": [
581
+ {
582
+ "isRight": true,
583
+ "describe": "Data Export Service"
584
+ },
585
+ {
586
+ "isRight": false,
587
+ "describe": "Data Loader"
588
+ },
589
+ {
590
+ "isRight": false,
591
+ "describe": "Account report export"
592
+ },
593
+ {
594
+ "isRight": false,
595
+ "describe": "Account analytic snapshot"
596
+ }
597
+ ]
598
+ },
599
+ {
600
+ "describe": "When importing data, what happens if some records do NOT meet the data validation criteria?",
601
+ "answerOptions": [
602
+ {
603
+ "isRight": false,
604
+ "describe": "Import process ignores the data validation criteria"
605
+ },
606
+ {
607
+ "isRight": true,
608
+ "describe": "Import process fails only for the records with invalid data"
609
+ },
610
+ {
611
+ "isRight": false,
612
+ "describe": "Import process aborts when it encounters the first invalid record"
613
+ },
614
+ {
615
+ "isRight": false,
616
+ "describe": "Import process requires user authorization to import the invalid records"
617
+ }
618
+ ]
619
+ }
620
+ ]
621
+ }