@palerock/exam-qa 1.0.6-patch10 → 1.0.6-patch11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,8 @@
22
22
  "isRight": false
23
23
  }
24
24
  ],
25
- "hashCode": "1995171579"
25
+ "hashCode": "1995171579",
26
+ "analysis": ""
26
27
  },
27
28
  {
28
29
  "describe": "AW Computing tracks order information in custom objects called Order__c and Order_Line__c. Currently, all shipping information is stored in the Order__c object.\nThe company wants to expand its order application to support split shipments so that any number of Order_Line__c records on a single Order__c can be shipped to different locations.\nWhat should a developer add to fulfill this requirement?",
@@ -44,7 +45,8 @@
44
45
  "isRight": true
45
46
  }
46
47
  ],
47
- "hashCode": "1995171577"
48
+ "hashCode": "1995171577",
49
+ "analysis": ""
48
50
  },
49
51
  {
50
52
  "describe": "UC is developing a process for their sales teams that requires all sales reps to go through a set of scripted steps with each new customer they create.\nIn the first step of collecting information, UC's ERP system must be checked via a REST endpoint to see if the customer exists. If the customer exists, the data must be presented to the sales rep in Salesforce.\nWhich two should a developer implement to satisfy the requirements?Choose 2 answers",
@@ -66,7 +68,8 @@
66
68
  "isRight": true
67
69
  }
68
70
  ],
69
- "hashCode": "1995171576"
71
+ "hashCode": "1995171576",
72
+ "analysis": ""
70
73
  },
71
74
  {
72
75
  "describe": "A developer created these three roll-up summary fields on the custom object, Project__c:\nTotal_Timesheets__c\nTotal_Approved_Timesheets__c\nTotal_Rejected_Timesheet__c\nThe developer is asked to create a new field that shows the ratio between rejected and approved timesheets for a given project.\nWhich should the developer use to implement the business requirement in order to minimize maintenance overhead?",
@@ -88,7 +91,8 @@
88
91
  "isRight": false
89
92
  }
90
93
  ],
91
- "hashCode": "1995171571"
94
+ "hashCode": "1995171571",
95
+ "analysis": ""
92
96
  },
93
97
  {
94
98
  "describe": "A business has a proprietary Order Management System (OMS) that creates orders from their website and the orders.When the order Is created in the OMS,an integration also creates an order record In Salesforce relates it to the contact as identified by the email on the order As the order goes through different stages inOMS, the integration also updates it in Salesforce.\nIt is noticed that each update from the OMS creates new order record in Salesforce.\nWhich two actions will prevent the duplicate order records from being created in Salesforce?\nChoose 2 answers",
@@ -110,7 +114,8 @@
110
114
  "isRight": false
111
115
  }
112
116
  ],
113
- "hashCode": "1988674164"
117
+ "hashCode": "1988674164",
118
+ "analysis": ""
114
119
  },
115
120
  {
116
121
  "describe": "UH is using Salesforce to capture job applications. A salesforce administrator created two custom objects; Job__c acting as the master object, Job_Application__c acting as the detail.\nWithin the Job__c object, a custom multi-select picklist, Preferred_Locations__c, contains a list of approved status for the position. Each Job_Application__c record relates to a Contact within the system through a master-detail relationship.\nRecruiters have requested the ability to view whether the Contact's Mailing State value matches a value selected on the Preferred_Locations__c field, within the Job_Application__c record. Recruiters would like this value to be kept in sync, if changes occur to the Contact's Mailing State or if the Job's Preferred_Locations__c field is updated.\nWhat is the recommended tool a developer should use to meet the business requirement?",
@@ -132,7 +137,8 @@
132
137
  "isRight": false
133
138
  }
134
139
  ],
135
- "hashCode": "1988674162"
140
+ "hashCode": "1988674162",
141
+ "analysis": ""
136
142
  },
137
143
  {
138
144
  "describe": "A large corporation stores Orders and Line Items in Salesforce for different lines of business. Users are allowed see Orders across the entire organization,but,for security purposes, should only be able to see the Line Orders in their line of business.\nWhich type of relationship should be used between Line Items and Orders?",
@@ -154,7 +160,8 @@
154
160
  "isRight": false
155
161
  }
156
162
  ],
157
- "hashCode": "1988674161"
163
+ "hashCode": "1988674161",
164
+ "analysis": ""
158
165
  },
159
166
  {
160
167
  "describe": "What Is an example of a polymorphic lookup field in Salesforce?",
@@ -176,7 +183,8 @@
176
183
  "isRight": false
177
184
  }
