Questions Exam - Vancouver Flashcards
(144 cards)
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