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

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,8 @@
22
22
  "isRight": false
23
23
  }
24
24
  ],
25
- "hashCode": "1995171578"
25
+ "hashCode": "1995171578",
26
+ "analysis": ""
26
27
  },
27
28
  {
28
29
  "describe": "UMS has a custom object, ServiceJob__c, with an optinal Lookup field to Account called Partner_Service_Provider__c.\nThe TotalJobs__c field on Account tracks the total number of ServiceJob__c records to which a partner service provider Account is related.\nWhat is the most efficient way to ensure that the TotalJobs__c field is kept up to date?",
@@ -44,7 +45,8 @@
44
45
  "isRight": true
45
46
  }
46
47
  ],
47
- "hashCode": "1995171575"
48
+ "hashCode": "1995171575",
49
+ "analysis": ""
48
50
  },
49
51
  {
50
52
  "describe": "Which two scenarious require an Apex method to be called imperatively from a Lightning web component? Choose 2 answers",
@@ -66,7 +68,8 @@
66
68
  "isRight": false
67
69
  }
68
70
  ],
69
- "hashCode": "1995171574"
71
+ "hashCode": "1995171574",
72
+ "analysis": ""
70
73
  },
71
74
  {
72
75
  "describe": "Which Apex class contains methods to return the amount of resources that have been used for a particular governor, such as the number of DML statements?",
@@ -88,7 +91,8 @@
88
91
  "isRight": true
89
92
  }
90
93
  ],
91
- "hashCode": "1995171572"
94
+ "hashCode": "1995171572",
95
+ "analysis": ""
92
96
  },
93
97
  {
94
98
  "describe": "As part of a data cleanup strategy, AW Computing wants to proactively delete associated opportunity records when the related Account is deleted.\nWhich automation tool should be used to meet this business requirement?",
@@ -110,7 +114,8 @@
110
114
  "isRight": false
111
115
  }
112
116
  ],
113
- "hashCode": "1995171549"
117
+ "hashCode": "1995171549",
118
+ "analysis": ""
114
119
  },
115
120
  {
116
121
  "describe": "While writing an Apex class, a developer wants to make sure that all functionality being developed is handled as specified by the requirements.\nWhich approach should the developer use to be sure that the Apex class is working according to specifications?",
@@ -132,7 +137,8 @@
132
137
  "isRight": false
133
138
  }
134
139
  ],
135
- "hashCode": "1988674188"
140
+ "hashCode": "1988674188",
141
+ "analysis": ""
136
142
  },
137
143
  {
138
144
  "describe": "Universal Containers has created a unique process for tracking container repairs. A custom Field,Status_c has been created within the container_c custom object. A developer is tasked with sending notifications to multiple external systems every time the value of the status_c picklist changes.\nWhich two tools should the developer use to meet the business requirement and ensure low maintenance of the solution?\nChoose 2 answers",
@@ -154,7 +160,8 @@
154
160
  "isRight": true
155
161
  }
156
162
  ],
157
- "hashCode": "1988674166"
163
+ "hashCode": "1988674166",
164
+ "analysis": ""
158
165
  },
159
166
  {
160
167
  "describe": "A developer creates a custom exception as shown below:\n\npublic class ParityException extends Exception {}\n\nWhat are two ways the developer can fire the exception in Apex?\nChoose 2 answers",
@@ -176,7 +183,8 @@
176
183
  "isRight": false
177
184
  }
178
185
  ],
179
- "hashCode": "1988674159"
186
+ "hashCode": "1988674159",
187
+ "analysis": ""
180
188
  },
181
189
  {
182
190
  "describe": "An Approval Process is defined in the Expense_Item_c object.A business rule dictates that whenever a changes the Status to 'Submitted' on an Expense _Report_ c record,all the Expense_Itemc records related the expense report must enter the approval process individually.\nA developer is asked to explore if this automation can be implemented without writing any Apex code.\nWhich statement is true regarding this automation request?",
@@ -198,7 +206,8 @@
198
206
  "isRight": false
199
207
  }
200
208
  ],
201
- "hashCode": "1988674158"
209
+ "hashCode": "1988674158",
210
+ "analysis": ""
202
211
  },
203
212
  {
204
213
  "describe": "<p>A developer migrated functionallty from JavaScriptRemoting to a Lightning web component and existing getopportunities() method to provide data.\nWhich modification to the method Is necessary?</p>",
@@ -220,7 +229,8 @@
220
229
  "isRight": false
221
230
  }
