Questions Exam - Vancouver Flashcards
Q1. Can inherited fields be deleted from a table?
a) Yes, select the red X in the left-most column in the table definition
b) Yes, but only if they are text fields
c) Yes, but only if there has never been any saved field data
d) No, inherited fields cannot be deleted from a child table
d) No, inherited fields cannot be deleted from a child table
Q2. What is the purpose of the Application Picker?
a) Select an application to run
b) Select an application as a favorite in the Application Navigator
c) Choose an application to edit and set the Application Scope
d) Choose an application to download and install
c) Choose an application to edit and set the Application Scope
Q3. What are Application Files in a ServiceNow application?
a) An XML export of an application’s table records
b) CSV files containing data imported into an application
c) Servicenow artifacts comprising an application
d) XML exports of an application’s Update Set
c) Servicenow artifacts comprising an application
Q4. Which one of the following is NOT true for Modules?
a) Modules open content pages
b) Access to Modules is controlled with roles
c) Every Module must be part of an Application menu
d) Every Module must be associated with a table
d) Every Module must be associated with a table
(some modules type do not need table)
Q5. A graphical view of relationships among tables is a <blank>.
a) Schema map
b) Dependency view
c) Graphical User Interface
d) Map source report</blank>
a) Schema map
Q6. Which one of the following is true for the Application Picker?
a) All custom application scope and the Global scope appear in the Application Picker
b) All applications in ServiceNow, including baseline applications like Incident, appear in the Application Picker
c) Only custom applications appear in the Application Picker
d) Only downloaded applications appear in the Application Picker
a) All custom application scope and the Global scope appear in the Application Picker
Q7. When creating an application through the Guided Application Creator, which of the following is a user experience option?
a) Portal
b) Mobile
c) Self-service
d) Workspace
b) Mobile
Q8. When writing a Client Script to provide feedback targeted on top of the form, which method should be used?
a) g_form.showInfoMessage()
b) g_form.showFieldMsg()
c) g_form.addInfoMessage()
d) g_form.addFieldMsg()
c) g_form.addInfoMessage()
Q9. Which actions can a Business Rule take without scripting?
a) Set field values and write to the system log
b) Set field values and generate an event
c) Set field values and add message
d) Set field values and query the database
c) Set field values and add message
Q10. Which server-side object provides methods for working with dates when writing a script in a privately scoped application?
a) GlideDateTime
b) GlideRecord
c) GlideSystem
d) current
a) GlideDateTime
Q11. Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?
a) Create an application property to store the URL
b) Configure the page in the Module that opens the Record Producer UI
c) Write an after Business Rule script for the Record Producer’s table: window.redirect = “<URL>"
d) Write a script in the Record Producer's Script field: producer.redirect = "<URL>"</URL></URL>
d) Write a script in the Record Producer’s Script field: producer.redirect = “<URL>"</URL>
Q12. Identify characteristic(s) of a Record Producer. (Choose three)
a) All records created using this strategy are inserted into the Requested Item [sc_req_item] table.
b) Each field prompts the user with a question rather than a field label.
c) They must be scripted.
d) You can script behaviors of fields in the user interface.
e) Graphics can be included on the user interface.
B, C e D
b) Each field prompts the user with a question rather than a field label.
c) They must be scripted.
d) You can script behaviors of fields in the user interface.
Q13. Which server-side API debug log method is available for scoped applications?
a) gs.log()
b) gs.info()
c) gs.debuglog()
d) gs.print()
b) gs.info()
Q14. Which script types execute on the server? (Choose three)
a) Business Rule
b) Client Scripts
c) UI Policies
d) Script Actions
e) Scheduled Jobs
A, D e E
a) Business Rule
d) Script Actions
e) Scheduled Jobs
Q15. What is the best UX format to use for lists and forms?
a) Forms
b) Lists
c) Standard
d) Classic
b) Lists
Q16. Which of the following statements is true for the Form Designer?
a) To add a field to the form layout, drag the field from the fields tab to the desired destination on the form.
b) To create a new field on a form’s table, drag the appropriate data type from the Field types tab to the form and then configure the new field.
c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d) To add a section to the form layout, drag it from the field types tab to the desired destination on the form.
A. a, b, c, and d
B. b, c, and d
C. a, b, and d
D. a, b, and c
D. a, b, and c
a) To add a field to the form layout, drag the field from the fields tab to the desired destination on the form.
b) To create a new field on a form’s table, drag the appropriate data type from the Field types tab to the form and then configure the new field.
c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
Q17. To see what scripts, reports, and other application artifacts will be in a published application:
a) Enter the name of the Application in the Global search field
b) Open the list of Update Sets for the instance
c) Examine the Application Files Related List in the application to be published
d) Open the artifact records individually to verify the value in the Application field
c) Examine the Application Files Related List in the application to be published
Q18. Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
a) All access to this table via web services
b) Can create, Can update, and Can delete
c) Can read does not affect the availability of other Application Access fields
d) Allow configuration
b) Can create, Can update, and Can delete
(These fields become read only when ‘can read’ is de-selected)
Q19. When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
a) REST messages
b) Table
c) Script Include
d) Workflow
b) Table
Q20. In an Email Notification, which one of the following is NOT true for the Weight field?
a) Only Notifications with the highest weight for the same record and recipients are sent.
b) A Weight value of zero means that no email should be sent
c) The Weight value defaults to zero
d) A Weight value of zero means the Notification is always sent when the Notifications When to send criteria is met
b) A Weight value of zero means that no email should be sent
Q21. Which of the following objects does a Display Business Rule NOT have access to?
a) previous
b) GlideSystem
c) g_scratchpad
d) current
a) previous
Q22. Which of the following features are available to Global applications? (Choose two)
a) Automated Test Framework
b) Source Control
C) Delegated Development
d) Flow Designer
A e D
a) Automated Test Framework
d) Flow Designer
Q23. Which one of the following is NOT a UI Action type?
a) List choice
b) Form button
c) List banner button
d) Form choice
d) Form choice
Q24. Which of the following is NOT supported by Flow Designer?
a) Call a subflow from a flow
b) Test a flow with rollback
c) Use Delegated Developer
d) Run a flow from a MetricBase Trigger
b) Test a flow with rollback
Q25. Which of the following are true for reports in ServiceNow? (Choose three)
a) Any user can see any report shared with them.
b) Can be a graphical representation of data.
c) All users can generate reports on any table.
d) Can be run on demand by authorized users.
e) Can be scheduled to be run and distributed by email.
B, D e E
b) Can be a graphical representation of data.
d) Can be run on demand by authorized users.
e) Can be scheduled to be run and distributed by email.
Q26. Modules must have a Link type. Which one of the following is a list of Link types?
a) List of Records, Separator, Catalog Type, Roles
b) Assessment, List of Records, Separator, Timeline Page
c) List of Records, Content Page, Order, URL (from arguments:)- Order is not a link type
d) Assessment, List of Records, Content Page, Roles
b) Assessment, List of Records, Separator, Timeline Page
Q27. Which one of the following is true for a table with the ‘Allow configuration’ Application Access option selected?
a) Only the in scope applications scripts can create Business Rules for the table.
b) Any user with the applications user role can modify the applications scripts.
c) Out of scope applications can create Business Rules for the table.
d) Out of scope applications can add new tables to the scoped application
c) Out of scope applications can create Business Rules for the table.
Q28. When working in the Form designer, configuring the label of a field in a child table changes the label on which table(s)?
a) base table
b) child table
c) parent table
d) all tables
b) child table
Q29. Which one of the following is true?
a) A UI Policy Actions execute before the UI Policy Scripts.
b) The execution order for a UI Policy Scripts and Actions is determined at runtime.
c) A UI Policy Scripts execute before the UI Policy Actions
d) A UI Policy Actions and Scripts execute at the same time
c) A UI Policy Scripts execute before the UI Policy Actions
Q30. Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
a) g_user.hasRole(‘catalog_admin’)
b) g_user.hasRoleExactly(‘catalog_admin’)
c) g_user.hasRoleOnly(‘catalog_admin’)
d) g_user.hasRoleFromList(‘catalog_admin’)
b) g_user.hasRoleExactly(‘catalog_admin’)
Q31. There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
a) Identify the table
b) Script the function(s)
c) Create a class
d) Create a prototype object from the new class
a) Identify the table
Q32. Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two)
a) source_control
b) source_control_admin
c) admin
d) git_admin
A e C
a) source_control
c) admin
Q33. When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
a) ${event.<property>}
b) ${current.<property>}
c) ${<property>.getDisplayValue()}
d) ${gs.<property>}</property></property></property></property>
a) ${event.<property>}</property>
Q34. Which one of the following is true for a Script Include with a Protection Policy value of Protected?
a) Any user with the protected_edit role can see and edit the Script Include
b) The Protection policy option can only be enabled by a user with the admin role
c) The Protection Policy is applied only if the glide.app.apply_protection system property value is true
d) The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
d) The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
Q35. Which one of the following is true for GlideUser (g_user) methods?
a) Can be used in Client Scripts and UI policies only
b) Can be used in Business Rules only
c) Can be used in Client Scripts, UI Policies, and UI Actions
d) Can be used in Business Rules, and Scripts Includes
c) Can be used in Client Scripts, UI Policies, and UI Actions
Q36. When configuring a module, what does the Override application menu roles configuration option do?
a) Users with the module role but without access to the application menu access the module
b) Self-Service users can access the module even though they do not have roles
c) Admin is given access to the module even if Access Controls would ordinarily
prevent access
d) Users with access to the application menu can see the module even if they don’t have the module role
a) Users with the module role but without access to the application menu access the module
Q37. When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
a) Upload spreadsheet
b) Create table from template
c) Extend a table
d) Create table from scratch
b) Create table from template
Q38. Why would you build a custom app? (Choose two)
a) To fulfill is specific use case on internal processes
b) To avoid using a code repository like GitHub or GitLab
c) To create a custom integration for 3rd party system
d) To replace ServiceNow Base Tables
A e C
a) To fulfill is specific use case on internal processes
c) To create a custom integration for 3rd party system
Q39. What are the ways to designate data tables when Guided Application Creator(GAC)?[Choose three]
a) Upload an existing PDF
b) Create a new table on the platform
c) Use an existing table on the platform
d) Upload an existing spreadsheet
e) Upload an existing word processing document
f) Use a freeform database
B, C e D
b) Create a new table on the platform
c) Use an existing table on the platform
d) Upload an existing spreadsheet
Q40. When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
a) Use the Choice data type to limit options in a field
b) Use the Data data type to enter the date and time of day
c) Use the Phone number data type to automate phone number data validation
d) Use the string data type for a free-form text field
b) Use the Data data type to enter the date and time of day
Q41. Client-side scripts manage what?
a) Forms and Forms fields
b) Playbook access
c) Database and backend
d) User access
a) Forms and Forms fields
Q42. What syntax is used in a Record Producer script to access values from Record Producer form fields?
a) producer.field_name
b) producer.variablename
c) current.variable_name
d) current.field_name
b) producer.variablename
Q43. How do you configure a Scheduled Job to execute on the last day of every month?
a) Set the Run field value to Periodically and the Repeat Interval value to 31
b) Set the Run field value to Periodically and the Repeat Interval value to Last Day
c) Set the Run field value to Monthly and the Day field value to 31
d) Set the Run field value to Monthly and the Day field value to Last Day
c) Set the Run field value to Monthly and the Day field value to 31
Q44. Modules must have a Link Type. Which one of the following is a list of Link types?
a) List of Records, Separator, Catalog Type, Roles
b) Assessment, List of Records, Separator, Timeline Page
c) List of Records, Content Page, Order, URL (from arguments:)- Order is not a link type
d) Assessment, List of Records, Content Page, Roles
b) Assessment, List of Records, Separator, Timeline Page
Q45. When managing global application files, you can NOT:
a) Add files from global scope to a global application
b) Remove files from a global application
c) Move an application file between global applications
d) Move applications files into or out of a scoped application
d) Move applications files into or out of a scoped application
Q46. Which utility is used to determine if field names in an Import Set match the field names on the target table when importing data into ServiceNow?
a) Auto Map matching fields
b) Transform Maps
c) CI Relationship Builder
d) Business Service Management Map
a) Auto Map matching fields
Q47. Which of the following are true for reports in ServiceNow? (Choose three)
a) Any user can see any report shared with them
b) Can be a graphical representation of data
c) All users can generate reports on any table
d) Can be run on demand by authorized users
e) Can be scheduled to be run and distributed by email
B, D e E
b) Can be a graphical representation of data
d) Can be run on demand by authorized users
e) Can be scheduled to be run and distributed by email
Q48. In an Email Notification, which one of the following is NOT true for the Weight field?
a) Only Notifications with the highest weight for the same record and recipients are sent
b) A weight value of zero means that no email should be sent
c) The weight value defaults to zero
d) A weight value of zero means the Notification is always sent when the Notification’s When to send criteria is met
b) A weight value of zero means that no email should be sent
Q49. You are writing an Async Business Rule for a table in a different scope than the Business Rule record. Which one of the following database operations CANNOT be part of the Async Business Rule’s configuration?
a) Delete
b) Update
c) Query
d) Insert
c) Query
Q50. Which one of the following is NOT a GlideUser (g_user) method?
a) userName()
b) getFullName()
c) hasRole()
d) hasRoleExactly()
e) none of the options are a method
e) none of the options are a method
Q51. ServiceNow Desktop applications automatically run on which platform(s):
a) Desktop
b) Smartphone
c) Desktop and Smartphone
d) Desktop and Tablet
d) Desktop and Tablet
Q52. Which of the following GuideRecord methods run a query against a database table? [Choose 3 answers]
a) -query()
b) runQuery()
c) query()
d) -get()
e) get()
A, C e E
a) -query()
c) query()
e) get()
Q53. Application developers configure ServiceNow using industry standard Javascript to…
a) Enable the right-click to edit the context menus on applications in the navigator
b) Extend and add functionality
c) Customize the organization’s company logo and banner text
d) Configure the outgoing email display name
b) Extend and add functionality
Q54. Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
a) Conditions, Script, Roles
b) Script, Conditions, Roles
c) Conditions, Roles, Script
d) Roles, Conditions, Script
d) Roles, Conditions, Script
Q55. Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a) Script Action
b) Scheduled Script Execution (Scheduled Job)
c) UI Policy
d) Email Notification
A. b and C
B. c
C. a and d
D. a and c
C. a and d
a) Script Action
d) Email Notification
Q56. In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
a) g_form getUserID()
b) g_form getUserSysy
c) gs.getUserSysID()
d) gs.getUserID()
d) gs.getUserID()
Q57. Which of the following objects does a Display Business Rule NOT have access to?
a) previous
b) GlideSystem
c) g_scratchpad
d) current
a) previous