@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,640 @@
1
+ {
2
+ "title": "Salesforce-Admin-201-[Set-5]",
3
+ "category": "Salesforce Admin 201",
4
+ "questions": [
5
+ {
6
+ "describe": "The automated case user will be listed in the case history for all case actions except when the\ncase is",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": true,
10
+ "describe": "Closed"
11
+ },
12
+ {
13
+ "isRight": false,
14
+ "describe": "Escalated"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Created online"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Automatically assigned"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "describe": "What must an administrator do to schedule and email reports?\n*Choose 2 answers*",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": true,
31
+ "describe": "Specify a running user"
32
+ },
33
+ {
34
+ "isRight": false,
35
+ "describe": "Specify the report location in a personal folder"
36
+ },
37
+ {
38
+ "isRight": true,
39
+ "describe": "Specify a frequency"
40
+ },
41
+ {
42
+ "isRight": false,
43
+ "describe": "Specify a link to the reports"
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "describe": "Which object is a standard object?\n*Choose 3 answers *",
49
+ "answerOptions": [
50
+ {
51
+ "isRight": false,
52
+ "describe": "Invoices"
53
+ },
54
+ {
55
+ "isRight": true,
56
+ "describe": "Solutions"
57
+ },
58
+ {
59
+ "isRight": true,
60
+ "describe": "Accounts"
61
+ },
62
+ {
63
+ "isRight": true,
64
+ "describe": "Opportunities"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "describe": "Person accounts and business accounts can be accessed via Accounts tab. To create a view that only displays person accounts, one must",
70
+ "answerOptions": [
71
+ {
72
+ "isRight": true,
73
+ "describe": "Filter based on the field \"Is Person Account\""
74
+ },
75
+ {
76
+ "isRight": false,
77
+ "describe": "Add the contract related list to the account page layout"
78
+ },
79
+ {
80
+ "isRight": false,
81
+ "describe": "Select the \"View All Data\" permission on the user profile"
82
+ },
83
+ {
84
+ "isRight": false,
85
+ "describe": "Set the access for the contact object to \"Controlled by Parent\""
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "describe": "When are active custom validation rules evaluated?",
91
+ "answerOptions": [
92
+ {
93
+ "isRight": false,
94
+ "describe": "When feedback to the end user is not required"
95
+ },
96
+ {
97
+ "isRight": true,
98
+ "describe": "When there are no errors in standard validations"
99
+ },
100
+ {
101
+ "isRight": false,
102
+ "describe": "When the page layout contains no required fields"
103
+ },
104
+ {
105
+ "isRight": false,
106
+ "describe": "When inline editing has been enabled for the organization"
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "describe": "Which statement is TRUE regarding how Salesforce allocates storage space?",
112
+ "answerOptions": [
113
+ {
114
+ "isRight": false,
115
+ "describe": "Custom objects are not counted against data storage allocation"
116
+ },
117
+ {
118
+ "isRight": false,
119
+ "describe": "Data storage includes space used by files in the Documents tab"
120
+ },
121
+ {
122
+ "isRight": false,
123
+ "describe": "A user may continue to create records when storage capacities limits are exceeded by 5%"
124
+ },
125
+ {
126
+ "isRight": true,
127
+ "describe": "If you import or add a large number of records, your organisation's storage usage will not\nbe updated immediately"
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "describe": "Which method should be used to migrate 65.000 records from one organization to another, including accounts, contracts, lead, and opportunities?",
133
+ "answerOptions": [
134
+ {
135
+ "isRight": true,
136
+ "describe": "Data loader"
137
+ },
138
+ {
139
+ "isRight": false,
140
+ "describe": "Not possible"
141
+ },
142
+ {
143
+ "isRight": false,
144
+ "describe": "Import wizard"
145
+ },
146
+ {
147
+ "isRight": false,
148
+ "describe": "Weekly data export"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "describe": "Which attributes can be used when matching similar opportunities?\n*Choose 2 answers*",
154
+ "answerOptions": [
155
+ {
156
+ "isRight": false,
157
+ "describe": "Custom opportunity related lists"
158
+ },
159
+ {
160
+ "isRight": true,
161
+ "describe": "Standard opportunity related lists"
162
+ },
163
+ {
164
+ "isRight": false,
165
+ "describe": "Sales team members"
166
+ },
167
+ {
168
+ "isRight": false,
169
+ "describe": "Account fields"
170
+ },
171
+ {
172
+ "isRight": true,
173
+ "describe": "Opportunity fields"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "describe": "Which is not a step when creating a custom application?",
179
+ "answerOptions": [
180
+ {
181
+ "isRight": false,
182
+ "describe": "Assign profiles"
183
+ },
184
+ {
185
+ "isRight": false,
186
+ "describe": "Choose a custom app logo"
187
+ },
188
+ {
189
+ "isRight": false,
190
+ "describe": "Select what tabs will display"
191
+ },
192
+ {
193
+ "isRight": true,
194
+ "describe": "Define the Custom Object relationship"
195
+ }
196
+ ]
197
+ },
198
+ {
199
+ "describe": "When a case is deleted, which related items are also deleted?\n*Choose 2 answers*",
200
+ "answerOptions": [
201
+ {
202
+ "isRight": true,
203
+ "describe": "Events"
204
+ },
205
+ {
206
+ "isRight": false,
207
+ "describe": "Solutions"
208
+ },
209
+ {
210
+ "isRight": false,
211
+ "describe": "Accounts"
212
+ },
213
+ {
214
+ "isRight": true,
215
+ "describe": "Case comments"
216
+ }
217
+ ]
218
+ },
219
+ {
220
+ "describe": "An administrator would like to export a report to a Microsoft Excel spreadsheet and maintain the report format. To do this, the administrator should click on which button?",
221
+ "answerOptions": [
222
+ {
223
+ "isRight": false,
224
+ "describe": "Save as"
225
+ },
226
+ {
227
+ "isRight": false,
228
+ "describe": "Customize"
229
+ },
230
+ {
231
+ "isRight": true,
232
+ "describe": "Printable View"
233
+ },
234
+ {
235
+ "isRight": false,
236
+ "describe": "Export Details"
237
+ }
238
+ ]
239
+ },
240
+ {
241
+ "describe": "Which information is maintained on the user record and can be modified by the user?\n*Choose 3 answers*",
242
+ "answerOptions": [
243
+ {
244
+ "isRight": true,
245
+ "describe": "Email address"
246
+ },
247
+ {
248
+ "isRight": false,
249
+ "describe": "Storage space"
250
+ },
251
+ {
252
+ "isRight": true,
253
+ "describe": "Default sales team"
254
+ },
255
+ {
256
+ "isRight": true,
257
+ "describe": "Default account team"
258
+ }
259
+ ]
260
+ },
261
+ {
262
+ "describe": "Which validation rule validates that a custom date field, My_Date__c, contains a date within the current year?",
263
+ "answerOptions": [
264
+ {
265
+ "isRight": false,
266
+ "describe": "YEAR( My_Date__c) = YEAR( Today())"
267
+ },
268
+ {
269
+ "isRight": false,
270
+ "describe": "YEAR( Today()) > DATE( My_Date__c)"
271
+ },
272
+ {
273
+ "isRight": true,
274
+ "describe": "YEAR( My_Date__c) <>Year(Today())"
275
+ },
276
+ {
277
+ "isRight": false,
278
+ "describe": "YEAR( My_Date__C) = DATE(MY_Date__c)"
279
+ }
280
+ ]
281
+ },
282
+ {
283
+ "describe": "Assuming the recycle bin limits have not been reached, how long does a user have to recover deleted data from the recycle bin before it is permanently deleted?",
284
+ "answerOptions": [
285
+ {
286
+ "isRight": true,
287
+ "describe": "30 days"
288
+ },
289
+ {
290
+ "isRight": false,
291
+ "describe": "60 days"
292
+ },
293
+ {
294
+ "isRight": false,
295
+ "describe": "Deleted data cannot be recovered from the recycle bin"
296
+ },
297
+ {
298
+ "isRight": false,
299
+ "describe": "Data remains in the recycle bi for an unlimited amount of time"
300
+ }
301
+ ]
302
+ },
303
+ {
304
+ "describe": "When authenticating a user through the user interface, what does Salesforce validate before allowing a user to access the application?\n*Choose 3 answers*",
305
+ "answerOptions": [
306
+ {
307
+ "isRight": false,
308
+ "describe": "Whether the user's profile is API enabled"
309
+ },
310
+ {
311
+ "isRight": true,
312
+ "describe": "Whether the organization has trusted IP addresses"
313
+ },
314
+ {
315
+ "isRight": true,
316
+ "describe": "Whether the user's profile has login hour restrictions"
317
+ },
318
+ {
319
+ "isRight": true,
320
+ "describe": "Whether the user's profile has IP address restrictions"
321
+ }
322
+ ]
323
+ },
324
+ {
325
+ "describe": "Assuming only standard relationships, which option is available when customizing the mini‐view of the console?\n*Choose 2 answers*",
326
+ "answerOptions": [
327
+ {
328
+ "isRight": false,
329
+ "describe": "From the Contact Object, the user can choose Cases"
330
+ },
331
+ {
332
+ "isRight": false,
333
+ "describe": "From the Opportunity Object, the user can choose Campaign"
334
+ },
335
+ {
336
+ "isRight": true,
337
+ "describe": "From the Cases Object, the user can choose Account and Contact"
338
+ },
339
+ {
340
+ "isRight": true,
341
+ "describe": "From the Opportunity Object, the user can choose Account and Contact"
342
+ }
343
+ ]
344
+ },
345
+ {
346
+ "describe": "Which option below gives an end user the ability to import leads for the organization and associate the leads to a campaign?\n*Choose 2 answers*",
347
+ "answerOptions": [
348
+ {
349
+ "isRight": true,
350
+ "describe": "Marketing user Profile"
351
+ },
352
+ {
353
+ "isRight": false,
354
+ "describe": "Marketing User License"
355
+ },
356
+ {
357
+ "isRight": true,
358
+ "describe": "\"Edit Campaigns\" Permission in the profile"
359
+ },
360
+ {
361
+ "isRight": false,
362
+ "describe": "\"Customize Application\" Permission in the profile"
363
+ }
364
+ ]
365
+ },
366
+ {
367
+ "describe": "Which statement is FALSE regarding object relationships?",
368
+ "answerOptions": [
369
+ {
370
+ "isRight": false,
371
+ "describe": "The lookup relationship field is not required in the page layout"
372
+ },
373
+ {
374
+ "isRight": false,
375
+ "describe": "Each custom object can have up to two master‐detail relationships"
376
+ },
377
+ {
378
+ "isRight": false,
379
+ "describe": "A standard object cannot be on the detail side of the relationship"
380
+ },
381
+ {
382
+ "isRight": true,
383
+ "describe": "The security settings for the detail record control the master record"
384
+ }
385
+ ]
386
+ },
387
+ {
388
+ "describe": "Users want to view report output for all opportunities that own and that are owned by users who report to them via the role hierarchy. To proceed they should verify that",
389
+ "answerOptions": [
390
+ {
391
+ "isRight": false,
392
+ "describe": "They have the \"Manage Public Reports\" permission on their profile."
393
+ },
394
+ {
395
+ "isRight": false,
396
+ "describe": "The profiles of all users report to them in the role hierarchy and that the \"My Team's opportunities\" filter is used when running opportunity reports"
397
+ },
398
+ {
399
+ "isRight": true,
400
+ "describe": "The correct users report to them in the role hierarchy and that the \"My Team's Opportunities\" filter is used when running opportunity reports."
401
+ },
402
+ {
403
+ "isRight": false,
404
+ "describe": "The correct users report to them in the role hierarchy and that the \"My Team‐Selling and My Own Opportunities\" filter is used when running opportunities reports."
405
+ }
406
+ ]
407
+ },
408
+ {
409
+ "describe": "Which Salesforce feature should be used to disable access to all objects in a custom application?",
410
+ "answerOptions": [
411
+ {
412
+ "isRight": true,
413
+ "describe": "Profiles"
414
+ },
415
+ {
416
+ "isRight": false,
417
+ "describe": "Sharing"
418
+ },
419
+ {
420
+ "isRight": false,
421
+ "describe": "Web tabs"
422
+ },
423
+ {
424
+ "isRight": false,
425
+ "describe": "Page layouts"
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "describe": "Which statement about multi‐day and all‐day events is TRUE",
431
+ "answerOptions": [
432
+ {
433
+ "isRight": false,
434
+ "describe": "All‐Day Events have a start and end time"
435
+ },
436
+ {
437
+ "isRight": false,
438
+ "describe": "Multi‐Day Event cannot be set as All‐Day Event"
439
+ },
440
+ {
441
+ "isRight": false,
442
+ "describe": "All‐Day Events have a check box for flagging as Multi‐Day Events"
443
+ },
444
+ {
445
+ "isRight": true,
446
+ "describe": "Multi‐Day Events have a start and end time"
447
+ }
448
+ ]
449
+ },
450
+ {
451
+ "describe": "If the organization‐wide default on accounts is set to public read/write, what can be used to limit access to these records?",
452
+ "answerOptions": [
453
+ {
454
+ "isRight": true,
455
+ "describe": "Profile"
456
+ },
457
+ {
458
+ "isRight": false,
459
+ "describe": "List views"
460
+ },
461
+ {
462
+ "isRight": false,
463
+ "describe": "Public groups"
464
+ },
465
+ {
466
+ "isRight": false,
467
+ "describe": "Role hierarchy"
468
+ }
469
+ ]
470
+ },
471
+ {
472
+ "describe": "Currencies are defined at which level?\n*Choose 3 answers*",
473
+ "answerOptions": [
474
+ {
475
+ "isRight": false,
476
+ "describe": "Record type"
477
+ },
478
+ {
479
+ "isRight": true,
480
+ "describe": "Organization profile"
481
+ },
482
+ {
483
+ "isRight": true,
484
+ "describe": "Opportunity (record)"
485
+ },
486
+ {
487
+ "isRight": true,
488
+ "describe": "User record (personal setup)"
489
+ }
490
+ ]
491
+ },
492
+ {
493
+ "describe": "When a user with pending approval requests leaves an organization, what can administrator do with the pending requests?\n*Choose 2 answers*",
494
+ "answerOptions": [
495
+ {
496
+ "isRight": false,
497
+ "describe": "Mass approve pending requests"
498
+ },
499
+ {
500
+ "isRight": true,
501
+ "describe": "Mass remove pending requests"
502
+ },
503
+ {
504
+ "isRight": true,
505
+ "describe": "Mass transfer pending requests"
506
+ },
507
+ {
508
+ "isRight": false,
509
+ "describe": "Change the approval process routing steps"
510
+ }
511
+ ]
512
+ },
513
+ {
514
+ "describe": "If a record has been manually shared with read/write access, the user will be able to do which of the following?",
515
+ "answerOptions": [
516
+ {
517
+ "isRight": true,
518
+ "describe": "Edit the record"
519
+ },
520
+ {
521
+ "isRight": false,
522
+ "describe": "Delete the record"
523
+ },
524
+ {
525
+ "isRight": false,
526
+ "describe": "Change the owner of the record"
527
+ },
528
+ {
529
+ "isRight": false,
530
+ "describe": "Share the record to another user with full access"
531
+ }
532
+ ]
533
+ },
534
+ {
535
+ "describe": "Which item cannot be stored in a folder?",
536
+ "answerOptions": [
537
+ {
538
+ "isRight": true,
539
+ "describe": "Emails"
540
+ },
541
+ {
542
+ "isRight": false,
543
+ "describe": "Reports"
544
+ },
545
+ {
546
+ "isRight": false,
547
+ "describe": "Documents"
548
+ },
549
+ {
550
+ "isRight": false,
551
+ "describe": "Dashboards"
552
+ }
553
+ ]
554
+ },
555
+ {
556
+ "describe": "If a record that matches the criteria of a workflow rule is created on July 1 and the close date is July 30, the time‐dependent action is scheduled for July 23. However, what happens if the opportunity is edited before July 23 and no longer meets the criteria?",
557
+ "answerOptions": [
558
+ {
559
+ "isRight": false,
560
+ "describe": "The time‐dependent action is put on hold"
561
+ },
562
+ {
563
+ "isRight": false,
564
+ "describe": "The time‐dependent action is sent on July 23"
565
+ },
566
+ {
567
+ "isRight": false,
568
+ "describe": "The time‐dependent action is sent on July 30"
569
+ },
570
+ {
571
+ "isRight": true,
572
+ "describe": "The time‐dependent action is automatically removed from the queue"
573
+ }
574
+ ]
575
+ },
576
+ {
577
+ "describe": "Which UI component allows easy access to recent tags?",
578
+ "answerOptions": [
579
+ {
580
+ "isRight": false,
581
+ "describe": "Tag Browser"
582
+ },
583
+ {
584
+ "isRight": false,
585
+ "describe": "Edit Tags link"
586
+ },
587
+ {
588
+ "isRight": false,
589
+ "describe": "Tag links in the header"
590
+ },
591
+ {
592
+ "isRight": true,
593
+ "describe": "Sidebar Tag widget"
594
+ }
595
+ ]
596
+ },
597
+ {
598
+ "describe": "Which statement is TRUE regarding record types?\n*Choose 2 answers*",
599
+ "answerOptions": [
600
+ {
601
+ "isRight": true,
602
+ "describe": "Record types can be hidden from users"
603
+ },
604
+ {
605
+ "isRight": false,
606
+ "describe": "Record types are controlled by the page layout"
607
+ },
608
+ {
609
+ "isRight": false,
610
+ "describe": "Record types can only be assigned to one profile at a time"
611
+ },
612
+ {
613
+ "isRight": true,
614
+ "describe": "Record types can be used to define different picklist values for different types of users"
615
+ }
616
+ ]
617
+ },
618
+ {
619
+ "describe": "Charting is a report option that can be used on",
620
+ "answerOptions": [
621
+ {
622
+ "isRight": false,
623
+ "describe": "All reports"
624
+ },
625
+ {
626
+ "isRight": false,
627
+ "describe": "Dashboards and summary reports only"
628
+ },
629
+ {
630
+ "isRight": false,
631
+ "describe": "Matrix and custom report types only"
632
+ },
633
+ {
634
+ "isRight": true,
635
+ "describe": "Dashboards, summary and matrix reports"
636
+ }
637
+ ]
638
+ }
639
+ ]
640
+ }