Application Developer (CAD)

Descrição

ServiceNow Quiz sobre Application Developer (CAD), criado por Juliana Viana Dos Santos em 11-03-2021.
Juliana  Viana Dos Santos
Quiz por Juliana Viana Dos Santos , atualizado more than 1 year ago
Juliana  Viana Dos Santos
Criado por Juliana Viana Dos Santos aproximadamente 3 anos atrás
4889
0

Resumo de Recurso

Questão 1

Questão
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
Responda
  • GlideRecord and current
  • GlideUser and GlideRecord
  • GlideSystem and GlideRecord
  • GlideSystem and current

Questão 2

Questão
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
Responda
  • Publisher
  • Specialist
  • Provider
  • Consumer

Questão 3

Questão
Which one of the following is the fastest way to create and configure a Record Producer?
Responda
  • Create a Catalog Category, open the category, and select the Add New Record Producer button
  • Use the Record Producer module then add and configure all variables manually
  • Open the table in the Table records and select the Add to Service Catalog Related Link
  • Open the table’s form, right-click on the form header, and select the Create Record Producer menu item

Questão 4

Questão
Which of the following methods are useful in Access Control scripts?
Responda
  • g_user.hasRole() and current.isNewRecord()
  • gs.hasRole() and current.isNewRecord()
  • g_user.hasRole() and current.isNew()
  • gs.hasRole() and current.isNew()

Questão 5

Questão
Which one of the following client-side scripts apply to Record Producers?
Responda
  • Catalog Client Scripts and Catalog UI Policies
  • UI Scripts and UI Actions
  • UI Scripts and Record Producer Scripts
  • Client Scripts and UI Policies

Questão 6

Questão
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
Responda
  • table.*will grant access to every field in a record
  • table.None will grant access to every record on the table
  • table.field will grant access to a specific field in a record
  • table.id will grant access to a specific record on the table

Questão 7

Questão
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?
Responda
  • You must create Access Controls to prevent all other application scopes from creating configuration records on an application’s data tables rather than using Application Access
  • Set the Accessible from field value to All application scopes and de-select the Can create option
  • Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option
  • Set the Accessible from field value to This application scope only

Questão 8

Questão
What are some of the benefits of extending an existing table such as the Task table when creating a new application?
Responda
  • You can repurpose existing fields by simply changing the label
  • Use existing fields with no modifications
  • Existing logic from the parent table will be automatically applied to the new table.
  • All of the parent table records are copied to the new table.

Questão 9

Questão
Which one of the following is NOT a method used for logging messages in a server-side script for a privately-scoped application?
Responda
  • gs.log()
  • gs.error()
  • gs.warn()
  • gs.debug()

Questão 10

Questão
What is the new module’s default behavior?
Responda
  • Open an empty form so new records can be created
  • Open a link to a wiki article with instructions on how to customize the behavior of the new module
  • Display an empty homepage for the application
  • Display a list of all records from the table

Questão 11

Questão
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
Responda
  • Password
  • URL
  • User name
  • Application name

Questão 12

Questão
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
Responda
  • Bar Chart, Pie Chart, Histogram, and Line
  • Bar Chart
  • Bar Chart, Pie Chart, and Histogram
  • Bar Chart and Pie Chart

Questão 13

Questão
What is a Module?
Responda
  • The functionality within an application menu such as opening a page in the content frame or a separate tab or window
  • A group of menus, or pages, providing related information and functionality to end-users
  • A way of helping users quickly access information and services by filtering the items in the Application Navigator
  • A web-based way of providing software to end-users

Questão 14

Questão
Which source control operation is available from BOTH Studio and the Git Repository?
Responda
  • Create Branch
  • Apply Remote Changes
  • Stash Local Changes
  • Edit Repository Configurations

Questão 15

Questão
Which of the following methods prints a message on a blue background to the top of the current form by default?
Responda
  • g_form.addInfoMsg()
  • g_form.addInfoMessage()
  • g_form.showFieldMessage()
  • g_form.showFieldMsg()

Questão 16

Questão
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
Responda
  • Spoke
  • Bundle
  • Action
  • Flow

Questão 17

Questão
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Responda
  • producer.field_name
  • producer.variablename
  • current.variable_name
  • current.field_name

Questão 18

Questão
How many applications menus can an application have?
Responda
  • 3, one for an application’s user modules, one for an application’s administrator modules, and one for the ServiceNow administrator’s modules
  • As many as the application design requires
  • 2, one for an application’s user modules and one for an application’s administrator modules
  • 1, which is used for all application modules

Questão 19

Questão
The source control operation used to store local changes on an instance for later application is called a(n).
Responda
  • Branch
  • Tag
  • Stash
  • Update set

Questão 20

Questão
Which one of the following is part of the client-side scripting API?
Responda
  • workflow.scratchpad
  • GlideUser object (g_user)
  • current and previous objects
  • GlideSystem object (gs)

Questão 21

