@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,604 @@
1
+ {
2
+ "title": "Salesforce-Admin-201-[Set-1]",
3
+ "category": "Salesforce Admin 201",
4
+ "questions": [
5
+ {
6
+ "describe": "What should a system administrator use to disable access to a custom application for a group of users?\nChoose one answer",
7
+ "answerOptions": [
8
+ {
9
+ "isRight": true,
10
+ "describe": "Profiles"
11
+ },
12
+ {
13
+ "isRight": false,
14
+ "describe": "Sharing rules"
15
+ },
16
+ {
17
+ "isRight": false,
18
+ "describe": "Web tabs"
19
+ },
20
+ {
21
+ "isRight": false,
22
+ "describe": "Page layouts"
23
+ }
24
+ ]
25
+ },
26
+ {
27
+ "describe": "Universal Containers needs to track the manufacturer and model for specific car companies.\nHow can the system administrator ensure that the manufacturer selected influences the values available\nfor the model?\nChoose one answer",
28
+ "answerOptions": [
29
+ {
30
+ "isRight": false,
31
+ "describe": "Create the manufacturer field as a dependent picklist and the model as a controlling picklist."
32
+ },
33
+ {
34
+ "isRight": false,
35
+ "describe": "Create a lookup field from the manufacturer object to the model object."
36
+ },
37
+ {
38
+ "isRight": true,
39
+ "describe": "Create the manufacturer field as a controlling picklist and the model as a dependent picklist."
40
+ },
41
+ {
42
+ "isRight": false,
43
+ "describe": "Create a multi-select picklist field that includes both manufacturers and models."
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "describe": "Sales representatives at Universal Containers need assistance from product managers when selling\ncertain products. Product managers do not have access to opportunities, but need to gain access when\nthey are assisting with a specific deal.\nHow can a system administrator accomplish this?\nChoose one answer",
49
+ "answerOptions": [
50
+ {
51
+ "isRight": false,
52
+ "describe": "Notify the product manager using opportunity update reminders."
53
+ },
54
+ {
55
+ "isRight": true,
56
+ "describe": "Enable opportunity teams and allow users to add the product manager."
57
+ },
58
+ {
59
+ "isRight": false,
60
+ "describe": "Use similar opportunities to show opportunities related to the product manager."
61
+ },
62
+ {
63
+ "isRight": false,
64
+ "describe": "Enable account teams and allow users to add the product manager"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "describe": "What should a system administrator consider before importing a set of records into Salesforce?\nChoose two answers",
70
+ "answerOptions": [
71
+ {
72
+ "isRight": true,
73
+ "describe": "The import file should include a record owner for each record."
74
+ },
75
+ {
76
+ "isRight": false,
77
+ "describe": "Currency field values will default to the personal currency of the record owner."
78
+ },
79
+ {
80
+ "isRight": true,
81
+ "describe": "Data should be de-duplicated in the import file prior to import."
82
+ },
83
+ {
84
+ "isRight": false,
85
+ "describe": "Validation rules are not triggered when importing data using the import wizard."
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "describe": "How can a user customize his or her view in Saleforce? (Select 2)",
91
+ "answerOptions": [
92
+ {
93
+ "isRight": true,
94
+ "describe": "He or she can customize the tabs that are shown"
95
+ },
96
+ {
97
+ "isRight": true,
98
+ "describe": "He or she can customize how related lists on a page look"
99
+ },
100
+ {
101
+ "isRight": false,
102
+ "describe": "He or she can customize Salesforce on a mobile device"
103
+ },
104
+ {
105
+ "isRight": false,
106
+ "describe": "All of the above"
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "describe": "The user interface (UI) settings are \"global,\" and therefore apply to all users in an org.",
112
+ "answerOptions": [
113
+ {
114
+ "isRight": true,
115
+ "describe": "True"
116
+ },
117
+ {
118
+ "isRight": false,
119
+ "describe": "False"
120
+ }
121
+ ]
122
+ },
123
+ {
124
+ "describe": "The Company Information page can tell you which of the following? (Select 3)",
125
+ "answerOptions": [
126
+ {
127
+ "isRight": true,
128
+ "describe": "Organization edition"
129
+ },
130
+ {
131
+ "isRight": true,
132
+ "describe": "Number of Salesforce licenses"
133
+ },
134
+ {
135
+ "isRight": true,
136
+ "describe": "Salesforce Organization ID"
137
+ },
138
+ {
139
+ "isRight": false,
140
+ "describe": "Number of inactive users"
141
+ },
142
+ {
143
+ "isRight": false,
144
+ "describe": "Number of System Administrators"
145
+ }
146
+ ]
147
+ },
148
+ {
149
+ "describe": "Which of the following actions cannot be completed on the Company Information page? (Select 2)",
150
+ "answerOptions": [
151
+ {
152
+ "isRight": false,
153
+ "describe": "Edit the city in which your organization is located"
154
+ },
155
+ {
156
+ "isRight": true,
157
+ "describe": "Modify the type of licenses your organization has"
158
+ },
159
+ {
160
+ "isRight": false,
161
+ "describe": "Edit the default locale for your organization"
162
+ },
163
+ {
164
+ "isRight": true,
165
+ "describe": "Restrict access to currency settings"
166
+ },
167
+ {
168
+ "isRight": false,
169
+ "describe": "Add or remove licenses"
170
+ }
171
+ ]
172
+ },
173
+ {
174
+ "describe": "Locale settings control which of the following? (Select 1)",
175
+ "answerOptions": [
176
+ {
177
+ "isRight": false,
178
+ "describe": "Time Zone"
179
+ },
180
+ {
181
+ "isRight": false,
182
+ "describe": "Number format"
183
+ },
184
+ {
185
+ "isRight": false,
186
+ "describe": "Name order"
187
+ },
188
+ {
189
+ "isRight": true,
190
+ "describe": "All of the above"
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "describe": "It is possible to switch to a standard fiscal year from a custom fiscal year.",
196
+ "answerOptions": [
197
+ {
198
+ "isRight": false,
199
+ "describe": "True"
200
+ },
201
+ {
202
+ "isRight": true,
203
+ "describe": "False"
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "describe": "Once enabled, which of the following features cannot be disabled? (Select 1)",
209
+ "answerOptions": [
210
+ {
211
+ "isRight": false,
212
+ "describe": "Chatter"
213
+ },
214
+ {
215
+ "isRight": false,
216
+ "describe": "Advanced Currency Management"
217
+ },
218
+ {
219
+ "isRight": true,
220
+ "describe": "Custom Fiscal Year"
221
+ },
222
+ {
223
+ "isRight": false,
224
+ "describe": "Collapsible Sidebar"
225
+ },
226
+ {
227
+ "isRight": false,
228
+ "describe": "Lightning Experience"
229
+ }
230
+ ]
231
+ },
232
+ {
233
+ "describe": "By default, all Salesforce orgs are set to a single currency.",
234
+ "answerOptions": [
235
+ {
236
+ "isRight": true,
237
+ "describe": "True"
238
+ },
239
+ {
240
+ "isRight": false,
241
+ "describe": "False"
242
+ }
243
+ ]
244
+ },
245
+ {
246
+ "describe": "A pre-built App from the AppExchange is always the first approach you should take when you're looking to add functionality to your Salesforce instance.",
247
+ "answerOptions": [
248
+ {
249
+ "isRight": false,
250
+ "describe": "True"
251
+ },
252
+ {
253
+ "isRight": true,
254
+ "describe": "False"
255
+ }
256
+ ]
257
+ },
258
+ {
259
+ "describe": "Which step should a system administrator take to remove an active user from Salesforce? (Select 1)",
260
+ "answerOptions": [
261
+ {
262
+ "isRight": false,
263
+ "describe": "Contact Salesforce customer support to have the user record deleted."
264
+ },
265
+ {
266
+ "isRight": false,
267
+ "describe": "Overwrite the user record with a new user's information."
268
+ },
269
+ {
270
+ "isRight": false,
271
+ "describe": "Deactivate the user record; the system will delete it in 30 days."
272
+ },
273
+ {
274
+ "isRight": true,
275
+ "describe": "Deactivate the user record."
276
+ }
277
+ ]
278
+ },
279
+ {
280
+ "describe": "Which of the following fields can you expect to find on user's record detail page? (Select 2)",
281
+ "answerOptions": [
282
+ {
283
+ "isRight": false,
284
+ "describe": "System Permissions"
285
+ },
286
+ {
287
+ "isRight": true,
288
+ "describe": "Locale"
289
+ },
290
+ {
291
+ "isRight": false,
292
+ "describe": "Reports"
293
+ },
294
+ {
295
+ "isRight": true,
296
+ "describe": "Role"
297
+ },
298
+ {
299
+ "isRight": false,
300
+ "describe": "All of the above"
301
+ }
302
+ ]
303
+ },
304
+ {
305
+ "describe": "Who has the permission to edit a chatter profile? (Select 2)",
306
+ "answerOptions": [
307
+ {
308
+ "isRight": true,
309
+ "describe": "An Administrator"
310
+ },
311
+ {
312
+ "isRight": true,
313
+ "describe": "The individual user"
314
+ },
315
+ {
316
+ "isRight": false,
317
+ "describe": "A user's manager"
318
+ },
319
+ {
320
+ "isRight": false,
321
+ "describe": "Chatter profiles are not editable"
322
+ }
323
+ ]
324
+ },
325
+ {
326
+ "describe": "Chatter external users can only interact in public or private Chatter groups that they belong to.",
327
+ "answerOptions": [
328
+ {
329
+ "isRight": false,
330
+ "describe": "True"
331
+ },
332
+ {
333
+ "isRight": true,
334
+ "describe": "False"
335
+ }
336
+ ]
337
+ },
338
+ {
339
+ "describe": "You have a handful of users who don't have Salesforce licenses but need access to all Chatter groups. They don't need to access any other Salesforce information. What Chatter license should they have? (Select 1)",
340
+ "answerOptions": [
341
+ {
342
+ "isRight": false,
343
+ "describe": "Chatter External license"
344
+ },
345
+ {
346
+ "isRight": true,
347
+ "describe": "Chatter Free license"
348
+ },
349
+ {
350
+ "isRight": false,
351
+ "describe": "Chatter Only (Chatter Plus) license"
352
+ },
353
+ {
354
+ "isRight": false,
355
+ "describe": "Chatter Deluxe license"
356
+ }
357
+ ]
358
+ },
359
+ {
360
+ "describe": "If a Salesforce object is a table, then each row represents what? (Select 1)",
361
+ "answerOptions": [
362
+ {
363
+ "isRight": true,
364
+ "describe": "Records"
365
+ },
366
+ {
367
+ "isRight": false,
368
+ "describe": "Fields"
369
+ },
370
+ {
371
+ "isRight": false,
372
+ "describe": "Related Lists"
373
+ },
374
+ {
375
+ "isRight": false,
376
+ "describe": "Objects"
377
+ }
378
+ ]
379
+ },
380
+ {
381
+ "describe": "All of the following are advantages of Force.com objects except:",
382
+ "answerOptions": [
383
+ {
384
+ "isRight": false,
385
+ "describe": "All object attributes are described with metadata, making it easy to create and modify records programmatically or through a visual interface."
386
+ },
387
+ {
388
+ "isRight": true,
389
+ "describe": "Every object in a Salesforce organization is automatically linked with all other objects in the organization."
390
+ },
391
+ {
392
+ "isRight": false,
393
+ "describe": "Objects can have relationship fields that define how records in an object relate to records in another object."
394
+ },
395
+ {
396
+ "isRight": false,
397
+ "describe": "Objects have built-in support for access management, validation, formulas, and history tracking."
398
+ }
399
+ ]
400
+ },
401
+ {
402
+ "describe": "What's the difference between standard and custom objects?",
403
+ "answerOptions": [
404
+ {
405
+ "isRight": false,
406
+ "describe": "Standard objects are limited to a standard set of fields; custom objects are made up of custom fields."
407
+ },
408
+ {
409
+ "isRight": false,
410
+ "describe": "Standard objects include standard layouts; custom objects allow you to change their layouts."
411
+ },
412
+ {
413
+ "isRight": true,
414
+ "describe": "Standard objects are included with Salesforce by default; custom objects are objects that you create in your organization."
415
+ }
416
+ ]
417
+ },
418
+ {
419
+ "describe": "Objects can have all of the following types of custom fields, except:\nA\nCustom address\nB\nPicklist\nC\nCheckbox\nDate/Time",
420
+ "answerOptions": []
421
+ },
422
+ {
423
+ "describe": "Which of these types of relationship fields can you define in Force.com?",
424
+ "answerOptions": [
425
+ {
426
+ "isRight": false,
427
+ "describe": "Relational and Parent-Child"
428
+ },
429
+ {
430
+ "isRight": false,
431
+ "describe": "Link and Parent-Child"
432
+ },
433
+ {
434
+ "isRight": true,
435
+ "describe": "Lookup and Master-Detail"
436
+ },
437
+ {
438
+ "isRight": false,
439
+ "describe": "Relational and Master-Detail"
440
+ }
441
+ ]
442
+ },
443
+ {
444
+ "describe": "1. How can a user have full access to a record? (Select 2)",
445
+ "answerOptions": [
446
+ {
447
+ "isRight": true,
448
+ "describe": "Ownership"
449
+ },
450
+ {
451
+ "isRight": false,
452
+ "describe": "Your answerSharing Rules"
453
+ },
454
+ {
455
+ "isRight": true,
456
+ "describe": "Role Hierarchy"
457
+ },
458
+ {
459
+ "isRight": false,
460
+ "describe": "Manual Sharing"
461
+ },
462
+ {
463
+ "isRight": false,
464
+ "describe": "CRED Settings"
465
+ }
466
+ ]
467
+ },
468
+ {
469
+ "describe": "2. Which of the following can be used to grant full access to a user? (Select 1)",
470
+ "answerOptions": [
471
+ {
472
+ "isRight": false,
473
+ "describe": "Organization Wide Default Setting's"
474
+ },
475
+ {
476
+ "isRight": false,
477
+ "describe": "Sharing Rules"
478
+ },
479
+ {
480
+ "isRight": false,
481
+ "describe": "Apex Sharing"
482
+ },
483
+ {
484
+ "isRight": false,
485
+ "describe": "Manual Sharing"
486
+ },
487
+ {
488
+ "isRight": true,
489
+ "describe": "Role Hierarchy"
490
+ }
491
+ ]
492
+ },
493
+ {
494
+ "describe": "What is the only feature that can be used to restrict record access? (Select 1)",
495
+ "answerOptions": [
496
+ {
497
+ "isRight": false,
498
+ "describe": "CRED Settings"
499
+ },
500
+ {
501
+ "isRight": false,
502
+ "describe": "Sharing Rules"
503
+ },
504
+ {
505
+ "isRight": false,
506
+ "describe": "Role Hierarchy"
507
+ },
508
+ {
509
+ "isRight": true,
510
+ "describe": "Organization Wide Default Setting's"
511
+ },
512
+ {
513
+ "isRight": false,
514
+ "describe": "Profile Login Hours"
515
+ }
516
+ ]
517
+ },
518
+ {
519
+ "describe": "Sharing rules can be used to restrict data access. A. True",
520
+ "answerOptions": [
521
+ null,
522
+ {
523
+ "isRight": true,
524
+ "describe": "False"
525
+ }
526
+ ]
527
+ },
528
+ {
529
+ "describe": "Which of the following approaches to sharing is flexible but only allows for one record at a time to be shared? (Select 1)",
530
+ "answerOptions": [
531
+ {
532
+ "isRight": false,
533
+ "describe": "Organization Wide Default Setting's"
534
+ },
535
+ {
536
+ "isRight": false,
537
+ "describe": "Sharing Rules"
538
+ },
539
+ {
540
+ "isRight": false,
541
+ "describe": "Apex Sharing"
542
+ },
543
+ {
544
+ "isRight": true,
545
+ "describe": "Manual Sharing"
546
+ },
547
+ {
548
+ "isRight": false,
549
+ "describe": "Role Hierarchy"
550
+ }
551
+ ]
552
+ },
553
+ {
554
+ "describe": "Moving from the account object to the contact object is an example of what type of relationship? (Select 3)",
555
+ "answerOptions": [
556
+ {
557
+ "isRight": true,
558
+ "describe": "Related List"
559
+ },
560
+ {
561
+ "isRight": false,
562
+ "describe": "Lookup"
563
+ },
564
+ {
565
+ "isRight": false,
566
+ "describe": "Child-to-Parent"
567
+ },
568
+ {
569
+ "isRight": true,
570
+ "describe": "One-to-Many"
571
+ },
572
+ {
573
+ "isRight": true,
574
+ "describe": "Parent-to-Child"
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "describe": "Moving from the opportunity object to the account object is an example of what type of relationship? (Select 2)",
580
+ "answerOptions": [
581
+ {
582
+ "isRight": false,
583
+ "describe": "Related List"
584
+ },
585
+ {
586
+ "isRight": true,
587
+ "describe": "Lookup"
588
+ },
589
+ {
590
+ "isRight": true,
591
+ "describe": "Child-to-Parent"
592
+ },
593
+ {
594
+ "isRight": false,
595
+ "describe": "One-to-Many"
596
+ },
597
+ {
598
+ "isRight": false,
599
+ "describe": "Parent-to-Child"
600
+ }
601
+ ]
602
+ }
603
+ ]
604
+ }