What methods are useful in Access control scripts? (2) - ANSWER gs.hasRole(); & cur-
rent.isNewRecord();
What objects can be used in inbound action scripts? (3) - ANSWER Event, Current, Email
What are the Annotation Types? (6) - ANSWER Info box blue, Info box red, Line separator,
section details, section separator, text
What are the steps in the generalized process for working with events? (3) - ANSWER Re-
spond to the event, Add an event to the Event Registry, Generate the event
What are the Core activities of a workflow? (7) - ANSWER conditions, utilities, timers, ser-
vice catalog, notifications, subflows, approvals
What are the link types? (4) - ANSWER list of records, separator, catalog type, roles
What method is used to retrieve system property? - ANSWER gs.getProperty();
What is part of the Client Side scripting API? - ANSWER GlideUser Object(g_user)
What scoped class is getCurrentDomainID() method apart from? - ANSWER Scoped
Glidesession
1
, Which method is used in emulating mobile for testing? - ANSWER $m.do
In what order is Access control evaluated? - ANSWER Most specific match to generic
match
What is not supported in Flow Designer? (outdated answer, but I saw this question on the
exam) - ANSWER test a flow w/ rollback (I believe the answer is "test a flow and run it as
"Run is")
What methods use GlideUser (g_user)? (3) - ANSWER Client Scripts, UI policies, UI ac-
tions
Which source control operation is available from both Studio and GIT Repository? - AN-
SWER Create Branch
What object writes a message to the System Log, but not to the syslog table? - ANSWER
gs.print ("hello world");
What is a module? - ANSWER Functionality within an app menu
What Syntax is used in the Record Producer script to access values from Record Producers
form fields? - ANSWER producer.variablename
What object does a Display Business Rule not have access to? - ANSWER Previous
What is the correct Syntax for adding dynamic content to a notification HTML field? (re-
search this question) - ANSWER $ (short_description) (research this answer, I'm unsure
about this. This did pop up on the exam, but $(short_description was not listed as a answer)
2