222
231
  ],
223
- "hashCode": "1988674135"
232
+ "hashCode": "1988674135",
233
+ "analysis": ""
224
234
  },
225
235
  {
226
236
  "describe": "Which two process automations can be used on their own to send Salesforce Outbound Message?\nChoose 2 answers",
@@ -242,7 +252,8 @@
242
252
  "isRight": false
243
253
  }
244
254
  ],
245
- "hashCode": "1988674134"
255
+ "hashCode": "1988674134",
256
+ "analysis": ""
246
257
  },
247
258
  {
248
259
  "describe": "Managers at Universal Containers want to ensure that only decommissioned containers are able the system. To meet the business requirement a Salesforce developer adds \"Decommissioned\"for the status_c custom field within the container_c object.\nWhich tool should the developer use to enforce only Container records with a status of \"Decommissioned\" delated?",
@@ -264,7 +275,8 @@
264
275
  "isRight": true
265
276
  }
266
277
  ],
267
- "hashCode": "1988674128"
278
+ "hashCode": "1988674128",
279
+ "analysis": ""
268
280
  },
269
281
  {
270
282
  "describe": "A company has been adding data to Salesforce and has not done a good job of limiting the creation of duplicate Lead records. The developer is considering writing an Apex process to identify duplicates and merge the recordstogether.\nWhich two statements are valid considerations when using merge?\nChoose 2 answers",
@@ -286,7 +298,8 @@
286
298
  "isRight": false
287
299
  }
288
300
  ],
289
- "hashCode": "1988674099"
301
+ "hashCode": "1988674099",
302
+ "analysis": ""
290
303
  },
291
304
  {
292
305
  "describe": "A business implemented a gamification plan to encourage its customers to watch some educational videos.\nCustomers can watch videos over several days, and their progress is recorded.Award points are grantedcustomers for all completed videos. When the video is marked as completed in Salesforce, an external webservice must be called so that points can be awarded to the user.\nA developer implemented these requirements in the after update trigger by making a call to an external webservice.However, a Syetem,Cal1outException is occurring.\nWhat should the developer do to fix this error?",
@@ -308,7 +321,8 @@
308
321
  "isRight": false
309
322
  }
310
323
  ],
311
- "hashCode": "1988674097"
324
+ "hashCode": "1988674097",
325
+ "analysis": ""
312
326
  },
313
327
  {
314
328
  "describe": "<p>When a user edits the Postal Code on an Account, a custom Account text field named &quot;Timezone&quot; must be updated based on the values in a PostalCodeToTimezone__c custom object.\nWhich two automation tools can be used to implement this feature?\nChoose 2 answers</p>",
@@ -330,7 +344,8 @@
330
344
  "isRight": true
331
345
  }
332
346
  ],
333
- "hashCode": "1988674095"
347
+ "hashCode": "1988674095",
348
+ "analysis": ""
334
349
  },
335
350
  {
336
351
  "describe": "A developer wants to invoke an outbound message when a record meets a specific criteria.\nWhich two features satisfy this use case?\nChoose 2 answers",
@@ -352,7 +367,8 @@
352
367
  "isRight": true
353
368
  }
354
369
  ],
355
- "hashCode": "1988674073"
370
+ "hashCode": "1988674073",
371
+ "analysis": ""
356
372
  },
357
373
  {
358
374
  "describe": "What are two use cases for executing Anonymous Apex code?\nChoose 2 answers",
@@ -374,7 +390,8 @@
374
390
  "isRight": true
375
391
  }
376
392
  ],
377
- "hashCode": "1988674072"
393
+ "hashCode": "1988674072",
394
+ "analysis": ""
378
395
  },
379
396
  {
380
397
  "describe": "A custom object Trainer_c has a lookup field to another custom object Gym_c.\nWhich SOQL query will get the record for the Viridian City Gym and all it's trainers?",
@@ -396,7 +413,8 @@
396
413
  "isRight": true
397
414
  }
398
415
  ],
399
- "hashCode": "1988674067"
416
+ "hashCode": "1988674067",
417
+ "analysis": ""
400
418
  },
401
419
  {
402
420
  "describe": "The Salesforce Administrator created a custom picklist field Account_ status_c, on the Account object. This picklist has possible values of \"Inactive\" and \"Active\". As part of a new business process, management wants to ensure an opportunity record is created only for Accounts marked as Active. A developer is asked to implement this business requirement.\nWhich automation tool should be used to fulfill the business need?",
@@ -418,7 +436,8 @@
418
436
  "isRight": false
419
437
  }
420
438
  ],
421
- "hashCode": "1988674066"
439
+ "hashCode": "1988674066",
440
+ "analysis": ""
422
441
  },
423
442
  {
424
443
  "describe": "A developer is asked to prevent anyone other than a user with Sales Manager profile from changing the Opportunity Status to Closed Lost If the lost reason is blank.\nWhich automation allows the developer to satisfy this requirement in the most efficient manner?",
@@ -440,51 +459,54 @@
440
459
  "isRight": false
441
460
  }
442
461
  ],
443
- "hashCode": "1988674065"
462
+ "hashCode": "1988674065",
463
+ "analysis": ""
444
464
  },
445
465
  {
446
- "describe": "Universal Containers uses Service Cloud with a custom field, stage_c, on the Case object.\nManagement wants to send a follow-up email reminder 6 hours after the stage_c field is set to \"Waiting on Customer\". The Salesforce Administrator wants to ensure the solution used is bulk safe.\nWhich automation tool should a developer recommend to meet these business requirements?",
466
+ "describe": "On a brand new developer org, a developer writes a single trigger named AccountTrigger on the Account object to perform complex validations on the after insert and after update DML events. A Salesforce administrator creates a Process Builder to update a custom field within the same object every time an Account is created or updated.\nHow many times will the AccountTrigger fire if a new Account is inserted, assuming no other automation logic is implemented on the Account?",
447
467
  "answerOptions": [
448
468
  {
449
- "describe": "Record-Triggered Flow",
469
+ "describe": "1",
450
470
  "isRight": false
451
471
  },
452
472
  {
453
- "describe": "Entitlement Process",
454
- "isRight": false
473
+ "describe": "2",
474
+ "isRight": true
455
475
  },
456
476
  {
457
- "describe": "Scheduled Flow",
458
- "isRight": true
477
+ "describe": "6",
478
+ "isRight": false
459
479
  },
460
480
  {
461
- "describe": "Einstein Next Best Action",
481
+ "describe": "4",
462
482
  "isRight": false
463
483
  }
464
484
  ],
465
- "hashCode": "1988674039"
485
+ "hashCode": "1988674040",
486
+ "analysis": ""
466
487
  },
467
488
  {
468
- "describe": "On a brand new developer org, a developer writes a single trigger named AccountTrigger on the Account object to perform complex validations on the after insert and after update DML events. A Salesforce administrator creates a Process Builder to update a custom field within the same object every time an Account is created or updated.\nHow many times will the AccountTrigger fire if a new Account is inserted, assuming no other automation logic is implemented on the Account?",
489
+ "describe": "Universal Containers uses Service Cloud with a custom field, stage_c, on the Case object.\nManagement wants to send a follow-up email reminder 6 hours after the stage_c field is set to \"Waiting on Customer\". The Salesforce Administrator wants to ensure the solution used is bulk safe.\nWhich automation tool should a developer recommend to meet these business requirements?",
469
490
  "answerOptions": [
470
491
  {
471
- "describe": "1",
492
+ "describe": "Record-Triggered Flow",
472
493
  "isRight": false
473
494
  },
474
495
  {
475
- "describe": "2",
476
- "isRight": true
496
+ "describe": "Entitlement Process",
497
+ "isRight": false
477
498
  },
478
499
  {
479
- "describe": "6",
480
- "isRight": false
500
+ "describe": "Scheduled Flow",
501
+ "isRight": true
481
502
  },
482
503
  {
483
- "describe": "4",
504
+ "describe": "Einstein Next Best Action",
484
505
  "isRight": false
485
506
  }
486
507
  ],
487
- "hashCode": "1988674040"
508
+ "hashCode": "1988674039",
509
+ "analysis": ""
488
510
  },
489
511
  {
490
512
  "describe": "A developer is tasked with performing a complex validation using Apex as part of advanced business logic. When certain criteria are met for a PurchaseOrder, the developer must throw a custom exception.\nWhat is the correct way for the developer to declare a class that can be used as an exception?",
@@ -506,7 +528,8 @@
506
528
  "isRight": false
507
529
  }
508
530
  ],
509
- "hashCode": "1988674037"
531
+ "hashCode": "1988674037",
532
+ "analysis": ""
510
533
  },
511
534
  {
512
535
  "describe": "A Salesforce Administrator is creating a record-triggered flow. When certain criteria are met, the flow must call an Apex method to execute a complex validation involving several types of objects.\nWhen creating the Apex method, which annotation should a developer use to ensure the method can be used within the flow?",
@@ -528,7 +551,8 @@
528
551
  "isRight": false
529
552
  }
530
553
  ],
531
- "hashCode": "1988674034"
554
+ "hashCode": "1988674034",
555
+ "analysis": ""
532
556
  },
533
557
  {
534
558
  "describe": "CK has a multi-screen flow that its call center agents use when handling inbound service desk calls.\nAt one of the steps in the flow, the agents should be presented with a list of order numbers and dates that are retrieved from an external order management system in real time and displayed on the screen.\nWhat should a developer use to satisfy this requirement?",
@@ -550,7 +574,8 @@
550
574
  "isRight": false
551
575
  }
552
576
  ],
553
- "hashCode": "1988674033"
577
+ "hashCode": "1988674033",
578
+ "analysis": ""
554
579
  },
555
580
  {
556
581
  "describe": "Which process automation should be used to post a message to Chatter without using Apex code?",
@@ -572,7 +597,8 @@
572
597
  "isRight": true
573
598
  }
574
599
  ],
575
- "hashCode": "1988674009"
600
+ "hashCode": "1988674009",
601
+ "analysis": ""
576
602
  },
577
603
  {
578
604
  "describe": "A developer is migrating a Visualforce page into a Lightning web component.\nThe Visualforce page shows information about a single record. The developer decides to use Lightning Data Service to access record data.\nWhich security consideration should the developer be aware of?",
@@ -594,7 +620,8 @@
594
620
  "isRight": false
595
621
  }
596
622
  ],
597
- "hashCode": "1988674007"
623
+ "hashCode": "1988674007",
624
+ "analysis": ""
598
625
  },
599
626
  {
600
627
  "describe": "An Opportunity needs to have an amount rolled up from a custom object that is not in a master-detail relationship.\nHow can this be achieved?",
@@ -616,7 +643,8 @@
616
643
  "isRight": false
617
644
  }
618
645
  ],
619
- "hashCode": "1988674004"
646
+ "hashCode": "1988674004",
647
+ "analysis": ""
620
648
  },
621
649
  {
622
650
  "describe": "Which statement describes the execution order when triggers are associated to the same object and event?",
@@ -638,7 +666,8 @@
638
666
  "isRight": false
639
667
  }
640
668
  ],
641
- "hashCode": "1988674003"
669
+ "hashCode": "1988674003",
670
+ "analysis": ""
642
671
  },
643
672
  {
644
673
  "describe": "UC wants Opportunities to no longer be editable when reaching the Closed/Won stage.\nHow should a developer accomplish this?",
@@ -660,7 +689,8 @@
660
689
  "isRight": false
661
690
  }
662
691
  ],
663
- "hashCode": "1988673329"
692
+ "hashCode": "1988673329",
693
+ "analysis": ""
664
694
  },
665
695
  {
666
696
  "describe": "A developer created a new trigger that inserts a Task when a new Lead is created. After deploying to production, an outside integration that reads task \nrecords is periodically reporting errors.\nWhich change should the developer make to ensure the integration is not affected with minimal impact to business logic?",
@@ -682,7 +712,8 @@
682
712
  "isRight": false
683
713
  }
684
714
  ],
685
- "hashCode": "1988673324"
715
+ "hashCode": "1988673324",
716
+ "analysis": ""
686
717
  },
687
718
  {
688
719
  "describe": "Which annotation exposes an Apex class as a RESTful web service?",
@@ -704,7 +735,8 @@
704
735
  "isRight": false
705
736
  }
706
737
  ],
707
- "hashCode": "1988673321"
738
+ "hashCode": "1988673321",
739
+ "analysis": ""
708
740
  },
709
741
  {
710
742
  "describe": "UC hires a developer to built a custom search page to help users find the Accounts they want.\nUsers will be able to search on Name, Description, and a custom comments field.\nWhich consideration should the developer be aware of when deciding between SOQL and SOSL?\nChoose 2 answers",
@@ -726,7 +758,8 @@
726
758
  "isRight": false
727
759
  }
728
760
  ],
729
- "hashCode": "1988673320"
761
+ "hashCode": "1988673320",
762
+ "analysis": ""
730
763
  },
731
764
  {
732
765
  "describe": "What is the value of the Trigger.old context variable in a Before Insert trigger?",
@@ -748,7 +781,8 @@
748
781
  "isRight": true
749
782
  }
750
783
  ],
751
- "hashCode": "1988673298"
784
+ "hashCode": "1988673298",
785
+ "analysis": ""
752
786
  },
753
787
  {
754
788
  "describe": "Which statement should be used to allow some of the records in a list of records to be inserted if others fail to be inserted?",
@@ -770,7 +804,8 @@
770
804
  "isRight": true
771
805
  }
772
806
  ],
773
- "hashCode": "1988673297"
807
+ "hashCode": "1988673297",
808
+ "analysis": ""
774
809
  },
775
810
  {
776
811
  "describe": "A developer receives an error when trying to call a global server-side method using the @remoteAction decorator.\nHow can the developer resolve the error?",
@@ -792,7 +827,8 @@
792
827
  "isRight": false
793
828
  }
794
829
  ],
795
- "hashCode": "1988673296"
830
+ "hashCode": "1988673296",
831
+ "analysis": ""
796
832
  },
797
833
  {
798
834
  "describe": "An Approval Process is defined in the Expense_Item__c object. A business rule dictates that whenever a user changes the Status to 'Submitted' on an Expense_Export__c record, all the Expense_Item__c records related to the expense report must enter the approval process individually. \n\nWhat approach should be used to ensure the business requirement is met?",
@@ -814,7 +850,8 @@
814
850
  "isRight": false
815
851
  }
816
852
  ],
817
- "hashCode": "1988673293"
853
+ "hashCode": "1988673293",
854
+ "analysis": ""
818
855
  },
819
856
  {
820
857
  "describe": "A workflow updates the value of a custom field for an existing Account.\nHow can a developer access the updated custom field value from a trigger?",
@@ -836,7 +873,8 @@
836
873
  "isRight": false
837
874
  }
838
875
  ],
839
- "hashCode": "1988673263"
876
+ "hashCode": "1988673263",
877
+ "analysis": ""
840
878
  },
841
879
  {
842
880
  "describe": "Which action may cause triggers to fire?",
@@ -858,7 +896,8 @@
858
896
  "isRight": false
859
897
  }
860
898
  ],
861
- "hashCode": "1988673258"
899
+ "hashCode": "1988673258",
900
+ "analysis": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_triggers_ignoring_operations.htm"
862
901
  },
863
902
  {
864
903
  "describe": "Instead of sending emails to support personnel directly from Salesforce, UC wants to notify an external system in the event that an unhandled exception occurs. \n\nWhat is the appropriate publish/subscribe logic to meet this requirement?",
@@ -880,7 +919,8 @@
880
919
  "isRight": false
881
920
  }
882
921
  ],
883
- "hashCode": "1988673236"
922
+ "hashCode": "1988673236",
923
+ "analysis": "https://help.salesforce.com/articleView?id=platform_events.htm&type=5"
884
924
  },
885
925
  {
886
926
  "describe": "Which action causes a before trigger to fire by default for Accounts?",
@@ -902,7 +942,8 @@
902
942
  "isRight": false
903
943
  }
904
944
  ],
905
- "hashCode": "1988673235"
945
+ "hashCode": "1988673235",
946
+ "analysis": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_triggers_ignoring_operations.htm"
906
947
  },
907
948
  {
908
949
  "describe": "Uiversal Containers wants Opporunities to be locked from editing when reaching the Closed/Won stage.\nWhich two strategies should a developer use to accomplish this? Choose 2 answers",
@@ -924,7 +965,8 @@
924
965
  "isRight": false
925
966
  }
926
967
  ],
927
- "hashCode": "1988673205"
968
+ "hashCode": "1988673205",
969
+ "analysis": ""
928
970
  },
929
971
  {
930
972
  "describe": "A developer needs to create a custom interface in Apex. Which three considerations must the developer keep in mind while developing the Apex interface? Choose 3 answers",
@@ -950,7 +992,8 @@
950
992
  "isRight": true
951
993
  }
952
994
  ],
953
- "hashCode": "1988673200"
995
+ "hashCode": "1988673200",
996
+ "analysis": ""
954
997
  },
955
998
  {
956
999
  "describe": "A developer wants to invoke an outbound message when a record meets a specific criteria. \nWhich three features satisfy this use case? Choose 3 answers",
@@ -976,7 +1019,8 @@
976
1019
  "isRight": true
977
1020
  }
978
1021
  ],
979
- "hashCode": "1988673174"
1022
+ "hashCode": "1988673174",
1023
+ "analysis": ""
980
1024
  },
981
1025
  {
982
1026
  "describe": "A developer is creating a page that allows users to create multiple Opportunities. The deceloper is asked to verify the current user's default Opportunity record type, and set certain default values based on the record type before inserting the record.\nHow can the developer find the current user's default record type?",
@@ -998,7 +1042,8 @@
998
1042
  "isRight": false
999
1043
  }
1000
1044
  ],
1001
- "hashCode": "1988673171"
1045
+ "hashCode": "1988673171",
1046
+ "analysis": ""
1002
1047
  },
1003
1048
  {
1004
1049
  "describe": "The sales management team at Universal Containers requires that the Lead Source field of the Lead record be populated when a Lead is converted.\nWhat should be used to ensure that user poulates the Lead Source field prior to converting a Lead?",
@@ -1020,7 +1065,8 @@
1020
1065
  "isRight": false
1021
1066
  }
1022
1067
  ],
1023
- "hashCode": "1988673169"
1068
+ "hashCode": "1988673169",
1069
+ "analysis": ""
1024
1070
  },
1025
1071
  {
1026
1072
  "describe": "Which two operations can be performed using a formula field? Choose 2 answers",
@@ -1042,7 +1088,8 @@
1042
1088
  "isRight": true
1043
1089
  }
1044
1090
  ],
1045
- "hashCode": "1988673141"
1091
+ "hashCode": "1988673141",
1092
+ "analysis": ""
1046
1093
  },
1047
1094
  {
1048
1095
  "describe": "What are three considerations when using the @InvocableMethod annotation in Apex? Choose 3 answers",
@@ -1068,7 +1115,8 @@
1068
1115
  "isRight": true
1069
1116
  }
1070
1117
  ],
1071
- "hashCode": "1988673140"
1118
+ "hashCode": "1988673140",
1119
+ "analysis": ""
1072
1120
  },
1073
1121
  {
1074
1122
  "describe": "A developer is implementing an Apex class for a financial system. Within the class, the variables 'creditAmount' and 'debitAmount' should not be able to change once a value is assigned.\nIn which two ways can the developer declare the variables to ensure their value can only be assigned one time? Choose 2 answers",
@@ -1090,7 +1138,8 @@
1090
1138
  "isRight": true
1091
1139
  }
1092
1140
  ],
1093
- "hashCode": "1988673139"
1141
+ "hashCode": "1988673139",
1142
+ "analysis": ""
1094
1143
  },
1095
1144
  {
1096
1145
  "describe": "A developer identifies the following triggers on the Expense__c object:\ndeleteExpense;\napplyDefaultsToExpense;\nvalidateExpenseUpdate;\n\nThe triggers process before delete, before insert, and before update event respectively.\nWhich two techniques should the developer implement to ensure reigger best practices are followed? Chooose 2 answers",
@@ -1112,7 +1161,8 @@
1112
1161
  "isRight": false
1113
1162
  }
1114
1163
  ],
1115
- "hashCode": "1988673136"
1164
+ "hashCode": "1988673136",
1165
+ "analysis": ""
1116
1166
  },
1117
1167
  {
1118
1168
  "describe": "The Job_Application__c custom object has a field that is a Master-Detail relationship to the Contact object, where the Contact object is the Master. As part of a feature implementation, a developer needs to retrieve a list containing all Contact records where the related Account Industry is 'Technology' while also retrieving the contact's Job_ Application__ c records.\n\nBased on the object's relationships, what is the most efficient statement to retrieve the list of contacts?",
@@ -1134,7 +1184,8 @@
1134
1184
  "isRight": false
1135
1185
  }
1136
1186
  ],
1137
- "hashCode": "1988673134"
1187
+ "hashCode": "1988673134",
1188
+ "analysis": ""
1138
1189
  },
1139
1190
  {
1140
1191
  "describe": "A developer has to identify a method in an Apex class that performs resource intensive actions in memory by iterating over the result set of a SOQL statement on the account. The method also performs a DML statement to save the changes to the database.\n\nWhich two techniques should the developer implement as a best practice to ensure transaction control and avoid exceeding governor limits? Choose 2 answers",
@@ -1156,7 +1207,8 @@
1156
1207
  "isRight": false
1157
1208
  }
1158
1209
  ],
1159
- "hashCode": "1988673110"
1210
+ "hashCode": "1988673110",
1211
+ "analysis": ""
1160
1212
  },
1161
1213
  {
1162
1214
  "describe": "Which three data types can a SOQL query return? Choose 3 answers",
@@ -1182,7 +1234,8 @@
1182
1234
  "isRight": false
1183
1235
  }
1184
1236
  ],
1185
- "hashCode": "1988673109"
1237
+ "hashCode": "1988673109",
1238
+ "analysis": ""
1186
1239
  },
1187
1240
  {
1188
1241
  "describe": "A developer has a requirement to create a Case when a record on the Complaint__c object is created. Which two ways can this be solved? \nChoose 2 answers",
@@ -1204,7 +1257,8 @@
1204
1257
  "isRight": false
1205
1258
  }
1206
1259
  ],
1207
- "hashCode": "1988673108"
1260
+ "hashCode": "1988673108",
1261
+ "analysis": ""
1208
1262
  },
1209
1263
  {
1210
1264
  "describe": "UC decides it will not to send emails to support personnel directly from Salesforce in the event that an unhandled \nexception occurs. Instead, UC wants an external system be notified of the error.\nWhat is the appropriate publish/subscribe logic to meet these requirements?",
@@ -1226,7 +1280,8 @@
1226
1280
  "isRight": false
1227
1281
  }
1228
1282
  ],
1229
- "hashCode": "1988673077"
1283
+ "hashCode": "1988673077",
1284
+ "analysis": ""
1230
1285
  },
1231
1286
  {
1232
1287
  "describe": "A devveloper uses a loop to check each Contact in a list. When a Contact with the Title of 'Boss' is found, the Apex method should jump to \nthe first line of code outside of the for loop.\nWhich Apex solution will let the developer implement this requirement?",
@@ -1248,7 +1303,8 @@
1248
1303
  "isRight": false
1249
1304
  }
1250
1305
  ],
1251
- "hashCode": "1988673075"
1306
+ "hashCode": "1988673075",
1307
+ "analysis": ""
1252
1308
  },
1253
1309
  {
1254
1310
  "describe": "Cloud Kicks Fitness, an ISV Salesforce partner, is developing a managed package application, One of the application modules allows the user to \ncalculate body fat using the Apex class, BodyFat, and its method, calculateBodyFat(). The product owner wants to ensure this method is accessible by \nthe consumer of the application when developing customizations outside the ISV's package namespace.\nWhich approach should a developer take to ensure calculateBodyFat() is accessible outside the package namespace?",
@@ -1270,7 +1326,8 @@
1270
1326
  "isRight": false
1271
1327
  }
1272
1328
  ],
1273
- "hashCode": "1988673049"
1329
+ "hashCode": "1988673049",
1330
+ "analysis": ""
1274
1331
  },
1275
1332
  {
1276
1333
  "describe": "If Apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which two statement are true regarding governor limits? Choose 2 answers",
@@ -1292,7 +1349,8 @@
1292
1349
  "isRight": false
1293
1350
  }
1294
1351
  ],
1295
- "hashCode": "1988673048"
1352
+ "hashCode": "1988673048",
1353
+ "analysis": ""
1296
1354
  },
1297
1355
  {
1298
1356
  "describe": "A recursive transaction is initiated by a DML statement creating records for these two objects:\n1. Accounts\n2. Contacts\nThe Account trigger hits a stack depth of 16:\nWhich statement is true regarding the outcome of the transaction?",
@@ -1314,7 +1372,8 @@
1314
1372
  "isRight": false
1315
1373
  }
1316
1374
  ],
1317
- "hashCode": "1988673047"
1375
+ "hashCode": "1988673047",
1376
+ "analysis": ""
1318
1377
  },
1319
1378
  {
1320
1379
  "describe": "Universal Containers implemented a private sharing model for the Account object. A custom Account search tool was developer with Apex to \nhelp sales representatives find accounts that match multiple criteria they specify. Since its release, users of the tool report can see Accounts they do not own.\nWhat should the developer use to enforce sharing permissions for the currently logged-in user while using the custom search tool?",
@@ -1336,7 +1395,8 @@
1336
1395
  "isRight": false
1337
1396
  }
1338
1397
  ],