Questão
Application developers configure ServiceNow using industry standard JavaScript to…
Responda
  • Enable the right-click to edit the context menus on applications in the navigator
  • Extend and add functionality
  • Customize the organization’s company logo and banner text
  • Configure the outgoing email display name

Questão 22

Questão
Which of the following CANNOT be debugged using the Field Watcher?
Responda
  • Business Rules
  • Script Includes
  • Client Scripts
  • Access Controls

Questão 23

Questão
Which objects can be used in Inbound Action scripts? (3 options)
Responda
  • current
  • previous
  • email
  • event
  • producer

Questão 24

Questão
What are some of the considerations to document as part of the business process?
Responda
  • Business problem, data input/output, users/stakeholders, and process steps
  • Business problem, data input/output, project schedule, and process steps
  • Business problem, data input/output, users/stakeholders, and database capacity
  • Business problem, users/stakeholders, available licenses, and database capacity

Questão 25

Questão
Which of the following statements does NOT apply when extending an existing table?
Responda
  • The parent table’s Access Controls are evaluated when determining access to the new table’s records and fields
  • The new table inherits the functionality built into the parent table
  • The new table inherits all of the fields from the parent table
  • You must script and configure all required behaviors

Questão 26

Questão
Which one of the following is the baseline behavior of a table in a privately-scoped application?
Responda
  • The table and its data are not accessible using web services
  • Any Business Rule can read, write, delete, and update from the table
  • Only artifacts in the table’s application can read from the table
  • All application scopes can read from the table

Questão 27

Questão
Which one of the following is NOT a purpose of application scoping?
Responda
  • Provide a relationship between application artifacts
  • Provide a way of tracking the user who developed an application
  • Provide a namespace (prefix and scope name) to prevent cross application name collisions
  • Provide controls for how scripts from another scope can alter tables in a scoped application

Questão 28

Questão
Which one of the following is true regarding Application Scope?
Responda
  • All applications are automatically part of the Global scope
  • Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
  • Any developer can edit any application
  • Developers can choose the prefix for a scope’s namespace

Questão 29

Questão
Identify the incorrect statement about Delegated Development in ServiceNow.
Responda
  • Administrators can grant non-admin users the ability to develop global applications.
  • Administrators can specify which application file types the developer can access.
  • Administrators can grant the developer access to script fields.
  • Administrators can grant the developer access to security records.

Questão 30

Questão
One of the uses of the ServiceNow REST API Explorer is:
Responda
  • Practice using REST to interact with public data providers
  • Find resources on the web for learning about REST
  • Convert SOAP Message functions to REST methods
  • Create sample code for sending REST requests to ServiceNow

Questão 31

Questão
Which one of the following returns true if the currently logged in user has the admin role?
Responda
  • g_form.hasRoleExactly(‘admin’)
  • gs.hasRole(‘admin’)
  • g_form.hasRole(‘admin’)
  • gs.hasRoleExactly(‘admin’)

Questão 32

Questão
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
Responda
  • Needs workflow to manage processes
  • Requires "as-is" use of low-level programming libraries
  • Requires reporting capabilities
  • Uses forms extensively to interact with data

Questão 33

Questão
When configuring a REST Message, the Endpoint is:
Responda
  • The commands to the REST script to stop execution
  • The URI of the data to be accessed, queried, or modified
  • Information about the format of the returned data
  • The response from the provider indicating there is no data to send back

Questão 34

Questão
In what order are ServiceNow Access Controls evaluated?
Responda
  • table, field
  • record, field
  • table, record
  • field, table

Questão 35

Questão
When configuring a module, what does the Override application menu roles configuration option do?
Responda
  • Users with the module role but without access to the application menu access the module
  • Self-Service users can access the module even though they do not have roles
  • Admin is given access to the module even if Access Controls would ordinarily prevent access
  • Users with access to the application menu can see the module even if they don’t have the module role

Questão 36

Questão
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
Responda
  • Business Service Management Map
  • Data Sources
  • Transform Map
  • Cl Relationship Builder

Questão 37

Questão
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
Responda
  • Any user with the protected_edit role can see and edit the Script Include
  • The Protection policy option can only be enabled by a user with the admin role
  • The Protection Policy is applied only if the glide.app.apply_protection system property value is true
  • The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store

Questão 38

Questão
Which one of the following is true for GlideUser (g_user) methods?
Responda
  • Can be used in Client Scripts and UI Policies only
  • Can be used in Business Rules only
  • Can be used in Client Scripts, UI Policies, and UI Actions
  • Can be used in Business Rules, and Scripts Includes

Questão 39

Questão
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (2 Options)
Responda
  • source_control
  • source_control_admin
  • admin
  • git_admin

Questão 40

Questão
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
Responda
  • ${event.<property name>}
  • ${current.<property name>}
  • ${property name>.getDisplayValue()}
  • ${gs.<property name>}

Questão 41

Questão
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
Responda
  • g_user.hasRole(‘catalog_admin’)
  • g_user.hasRoleExactly(‘catalog_admin’)
  • g_user.hasRoleOnly(‘catalog_admin’)
  • g_user.hasRoleFromList(‘catalog_admin’)

