CAD

Descripción

ATENÇÃO: AS QUESTÕES FORAM COPIADAS DO SITE https://vceplus.com/exam-cad/
Everlyn Yamamoto
Test por Everlyn Yamamoto, actualizado hace más de 1 año
Everlyn Yamamoto
Creado por Everlyn Yamamoto hace alrededor de 3 años
432
1

Resumen del Recurso

Pregunta 1

Pregunta
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.
Respuesta
  • a, b, c, and d
  • b, c, and d
  • a, b, and d
  • a, b, and c

Pregunta 2

Pregunta
Which of the following are configured in an Email Notification? a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification
Respuesta
  • a, b and c
  • a, b, and d
  • b, c and d
  • a, c and d

Pregunta 3

Pregunta
To see what scripts, reports, and other application artifacts will be in a published application:
Respuesta
  • 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

Pregunta 4

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

Pregunta 5

Pregunta
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Respuesta
  • 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

Pregunta 6

Pregunta
Which of the following is NOT a trigger type in Flow Designer?
Respuesta
  • Outbound Email
  • Application
  • Record
  • Schedule

Pregunta 7

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

Pregunta 8

Pregunta
In an Email Notification, which one of the following is NOT true for the Weight field?
Respuesta
  • 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

Pregunta 9

Pregunta
Which of the following objects does a Display Business Rule NOT have access to?
Respuesta
  • previous
  • GlideSystem
  • g_scratchpad
  • current

Pregunta 10

Pregunta
Which of the following features are available to Global applications? (Choose two.)
Respuesta
  • Automated Test Framework
  • Source Control
  • Delegated Development
  • Flow Designer

Pregunta 11

Pregunta
Which one of the following is NOT a UI Action type?
Respuesta
  • List choice
  • Form button
  • List banner button
  • Form choice

Pregunta 12

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

Pregunta 13

Pregunta
Which of the following are true for reports in ServiceNow? (Choose three.)
Respuesta
  • 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

Pregunta 14

Pregunta
Modules must have a Link type. Which one of the following is a list of Link types?
Respuesta
  • 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

Pregunta 15

Pregunta
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
Respuesta
  • 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

Pregunta 16

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

Pregunta 17

Pregunta
Which one of the following is true?
Respuesta
  • 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

Pregunta 18

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

Pregunta 19

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

Pregunta 20

Pregunta
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
Respuesta
  • Identify the table
  • Script the function(s)
  • Create a class
  • Create a prototype

Pregunta 21

Pregunta
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.)
Respuesta
  • source_control
  • source_control_admin
  • admin
  • git_admin

Pregunta 22

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

Pregunta 23

Pregunta
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
Respuesta
  • 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

Pregunta 24

Pregunta
Which one of the following is true for GlideUser (g_user) methods?
Respuesta
  • 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 Action
  • Can be used in Business Rules, and Scripts Includes

Pregunta 25

Pregunta
When configuring a module, what does the Override application menu roles configuration option do?
Respuesta
  • 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

Pregunta 26

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

Pregunta 27

Pregunta
When configuring a REST Message, the Endpoint is:
Respuesta
  • 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

Pregunta 28

Pregunta
When evaluating Access Controls, ServiceNow searches and evaluates:
Respuesta
  • Only for matches on the current table
  • Only for matches on the current field
  • From the most specific match to the most generic match
  • From the most generic match to the most specific match

Pregunta 29

Pregunta
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
Respuesta
  • g_form.hasRoleExactly(‘admin’)
  • gs.hasRole(‘admin’)
  • g_form.hasRole(‘admin’)
  • gs.hasRoleExactly(‘admin’)

Pregunta 30

Pregunta
From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:
Respuesta
  • Needs workflow to manage processes
  • Requires “as-is” use of low-level programming libraries
  • Requires reporting capabilities
  • Uses forms extensively to interact with data

Pregunta 31

Pregunta
Identify the incorrect statement about Delegated Development in ServiceNow.
Respuesta
  • 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.

Pregunta 32

Pregunta
One of the uses of the ServiceNow REST API Explorer is:
Respuesta
  • 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

Pregunta 33

Pregunta
Which one of the following is true regarding Application Scope?
Respuesta
  • 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

Pregunta 34

Pregunta
Which one of the following is the baseline behavior of a table in a privately-scoped application?
Respuesta
  • 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

Pregunta 35

Pregunta
Which one of the following is NOT a purpose of application scoping?
Respuesta
  • 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

Pregunta 36

Pregunta
is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?
Respuesta
  • 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

Pregunta 37

Pregunta
Which of the following statements does NOT apply when extending an existing table?
Respuesta
  • 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

Pregunta 38

Pregunta
Which of the following CANNOT be debugged using the Field Watcher?
Respuesta
  • Business Rules
  • Script Includes
  • Client Scripts
  • Access Controls

Pregunta 39

Pregunta
Which objects can be used in Inbound Action scripts?
Respuesta
  • current and previous
  • current and email
  • current and event
  • current and producer

Pregunta 40

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

Pregunta 41

Pregunta
Application developers configure ServiceNow using industry standard JavaScript to…
Respuesta
  • 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

Pregunta 42

Pregunta
How many applications menus can an application have?
Respuesta
  • 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

Pregunta 43

Pregunta
The source control operation used to store local changes on an instance for later application is called a(n) <blank>.
Respuesta
  • Branch
  • Tag
  • Stash
  • Update set

Pregunta 44

Pregunta
What syntax is used in a Record Producer script to access values from Record Producer form fields?
Respuesta
  • producer.field_name
  • producer.variablename
  • current.variable_name
  • current.field_name

Pregunta 45

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

Pregunta 46

Pregunta
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
Respuesta
  • Spoke
  • Bundle
  • Action
  • Flow

Pregunta 47

Pregunta
What is a Module?
Respuesta
  • 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 NavigatorD. A web-based way of providing software to end-users

Pregunta 48

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

Pregunta 49

Pregunta
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
Respuesta
  • Password
  • URL
  • User name
  • Application name

Pregunta 50

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

Pregunta 51

Pregunta
Which one of the following is NOT a method used for logging messages in a server-side script for a privately-scoped application?
Respuesta
  • gs.log()
  • gs.error()
  • gs.warn()
  • gs.debug()
Mostrar resumen completo Ocultar resumen completo

Similar

História da informática
Renato Costa
QUESTIONÁRIO DE INFORMÁTICA: SISTEMAS OPERACIONAIS
anapaulabrasilam
Organização e Arquitetura de Computador
Rodrigo Gomes
ARQUITETURA DE COMPUTADORES
wesley.silva.ads
LINGUAGEM DE PROGRAMAÇÃO I
ailtonmidias
Lógica de Programação- Dados
Gabriela Alves
Introdução à Lógica de Computação
Joselaine Frantz
FlashCard sobre Pensamento Computacional
Suéllen Martinelli
História da Computação - Anos 70 a 2000
valeriabarbosa67
Introdução a Banco de dados
Ícaro Matheus