-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathucsanew1.json
40 lines (40 loc) · 1004 Bytes
/
ucsanew1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[
{
"que": "What section on a task record would you use to see the most recent update made to a record?",
"opt": [
"Journal",
"Timeline",
"update log",
"audit log",
"diary",
"activity"
],
"ans": "F",
"explaination": "activity"
},
{
"que": "What are examples of UI actions, relating to lists? choose four answers?",
"opt": [
"List buttons",
"list context menu",
"list choices",
"list links",
"list control",
"lists overwrite"
],
"ans": "A,B,C,D",
"explaination": "List buttons<br />list context menu<br />list choices<br />list links"
},
{
"que": "which feature allows you to automate business logic for a particular application or process such as approvals, task, notifications, and record Operations?",
"opt": [
"Flows",
"Action sequence",
"Flow diagrams",
"action sets",
"task flows"
],
"ans": "A",
"explaination": "Flows"
},
]