178
185
  ],
179
- "hashCode": "1988674157"
186
+ "hashCode": "1988674157",
187
+ "analysis": ""
180
188
  },
181
189
  {
182
190
  "describe": "When a user edits the Postal Code on an Account,a custom Account text field named \"Tim updated based on the values in another custom object called PostalCodeToTimezone_c.\nWhat is the optimal way to implement this feature?",
@@ -198,7 +206,8 @@
198
206
  "isRight": false
199
207
  }
200
208
  ],
201
- "hashCode": "1988674131"
209
+ "hashCode": "1988674131",
210
+ "analysis": ""
202
211
  },
203
212
  {
204
213
  "describe": "In terms of the MVC paradigm,what are two advantages of lmplementing the viewlayer of application using Lightning Web Component-based development over Visualforce?\nChoose 2 answers",
@@ -220,7 +229,8 @@
220
229
  "isRight": true
221
230
  }
222
231
  ],
223
- "hashCode": "1988674130"
232
+ "hashCode": "1988674130",
233
+ "analysis": ""
224
234
  },
225
235
  {
226
236
  "describe": "UC uses a custom object called Vendor. The Vendor custom object has relationship with the standard Account object.\nBased on some internal discussions, the UC administrator tried to change the master-detail lookup relationship, but was not able to do so.\nWhat is a possible reason that this change was not permitted?",
@@ -242,7 +252,8 @@
242
252
  "isRight": false
243
253
  }
244
254
  ],
245
- "hashCode": "1988674127"
255
+ "hashCode": "1988674127",
256
+ "analysis": ""
246
257
  },
247
258
  {
248
259
  "describe": "Universal Containers has a support process that allows users to request support from its engineering team using custom object, Engineering_Support_c.\nUsers should be able to associate multiple Engineering Support_c records to a single Opportunty record.Addltionally, aggregate information about the Engineering Support _c records should be shown on the Opportunity record.\nWhat should a developer implement to support these requirements?",
@@ -264,7 +275,8 @@
264
275
  "isRight": false
265
276
  }
266
277
  ],
267
- "hashCode": "1988674126"
278
+ "hashCode": "1988674126",
279
+ "analysis": ""
268
280
  },
269
281
  {
270
282
  "describe": "A software company uses the following objects and relationships:\nCase: to handle customer support issues\nDefect_c: a custom object to represent known issues with the company's software\nCase_effect_c: a junction object between Case and Defect_c to represent that a defect is a cause of a customer issue\nCase and Defect_c have Private organization-wide defaults.\nWhat should be done to share a specific case_Defect_c record with a user?",
@@ -286,7 +298,8 @@
286
298
  "isRight": false
287
299
  }
288
300
  ],
289
- "hashCode": "1988674096"
301
+ "hashCode": "1988674096",
302
+ "analysis": ""
290
303
  },
291
304
  {
292
305
  "describe": "UC has implemented an order management application. Each Order can have one or more Order Line items. The order Line object is related to the Order via a master-detail relationship. For each Order Line item, the total price is calculated by multiplying the Order Line item price with the quantity ordered.\nWhat is the best practice to get the sum of all Order Line item totals on the Order record?",
@@ -308,7 +321,8 @@
308
321
  "isRight": false
309
322
  }
310
323
  ],
311
- "hashCode": "1988674071"
324
+ "hashCode": "1988674071",
325
+ "analysis": ""
312
326
  },
313
327
  {
314
328
  "describe": "Which two settings must be defined in order to update a record of a junction object?\nChoose 2 answers",
@@ -330,7 +344,8 @@
330
344
  "isRight": false
331
345
  }
332
346
  ],
333
- "hashCode": "1988674069"
347
+ "hashCode": "1988674069",
348
+ "analysis": ""
334
349
  },
335
350
  {
336
351
  "describe": "What can be used to override the Account's standard Edit button for Lightning Experience?",
@@ -352,7 +367,8 @@
352
367
  "isRight": false
353
368
  }
354
369
  ],
355
- "hashCode": "1988674068"
370
+ "hashCode": "1988674068",
371
+ "analysis": ""
356
372
  },
357
373
  {
358
374
  "describe": "Universal Containers is bullding a recruiting app with an Applicant object that stores information about an individual person and a Job object that represents a job. Each applicant may apply for more than one job.\nWhat should a developer implement to represent that an applicant has applied for a job?",
@@ -374,7 +390,8 @@
374
390
  "isRight": false
375
391
  }
