Pass ServiceNow CAD Exam with Guarantee Updated 102 Questions
Latest CAD Pass Guaranteed Exam Dumps Certification Sample Questions
Aim of the Certificate Exam
- Empower individuals to execute tasks with confidence and skill
- Provide individuals with a mark of excellence that is extremely recognized by the clients and seeks within across the industries
- Differentiate individual in a crowded job market
Upon successful training and certification, the candidate will be able to
- Create and use application properties
- Integrate application to external data sources
- Determine if an application is a good fit with ServiceNow platform capability
- Implement security for an application using both contextual security and application scope
- Design an application including business logic, user interface, and database logic
- Write, test, and debug client-side and server-side scripts
- Manage applications including migration, downloading and installing, and managing source code
For more info visit:
Certified Application Developer - ServiceNow Training and Certification
ServiceNow Training and Certification
ServiceNow Certification Program FAQ
NEW QUESTION 19
Here is the Business Rule script template:
This type of JavaScript function is known as:
- A. Scoped
- B. Anonymous
- C. Self-invoking
- D. Constructor
Answer: A
Explanation:
Explanation
NEW QUESTION 20
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
- A. Script Include
- B. REST messages
- C. Table
- D. Workflow
Answer: C
NEW QUESTION 21
Which class is NOT part of the Client side scoped APIs?
- A. GuideRecord
- B. GuideForm
- C. GuideDialogWindow
- D. GuideAjex
Answer: A
NEW QUESTION 22
Which of the following is NOT a trigger type in Flow Designer?
- A. Outbound Email
- B. Schedule
- C. Record
- D. Application
Answer: A
Explanation:
See list of triggers on right hand side of this webpage: https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/administer/flow-designer/reference/flow-triggers.html
NEW QUESTION 23
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
- A. gs.warn()
- B. gs.log()
- C. gs.error()
- D. gs.debug()
Answer: B
Explanation:
gs.print() and gs.log() are older and not available in scoped applications, whereas gs.debug(), gs.info(), gs.warn(), gs.error() work in both scoped applications and global are therefore are more versatile going forward in future versions.
NEW QUESTION 24
How many applications menus can an application have?
- A. 3, one for an application's user modules, one for an application's administrator modules, and one for the ServiceNow administrator's modules
- B. 2, one for an application's user modules and one for an application's administrator modules
- C. As many as the application design requires
- D. 1, which is used for all application modules
Answer: C
NEW QUESTION 25
When configuring a module, what does the Override application menu roles configuration option do?
- A. Admin is given access to the module even if Access Controls would ordinarily prevent access
- B. Users with the module role but without access to the application menu access the module
- C. Users with access to the application menu can see the module even if they don't have the module role
- D. Self-Service users can access the module even though they do not have roles
Answer: B
Explanation:
Checkbox tooltip: "Show this module when the user has the specified roles. Otherwise the user must have the roles specified by both the application menu and the module."
NEW QUESTION 26
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
- A. Data Sources
- B. Cl Relationship Builder
- C. Business Service Management Map
- D. Transform Map
Answer: D
Explanation:
A transform map determines the relationships between fields displaying in an Import Set table and fields in an existing ServiceNow table, such as the Incidents or Users table.
Reference: https://community.servicenow.com/community?
id=community_question&sys_id=69fc8369db9cdbc01dcaf3231f961935
NEW QUESTION 27
Which one of the following is true regarding Application Scope?
- A. Any developer can edit any application
- B. All applications are automatically part of the Global scope
- C. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
- D. Developers can choose the prefix for a scope's namespace
Answer: D
Explanation:
Explanation
Reference https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ApplicationScope.html#r_ExampleNamespaceIdentifiers
NEW QUESTION 28
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
- A. table.None will grant access to every record on the table
- B. table.field will grant access to a specific field in a record
- C. table.*will grant access to every field in a record
- D. table.id will grant access to a specific record on the table
Answer: D
NEW QUESTION 29
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
- A. Script Include
- B. REST messages
- C. Table
- D. Workflow
Answer: C
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/ set-RCA-level.html
NEW QUESTION 30
Which of the following objects does a Display Business Rule NOT have access to?
- A. current
- B. g_scratchpad
- C. previous
- D. GlideSystem
Answer: C
Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=8af90f29db5cdbc01dcaf3231f96197c
NEW QUESTION 31
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.
- A. b, c and d
- B. a, b and c
- C. a, c and d
- D. a, b, and d
Answer: B
Explanation:
https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/task/t_CreateANotification.html
NEW QUESTION 32
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.hasRoleExactly('catalog_admin')
- B. g_user.hasRole('catalog_admin')
- C. g_user.hasRoleOnly('catalog_admin')
- D. g_user.hasRoleFromList('catalog_admin')
Answer: C
Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=dff705e6db7757c0d58ea345ca96196b
NEW QUESTION 33
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. b, c, and d
- B. a, b, and c
- C. a, b, c, and d
- D. a, b, and d
Answer: B
NEW QUESTION 34
Why would you build a custom app?
- A. To fulfill is specific use case on internal processes.
- B. To create a custom integration for a 3rd party system
- C. To replace servieNow base tables
- D. To avoid using a code repository like GiotHub or GitLab
Answer: A,B
NEW QUESTION 35
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?
- A. 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
- B. Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option
- C. Set the Accessible from field value to This application scope only
- D. Set the Accessible from field value to All application scopes and de-select the Can create option
Answer: A
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ExampleGrantingAccessToConfigRecs.html
NEW QUESTION 36
Which one of the following client-side scripts apply to Record Producers?
- A. UI Scripts and Record Producer Scripts
- B. Catalog Client Scripts and Catalog UI Policies
- C. UI Scripts and UI Actions
- D. Client Scripts and UI Policies
Answer: B
NEW QUESTION 37
Which of the following is an available feature in Studio?
Choose 2 answers
- A. Push to update set
- B. Push to external source control
- C. Search branch
- D. Merge branches
Answer: C,D
NEW QUESTION 38
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
- A. Publisher
- B. Provider
- C. Consumer
- D. Specialist
Answer: C
NEW QUESTION 39
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
- A. The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
- B. Any user with the protected_edit role can see and edit the Script Include
- C. The Protection Policy is applied only if the glide.app.apply_protection system property value is true
- D. The Protection policy option can only be enabled by a user with the admin role
Answer: A
Explanation:
https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_ScriptProtectionPolicy.html
NEW QUESTION 40
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
- A. Can read does not affect the availability of other Application Access fields
- B. All access to this table via web services
- C. Can create, Can update, and Can delete
- D. Allow configuration
Answer: C
Explanation:
"You must first select read access to grant any other API record operation." https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/reference/r_TableApplicationAccessFields.html
NEW QUESTION 41
What are some of the benefits of extending an existing table such as the Task table when creating a new application?
a) You can repurpose existing fields by simply changing the label.
b) Use existing fields with no modifications.
c) Existing logic from the parent table will be automatically applied to the new table.
d) All of the parent table records are copied to the new table.
- A. a, b, and c
- B. a and b
- C. a, b, c, and d
- D. b and c
Answer: A
NEW QUESTION 42
......
New CAD Test Materials & Valid CAD Test Engine: https://certblaster.prep4away.com/ServiceNow-certification/braindumps.CAD.ete.file.html