@palerock/exam-qa 1.0.6-patch17 → 1.0.6-patch18

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,977 @@
1
+ {
2
+ "title": "[咸鱼]AppBuilder-1",
3
+ "category": "[咸鱼]AppBuilder",
4
+ "questions": [
5
+ {
6
+ "describe": "A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect.\nWhat should an app builder do to help achieve this goal without sacrificing data quality?",
7
+ "answerOptions": [
8
+ {
9
+ "describe": "Research and evaluate data enrichment products on the AppExchange to automate data entry.",
10
+ "isRight": true
11
+ },
12
+ {
13
+ "describe": "Post daily to the Chatter feed any relevant fields that need to be populated.",
14
+ "isRight": false
15
+ },
16
+ {
17
+ "describe": "Use Flow to create a data entry wizard to automate data entry.",
18
+ "isRight": false
19
+ },
20
+ {
21
+ "describe": "Use a combination of workflow rules and formula fields to populate key fields for the sales user.",
22
+ "isRight": false
23
+ }
24
+ ],
25
+ "hashCode": 89270026
26
+ },
27
+ {
28
+ "describe": "Universal Containers (UC) maintains information for over 2 million assets in an external system. UC needs to access these assets in real-time data in Salesforce and is nearing the data storage limits. What feature could an app builder recommend UC use?",
29
+ "answerOptions": [
30
+ {
31
+ "describe": "Data Loader",
32
+ "isRight": true
33
+ },
34
+ {
35
+ "describe": "Salesforce Connect",
36
+ "isRight": false
37
+ },
38
+ {
39
+ "describe": "Salesforce to Salesforce",
40
+ "isRight": false
41
+ },
42
+ {
43
+ "describe": "Data Export Wizard",
44
+ "isRight": false
45
+ }
46
+ ],
47
+ "hashCode": 1678990375
48
+ },
49
+ {
50
+ "describe": "How should an app builder configure access to a contact's Twitter profile for Salesforce mobile app users?",
51
+ "answerOptions": [
52
+ {
53
+ "describe": "Add a formula field to the Contact page layout.",
54
+ "isRight": false
55
+ },
56
+ {
57
+ "describe": "Add an AppExchange Lightning Component to the mobile app.",
58
+ "isRight": false
59
+ },
60
+ {
61
+ "describe": "Add the Twitter component to mobile view Lightning pages.",
62
+ "isRight": true
63
+ },
64
+ {
65
+ "describe": "Add a Twitter Quick Action to the mobile navigation.",
66
+ "isRight": false
67
+ }
68
+ ],
69
+ "hashCode": -1267286286
70
+ },
71
+ {
72
+ "describe": "Universal Containers wants to streamline its data capture process by linking fields together. They wish to do this so that the available value on dependents fields are driven by value selected on controlling fields. Which consideration supports the stated requirements? Choose 3 answers",
73
+ "answerOptions": [
74
+ {
75
+ "describe": "The import wizard only allows value to be imported into a dependent picklist if they match the appropriate controlling field",
76
+ "isRight": false
77
+ },
78
+ {
79
+ "describe": "Custom picklist field can be either controlling or dependent field",
80
+ "isRight": true
81
+ },
82
+ {
83
+ "describe": "Multi select picklist can be dependent picklist but not controlling fields",
84
+ "isRight": true
85
+ },
86
+ {
87
+ "describe": "Standard and custom picklist fields can be dependent fields.",
88
+ "isRight": false
89
+ },
90
+ {
91
+ "describe": "Checkbox fields can be controlling fields but not dependent fields",
92
+ "isRight": true
93
+ }
94
+ ],
95
+ "hashCode": -2066480099
96
+ },
97
+ {
98
+ "describe": "An app builder is tasked with adding key performance indicators on client pages. They want to see a summary of the number of open Opportunities and the number of won Opportunities for each Account.\nWhere should the app builder go to build these new rollups?",
99
+ "answerOptions": [
100
+ {
101
+ "describe": "Lightning App Builder",
102
+ "isRight": false
103
+ },
104
+ {
105
+ "describe": "Account Object",
106
+ "isRight": true
107
+ },
108
+ {
109
+ "describe": "Lightning Object Creator",
110
+ "isRight": false
111
+ },
112
+ {
113
+ "describe": "Opportunity Object",
114
+ "isRight": false
115
+ }
116
+ ],
117
+ "hashCode": 1714117428
118
+ },
119
+ {
120
+ "describe": "An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this?\nChoose 3 answers",
121
+ "answerOptions": [
122
+ {
123
+ "describe": "Checkbox",
124
+ "isRight": false
125
+ },
126
+ {
127
+ "describe": "Percent",
128
+ "isRight": true
129
+ },
130
+ {
131
+ "describe": "Time",
132
+ "isRight": false
133
+ },
134
+ {
135
+ "describe": "Date",
136
+ "isRight": true
137
+ },
138
+ {
139
+ "describe": "Currency",
140
+ "isRight": true
141
+ }
142
+ ],
143
+ "hashCode": -2778
144
+ },
145
+ {
146
+ "describe": "An app builder installs an unmanaged package in a full copy sandbox that ts an exact match for production, and now they are ready to install it m production. When the app builder attempts to install the package in production, it fails.\nWhy did the package fail to install?",
147
+ "answerOptions": [
148
+ {
149
+ "describe": "Incorrect license types",
150
+ "isRight": false
151
+ },
152
+ {
153
+ "describe": "Package features not compatible",
154
+ "isRight": false
155
+ },
156
+ {
157
+ "describe": "Object limits exceeded",
158
+ "isRight": false
159
+ },
160
+ {
161
+ "describe": "Apex unit test failures",
162
+ "isRight": true
163
+ }
164
+ ],
165
+ "hashCode": -1026099530
166
+ },
167
+ {
168
+ "describe": "Universal Containers wants sales reps to get permission from their managers before deleting Opportunities, What can be used to meet these requirements?",
169
+ "answerOptions": [
170
+ {
171
+ "describe": "Process Builder with Submit for Approval action.",
172
+ "isRight": false
173
+ },
174
+ {
175
+ "describe": "Approval Process with a triggered Flow process.",
176
+ "isRight": false
177
+ },
178
+ {
179
+ "describe": "Approval Process with Time-Dependent Workflow action.",
180
+ "isRight": false
181
+ },
182
+ {
183
+ "describe": "Two-step Approval Process.",
184
+ "isRight": true
185
+ }
186
+ ],
187
+ "hashCode": 948715365
188
+ },
189
+ {
190
+ "describe": "An app builder needs to create new automation on an object.\nWhat best practice should the app builder follow when building out automation?",
191
+ "answerOptions": [
192
+ {
193
+ "describe": "One Workflow rule per object.",
194
+ "isRight": false
195
+ },
196
+ {
197
+ "describe": "One Flow per object.",
198
+ "isRight": false
199
+ },
200
+ {
201
+ "describe": "One invocable process per object.",
202
+ "isRight": true
203
+ },
204
+ {
205
+ "describe": "One record change process per object.",
206
+ "isRight": false
207
+ }
208
+ ],
209
+ "hashCode": -819332035
210
+ },
211
+ {
212
+ "describe": "An app builder wants to use Process Builder to automate some of the work being done by the sales team.\nWhat are three capabilities of Process Builder that can improve productivity?\nChoose 3 answers",
213
+ "answerOptions": [
214
+ {
215
+ "describe": "Send an email alert.",
216
+ "isRight": true
217
+ },
218
+ {
219
+ "describe": "Update a related record.",
220
+ "isRight": true
221
+ },
222
+ {
223
+ "describe": "Send an outbound message.",
224
+ "isRight": false
225
+ },
226
+ {
227
+ "describe": "Delete a related record.",
228
+ "isRight": false
229
+ },
230
+ {
231
+ "describe": "Create a child record.",
232
+ "isRight": true
233
+ }
234
+ ],
235
+ "hashCode": -1753799316
236
+ },
237
+ {
238
+ "describe": "Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset. Which approach should the app builder take to show Asset Inventory as a related list on Asset?",
239
+ "answerOptions": [
240
+ {
241
+ "describe": "Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page layout.",
242
+ "isRight": false
243
+ },
244
+ {
245
+ "describe": "Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory related list to the Asset page layout.",
246
+ "isRight": false
247
+ },
248
+ {
249
+ "describe": "Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory related list to the Asset page layout.",
250
+ "isRight": true
251
+ },
252
+ {
253
+ "describe": "Create a master-detail relationship on Asset to Asset Inventory Add the Asset Inventory related list to the Asset page layout.",
254
+ "isRight": false
255
+ }
256
+ ],
257
+ "hashCode": -681319719
258
+ },
259
+ {
260
+ "describe": "At Ursa Major Solar, there is a single Lightning record page for the Celestial Bodies custom object; however, there is a Lightning component the app builder wants to restrict to mobile app users.\nWhich feature on the Lightning app builder should be utilized?",
261
+ "answerOptions": [
262
+ {
263
+ "describe": "Chatter feed",
264
+ "isRight": false
265
+ },
266
+ {
267
+ "describe": "Highlights panel",
268
+ "isRight": false
269
+ },
270
+ {
271
+ "describe": "Component visibility filter",
272
+ "isRight": true
273
+ },
274
+ {
275
+ "describe": "Related list quick links",
276
+ "isRight": false
277
+ }
278
+ ],
279
+ "hashCode": -1319212855
280
+ },
281
+ {
282
+ "describe": "Manage at Universal Containers want a quick to create additional accounts to form a hierarchy from a parent account record. They want to auto-populate five fields based on the parent to make it easier for users to create the child accounts quickly.",
283
+ "answerOptions": [
284
+ {
285
+ "describe": "Custom Global Quick Action",
286
+ "isRight": false
287
+ },
288
+ {
289
+ "describe": "Custom Global Quick Account.",
290
+ "isRight": true
291
+ },
292
+ {
293
+ "describe": "Custom action on Account",
294
+ "isRight": false
295
+ },
296
+ {
297
+ "describe": "Custom link on Account",
298
+ "isRight": false
299
+ }
300
+ ],
301
+ "hashCode": 1311001251
302
+ },
303
+ {
304
+ "describe": "Northern Trail Outfitters has two custom objects that are part of a master-detail relationship. What determines the ownership and sharing access of the detail record?",
305
+ "answerOptions": [
306
+ {
307
+ "describe": "The default owner is set in the parent object's settings.",
308
+ "isRight": false
309
+ },
310
+ {
311
+ "describe": "The Owner field on the Detail record.",
312
+ "isRight": false
313
+ },
314
+ {
315
+ "describe": "The Owner field on the Master record.",
316
+ "isRight": true
317
+ },
318
+ {
319
+ "describe": "The owner is set independently on the detail object's settings.",
320
+ "isRight": false
321
+ }
322
+ ],
323
+ "hashCode": 1660313780
324
+ },
325
+ {
326
+ "describe": "Ursa Major Solar's service department gets requests for several types of services, such as installation, repair, and maintenance. Service managers need to be able to tell when maintenance was last done on on asset to help determine If they are meeting contract agreements, but the last maintenance date can be difficult to determine when there are many work orders related to the asset. They think it would be helpful to have a field auto-populated on the Asset record when a maintenance work order gets closed.\nWhat tool should an app builder recommend to help meet this requirement?",
327
+ "answerOptions": [
328
+ {
329
+ "describe": "Visualforce",
330
+ "isRight": false
331
+ },
332
+ {
333
+ "describe": "Roll-up Summary",
334
+ "isRight": false
335
+ },
336
+ {
337
+ "describe": "Apex Trigger",
338
+ "isRight": false
339
+ },
340
+ {
341
+ "describe": "Flow",
342
+ "isRight": true
343
+ }
344
+ ],
345
+ "hashCode": 364317385
346
+ },
347
+ {
348
+ "describe": "An app builder at Northern Trad Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app. Which type of testing environment should the app builder create?",
349
+ "answerOptions": [
350
+ {
351
+ "describe": "Developer",
352
+ "isRight": false
353
+ },
354
+ {
355
+ "describe": "Partial Copy",
356
+ "isRight": true
357
+ },
358
+ {
359
+ "describe": "Developer Pro",
360
+ "isRight": false
361
+ },
362
+ {
363
+ "describe": "Scratch Org",
364
+ "isRight": false
365
+ }
366
+ ],
367
+ "hashCode": -1795917208
368
+ },
369
+ {
370
+ "describe": "Universal Containers wants to create a report to show job applications with or without resumes.\nWhat considerations should the app builder be aware of when creating the custom report type?\nA An app builder is unable to create custom report types for objects they do not have permissions for.\nB Once the report type has been deployed it is unable to be deleted.\nC",
371
+ "answerOptions": [
372
+ {
373
+ "describe": "primary object selection is locked once the custom report type has been saved.\nD When a custom or external object is deleted the report type and reports remain but cause an error when the report is run.",
374
+ "isRight": false
375
+ }
376
+ ],
377
+ "hashCode": 725001587
378
+ },
379
+ {
380
+ "describe": "Universal Containers is adding drone delivery to service offerings, and the developer has written and tested code prior to deployment to production, and the change set is ready to go. The deployment window will occur when the developer is on vacation.\nWhat can the app builder do to ensure a smooth deployment to production?",
381
+ "answerOptions": [
382
+ {
383
+ "describe": "Remove Apex classes from Abound change set.",
384
+ "isRight": false
385
+ },
386
+ {
387
+ "describe": "Validate the inbound change set.",
388
+ "isRight": false
389
+ },
390
+ {
391
+ "describe": "Use a metadata package set.",
392
+ "isRight": false
393
+ },
394
+ {
395
+ "describe": "Validate the outbound change set.",
396
+ "isRight": true
397
+ }
398
+ ],
399
+ "hashCode": 1081660952
400
+ },
401
+ {
402
+ "describe": "Ursa Major Solar (UMS) uses a public sharing model for accounts. UMS would like to move to a more restrictive sharing model but wants the Sales team to continue to have access to all account records with the sales record type.\nWhich two actions should an app builder complete to implement this change? Choose 2 answers",
403
+ "answerOptions": [
404
+ {
405
+ "describe": "Update the Sales profile.",
406
+ "isRight": false
407
+ },
408
+ {
409
+ "describe": "Update the organization-wide defaults",
410
+ "isRight": true
411
+ },
412
+ {
413
+ "describe": "Create a criteria based sharing rule.",
414
+ "isRight": true
415
+ },
416
+ {
417
+ "describe": "Create an owner-based sharing rule.",
418
+ "isRight": false
419
+ }
420
+ ],
421
+ "hashCode": 1904252067
422
+ },
423
+ {
424
+ "describe": "Universal Containers has a private sharing model for Accounts and Opportunities and uses Territory Management to grant access to records.\n* Sales rep A manually shares an opportunity record with sales rep B.\n* Sales rep B has access to the Account even though the Account Is NOT In sales rep B's territory. * Sales rep C CANNOT see either record.\nBased on the information given, why can sales rep B see the Account related to the Opportunity?",
425
+ "answerOptions": [
426
+ {
427
+ "describe": "Sales rep B has implicit access to the Account.\nB Sales rep",
428
+ "isRight": false
429
+ },
430
+ {
431
+ "describe": "was added to the Account team.",
432
+ "isRight": true
433
+ },
434
+ {
435
+ "describe": "Sharing set is granting access to the Account.",
436
+ "isRight": false
437
+ },
438
+ {
439
+ "describe": "Account was also manually shared.",
440
+ "isRight": false
441
+ }
442
+ ],
443
+ "hashCode": -1317749789
444
+ },
445
+ {
446
+ "describe": "An app builder at Cloud Kicks created a custom object and related fields in the schema builder.\nWhat next steps should the app build take to ensure users can access the new object and fields?",
447
+ "answerOptions": [
448
+ {
449
+ "describe": "Create a permission set for access to the object and fields.",
450
+ "isRight": false
451
+ },
452
+ {
453
+ "describe": "Allow reporting for the object and fields.",
454
+ "isRight": false
455
+ },
456
+ {
457
+ "describe": "Assign data types to the fields on the object.",
458
+ "isRight": false
459
+ },
460
+ {
461
+ "describe": "Add the fields to the page layout on the object.",
462
+ "isRight": true
463
+ }
464
+ ],
465
+ "hashCode": 649585799
466
+ },
467
+ {
468
+ "describe": "When an opportunity close date is delayed by more than 60 days, the manager and the VP sales must approve the change. How can this requirement be met? Choose 2 answers",
469
+ "answerOptions": [
470
+ {
471
+ "describe": "Build an approval process that requires unanimous approval from the manager and VP of sales.",
472
+ "isRight": true
473
+ },
474
+ {
475
+ "describe": "Create a workflow rule that checks for close date less that 60 days and add an email alert.",
476
+ "isRight": false
477
+ },
478
+ {
479
+ "describe": "Create a lightning process builder flow that submits the record for an approval process",
480
+ "isRight": true
481
+ },
482
+ {
483
+ "describe": "Build a validation rule that does not allow a user to save the opportunity record.",
484
+ "isRight": false
485
+ }
486
+ ],
487
+ "hashCode": -1689829230
488
+ },
489
+ {
490
+ "describe": "An app builder is creating a Lightning record page and has added Mobile & Lightning Actions to the page layout.\nWhat two components could be included on the layout to display the actions?\nChoose 2 answers",
491
+ "answerOptions": [
492
+ {
493
+ "describe": "Highlights panel",
494
+ "isRight": true
495
+ },
496
+ {
497
+ "describe": "Chatter",
498
+ "isRight": false
499
+ },
500
+ {
501
+ "describe": "Activities",
502
+ "isRight": true
503
+ },
504
+ {
505
+ "describe": "Path",
506
+ "isRight": false
507
+ }
508
+ ],
509
+ "hashCode": 1164690713
510
+ },
511
+ {
512
+ "describe": "Universal Containers assigns system access via permission sets and permission set groups to ensure each user has proper access. One department with varying levels of support staff has five consistent permission sets they require in order to complete their duties. Some higher-level staff have additional permission sets that are only required for them.\nHow should an app builder recommend assigning permission sets to users?",
513
+ "answerOptions": [
514
+ {
515
+ "describe": "Utilize the manage assignments button to assign a permission set group and additional individual permission sets to each user.",
516
+ "isRight": true
517
+ },
518
+ {
519
+ "describe": "Utilize the manage assignments button to assign each user with the same set of permission set groups and permission sets.",
520
+ "isRight": false
521
+ },
522
+ {
523
+ "describe": "Utilize the Data Import Wizard to mass update the desired users with their full list of permission sets and permission set groups.",
524
+ "isRight": false
525
+ },
526
+ {
527
+ "describe": "Utilize the Data Loader to mass update the desired users with their full list of permission sets and permission set groups.",
528
+ "isRight": false
529
+ }
530
+ ],
531
+ "hashCode": 486751417
532
+ },
533
+ {
534
+ "describe": "universal containers is migrating its sales operations from a legacy system that was used. opportunities need to be imported with the proper country currency. Which two steps should an app builder configure to meet these requirements ?\nChoose 2 answers.",
535
+ "answerOptions": [
536
+ {
537
+ "describe": "Include the currency ISO code in all currency fields in the import file.",
538
+ "isRight": true
539
+ },
540
+ {
541
+ "describe": "Use Data Loader to import the records.",
542
+ "isRight": true
543
+ },
544
+ {
545
+ "describe": "Include the currency ISO Code Column in the import file.",
546
+ "isRight": false
547
+ },
548
+ {
549
+ "describe": "Use import the currency ISO Code Column in the import file.",
550
+ "isRight": false
551
+ },
552
+ {
553
+ "describe": "Use Import Wizard to import the records.",
554
+ "isRight": false
555
+ }
556
+ ],
557
+ "hashCode": -1837328609
558
+ },
559
+ {
560
+ "describe": "An app builder wanes to show Groups as the last navigation menu item in the mobile app. However, (he app builder is unable to select Groups as one of the items on the drop-down menu. What could cause this?",
561
+ "answerOptions": [
562
+ {
563
+ "describe": "Groups is available in the recent section of the navigation menu.",
564
+ "isRight": false
565
+ },
566
+ {
567
+ "describe": "Groups is included m the Smart Search items but unavailable on the navigation menu.",
568
+ "isRight": true
569
+ },
570
+ {
571
+ "describe": "Groups is unavailable in the selected list for the navigation menu.",
572
+ "isRight": false
573
+ },
574
+ {
575
+ "describe": "Groups is available in the Chatter section of the navigation menu.",
576
+ "isRight": false
577
+ }
578
+ ],
579
+ "hashCode": -1572063926
580
+ },
581
+ {
582
+ "describe": "The app builder at Cloud Kicks has created a custom object named Delivery__c to track the details of products shipped to customers.\nWhich two actions should the app builder take to prevent users in the shipping department from deleting delivery records?\nChoose 2 answers",
583
+ "answerOptions": [
584
+ {
585
+ "describe": "Remove the Delete permission from the Shipper profile.",
586
+ "isRight": true
587
+ },
588
+ {
589
+ "describe": "Change the organization-wide default of deliveries to Private.",
590
+ "isRight": false
591
+ },
592
+ {
593
+ "describe": "Remove the delete button from the Delivery page layout.",
594
+ "isRight": true
595
+ },
596
+ {
597
+ "describe": "Use a permission set to remove the Delete permission.",
598
+ "isRight": false
599
+ }
600
+ ],
601
+ "hashCode": 967022772
602
+ },
603
+ {
604
+ "describe": "DreamHouse Realty requires that field value changes for certain fields such as Asking_Price__c and Real_Estate_Agent\"c on their House__c custom object show up prominently on Chatter.\nWhat Chatter feature should the app builder utilize?",
605
+ "answerOptions": [
606
+ {
607
+ "describe": "Thanks",
608
+ "isRight": false
609
+ },
610
+ {
611
+ "describe": "Publisher Actions",
612
+ "isRight": false
613
+ },
614
+ {
615
+ "describe": "Topics",
616
+ "isRight": false
617
+ },
618
+ {
619
+ "describe": "Feed Tracking",
620
+ "isRight": true
621
+ }
622
+ ],
623
+ "hashCode": -1321689710
624
+ },
625
+ {
626
+ "describe": "DreamHouse Realty (DHR) recently acquired Cloud Kicks (CK), a company that is still on Salesforce Classic.\nDHR is keeping the CK Salesforce org; however, it will migrate this org to Lightning Experience. Where should the app builder find prebuilt resources to help with this project and overall adoption?",
627
+ "answerOptions": [
628
+ {
629
+ "describe": "Import Wizard",
630
+ "isRight": false
631
+ },
632
+ {
633
+ "describe": "Lightning Object Creator",
634
+ "isRight": false
635
+ },
636
+ {
637
+ "describe": "AppExchange",
638
+ "isRight": true
639
+ },
640
+ {
641
+ "describe": "Flow Builder",
642
+ "isRight": false
643
+ }
644
+ ],
645
+ "hashCode": -1592414737
646
+ },
647
+ {
648
+ "describe": "Cloud Kicks has created a custom object called Interests which is joined to Accounts by way of a junction object called Account Interest.\nWhat is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object?",
649
+ "answerOptions": [
650
+ {
651
+ "describe": "Users will be able to view the Account Interest records and will have read-only access to the Interest records.",
652
+ "isRight": false
653
+ },
654
+ {
655
+ "describe": "Users will be unable to view Account records that have a related Account Interest record.",
656
+ "isRight": true
657
+ },
658
+ {
659
+ "describe": "Users will be unable to view the Account Interest records or the Interest records.",
660
+ "isRight": false
661
+ },
662
+ {
663
+ "describe": "Users will be able to view the Account Interest record, but unable to view the field or any information relating back to the Interest record.",
664
+ "isRight": false
665
+ }
666
+ ],
667
+ "hashCode": 878392526
668
+ },
669
+ {
670
+ "describe": "Which two solutions prevent a formula field from being referenced by a Roll-Up Summary Field?\nA A cross-object workflow updating a field referenced by the formula field\nB",
671
+ "answerOptions": [
672
+ {
673
+ "describe": "cross-object field reference in the formula field\nC The CASE() function in the formula field\nD The NOW() function in the formula field",
674
+ "isRight": true
675
+ }
676
+ ],
677
+ "hashCode": 2116305400
678
+ },
679
+ {
680
+ "describe": "The case handling process at Universal Containers includes multiple steps Including approvals, notifications, and fields updates. To manage and evaluate all of these changes in a single save operation, an app builder wants to use Process Builder and the Advanced option to let the process evaluate a record multiple times has been selected.\nWhich two options should the app builder avoid to prevent recursion?\nChoose 2 answers",
681
+ "answerOptions": [
682
+ {
683
+ "describe": "IF statements",
684
+ "isRight": false
685
+ },
686
+ {
687
+ "describe": "Setting a criteria node to No criteria-just execute the procedure",
688
+ "isRight": true
689
+ },
690
+ {
691
+ "describe": "Invocable processes",
692
+ "isRight": true
693
+ },
694
+ {
695
+ "describe": "The ISCHANGED function",
696
+ "isRight": false
697
+ }
698
+ ],
699
+ "hashCode": -645875581
700
+ },
701
+ {
702
+ "describe": "On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists.\nWhat Related List type would the app builder select for the Related List Lightning component?",
703
+ "answerOptions": [
704
+ {
705
+ "describe": "Enhanced List",
706
+ "isRight": true
707
+ },
708
+ {
709
+ "describe": "Basic List",
710
+ "isRight": false
711
+ },
712
+ {
713
+ "describe": "ListVlew",
714
+ "isRight": false
715
+ },
716
+ {
717
+ "describe": "List Class",
718
+ "isRight": false
719
+ }
720
+ ],
721
+ "hashCode": -1826306020
722
+ },
723
+ {
724
+ "describe": "Universal Containers wants to understand return on investment for the latest advertising buy. They currently use a private security model for all objects.\nWhat should an app builder recommend?",
725
+ "answerOptions": [
726
+ {
727
+ "describe": "Utilize Account Hierarchies and Roil-Up Summary fields",
728
+ "isRight": false
729
+ },
730
+ {
731
+ "describe": "Run an opportunities pipeline report",
732
+ "isRight": false
733
+ },
734
+ {
735
+ "describe": "Change to a public security model",
736
+ "isRight": false
737
+ },
738
+ {
739
+ "describe": "Configure Campaign Hierarchies and Campaign statistics",
740
+ "isRight": true
741
+ }
742
+ ],
743
+ "hashCode": -1955465271
744
+ },
745
+ {
746
+ "describe": "Universal Containers (UC) has large data volumes and is nearing data storage limits. The planned solution is to archive historical data to reduce data storage in Salesforce; however, UC would\nstill like to use reports, queries, and lookups on the archived information. Which two options could meet this requirement?\nChoose 2 answers",
747
+ "answerOptions": [
748
+ {
749
+ "describe": "Big objects",
750
+ "isRight": true
751
+ },
752
+ {
753
+ "describe": "Custom objects",
754
+ "isRight": false
755
+ },
756
+ {
757
+ "describe": "Related objects",
758
+ "isRight": false
759
+ },
760
+ {
761
+ "describe": "External objects",
762
+ "isRight": true
763
+ }
764
+ ],
765
+ "hashCode": -1757725595
766
+ },
767
+ {
768
+ "describe": "Universal Containers created a custom object called Component to capture details about products sold.\nWhat approach should an app builder take to show Component as a related list on Product?",
769
+ "answerOptions": [
770
+ {
771
+ "describe": "Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.",
772
+ "isRight": false
773
+ },
774
+ {
775
+ "describe": "Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.",
776
+ "isRight": false
777
+ },
778
+ {
779
+ "describe": "Create a roll-up on Product. Add the Component related list to the Product page layout.",
780
+ "isRight": false
781
+ },
782
+ {
783
+ "describe": "Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.",
784
+ "isRight": true
785
+ }
786
+ ],
787
+ "hashCode": -468290753
788
+ },
789
+ {
790
+ "describe": "An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?",
791
+ "answerOptions": [
792
+ {
793
+ "describe": "Standard buttons can be changed on lookup dialogs, list views, and search result layouts",
794
+ "isRight": false
795
+ },
796
+ {
797
+ "describe": "Standard buttons can be overridden with a Visualforce page",
798
+ "isRight": true
799
+ },
800
+ {
801
+ "describe": "Standard buttons that are not available for overrides can still be hidden on page layouts",
802
+ "isRight": true
803
+ },
804
+ {
805
+ "describe": "Standard buttons can be overridden, relocated on the detail page, and relabeled",
806
+ "isRight": false
807
+ }
808
+ ],
809
+ "hashCode": 1480948428
810
+ },
811
+ {
812
+ "describe": "To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The proposal has three custom objects related to the Account object, one with a master-detail, and two that are not. Each of these objects has 15 fields they would like to summarize on the Account object.\nWhat are two considerations for this proposal?\nChoose 2 answers",
813
+ "answerOptions": [
814
+ {
815
+ "describe": "Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.\n1",
816
+ "isRight": true
817
+ },
818
+ {
819
+ "describe": "An object can have 20 object references.",
820
+ "isRight": false
821
+ },
822
+ {
823
+ "describe": "An object can have 25 roll-up summaries.",
824
+ "isRight": true
825
+ },
826
+ {
827
+ "describe": "Roll-up summaries are limited to master-detail relationships.",
828
+ "isRight": false
829
+ }
830
+ ],
831
+ "hashCode": 1773053393
832
+ },
833
+ {
834
+ "describe": "Universal Containers uses a private sharing model on Accounts. User A and user B both own Accounts of their own and have both been sent a new account record in an email owned by user C to take a look at. User A is able to open and view the record but user B receives an insufficient privileges error. User A and user B have the same role in the role hierarchy as user.\nWhat are the three reasons user A has access but user B is unable to access the record? Choose 3 answers\nA User A is on the same account team as user C.\nB User A and user B have different profiles.\nC User C has manually shared the record with user A.\nD User A was granted an additional permission set.\nE User",
835
+ "answerOptions": [
836
+ {
837
+ "describe": "is in a public group that has access via a sharing rule.",
838
+ "isRight": true
839
+ }
840
+ ],
841
+ "hashCode": -92963968
842
+ },
843
+ {
844
+ "describe": "Universal Containers is piloting new features in an existing sandbox and wants to prevent outbound email sends during testing.\nWhat should the app builder do to meet the requirement?",
845
+ "answerOptions": [
846
+ {
847
+ "describe": "Email deliverability set to system email only.",
848
+ "isRight": false
849
+ },
850
+ {
851
+ "describe": "Email configured for SMTP authentication.",
852
+ "isRight": false
853
+ },
854
+ {
855
+ "describe": "Email relay to the configured host enabled.",
856
+ "isRight": false
857
+ },
858
+ {
859
+ "describe": "Email deliverability set to no access.",
860
+ "isRight": true
861
+ }
862
+ ],
863
+ "hashCode": -597029247
864
+ },
865
+ {
866
+ "describe": "The Service Manager provided the app builder with color code requirements for case age on open cases.\nNew cases populate a green circle Day-old cases populate a yellow circle Three day-old cases populate a red circle How should an app builder implement this requirement?",
867
+ "answerOptions": [
868
+ {
869
+ "describe": "Formula Field",
870
+ "isRight": true
871
+ },
872
+ {
873
+ "describe": "Quick Action",
874
+ "isRight": false
875
+ },
876
+ {
877
+ "describe": "Custom Button",
878
+ "isRight": false
879
+ },
880
+ {
881
+ "describe": "Lightning Web Component",
882
+ "isRight": false
883
+ }
884
+ ],
885
+ "hashCode": 1786570139
886
+ },
887
+ {
888
+ "describe": "Universal Containers has a custom picklist called Support Level on the Account object. They would like to show the real-time value of Support Level on all case records.\nHow should an app builder implement this requirement?",
889
+ "answerOptions": [
890
+ {
891
+ "describe": "Create a formula field on the Case object using the TEXT function.",
892
+ "isRight": false
893
+ },
894
+ {
895
+ "describe": "Create a formula field on the Account object using the ISPICKVAL function.",
896
+ "isRight": false
897
+ },
898
+ {
899
+ "describe": "Create a Process Builder and use a field update on the Case object.",
900
+ "isRight": true
901
+ },
902
+ {
903
+ "describe": "Create a roll-up summary field using Support Level on the Account object.\n1",
904
+ "isRight": false
905
+ }
906
+ ],
907
+ "hashCode": -1583035581
908
+ },
909
+ {
910
+ "describe": "Universal Containers uses a custom object called Projects. When managers assign projects they set a custom field on the Uroject called Estimated Hours. Once set, users should be able to decrease but not increase the value How can an app builder meet this requirement?",
911
+ "answerOptions": [
912
+ {
913
+ "describe": "Create a formula default value for the custom field.",
914
+ "isRight": false
915
+ },
916
+ {
917
+ "describe": "Create a formula held that uses the PREVGROUPVAL function",
918
+ "isRight": false
919
+ },
920
+ {
921
+ "describe": "Create a validation rule that uses the ISCHANGED function",
922
+ "isRight": false
923
+ },
924
+ {
925
+ "describe": "Create a validation rule that uses the PRIOR VALUE function.",
926
+ "isRight": true
927
+ }
928
+ ],
929
+ "hashCode": 1483454955
930
+ },
931
+ {
932
+ "describe": "Cloud Kicks's management team frequently travels and wants to approve requests from their team on the go via Chatter.\nWhere would an app builder enable this ability?",
933
+ "answerOptions": [
934
+ {
935
+ "describe": "Chatter Feed Tracking",
936
+ "isRight": false
937
+ },
938
+ {
939
+ "describe": "Object Settings",
940
+ "isRight": false
941
+ },
942
+ {
943
+ "describe": "Chatter Settings",
944
+ "isRight": true
945
+ },
946
+ {
947
+ "describe": "Approval Process Settings",
948
+ "isRight": false
949
+ }
950
+ ],
951
+ "hashCode": 1939306547
952
+ },
953
+ {
954
+ "describe": "After universal containers converted qualified leads. Sales reps need to be able to report on converted leads.\nHow should an app builder support for this requirement ?",
955
+ "answerOptions": [
956
+ {
957
+ "describe": "Enable preserve lead status in the lead conversion settings",
958
+ "isRight": true
959
+ },
960
+ {
961
+ "describe": "Assign the representative view and edit converted leads permission",
962
+ "isRight": false
963
+ },
964
+ {
965
+ "describe": "Ensure the representative has read access to the original lead records",
966
+ "isRight": false
967
+ },
968
+ {
969
+ "describe": "Create a custom report type with converted leads as the primary object",
970
+ "isRight": false
971
+ }
972
+ ],
973
+ "hashCode": -711208204
974
+ }
975
+ ],
976
+ "hashCode": 328385628
977
+ }