376
392
  ],
377
- "hashCode": "1988674064"
393
+ "hashCode": "1988674064",
394
+ "analysis": ""
378
395
  },
379
396
  {
380
397
  "describe": "A developer created a custom order management app that uses an Apex class. The order is represented by an Order object and an OrderItem object that has a master-detail relationship to Order. During order processing, an order may be split into multiple orders.\nWhat should a developer do to allow their code to move some existing OrderItem records to a new Order record?",
@@ -396,7 +413,8 @@
396
413
  "isRight": true
397
414
  }
398
415
  ],
399
- "hashCode": "1988674041"
416
+ "hashCode": "1988674041",
417
+ "analysis": ""
400
418
  },
401
419
  {
402
420
  "describe": "A developer is integrating with a legacy on-premise SQL database.\nWhat should the developer use to ensure the data being integrated is matched to the right records in Salesforce?",
@@ -418,7 +436,8 @@
418
436
  "isRight": false
419
437
  }
420
438
  ],
421
- "hashCode": "1988674035"
439
+ "hashCode": "1988674035",
440
+ "analysis": ""
422
441
  },
423
442
  {
424
443
  "describe": "UC uses a Master-Detail relationship and stores the availability date on each Line Item of an Order and Orders are only shipped when all of the Line Items \nare available.\nWhich method should be used to calculate the estimated ship date for an Order?",
@@ -440,7 +459,8 @@
440
459
  "isRight": false
441
460
  }
442
461
  ],
443
- "hashCode": "1988674006"
462
+ "hashCode": "1988674006",
463
+ "analysis": ""
444
464
  },
445
465
  {
446
466
  "describe": "A developer created these three roll-up summary fields on the custom object, Project__c:\nTotal_Timesheets__c\nTotal_Approved_Timesheets__c\nTotal_Rejected_Timesheet__c\nThe developer is asked to create a new field that shows the ratio between rejected and approved timesheets for a given project.\nWhat are two benefits of choosing a formula field instead of an Apex trigger to fulfill the request? Choose 2 answers",
@@ -462,7 +482,8 @@
462
482
  "isRight": false
463
483
  }
464
484
  ],
465
- "hashCode": "1988673328"
485
+ "hashCode": "1988673328",
486
+ "analysis": ""
466
487
  },
467
488
  {
468
489
  "describe": "In the Lightning UI, where should a developer look to find information about a Paused Flow Interview?",
@@ -484,7 +505,8 @@
484
505
  "isRight": false
485
506
  }
486
507
  ],
487
- "hashCode": "1988673326"
508
+ "hashCode": "1988673326",
509
+ "analysis": ""
488
510
  },
489
511
  {
490
512
  "describe": "What are two benefits of using declarative customizations over code? Choose 2 answers",
@@ -506,51 +528,54 @@
506
528
  "isRight": true
507
529
  }
508
530
  ],
509
- "hashCode": "1988673323"
531
+ "hashCode": "1988673323",
532
+ "analysis": ""
510
533
  },
511
534
  {
512
- "describe": "The values 'High', 'Medium', and 'Low' are identified as common values for multiple picklists across different objects.\nWhat is an approach a developer can take to streamline maintenance of the picklists and their values, while also restricting \nthe values to the ones mentioned above?",
535
+ "describe": "When importing and exporting data into Salesforce, Which two statement are true?\nChoose 2 answers",
513
536
  "answerOptions": [
514
537
  {
515
- "describe": "Create the Picklist on each object and use a Global Picklist Value Set containing the values.",
516
- "isRight": true
538
+ "describe": "Data import wizard is a client application provided by Salesforce.",
539
+ "isRight": false
517
540
  },
518
541
  {
519
- "describe": "Create the Picklist on each object as a required field and select \"Display values alphabetically, not in the order entered\".",
520
- "isRight": false
542
+ "describe": "Developer and Developer Pro sandboxes have different storage limits.",
543
+ "isRight": true
521
544
  },
522
545
  {
523
- "describe": "Create the Picklist on each object and select \"Restrict picklist to the values defined in the value set\".",
524
- "isRight": false
546
+ "describe": "Bulk API can be used to import large data volumes in development environments without bypassing the storage limits.",
547
+ "isRight": true
525
548
  },
526
549
  {
527
- "describe": "Create the Picklist on each object and add a validation rule to ensure data integrity.",
550
+ "describe": "Bulk API can be used to bypass the storage limits when importing large data volumes in development environments.",
528
551
  "isRight": false
529
552
  }
530
553
  ],
531
- "hashCode": "1988673295"
554
+ "hashCode": "1988673294",
555
+ "analysis": ""
532
556
  },