1339
- "hashCode": "1988673046"
1398
+ "hashCode": "1988673046",
1399
+ "analysis": ""
1340
1400
  },
1341
1401
  {
1342
1402
  "describe": "A developer must write an Apex method that will be called from a Lightning component. The method may delete an Account stored in the accountRec variable.\nWhich method should a developer use to ensure only users that should be able to delete Accounts can successfully perform deletions?",
@@ -1358,7 +1418,8 @@
1358
1418
  "isRight": false
1359
1419
  }
1360
1420
  ],
1361
- "hashCode": "1988673044"
1421
+ "hashCode": "1988673044",
1422
+ "analysis": ""
1362
1423
  },
1363
1424
  {
1364
1425
  "describe": "Which Salesforce feature allows a developer to see when a user last logged in to Salesforce if real-time notification is not required?",
@@ -1380,7 +1441,8 @@
1380
1441
  "isRight": false
1381
1442
  }
1382
1443
  ],
1383
- "hashCode": "1988672362"
1444
+ "hashCode": "1988672362",
1445
+ "analysis": ""
1384
1446
  },
1385
1447
  {
1386
1448
  "describe": "Which exception type cannot be caught?",
@@ -1402,7 +1464,8 @@
1402
1464
  "isRight": true
1403
1465
  }
1404
1466
  ],
1405
- "hashCode": "1988672359"
1467
+ "hashCode": "1988672359",
1468
+ "analysis": ""
1406
1469
  },
1407
1470
  {
1408
1471
  "describe": "A developer must create an Apex class, ContactController, that a Lightning component can use to search for Contact records. Users of the \nLightning component should only be able to search for Contact records to which they have access.\nWhich two will restrict records correctly? Choose 2 answers",
@@ -1424,7 +1487,8 @@
1424
1487
  "isRight": true
1425
1488
  }
1426
1489
  ],
1427
- "hashCode": "1988672334"
1490
+ "hashCode": "1988672334",
1491
+ "analysis": ""
1428
1492
  },
1429
1493
  {
1430
1494
  "describe": "A developer has an integer variable called maxAttempts. The developer needs to ensure that once maxAttempts is initialized, it preserves its value for the length of the Apex transaction; while being able to share the variable's state between trigger executions.\n\nHow should the developer declare max attempts to meet these requirements?",
@@ -1446,7 +1510,8 @@
1446
1510
  "isRight": false
1447
1511
  }
1448
1512
  ],
1449
- "hashCode": "1988672305"
1513
+ "hashCode": "1988672305",
1514
+ "analysis": ""
1450
1515
  },
1451
1516
  {
1452
1517
  "describe": "A developer writes a single trigger on the Account object on the after insert and after update events. A workflow rule modifies a field every time an Account is created or updated.\nHow many times will the trigger fire if a new Account is inserted, assuming no other automation logic is implemented on the Account?",
@@ -1468,7 +1533,8 @@
1468
1533
  "isRight": true
1469
1534
  }
1470
1535
  ],
1471
- "hashCode": "1988672304"
1536
+ "hashCode": "1988672304",
1537
+ "analysis": ""
1472
1538
  },
1473
1539
  {
1474
1540
  "describe": "A develper writes a trigger on the Account object on the before update event that increments a count field. A workflow rule also increments the count field every time that an Account is created or updated. The field update in the workflow rule is configured to not re-evaluate workflow rules.\nWhat is the value of the count field if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on theAccount?",
@@ -1490,7 +1556,8 @@
1490
1556
  "isRight": false
1491
1557
  }
1492
1558
  ],
1493
- "hashCode": "1988672299"
1559
+ "hashCode": "1988672299",
1560
+ "analysis": ""
1494
1561
  },
1495
1562
  {
1496
1563
  "describe": "Universal Containers recently transltioned from Classic to Lightning Experience. One of its business processes requires \ncontain values from the Opportunity object to be sent via an HTTP REST callout to its external order management system \nbased on a user-initiated action on the Opportunity detail page, Example values are as follows:\nName\nAmount\nAccount\nWhich two methods should the developer implement to fulfill the business requirement?",
@@ -1512,7 +1579,8 @@
1512
1579
  "isRight": false
1513
1580
  }
1514
1581
  ],
1515
- "hashCode": "1988672275"
1582
+ "hashCode": "1988672275",
1583
+ "analysis": ""
1516
1584
  }
1517
1585
  ],
1518
1586
  "hashCode": "1494717394"