Questão 42

Questão
When creating a Utils Script Include. Identify the step that does not belong.
Responda
  • Identify the table
  • Script the function(s)
  • Create a class
  • Create a prototype object from the new class

Questão 43

Questão
Here is the Business Rule script template: (function executeRule (current, previous */null when async*/){ }) (current, previous); This type of JavaScript function is known as:
Responda
  • Constructor
  • Scoped
  • Anonymous
  • Self-invoking

Questão 44

Questão
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
Responda
  • base table
  • child table
  • parent table
  • all tables

Questão 45

Questão
Which one of the following is true?
Responda
  • A UI Policy’s Actions execute before the UI Policy’s Scripts
  • The execution order for a UI Policy’s Scripts and Actions is determined at runtime
  • A UI Policy’s Scripts execute before the UI Policy’s Actions
  • A UI Policy’s Actions and Scripts execute at the same time

Questão 46

Questão
Which one of the following is a list of Link types?
Responda
  • List of Records, Separator, Catalog Type, Roles
  • Assessment, List of Records, Separator, Timeline Page
  • List of Records, Content Page, Order, URL (from arguments:)
  • Assessment, List of Records, Content Page, Roles

Questão 47

Questão
Which of the following is NOT supported by Flow Designer?
Responda
  • Call a subflow from a flow
  • Test a flow with rollback
  • Use Delegated Developer
  • Run a flow from a MetricBase Trigger

Questão 48

Questão
Which of the following are true for reports in ServiceNow? (3 options)
Responda
  • Any user can see any report shared with them.
  • Can be a graphical representation of data.
  • All users can generate reports on any table.
  • Can be run on demand by authorized users.
  • Can be scheduled to be run and distributed by email.

Questão 49

Questão
Which of the following features are available to Global applications? (2 options)
Responda
  • Automated Test Framework
  • Source Control
  • Delegated Development
  • Flow Designer

Questão 50

Questão
Which one of the following is true for a table with the "Allow configuration" Application Access option selected?
Responda
  • Only the in scope application’s scripts can create Business Rules for the table
  • Any user with the application’s user role can modify the application’s scripts
  • Out of scope applications can create Business Rules for the table
  • Out of scope applications can add new tables to the scoped application

Questão 51

Questão
Which one of the following is NOT a UI Action type?
Responda
  • List choice
  • Form button
  • List banner button
  • Form choice

Questão 52

Questão
Which one of the following is NOT true for the Weight field?
Responda
  • Only Notifications with the highest weight for the same record and recipients are sent
  • A Weight value of zero means that no email should be sent
  • The Weight value defaults to zero
  • A Weight value of zero means the Notification is always sent when the Notification’s When to send criteria is met

Questão 53

Questão
Which of the following objects does a Display Business Rule NOT have access to?
Responda
  • previous
  • GlideSystem
  • g_scratchpad
  • current

Questão 54

Questão
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Responda
  • REST messages
  • Table
  • Script Include
  • Workflow

Questão 55

Questão
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Responda
  • All access to this table via web services
  • Can create, Can update, and Can delete
  • Can read does not affect the availability of other Application Access fields
  • Allow configuration

Questão 56

Questão
What scripts, reports, and other application artifacts will be in a published application:
Responda
  • Enter the name of the Application in the Global search field
  • Open the list of Update Sets for the instance
  • Examine the Application Files Related List in the application to be published
  • Open the artifact records individually to verify the value in the Application field

Questão 57

Questão
Which one of the following is NOT a debugging strategy for client-side scripts?
Responda
  • g_form.addInfoMessage()
  • Field Watcher
  • jslog()
  • gs.log()

Questão 58

Questão
Which of the following statements is true for the Form Designer? (3 options)
Responda
  • To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
  • 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
  • To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
  • To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.

Questão 59

Questão
Which of the following are configured in an Email Notification?
Responda
  • Who will receive the notification.
  • What content will be in the notification.
  • When to send the notification.
  • How to send the notification.

Questão 60

Questão
Which of the following is NOT a trigger type in Flow Designer? (2 options)
Responda
  • Outbound Email
  • Application
  • Record
  • Schedule

Semelhante

Rapture by Carol Ann Duffy critics
Magdalena Kolodziej
Santiago Barrera - CAD (spectra-CAM)
Santiago Barrera Escudero
CORONARY ARTERY DISEASE (CAD)
Thusi T
ServiceNow Fundamentals - Orlando Version
Rolando Sanchez
Cardiac Meds
Alison Fernandez
Dibujo de ingeniería Momento 3
Víctor Pórtela
ServiceNow CAD (Certified Application Developer)
Matheus Uta
Dibujo de ingeniera
JOHN DIAZ
CAFD
url237
1_Rapture by Carol Ann Duffy critics
nelsonsjp
Rapture by Carol Ann Duffy critics
Joshua Askew