533
557
  {
534
- "describe": "When importing and exporting data into Salesforce, Which two statement are true?\nChoose 2 answers",
558
+ "describe": "The values 'High', 'Medium', and 'Low' are identified as common values for multiple picklists across different objects.\nWhat is an approach a developer can take to streamline maintenance of the picklists and their values, while also restricting \nthe values to the ones mentioned above?",
535
559
  "answerOptions": [
536
560
  {
537
- "describe": "Data import wizard is a client application provided by Salesforce.",
538
- "isRight": false
561
+ "describe": "Create the Picklist on each object and use a Global Picklist Value Set containing the values.",
562
+ "isRight": true
539
563
  },
540
564
  {
541
- "describe": "Developer and Developer Pro sandboxes have different storage limits.",
542
- "isRight": true
565
+ "describe": "Create the Picklist on each object as a required field and select \"Display values alphabetically, not in the order entered\".",
566
+ "isRight": false
543
567
  },
544
568
  {
545
- "describe": "Bulk API can be used to import large data volumes in development environments without bypassing the storage limits.",
546
- "isRight": true
569
+ "describe": "Create the Picklist on each object and select \"Restrict picklist to the values defined in the value set\".",
570
+ "isRight": false
547
571
  },
548
572
  {
549
- "describe": "Bulk API can be used to bypass the storage limits when importing large data volumes in development environments.",
573
+ "describe": "Create the Picklist on each object and add a validation rule to ensure data integrity.",
550
574
  "isRight": false
551
575
  }
552
576
  ],
553
- "hashCode": "1988673294"
577
+ "hashCode": "1988673295",
578
+ "analysis": ""
554
579
  },
555
580
  {
556
581
  "describe": "A developer needs to join data received from an integration with an external system with parent records in Salesforce. The data set does not contain the Salesforce IDs of the parent records, but it does have a foreign key attribute that can be used to identify the parent.\n\nWhich action will allow the developer to relate records in the data model without knowing the salesforce ID?",
@@ -572,7 +597,8 @@
572
597
  "isRight": false
573
598
  }
574
599
  ],
575
- "hashCode": "1988673292"
600
+ "hashCode": "1988673292",
601
+ "analysis": ""
576
602
  },
577
603
  {
578
604
  "describe": "What is an example of a polymorphic lookup field in Salesforce?",
@@ -594,7 +620,8 @@
594
620
  "isRight": false
595
621
  }
596
622
  ],
597
- "hashCode": "1988673290"
623
+ "hashCode": "1988673290",
624
+ "analysis": ""
598
625
  },
599
626
  {
600
627
  "describe": "UC wants to assess the advantages of declarative development versus programmatic customization for specific use cases in its Salesforce implementation.\n\nWhat are two characteristics of declarative development over programmatic customization? Choose 2 answers",
@@ -616,7 +643,8 @@
616
643
  "isRight": false
617
644
  }
618
645
  ],
619
- "hashCode": "1988673262"
646
+ "hashCode": "1988673262",
647
+ "analysis": ""
620
648
  },
621
649
  {
622
650
  "describe": "UC decides to use purely declarative development to build out a new Salesforce application.\nWhich three options can be used to build out the business logic layer for this application?Choose 3 answers",
@@ -642,7 +670,8 @@
642
670
  "isRight": false
643
671
  }
644
672
  ],
645
- "hashCode": "1988673260"
673
+ "hashCode": "1988673260",
674
+ "analysis": ""
646
675
  },
647
676
  {
648
677
  "describe": "A PrimaryId__c custom field exists on the Candidate__c custom object. The field is used to store each candidate's id number and is marked as Unique in the schema definition.\n\nAs part of a data enrichment process, UC has a CSV file that contains updated data for all candidates in the system. The file contains each Candidate's primary id as a data point. UC wants to upload this information into Salesforce, while ensuring all data rows are correctly mapped to a candidate in the system.\n\nWhich technique should the developer implement to streamline the data upload?",
@@ -664,7 +693,8 @@
664
693
  "isRight": false
665
694
  }
666
695
  ],
667
- "hashCode": "1988673259"
696
+ "hashCode": "1988673259",
697
+ "analysis": "https://help.salesforce.com/articleView?id=000320964&type=1&mode=1"
668
698
  },
