Save
Upgrade to remove ads
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Service Now CAD Exam

SN - Certified Application Developer Exam

QuestionAnswer
What import utility do you use when the field names on the import set match the name of the fields on the Target table? Transform Map
Is it mandatory to register an event in the event registry for it to be functional? Yes
Which record is generated to indicate something has occurred in service now? Event Record
Access to modules is controlled by Roles
A new section can be added to a form using one of the field types in the form designer : True or False? False, sections are added by clicking the + symbol in the current section only
Script debugger can be used to debug client scripts : True or False? False, To debug client-side scripts, you can use browser-based developers tools.
When a referenced field is added to a table it stores the number or the display value of the referenced record in the database : True or False? False, each reference field stores a sys_id for each referenced record in the database
All the records created using a record producer are inserted in the requested item table? True or False False, it generates a task record such as incident instead of requested item.
A UI policy has access to a scripts prior value? True or False? False
When you remove a field from a form does it delete it from the database? No
Client Scripts and UI Policies can execute based on view? True or False? True
A sequence of activities for automating processes and applications is achieved by Workflows
Any code changes done in a checked out workflow version will apply to all service now users triggering the workflow? True or False? False, when a workflow is checked out, changes apply only to the user who has the workflow checked out.
The baseline behavior of a table in a privately scoped application is All application scopes can read from the table
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following? Table
Modules must have a Link type. Which one of the following is a list of Link types? Assessment, List of Records, Separator, Timeline Page
Which one of the following is NOT a UI Action type? Form Choice
In an Email Notification, which one of the following is NOT true for the Weight field? A Weight value of zero means that no email should be sent
Which one of the following is NOT a debugging strategy for client-side scripts? gs.log()
Which of the following methods are useful in Access Control scripts? gs.hasRole() and current.isNewRecord()
Which objects can be used in Inbound Action scripts? current and email
How many applications menus can an application have? As many as the application design requires
What is a Module? A way of helping users quickly access information and services by filtering the items in the Application Navigator
When a ServiceNow instance requests information from a web service, ServiceNow is the web service: Consumer
To see what scripts, reports, and other application artifacts will be in a published application: Examine the Application Files Related List in the application to be published
Which of the following is NOT supported by Flow Designer? Test a flow with rollback
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role? gs.hasRole(‘admin’)
Which of the following CANNOT be debugged using the Field Watcher? Script Includes
A scoped application containing Flow Designer content dedicated to a particular application is called a(n): Spoke
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case? .g_user.hasRoleExactly(‘catalog_admin’)
Which of the following are true for reports in ServiceNow? (Choose three.) Can be a graphical representation of data. Can be run on demand by authorized users. Can be scheduled to be run and distributed by email.
Which of the following statements does NOT apply when extending an existing table? You must script and configure all required behaviors
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected? Can create, Can update, and Can delete
When evaluating Access Controls, ServiceNow searches and evaluates: From the most specific match to the most generic match
A UI Policy’s Actions execute before the UI Policy’s Scripts True or False? True
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application? gs.log()
Which one of the following is true for GlideUser (g_user) methods? Can be used in Client Scripts, UI Policies, and UI Actions
When configuring a REST Message, the Endpoint is: The URLof the data to be accessed, queried, or modified
When configuring a module, what does the Override application menu roles configuration option do? Users with the module role but without access to the application menu access the module
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification? ${event.<property name>}
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)? child table
Which one of the following client-side scripts apply to Record Producers? Catalog Client Scripts and Catalog UI Policies
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script? GlideSystem and GlideRecord
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong. Identify the table
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.) source_control & admin
Which one of the following is true regarding Application Scope? .Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
Which of the following is NOT a trigger type in Flow Designer? Outbound Email
Which Report Type(s) can be created by right-clicking on a column header in a table’s list? Bar Chart and Pie Chart
Which one of the following is the baseline behavior of a table in a privately-scoped application? All application scopes can read from the table
Which one of the following is part of the client-side scripting API? GlideUser object (g_user)
Which one of the following is NOT a purpose of application scoping? Provide a relationship between application artifacts
Which one of the following is true for a table with the “Allow configuration” Application Access option selected? Out of scope applications can create Business Rules for the table
If the Create module field is selected when creating a table, what is the new module’s default behavior? Display a list of all records from the table
From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application: Requires “as-is” use of low-level programming libraries
Which one of the following is true for a Script Include with a Protection Policy value of Protected? The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
What are some of the benefits of extending an existing table such as the Task table when creating a new application? 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.
What syntax is used in a Record Producer script to access values from Record Producer form fields? producer.variablename
Which one of the following is NOT required to link a ServiceNow application to a Git repository? A. Password B. URL C. User name D. Application name Application name
Which of the following methods prints a message on a blue background to the top of the current form by default? g_form.addInfoMessage()
One of the uses of the ServiceNow REST API Explorer is: Create sample code for sending REST requests to ServiceNow
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true? table.id will grant access to a specific record on the table
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables? Set the Accessible from field value to This application scope only
Which source control operation is available from BOTH Studio and the Git Repository? Create Branch
Identify the incorrect statement about Delegated Development in ServiceNow. Administrators can grant non-admin users the ability to develop global applications.
Here is the Business Rule script template: function executeRule (current, previous */null when async*/) { }) (current, previous); This type of JavaScript function is known as: Self-invoking
Which of the following objects does a Display Business Rule NOT have access to? previous
Which of the following are configured in an Email Notification? Who will receive the notification, What content will be in the notification, When to send the notification.
The source control operation used to store local changes on an instance for later application is called a(n) <blank>. Stash
Which of the following features are available to Global applications? (Choose two.) Automated Test Framework, Source Control, Flow Designer
Which of the following statements is true for the Form Designer? add field to form layout, drag field from Fields tab to form, To create new field on form’s table, drag data type from the Field Types tab to form & configure new field, To remove a field from form layout, hover over field enable Action buttons (X)
Application developers configure ServiceNow using industry standard JavaScript to... Extend and add functionality
Which one of the following is the fastest way to create and configure a Record Producer? Open the table in the Table records and select the Add to Service Catalog Related Link
It 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? Business problem, data input/output, users/stakeholders, and process steps
Which platform feature can be used to determine the relationships between field in an Import Set table to fields in an existing ServiceNow table? . Transform Map
Created by: Deyoung1028
 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards