@palerock/exam-qa 1.0.6-patch16 → 1.0.6-patch18
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.
- package/dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map +1 -1
- package/lib-json/[JS]/347/254/254/344/272/214/347/253/240 /345/257/271/350/261/241-/345/207/275/346/225/260-/347/261/273.json" +32 -4
- package/lib-json/[/345/222/270/351/261/274]AppBuilder-1.json +977 -0
- package/lib-json/[/345/222/270/351/261/274]AppBuilder-2.json +941 -0
- package/lib-json/[/345/222/270/351/261/274]AppBuilder-3.json +973 -0
- package/lib-json/[/345/222/270/351/261/274]AppBuilder-4.json +981 -0
- package/lib-json/[/345/222/270/351/261/274]AppBuilder-5.json +771 -0
- package/lib-json/map.json +8 -3
- package/package.json +1 -1
@@ -0,0 +1,941 @@
|
|
1
|
+
{
|
2
|
+
"title": "[咸鱼]AppBuilder-2",
|
3
|
+
"category": "[咸鱼]AppBuilder",
|
4
|
+
"questions": [
|
5
|
+
{
|
6
|
+
"describe": "Cloud Kicks (CK) tracks the support level of its customers on the account record page. CK wants to show a text notification on a case record page when the related account is a platinum-level customer.\nHow could an app builder meet this requirement?",
|
7
|
+
"answerOptions": [
|
8
|
+
{
|
9
|
+
"describe": "Add a rich text area to the Case Lighting page > Set the component visibility of the rich text area to show when the account support level is platinum.",
|
10
|
+
"isRight": true
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"describe": "Create a text-only Visualforce page > Drag the Visualforce component into the Case page layout > Set its visibility to show when the account support level is platinum.",
|
14
|
+
"isRight": false
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"describe": "Create a text-only Visualforce page > Clone the case page layout > Drag the Visualforce component into the page, and assign the layout to platinum cases.",
|
18
|
+
"isRight": false
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"describe": "Clone the Case Lightning page > Add a rich text area to the new page, and assign this page to platinum accounts.",
|
22
|
+
"isRight": false
|
23
|
+
}
|
24
|
+
],
|
25
|
+
"hashCode": 693700534
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"describe": "Universal Containers is expecting impacts to operations due to increased demand. The executive team will be reaching out to current customers and want to see the number of open cases for the account and parent account.\nWhich two tools could an app builder combine to display the number of open cases on the account page?\nChoose 2 answers",
|
29
|
+
"answerOptions": [
|
30
|
+
{
|
31
|
+
"describe": "Flow",
|
32
|
+
"isRight": false
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"describe": "Workflow",
|
36
|
+
"isRight": true
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"describe": "Approval Process",
|
40
|
+
"isRight": false
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"describe": "Process Builder",
|
44
|
+
"isRight": true
|
45
|
+
}
|
46
|
+
],
|
47
|
+
"hashCode": -699279785
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"describe": "An app builder wants to limit the amount of fields users are required to fill out when creating a new Opportunity. Once they fill out the required fields and save, the full record page with additional fields relevant to the Opportunity type becomes available.\nHow could this be accomplished?",
|
51
|
+
"answerOptions": [
|
52
|
+
{
|
53
|
+
"describe": "Make the Opportunity type a required field on the initial Opportunity page layout and use automation to fill in the type field to a record type.",
|
54
|
+
"isRight": true
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"describe": "Use different page layouts for Opportunity types based on the user profile.",
|
58
|
+
"isRight": false
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"describe": "Once the required fields are populated, use a sharing rule to share the new fields with the user.",
|
62
|
+
"isRight": false
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"describe": "Hide additional sections on the page layout and show the users how to manually expand them when they want to fill in the fields in the hidden sections.",
|
66
|
+
"isRight": false
|
67
|
+
}
|
68
|
+
],
|
69
|
+
"hashCode": 362044864
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"describe": "Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often as possible to migrate from one environment to another.\nWhich three common items can an app builder move when using a change set?\nChoose 3 answers",
|
73
|
+
"answerOptions": [
|
74
|
+
{
|
75
|
+
"describe": "Web-to-lead",
|
76
|
+
"isRight": false
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"describe": "Standard fields",
|
80
|
+
"isRight": false
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"describe": "Custom object",
|
84
|
+
"isRight": true
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"describe": "Apex class",
|
88
|
+
"isRight": true
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"describe": "Custom field",
|
92
|
+
"isRight": true
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"hashCode": 493426071
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"describe": "An App Builder is loading the data into salesforce. To link the new records back to the legacy\n1\nsystem, a field will be used to track the legacy ID on the account object. For future data loads this ID will be used when upserting records. Which field attribute should be selected? Choose 2 answers",
|
99
|
+
"answerOptions": [
|
100
|
+
{
|
101
|
+
"describe": "Unique",
|
102
|
+
"isRight": true
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"describe": "Required",
|
106
|
+
"isRight": false
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"describe": "External ID",
|
110
|
+
"isRight": true
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"describe": "Text (encrypted)",
|
114
|
+
"isRight": false
|
115
|
+
}
|
116
|
+
],
|
117
|
+
"hashCode": 1949613533
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"describe": "A sales rep at AW Computing is unable to find what they are looking for while scrolling through their Chatter feed.\nHow can a filter be utilized to show only posts from their key account and opportunity records?",
|
121
|
+
"answerOptions": [
|
122
|
+
{
|
123
|
+
"describe": "Create a Chatter group.",
|
124
|
+
"isRight": false
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"describe": "Create Chatter bookmarks",
|
128
|
+
"isRight": false
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"describe": "Create a Chatter stream.",
|
132
|
+
"isRight": true
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"describe": "Create a Chatter notification.",
|
136
|
+
"isRight": false
|
137
|
+
}
|
138
|
+
],
|
139
|
+
"hashCode": -1654031037
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"describe": "The VP of Sales at Universal Containers has asked the app builder to let sales reps create opportunity records directly from the account, with a number of fields pre-populated.\nWhich feature should the app builder use to allow users to create the opportunity?\nA A quick action\nB A default action\nC A custom button\nD",
|
143
|
+
"answerOptions": [
|
144
|
+
{
|
145
|
+
"describe": "custom link",
|
146
|
+
"isRight": true
|
147
|
+
}
|
148
|
+
],
|
149
|
+
"hashCode": -1822838570
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"describe": "The appraisal team at DreamHouse Realty wants to leverage Salesforce mobile app. What are three things an app builder should do to optimize mobile experience?\nChoose 3 answers",
|
153
|
+
"answerOptions": [
|
154
|
+
{
|
155
|
+
"describe": "Use Global Actions to make it easy to perform vital functionality on mobile.",
|
156
|
+
"isRight": true
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"describe": "Avoid using default field values so that the user is required to fill in all fields on the screen.",
|
160
|
+
"isRight": false
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"describe": "Minimize the amount of formula fields and lookup fields to reduce page load time.",
|
164
|
+
"isRight": true
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"describe": "Create individual customized layouts for different phone operating systems.",
|
168
|
+
"isRight": false
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"describe": "Put the most important fields in the compact layout so they are easy to find.",
|
172
|
+
"isRight": true
|
173
|
+
}
|
174
|
+
],
|
175
|
+
"hashCode": -1960593392
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"describe": "Ursa Major Solar's sales team has been struggling to enter data on mobile since rollout; the team dislikes scrolling through all of the fields to input only the necessary data.\nHow could the app builder solve this with minimal impact to desktop users?",
|
179
|
+
"answerOptions": [
|
180
|
+
{
|
181
|
+
"describe": "Filter components by device using Form Factor.",
|
182
|
+
"isRight": false
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"describe": "Reorder the fields to make sense for the reps when in the field.",
|
186
|
+
"isRight": true
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"describe": "Update the training documentation with better screenshots.",
|
190
|
+
"isRight": false
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"describe": "Deselect the phone radio button on the Lightning record page assignment.",
|
194
|
+
"isRight": false
|
195
|
+
}
|
196
|
+
],
|
197
|
+
"hashCode": -1047407081
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"describe": "Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a\n1\nvalidation rule to enforce proper formatting of the US ZIP+4 code for UC's orders.\nWhat formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?",
|
201
|
+
"answerOptions": [
|
202
|
+
{
|
203
|
+
"describe": "BEGINS(Account.Zip_Code_r, 5)",
|
204
|
+
"isRight": false
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"describe": "TEXT(Account.Zip_Code_c, 5)",
|
208
|
+
"isRight": false
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"describe": "LEFT(Account.Zip_Code_c, 5)",
|
212
|
+
"isRight": true
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"describe": "LPAD(Account.Zip_Code__r, 5)",
|
216
|
+
"isRight": false
|
217
|
+
}
|
218
|
+
],
|
219
|
+
"hashCode": -1596688933
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"describe": "DreamHouse Realty (DR) has many properties for sale and wants to identify the highest value of all Offer__c records on each Property__c record.\nWhat solution should the app builder use to meet DreamHouse Realty's needs?",
|
223
|
+
"answerOptions": [
|
224
|
+
{
|
225
|
+
"describe": "Master-Detail Child Object",
|
226
|
+
"isRight": true
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"describe": "Text Area (Long)",
|
230
|
+
"isRight": false
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"describe": "Multi-select Pickllst",
|
234
|
+
"isRight": false
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"describe": "Lookup Object",
|
238
|
+
"isRight": false
|
239
|
+
}
|
240
|
+
],
|
241
|
+
"hashCode": 614310120
|
242
|
+
},
|
243
|
+
{
|
244
|
+
"describe": "Cloud Kicks (CK) wants to set up a custom child object to track gift cards issued to a customer. A key requirement is to track the total number of gift cards opened and gift cards issued on an Account. CK wants to permanently ensure the gift cards are unable to be moved across any other Account once it is created.\nOn the gift card object, what type of field should be created to support this requirement?",
|
245
|
+
"answerOptions": [
|
246
|
+
{
|
247
|
+
"describe": "Master-detail relationship",
|
248
|
+
"isRight": true
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"describe": "Roll-up summary",
|
252
|
+
"isRight": false
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"describe": "Formula",
|
256
|
+
"isRight": false
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"describe": "Lookup relationship",
|
260
|
+
"isRight": false
|
261
|
+
}
|
262
|
+
],
|
263
|
+
"hashCode": -627518291
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"describe": "Cloud Kicks (CK) wants to track orders against inventory, ensuring its ability to fulfill order requests. CK created a junction object called Request Inventory to enable many-to-many relationships with the Inventory and Order objects.\nWhat does the app builder need to provide to ensure users can view Request Inventory records?",
|
267
|
+
"answerOptions": [
|
268
|
+
{
|
269
|
+
"describe": "Read access to both master objects.",
|
270
|
+
"isRight": true
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"describe": "Apex-based sharing on the first master object.",
|
274
|
+
"isRight": false
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"describe": "Sharing rules on Request Inventory object.",
|
278
|
+
"isRight": false
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"describe": "Read access to the first master object.\n1",
|
282
|
+
"isRight": false
|
283
|
+
}
|
284
|
+
],
|
285
|
+
"hashCode": -1680470722
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"describe": "Ursa Major Solar (UMS) is looking to hire some new employees. UMS wants to allow the same applicant to apply for multiple open positions using a single application.\nWhat should an app builder recommend to meet these requirements?",
|
289
|
+
"answerOptions": [
|
290
|
+
{
|
291
|
+
"describe": "Create a master-detail relationship on Open_Position__c to Application__c",
|
292
|
+
"isRight": true
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"describe": "Create a master-detail relationship held on Applicant__c to Application__c",
|
296
|
+
"isRight": false
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"describe": "Create a master-detail relationship field on Application__c to Open.Position__c",
|
300
|
+
"isRight": false
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"describe": "Create a master-detail relationship field on Applicant__c to Apphcabon_c",
|
304
|
+
"isRight": false
|
305
|
+
}
|
306
|
+
],
|
307
|
+
"hashCode": 137691617
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"describe": "Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.\nWhich tool should be used?\nA Data Loader\nB",
|
311
|
+
"answerOptions": [
|
312
|
+
{
|
313
|
+
"describe": "Lightning Object Creator\nC Import Wizard\nD Schema Builder",
|
314
|
+
"isRight": false
|
315
|
+
}
|
316
|
+
],
|
317
|
+
"hashCode": 1934288248
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"describe": "An app builder is creating a custom object called Testimonial__c and wants to connect Testimonial__c records with both the submitter's Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the Account remains, the Testimonial__c should remain.\nHow should this be accomplished?",
|
321
|
+
"answerOptions": [
|
322
|
+
{
|
323
|
+
"describe": "Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships from Testimonial__c to Contact and to Account.",
|
324
|
+
"isRight": false
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"describe": "Create a master-detail relationship from Testimonial__c to Account and a lookup relationship from Testimonial__c to Contact.",
|
328
|
+
"isRight": true
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"describe": "Make Testimonial__c a junction object between Account and Contact using master-detail relationships.",
|
332
|
+
"isRight": false
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"describe": "Create a lookup relationship from Testimonial__c to Account and a master-detail relationship from Testimonial__c to Contact.",
|
336
|
+
"isRight": false
|
337
|
+
}
|
338
|
+
],
|
339
|
+
"hashCode": -1842168394
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"describe": "The services manager wants to make sure the team enters case priority consistently. What feature can an app builder use to accomplish this?",
|
343
|
+
"answerOptions": [
|
344
|
+
{
|
345
|
+
"describe": "Path",
|
346
|
+
"isRight": false
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"describe": "Flow",
|
350
|
+
"isRight": false
|
351
|
+
},
|
352
|
+
{
|
353
|
+
"describe": "Next Best Action",
|
354
|
+
"isRight": false
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"describe": "In-App Guidance",
|
358
|
+
"isRight": true
|
359
|
+
}
|
360
|
+
],
|
361
|
+
"hashCode": 259071894
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"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?\n1",
|
365
|
+
"answerOptions": [
|
366
|
+
{
|
367
|
+
"describe": "Standard buttons can be changed on lookup dialogs, list views, and search result layouts",
|
368
|
+
"isRight": false
|
369
|
+
},
|
370
|
+
{
|
371
|
+
"describe": "Standard buttons can be overridden with a Visualforce page",
|
372
|
+
"isRight": true
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"describe": "Standard buttons that are not available for overrides can still be hidden on page layouts",
|
376
|
+
"isRight": true
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"describe": "Standard buttons can be overridden, relocated on the detail page, and relabeled",
|
380
|
+
"isRight": false
|
381
|
+
}
|
382
|
+
],
|
383
|
+
"hashCode": 2071661089
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"describe": "Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead.\nWhat should an app builder configure to meet these requirements?",
|
387
|
+
"answerOptions": [
|
388
|
+
{
|
389
|
+
"describe": "Create three lead record types each with its own page layout containing the relevant fields",
|
390
|
+
"isRight": false
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"describe": "Create a partner community and a record type for web and trade show leads",
|
394
|
+
"isRight": false
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"describe": "Create three sections on the lead layout and instruct users to collapse the non-relevant fields",
|
398
|
+
"isRight": true
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"describe": "Create custom page payouts for each type of lead only containing the relevant fields",
|
402
|
+
"isRight": false
|
403
|
+
}
|
404
|
+
],
|
405
|
+
"hashCode": -1520249599
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"describe": "Universal Containers wants to deliver purchased containers to remote construction address. In these cases the customers will supply UC with the coordinates to the location.\nWhat type of field should the app builder use to capture this information?",
|
409
|
+
"answerOptions": [
|
410
|
+
{
|
411
|
+
"describe": "Number",
|
412
|
+
"isRight": false
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"describe": "Goelocation",
|
416
|
+
"isRight": true
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"describe": "Text",
|
420
|
+
"isRight": false
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"describe": "External Lookup",
|
424
|
+
"isRight": false
|
425
|
+
}
|
426
|
+
],
|
427
|
+
"hashCode": 1603333487
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"describe": "What option is available to an App Builder when defining an object-specific Create Record custom action?\nChoose 2 answers",
|
431
|
+
"answerOptions": [
|
432
|
+
{
|
433
|
+
"describe": "Pre-Defining field values on the target object.",
|
434
|
+
"isRight": true
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"describe": "Redirecting the end user to the detail page of the target object",
|
438
|
+
"isRight": false
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"describe": "Specifying the fields and layout of the action.",
|
442
|
+
"isRight": false
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"describe": "Allowing the end user to choose the record type",
|
446
|
+
"isRight": true
|
447
|
+
}
|
448
|
+
],
|
449
|
+
"hashCode": -351052672
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"describe": "Managers at Universal Containers want a quick way to create additional accounts to form a\n1\nhierarchy from a Parent Account record They want to auto-populate five fieids based on the parent to make it easier for users to create the child accounts quickly.\nWhat should the app builder recommend?\nA Add Path on Account hierarchy\nB Add a custom link on Account\nC Customize a Global Quick Action\nD",
|
453
|
+
"answerOptions": [
|
454
|
+
{
|
455
|
+
"describe": "Create a custom action",
|
456
|
+
"isRight": false
|
457
|
+
}
|
458
|
+
],
|
459
|
+
"hashCode": -1596365716
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"describe": "Cloud Kicks (CK) wants to simultaneously delete a Suppliere record and all Supplierltem__c records if a partnership ends with a supplier.\nWhat solution could an app builder use to meet the requirement?",
|
463
|
+
"answerOptions": [
|
464
|
+
{
|
465
|
+
"describe": "Many-to-many",
|
466
|
+
"isRight": true
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"describe": "Indirect lookup",
|
470
|
+
"isRight": false
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"describe": "Hierarchical",
|
474
|
+
"isRight": false
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"describe": "Master-detail",
|
478
|
+
"isRight": false
|
479
|
+
}
|
480
|
+
],
|
481
|
+
"hashCode": 1237787014
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"describe": "Containers have the Account object's Organization-Wide Default set to Private. The marketing team owns Accounts; however, they also need to be able to see the sales team's Accounts. Both the sales and marketing teams are in completely different branches of the rote hierarchy.\nWhat feature should be used to enable marketing to see sales-owned accounts.",
|
485
|
+
"answerOptions": [
|
486
|
+
{
|
487
|
+
"describe": "Public Group",
|
488
|
+
"isRight": false
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"describe": "Flow",
|
492
|
+
"isRight": false
|
493
|
+
},
|
494
|
+
{
|
495
|
+
"describe": "Workflow",
|
496
|
+
"isRight": false
|
497
|
+
},
|
498
|
+
{
|
499
|
+
"describe": "Sharing Rules",
|
500
|
+
"isRight": true
|
501
|
+
}
|
502
|
+
],
|
503
|
+
"hashCode": -329094542
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"describe": "An app builder wants to create a formula field on an Account to include data from related Contacts but is unable to find the relationship in the formula editor.\nWhat is a limitation of formulas that could be causing the issue?\nA Unable to reference the child records.\nB",
|
507
|
+
"answerOptions": [
|
508
|
+
{
|
509
|
+
"describe": "master-detail relationship should be created.\nC Formula field limit reached on the Account object.\nD More than 5,000 characters in the formula.",
|
510
|
+
"isRight": false
|
511
|
+
}
|
512
|
+
],
|
513
|
+
"hashCode": 845386004
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"describe": "Cloud Kicks wants to set up a new opportunity approval process and execute various action items based on the initial submission.\nWhich three action types should an app builder use in the approval process?\nChoose 3 answers",
|
517
|
+
"answerOptions": [
|
518
|
+
{
|
519
|
+
"describe": "Email Alert",
|
520
|
+
"isRight": true
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"describe": "Outbound Message",
|
524
|
+
"isRight": true
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"describe": "Task",
|
528
|
+
"isRight": true
|
529
|
+
},
|
530
|
+
{
|
531
|
+
"describe": "Invocable Flow",
|
532
|
+
"isRight": false
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"describe": "Invocable Process Builder\n1",
|
536
|
+
"isRight": false
|
537
|
+
}
|
538
|
+
],
|
539
|
+
"hashCode": 1574082235
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"describe": "Cloud Kicks has a shipment date on each shipment that is sent out. Dispatchers need more details on the day and time the shipment was sent out. The app builder needs to change the current field type that is used from Date to Date/Time.\nWhat should the app builder be aware of when it comes to data already in the system?",
|
543
|
+
"answerOptions": [
|
544
|
+
{
|
545
|
+
"describe": "The change will be instant",
|
546
|
+
"isRight": false
|
547
|
+
},
|
548
|
+
{
|
549
|
+
"describe": "Historical data will be updated to 12:00 timestamp.",
|
550
|
+
"isRight": false
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"describe": "The field name will change.",
|
554
|
+
"isRight": false
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"describe": "Data loss will be experienced.",
|
558
|
+
"isRight": true
|
559
|
+
}
|
560
|
+
],
|
561
|
+
"hashCode": -401419202
|
562
|
+
},
|
563
|
+
{
|
564
|
+
"describe": "Universal Containers (UC) has a custom Invoice object and a custom Invoice Line Item object. TTie Invoice Line Item object has a lookup relationship to the Invoice. UC would like to convert the lookup relationship to a master-detail relationship but is unable to do so.\nWhich two reasons could be preventing this relationship conversion?\nChoose 2 answers",
|
565
|
+
"answerOptions": [
|
566
|
+
{
|
567
|
+
"describe": "Custom objects are unable to be on the detail side of a master-detail relationship.",
|
568
|
+
"isRight": false
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"describe": "There are already two master-detail relationships on the Invoice Line Item.",
|
572
|
+
"isRight": true
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"describe": "Invoice Line Item records exist without having the Invoice lookup field populated.",
|
576
|
+
"isRight": true
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"describe": "There is a roll-up summary field on the Invoice object.",
|
580
|
+
"isRight": false
|
581
|
+
}
|
582
|
+
],
|
583
|
+
"hashCode": 1286893486
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"describe": "The app builder needs to change the data types of new custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform the additional steps in order to retain existing functionalities?",
|
587
|
+
"answerOptions": [
|
588
|
+
{
|
589
|
+
"describe": "Changing the data type of a field used in an apex class from number to text.",
|
590
|
+
"isRight": false
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"describe": "Changing the data type of a field used in a report from a text to an encrypted field",
|
594
|
+
"isRight": false
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"describe": "Changing the data type of a field used as an external id from number to text.",
|
598
|
+
"isRight": true
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"describe": "Changing the data type of a field used in lead conversion from number to text",
|
602
|
+
"isRight": false
|
603
|
+
}
|
604
|
+
],
|
605
|
+
"hashCode": -1015570785
|
606
|
+
},
|
607
|
+
{
|
608
|
+
"describe": "Cloud Kicks Is redefining its entire business process to convert the Manager Notes field from a long text area files. The goal is to encourage managers to be more concise In their comments and stay at 255 characters or less. There is preexisting information In the Manager Notes field that often is well beyond the character limit.\nWhat would happen to any existing information if the app builder tries to convert a preexisting long\n1\ntext area field to text area'",
|
609
|
+
"answerOptions": [
|
610
|
+
{
|
611
|
+
"describe": "Preexisting information will truncate to the first 255 characters.",
|
612
|
+
"isRight": true
|
613
|
+
},
|
614
|
+
{
|
615
|
+
"describe": "Preexisting Information in the field will be completely lost.",
|
616
|
+
"isRight": false
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"describe": "Preexisting information will remain even if it was over 255 characters.",
|
620
|
+
"isRight": false
|
621
|
+
},
|
622
|
+
{
|
623
|
+
"describe": "Preexisting information will cause an error message to pop up.",
|
624
|
+
"isRight": false
|
625
|
+
}
|
626
|
+
],
|
627
|
+
"hashCode": -1827484967
|
628
|
+
},
|
629
|
+
{
|
630
|
+
"describe": "Ursa Major Solar wants to create a relationship between the standard Contact object and a custom Solar Project object Contacts potentially be related to multiple Solar Project objects, and a Solar Project can have multiple Contacts associated with it.\nHow should an app builder configure the data model?",
|
631
|
+
"answerOptions": [
|
632
|
+
{
|
633
|
+
"describe": "One Master-detail relationship on Conuct and one Master-detail relationship on Solar Project",
|
634
|
+
"isRight": true
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"describe": "Two Lookup relationships on a new custom object",
|
638
|
+
"isRight": false
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"describe": "One Lookup relationship on Contact and one Lookup relationship on Solar Project",
|
642
|
+
"isRight": false
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"describe": "Two Master-detail relationships on a new custom object",
|
646
|
+
"isRight": false
|
647
|
+
}
|
648
|
+
],
|
649
|
+
"hashCode": 1539916059
|
650
|
+
},
|
651
|
+
{
|
652
|
+
"describe": "Sales manager at universal containers would like to standardize what information sales rep are gathering. Sales rep want recommendations, sales strategies and to know what key fields need to be completed at each step of the sales process on the opportunity record. What feature should an app builder use to provide this functionally?",
|
653
|
+
"answerOptions": [
|
654
|
+
{
|
655
|
+
"describe": "Workflow",
|
656
|
+
"isRight": false
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"describe": "Path",
|
660
|
+
"isRight": true
|
661
|
+
},
|
662
|
+
{
|
663
|
+
"describe": "Chatter feed",
|
664
|
+
"isRight": false
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"describe": "Global Action",
|
668
|
+
"isRight": false
|
669
|
+
}
|
670
|
+
],
|
671
|
+
"hashCode": -1690841077
|
672
|
+
},
|
673
|
+
{
|
674
|
+
"describe": "UVC's CFO has asked that all deals with more than a 40% discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action. Which two ways can this be accomplished without building code? Choose two answer",
|
675
|
+
"answerOptions": [
|
676
|
+
{
|
677
|
+
"describe": "Launch a new approval process that has automatic submission enabled as an initial submission action",
|
678
|
+
"isRight": true
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"describe": "Create a new process with a submit for approval action to automatically submit deals for approval",
|
682
|
+
"isRight": true
|
683
|
+
},
|
684
|
+
{
|
685
|
+
"describe": "Create a new approval process that has automatic submission enabled in the entry criteria",
|
686
|
+
"isRight": false
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"describe": "Launch a flow that uses the submit for approval action to submit deals for approval",
|
690
|
+
"isRight": false
|
691
|
+
}
|
692
|
+
],
|
693
|
+
"hashCode": 1232287126
|
694
|
+
},
|
695
|
+
{
|
696
|
+
"describe": "The developer at Universal Containers wants to test code in a sandbox environment. In order to ensure the code works properly, the sandbox needs to have at least half a gigabyte of data. The sandbox will need to be refreshed after each three-day sprint.\nWhat type of sandbox should the App Builder provision to the developer?",
|
697
|
+
"answerOptions": [
|
698
|
+
{
|
699
|
+
"describe": "Developer",
|
700
|
+
"isRight": false
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"describe": "Full Copy",
|
704
|
+
"isRight": false
|
705
|
+
},
|
706
|
+
{
|
707
|
+
"describe": "Developer Pro",
|
708
|
+
"isRight": true
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"describe": "Partial Data\n2",
|
712
|
+
"isRight": false
|
713
|
+
}
|
714
|
+
],
|
715
|
+
"hashCode": -603593531
|
716
|
+
},
|
717
|
+
{
|
718
|
+
"describe": "Cloud Kicks wants to display 10 key fields at once in a separate section at the top of opportunity records on the desktop.\nWhich component should an app builder add to the record page to enable this functionality?",
|
719
|
+
"answerOptions": [
|
720
|
+
{
|
721
|
+
"describe": "Path",
|
722
|
+
"isRight": false
|
723
|
+
},
|
724
|
+
{
|
725
|
+
"describe": "Highlights Panel",
|
726
|
+
"isRight": true
|
727
|
+
},
|
728
|
+
{
|
729
|
+
"describe": "Custom Lightning Web Component",
|
730
|
+
"isRight": false
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"describe": "Accordion",
|
734
|
+
"isRight": false
|
735
|
+
}
|
736
|
+
],
|
737
|
+
"hashCode": -1347288587
|
738
|
+
},
|
739
|
+
{
|
740
|
+
"describe": "DreamHouse Realty wants to make sure an Opportunity has a field Expected_Close_Date_c populated before it is allowed to enter the qualified stage.\nHow should an app builder solution this request?",
|
741
|
+
"answerOptions": [
|
742
|
+
{
|
743
|
+
"describe": "Record Type",
|
744
|
+
"isRight": false
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"describe": "Validation Rule",
|
748
|
+
"isRight": true
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"describe": "Activity History",
|
752
|
+
"isRight": false
|
753
|
+
},
|
754
|
+
{
|
755
|
+
"describe": "Page Layout",
|
756
|
+
"isRight": false
|
757
|
+
}
|
758
|
+
],
|
759
|
+
"hashCode": -1659304306
|
760
|
+
},
|
761
|
+
{
|
762
|
+
"describe": "When a deal is closed- won, it has to be approved by the owner's manager prior to being added to the leaderboard for a quarterly sales competition. An opportunity is won on the last day of the quarter and the manager is on vacation.\nWhat is recommended to ensure all of the appropriate deals are reviewed and the leaderboard is up to date?",
|
763
|
+
"answerOptions": [
|
764
|
+
{
|
765
|
+
"describe": "Forward the approval request to the manager's assistant.",
|
766
|
+
"isRight": false
|
767
|
+
},
|
768
|
+
{
|
769
|
+
"describe": "Set up a delegated approver for the manager",
|
770
|
+
"isRight": true
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"describe": "Have the manager log on and reassign the approval request",
|
774
|
+
"isRight": false
|
775
|
+
},
|
776
|
+
{
|
777
|
+
"describe": "Use Process Builder to assign a delegated approver.",
|
778
|
+
"isRight": false
|
779
|
+
}
|
780
|
+
],
|
781
|
+
"hashCode": 373410560
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"describe": "DreamHouse Realty (DR) has a policy that requires the phone number on Contact to be deleted when the DoNotCall checkbox is checked.\nWhat automation tool should the app builder recommend?",
|
785
|
+
"answerOptions": [
|
786
|
+
{
|
787
|
+
"describe": "Quick action",
|
788
|
+
"isRight": false
|
789
|
+
},
|
790
|
+
{
|
791
|
+
"describe": "Approval process",
|
792
|
+
"isRight": false
|
793
|
+
},
|
794
|
+
{
|
795
|
+
"describe": "Validation rule",
|
796
|
+
"isRight": true
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"describe": "Workflow rule\n2",
|
800
|
+
"isRight": false
|
801
|
+
}
|
802
|
+
],
|
803
|
+
"hashCode": -940397741
|
804
|
+
},
|
805
|
+
{
|
806
|
+
"describe": "Cloud Kicks has a sales rep who is stating that their Contact is unavailable for other users to see within Salesforce.\nIn which three ways can an app builder troubleshoot this issue?\nChoose 3 answers",
|
807
|
+
"answerOptions": [
|
808
|
+
{
|
809
|
+
"describe": "Create an Account Sharing Rule to give the users access to all records.",
|
810
|
+
"isRight": false
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"describe": "Confirm whether Default Organization-Wide Sharing Settings provide access to the Account.",
|
814
|
+
"isRight": true
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"describe": "Review the Contact record and ensure it is linked to an Account.",
|
818
|
+
"isRight": true
|
819
|
+
},
|
820
|
+
{
|
821
|
+
"describe": "Verify the users with the issue have access to the Contact object.",
|
822
|
+
"isRight": true
|
823
|
+
},
|
824
|
+
{
|
825
|
+
"describe": "Create a new Contact and have the users try again.",
|
826
|
+
"isRight": false
|
827
|
+
}
|
828
|
+
],
|
829
|
+
"hashCode": 950901734
|
830
|
+
},
|
831
|
+
{
|
832
|
+
"describe": "An app builder wants to create a custom Sync button on Account that will call a Lightning Web Component that connects with an external system. This action should only be available If the custom Status field is set to Ready to Sync.\nWhat should an app builder use to add this functionality to an Account record page?",
|
833
|
+
"answerOptions": [
|
834
|
+
{
|
835
|
+
"describe": "Formula field",
|
836
|
+
"isRight": false
|
837
|
+
},
|
838
|
+
{
|
839
|
+
"describe": "Dynamic action",
|
840
|
+
"isRight": true
|
841
|
+
},
|
842
|
+
{
|
843
|
+
"describe": "AppExchange product",
|
844
|
+
"isRight": false
|
845
|
+
},
|
846
|
+
{
|
847
|
+
"describe": "Custom link",
|
848
|
+
"isRight": false
|
849
|
+
}
|
850
|
+
],
|
851
|
+
"hashCode": -994766385
|
852
|
+
},
|
853
|
+
{
|
854
|
+
"describe": "Universal Containers wants users to have access to the pricing guidelines document when viewing a Contract related to an Account.\nWhat feature should an app builder use to create easy access to the document?\nA Quick Action on the Contracts object\nB Quick Action on the Account object\nC A custom detail page link on the Account object\nD",
|
855
|
+
"answerOptions": [
|
856
|
+
{
|
857
|
+
"describe": "custom detail page link on the Contract object",
|
858
|
+
"isRight": false
|
859
|
+
}
|
860
|
+
],
|
861
|
+
"hashCode": -1260699853
|
862
|
+
},
|
863
|
+
{
|
864
|
+
"describe": "When a sales rep submits an account for approval, Universal Containers wants the user to answer additional questions via a popup window to populate additional record fields.\nWhat should an app builder use to achieve the desired result?",
|
865
|
+
"answerOptions": [
|
866
|
+
{
|
867
|
+
"describe": "Process Builder and Flow",
|
868
|
+
"isRight": false
|
869
|
+
},
|
870
|
+
{
|
871
|
+
"describe": "Lightning component and Process Builder",
|
872
|
+
"isRight": false
|
873
|
+
},
|
874
|
+
{
|
875
|
+
"describe": "Custom picklist field and Process Builder",
|
876
|
+
"isRight": false
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"describe": "Custom button and Flow",
|
880
|
+
"isRight": true
|
881
|
+
}
|
882
|
+
],
|
883
|
+
"hashCode": 26720068
|
884
|
+
},
|
885
|
+
{
|
886
|
+
"describe": "An App Builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won. Which two can satisfy this requirement?",
|
887
|
+
"answerOptions": [
|
888
|
+
{
|
889
|
+
"describe": "Use a workflow rule and an outbound message",
|
890
|
+
"isRight": true
|
891
|
+
},
|
892
|
+
{
|
893
|
+
"describe": "Use a flow and an outbound message",
|
894
|
+
"isRight": false
|
895
|
+
},
|
896
|
+
{
|
897
|
+
"describe": "Use a process and Apex Code\n2",
|
898
|
+
"isRight": true
|
899
|
+
},
|
900
|
+
{
|
901
|
+
"describe": "Use a process and an outbound message",
|
902
|
+
"isRight": false
|
903
|
+
}
|
904
|
+
],
|
905
|
+
"hashCode": -940529457
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"describe": "Ursa Major Solar wants to provide sales console users with an Incredible experience, with the most-used components easily accessible at all times.\nWhat solution can enable reps to see and access these components from anywhere within the app without leaving the pagere where the team is working?",
|
909
|
+
"answerOptions": [
|
910
|
+
{
|
911
|
+
"describe": "Favorites",
|
912
|
+
"isRight": false
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"describe": "Home page",
|
916
|
+
"isRight": false
|
917
|
+
},
|
918
|
+
{
|
919
|
+
"describe": "Global actions",
|
920
|
+
"isRight": false
|
921
|
+
},
|
922
|
+
{
|
923
|
+
"describe": "Utility bar",
|
924
|
+
"isRight": true
|
925
|
+
}
|
926
|
+
],
|
927
|
+
"hashCode": 1155860631
|
928
|
+
},
|
929
|
+
{
|
930
|
+
"describe": "What should an app builder consider when choosing a template for a new Lightning record page?\nA The template is unable to be changed after the initial save.\nB To view the record page, users need \"View All Data\" permissions for the object.\nC",
|
931
|
+
"answerOptions": [
|
932
|
+
{
|
933
|
+
"describe": "Page structure will automatically adapt to the device being used to view the record page.\nD Select a new template for each type of device users use to view the record page.",
|
934
|
+
"isRight": false
|
935
|
+
}
|
936
|
+
],
|
937
|
+
"hashCode": -1701974777
|
938
|
+
}
|
939
|
+
],
|
940
|
+
"hashCode": 328385629
|
941
|
+
}
|