669
699
  {
670
700
  "describe": "Which two types of process automation can be used to calculate the shipping cost for an Order when the Order is placed and apply a percentage of the shipping cost to some of the related Order Products? Choose 2 answers",
@@ -686,7 +716,8 @@
686
716
  "isRight": true
687
717
  }
688
718
  ],
689
- "hashCode": "1988673231"
719
+ "hashCode": "1988673231",
720
+ "analysis": ""
690
721
  },
691
722
  {
692
723
  "describe": "What are two characteristics related to formulas? Choose 2 answers",
@@ -708,7 +739,8 @@
708
739
  "isRight": true
709
740
  }
710
741
  ],
711
- "hashCode": "1988673228"
742
+ "hashCode": "1988673228",
743
+ "analysis": ""
712
744
  },
713
745
  {
714
746
  "describe": "What is fundamental different between a Mater-Detail relationship and a Lookup relationship?",
@@ -730,7 +762,8 @@
730
762
  "isRight": false
731
763
  }
732
764
  ],
733
- "hashCode": "1988673204"
765
+ "hashCode": "1988673204",
766
+ "analysis": ""
734
767
  },
735
768
  {
736
769
  "describe": "Which two statements accurately represent the MVC framework implementation in Salesforce?Choose 2 answers",
@@ -752,7 +785,8 @@
752
785
  "isRight": true
753
786
  }
754
787
  ],
755
- "hashCode": "1988673201"
788
+ "hashCode": "1988673201",
789
+ "analysis": "https://developer.salesforce.com/forums/?id=906F0000000kDZpIAM"
756
790
  },
757
791
  {
758
792
  "describe": "What is a benefit of developing applications in a multi-tenant environment?",
@@ -774,7 +808,8 @@
774
808
  "isRight": false
775
809
  }
776
810
  ],
777
- "hashCode": "1988673199"
811
+ "hashCode": "1988673199",
812
+ "analysis": ""
778
813
  },
779
814
  {
780
815
  "describe": "A SSN__c custom field exists on the Candidate __c custom object. The field is used to store each candidate's social security number and is marked as Unique in the schema definition.\n\nAs part of a data enrichment process, Universal Containers has a CSV file that contains updated data for all candidates in the system. The file contains each Candidate's social security number as a data point. Universal Containers wants to upload this information into Salesforce, while ensuring all data rows are correctly mapped to a candidate in the system. Which technique should the developer implement to streamline the data upload?",
@@ -796,7 +831,8 @@
796
831
  "isRight": false
797
832
  }
798
833
  ],
799
- "hashCode": "1988673197"
834
+ "hashCode": "1988673197",
835
+ "analysis": ""
800
836
  },
801
837
  {
802
838
  "describe": "Which three operations affect the number of times a trigger can fire? Choose 3 answers",
@@ -822,7 +858,8 @@
822
858
  "isRight": true
823
859
  }
824
860
  ],
825
- "hashCode": "1988673166"
861
+ "hashCode": "1988673166",
862
+ "analysis": ""
826
863
  },
827
864
  {
828
865
  "describe": "When a user edits the Postal Code on an Account, a custom Account text field named \"TimeZone\" must be updated based on the values in a PostalCodeToTimeZone__c custom object.\nHow should a developer implement this feature?",
@@ -844,7 +881,8 @@
844
881
  "isRight": false
845
882
  }
846
883
  ],
847
- "hashCode": "1988673165"
884
+ "hashCode": "1988673165",
885
+ "analysis": ""
848
886
  },
849
887
  {
850
888
  "describe": "A developer wants to import 500 Opportunity records into a sandbox.\nWhy should the developer choose to use Data Loader instead of Data Import Wizard?",
@@ -866,7 +904,8 @@
866
904
  "isRight": false
867
905
  }
868
906
  ],
869
- "hashCode": "1988673138"
907
+ "hashCode": "1988673138",
908
+ "analysis": ""
870
909
  },
871
910
  {
872
911
  "describe": "Universal Containers has an order system that uses an Order Number to indentify an order for customers and service agents. Order records will be imported into Salesforce. \nHow should the Order Number field be defined in Salesforce?",
@@ -888,7 +927,8 @@
888
927
  "isRight": false
889
928
  }
890
929
  ],
891
- "hashCode": "1988673111"
930
+ "hashCode": "1988673111",
931
+ "analysis": ""
892
932
  },
893
933
  {
894
934
  "describe": "UC uses a custom object called Vendor. The Vendor custom object has a Master-Detail relationship with the standard Account object.\nBased on some internal discussions, the UC administrator tried to change the Master-Detail relationship to a Lookup relationship but was not able to do so.\n\nWhat is possible reason that this change was not permitted?",
@@ -910,7 +950,8 @@
910
950
  "isRight": false
911
951
  }
