a. gs.getAppProperty()
b. gs.getProperty()
c. g_form.getProperty()
d. g_form.getAppProperty() - ANSWER b
Which of the following modules enables security rule debugging?
a. Access Control > Debugging > Debug Security Rule
b. System Security > Session Debug > Debug Security Rules
c. System Diagnostics > Session Debug > Debug Security Rules
d. System Diagnostics > Debugging > Debug Security Rules
e. System Security > Debugging > Debug Security Rules - ANSWER e
Which of the following statements is true for managing applications purchased from the
Store?
a. Applications that belong to other organizations can be customized.
b. There are separate entitlements for application-customizations.
c. Applications that belong to other organizations can be changed.
d. Customizations cannot revert back to the base system application. - ANSWER d
How is access to Application menus and modules controlled?
a. Application Rules
b. Roles
c. Client Scripts
1
, d. Access controls - ANSWER b
An application has a table named MyTable with the following three fields: field1, field2,
field3. Table.none is set for READ for the Admin and Itil roles. Table.field3 is set for the READ
by the Admin role only. What with the Itil role be able to read? (select one)
a. field2, field3
b. field1, field3
c. field1, field2
d. field1, field2, field3 - ANSWER c
In a business rule which of the following returns the sys_id of the current logged in user?
a. g_form.getUserID()
b. gs.getUserID()
c. gs.getUserSysID()
d. g_form.getUserSysID() - ANSWER b
In Form Designer, when you edit the label of a field on a child table, the label is updated on?
a. Child table
b. All tables
c. Base table
d. Parent table - ANSWER a
Which of the following are NOT methods from the GlideRecord API?
a. addAndQuery()
b. addOrQuery()
c. query()
d. addEncodedQuery()
2