912
952
  ],
913
- "hashCode": "1988673105"
953
+ "hashCode": "1988673105",
954
+ "analysis": ""
914
955
  },
915
956
  {
916
957
  "describe": "An org has an existing Flow that creates an Opportunity with an Update Records element. A developer must update the Visual Flow to also create a Contact and store the created Contact's ID on the Opportunity.\nWhich update should the developer make in the Visual Flow?",
@@ -932,7 +973,8 @@
932
973
  "isRight": false
933
974
  }
934
975
  ],
935
- "hashCode": "1988673103"
976
+ "hashCode": "1988673103",
977
+ "analysis": ""
936
978
  },
937
979
  {
938
980
  "describe": "A custom picklist field Food_Preference__c, exists an a custom object. The picklist contains the following options:\n'Vegan'. 'Kosher', 'No Preference'. The developer must ensure a value is populated every time a record is created or updated.",
@@ -954,7 +996,8 @@
954
996
  "isRight": false
955
997
  }
956
998
  ],
957
- "hashCode": "1988673081"
999
+ "hashCode": "1988673081",
1000
+ "analysis": ""
958
1001
  },
959
1002
  {
960
1003
  "describe": "Universal Containers decides to use exclusively declarative development to build out a new Salesforce application.\nWhich three options should be used to build out the database layer for the application? Choose 3 answers",
@@ -980,7 +1023,8 @@
980
1023
  "isRight": true
981
1024
  }
982
1025
  ],
983
- "hashCode": "1988673079"
1026
+ "hashCode": "1988673079",
1027
+ "analysis": ""
984
1028
  },
985
1029
  {
986
1030
  "describe": "An org tracks customer orders on an Order object and the line items of an Order on the Line Item object. The Line Item object has a \nMaster/Detail relationship to the Order object. A developer has requirement to calculate the order amount on an Order and the line amount \non each Line Item based on quantity and price.\nWhat is the correct implementation?",
@@ -1002,7 +1046,8 @@
1002
1046
  "isRight": false
1003
1047
  }
1004
1048
  ],
1005
- "hashCode": "1988673045"
1049
+ "hashCode": "1988673045",
1050
+ "analysis": ""
1006
1051
  },
1007
1052
  {
1008
1053
  "describe": "A developer needs to implement the functionality for a service agent to gather multiple pieces of imformation from a customer in order to \nsend a replacement credit card.\nWhich automation tool meets these requirements?",
@@ -1024,7 +1069,8 @@
1024
1069
  "isRight": false
1025
1070
  }
1026
1071
  ],
1027
- "hashCode": "1988673043"
1072
+ "hashCode": "1988673043",
1073
+ "analysis": ""
1028
1074
  },
1029
1075
  {
1030
1076
  "describe": "Universal Containers used a simple Order Management app. On the Order Lines, the order line total is calculated by multiplying the item price \nwith the quantity ordered. There is a Master-Detail relationship between the Order and the Order Lines object.\nWhat is the best practice to get the sum of all order line totals on the order header?",
@@ -1046,7 +1092,8 @@
1046
1092
  "isRight": true
1047
1093
  }
1048
1094
  ],
1049
- "hashCode": "1988673042"
1095
+ "hashCode": "1988673042",
1096
+ "analysis": ""
1050
1097
  },
1051
1098
  {
1052
1099
  "describe": "Which aspect of Apex programming is limited due to multitenancy?",
@@ -1068,7 +1115,8 @@
1068
1115
  "isRight": false
1069
1116
  }
1070
1117
  ],
1071
- "hashCode": "1988673041"
1118
+ "hashCode": "1988673041",
1119
+ "analysis": ""
1072
1120
  },
1073
1121
  {
1074
1122
  "describe": "Universal Containers stores Orders and Line Items in Salesforce. For security reasons, financial representatives are allowed to see information\non the Order such as order amount, but they are not allowed to see the Line Item on the Order.\nWhich type of relationship should be user?",
@@ -1090,7 +1138,8 @@
1090
1138
  "isRight": false
1091
1139
  }
1092
1140
  ],
1093
- "hashCode": "1988672368"
1141
+ "hashCode": "1988672368",
1142
+ "analysis": ""
1094
1143
  },
1095
1144
  {
1096
1145
  "describe": "In terms of the MVC paradigm, what are two advantages of implementing the view layer of a Salesforce application using Aura Component-based \ndevelopment over Visualforce?Choose 2 answers",
@@ -1112,7 +1161,8 @@
1112
1161
  "isRight": true
1113
1162
  }
1114
1163
  ],
1115
- "hashCode": "1988672367"
1164
+ "hashCode": "1988672367",
1165
+ "analysis": ""
1116
1166
  },
1117
1167
  {
1118
1168
  "describe": "Universal Containers wants to back up all of the data and attachments in Salesforce org once a month.\nWhich approach should a developer use to meet this requirement?",
@@ -1134,73 +1184,77 @@
1134
1184
  "isRight": false
1135
1185
  }
1136
1186
  ],
1137
- "hashCode": "1988672365"
1187
+ "hashCode": "1988672365",
1188
+ "analysis": ""
1138
1189
  },
1139
1190
  {
1140
- "describe": "A developer must build an application that tracks which Accounts have purchaesd specific pieces of equipment that are represented as \nProducts Each Account could purchse many pieces of equipment.\nHow should the developer track that an Account has purchased a piece of equipment?",
1191
+ "describe": "A developer has a requirement to create an Order when an Opportunity reaches a 'Closed-Won' status.\nWhich tool should be used to implement this requirement?",
1141
1192
  "answerOptions": [
1142
1193
  {
1143
- "describe": "Use a Lookup on Account to Product",
1194
+ "describe": "Lightning Flow",
1144
1195
  "isRight": false
1145
1196
  },
1146
1197
  {
1147
- "describe": "Use the Asset object",
1198
+ "describe": "Process Builder",
1148
1199
  "isRight": true
1149
1200
  },
1150
1201
  {
1151
- "describe": "Use a Master-Detail on Product to Account",
1202
+ "describe": "Apex Trigger",
1152
1203
  "isRight": false
1153
1204
  },
1154
1205
  {
1155
- "describe": "Use a Custom object",
1206
+ "describe": "Lightning Component",
1156
1207
  "isRight": false
1157
1208
  }
1158
1209
  ],
1159
- "hashCode": "1988672337"
1210
+ "hashCode": "1988672361",
1211
+ "analysis": ""
1160
1212
  },
1161
1213
  {
1162
- "describe": "UC wants to lower its shipping cost while making the shipping process more efficient. The Distribution Officer advises UC to implement global addresses to allow multiple Accounts to share a default pickup address. The developer is tasked to create the supporting object and relationship for this business requirement and uses the Setup Menu to create a custom object called \"Global Address\".\n\nWhich field should the developer add to create the most efficient model that supports the business need?",
1214
+ "describe": "A developer must build an application that tracks which Accounts have purchaesd specific pieces of equipment that are represented as \nProducts Each Account could purchse many pieces of equipment.\nHow should the developer track that an Account has purchased a piece of equipment?",
1163
1215
  "answerOptions": [
1164
1216
  {
1165
- "describe": "Add a Master-Detail field on the Global Address object to the Account object.",
1217
+ "describe": "Use a Lookup on Account to Product",
1166
1218
  "isRight": false
1167
1219
  },
1168
1220
  {
1169
- "describe": "Add a Lookup field on the Account object to the Global Address object.",
1221
+ "describe": "Use the Asset object",
1170
1222
  "isRight": true
1171
1223
  },
1172
1224
  {
1173
- "describe": "Add a Master-Detail field on the Account object to the Global Address object.",
1225
+ "describe": "Use a Master-Detail on Product to Account",
1174
1226
  "isRight": false
1175
1227
  },
1176
1228
  {
1177
- "describe": "Add a Lookup field on the Global Address object to the Account object.",
1229
+ "describe": "Use a Custom object",
1178
1230
  "isRight": false
1179
1231
  }
1180
1232
  ],
1181
- "hashCode": "1988672335"
1233
+ "hashCode": "1988672337",
1234
+ "analysis": ""
1182
1235
  },
1183
1236
  {
1184
- "describe": "A developer has a requirement to create an Order when an Opportunity reaches a 'Closed-Won' status.\nWhich tool should be used to implement this requirement?",
1237
+ "describe": "UC wants to lower its shipping cost while making the shipping process more efficient. The Distribution Officer advises UC to implement global addresses to allow multiple Accounts to share a default pickup address. The developer is tasked to create the supporting object and relationship for this business requirement and uses the Setup Menu to create a custom object called \"Global Address\".\n\nWhich field should the developer add to create the most efficient model that supports the business need?",
1185
1238
  "answerOptions": [
1186
1239
  {
1187
- "describe": "Lightning Flow",
1240
+ "describe": "Add a Master-Detail field on the Global Address object to the Account object.",
1188
1241
  "isRight": false
1189
1242
  },
1190
1243
  {
1191
- "describe": "Process Builder",
1244
+ "describe": "Add a Lookup field on the Account object to the Global Address object.",
1192
1245
  "isRight": true
1193
1246
  },
1194
1247
  {
1195
- "describe": "Apex Trigger",
1248
+ "describe": "Add a Master-Detail field on the Account object to the Global Address object.",
1196
1249
  "isRight": false
1197
1250
  },
1198
1251
  {
1199
- "describe": "Lightning Component",
1252
+ "describe": "Add a Lookup field on the Global Address object to the Account object.",
1200
1253
  "isRight": false
1201
1254
  }
1202
1255
  ],
1203
- "hashCode": "1988672361"
1256
+ "hashCode": "1988672335",
1257
+ "analysis": ""
1204
1258
  },
1205
1259
  {
1206
1260
  "describe": "A Licensed_Professional __c custom object exists in the system with two Master-Detail fields for the following objects: Certification__c and Contact.\n\nUsers with the \"Certification Representative\" role can access the Certification records they own and view the related Licensed Professionals records, however users with the \"Sales Representative\" role report they cannot view any Licensed Professional records even though they own the associated Contact record.\n\nWhat are two likely causes of users in the \"Sales Representative\" role not being able to access the Licensed Professional records?Choose 2 answers",
@@ -1222,7 +1276,8 @@
1222
1276
  "isRight": true
1223
1277
  }
1224
1278
  ],
1225
- "hashCode": "1988672332"
1279
+ "hashCode": "1988672332",
1280
+ "analysis": "https://help.salesforce.com/articleView?id=relationships_considerations.htm&type=5"
1226
1281
  },
1227
1282
  {
1228
1283
  "describe": "Which three process automations can immediately send an email notification to the owner of an Opportunity \nwhen its Amount is changed to be greater than $10.000? Choose 3 answers",
@@ -1248,7 +1303,8 @@
1248
1303
  "isRight": false
1249
1304
  }
1250
1305
  ],
1251
- "hashCode": "1988672330"
1306
+ "hashCode": "1988672330",
1307
+ "analysis": ""
1252
1308
  },
1253
1309
  {
1254
1310
  "describe": "Which process automation should be used to send an outbound message without using Apex code?",
@@ -1270,7 +1326,8 @@
1270
1326
  "isRight": true
1271
1327
  }
1272
1328
  ],
1273
- "hashCode": "1988672329"
1329
+ "hashCode": "1988672329",
1330
+ "analysis": ""
1274
1331
  },
1275
1332
  {
1276
1333
  "describe": "A developer at Universal Containers is tasked with implementing a new Salesforce application that must built by their company's Salesforce administrator.\nWhich three options should be considered for building out the business logic layer of the application? Choose 3 answers",
@@ -1296,7 +1353,8 @@
1296
1353
  "isRight": true
1297
1354
  }
1298
1355
  ],
1299
- "hashCode": "1988672328"
1356
+ "hashCode": "1988672328",
1357
+ "analysis": ""
1300
1358
  },
1301
1359
  {
1302
1360
  "describe": "A developer has the following requirements:\n1. Calculate the total amount on an Order.\n2. Calculate the line amount for each Line Item based on quantity selected and price.\n3. Move Line Items to a different Order if a Line Item is not in stock.\nWhich relationship implementation supports these requirements?",
@@ -1318,7 +1376,8 @@
1318
1376
  "isRight": false
1319
1377
  }
1320
1378
  ],
1321
- "hashCode": "1988672306"
1379
+ "hashCode": "1988672306",
1380
+ "analysis": ""
1322
1381
  },
1323
1382
  {
1324
1383
  "describe": "UC uses a custom object called Vendor. The Vendor custom object has a Master-Detail relationship with the standard Account object.\nBased on some internal discussions, the UC administrator tried to change the Master-Detail relationship to a Lookup relationship but was not able to do so.\nWhat is possible reason that this change was not permitted?",
@@ -1340,7 +1399,8 @@
1340
1399
  "isRight": false
1341
1400
  }
1342
1401
  ],
1343
- "hashCode": "1988672274"
1402
+ "hashCode": "1988672274",
1403
+ "analysis": ""
1344
1404
  }
1345
1405
  ],
1346
1406
  "hashCode": "-123844663"