
Oct-2021 Latest PracticeTorrent CAD Exam Dumps with PDF and Exam Engine Free Updated Today!
Following are some new CAD Real Exam Questions!
NEW QUESTION 19
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. a, b and c
- B. a, b, and d
- C. b, c and d
- D. a, c and d
Answer: A
Explanation:
Explanation/Reference: https://hi.service-now.com/kb_view.do?sysparm_article=KB0712569
NEW QUESTION 20
Which one of the following is the fastest way to create and configure a Record Producer?
- A. Use the Record Producer module then add and configure all variables manually
- B. Create a Catalog Category, open the category, and select the Add New Record Producer button
- C. Open the table's form, right-click on the form header, and select the Create Record Producer menu item
- D. Open the table in the Table records and select the Add to Service Catalog Related Link
Answer: B
NEW QUESTION 21
Which one of the following is true regarding Application Scope?
- A. All applications are automatically part of the Global scope
- B. Any developer can edit any application
- C. Developers can choose the prefix for a scope's namespace
- D. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
Answer: C
Explanation:
Explanation/Reference:
Reference https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ApplicationScope.html#r_ExampleNamespaceIdentifiers
NEW QUESTION 22
Which of the following CANNOT be debugged using the Field Watcher?
- A. Business Rules
- B. Script Includes
- C. Access Controls
- D. Client Scripts
Answer: B
NEW QUESTION 23
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
- A. gs.hasRoleExactly('admin')
- B. g_form.hasRoleExactly('admin')
- C. g_form.hasRole('admin')
- D. gs.hasRole('admin')
Answer: C
NEW QUESTION 24
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 All application scopes and de-select the Can create option
- D. Set the Accessible from field value to This application scope only
Answer: A
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ExampleGrantingAccessToConfigRecs.html
NEW QUESTION 25
Modules must have a Link type. Which one of the following is a list of Link types?
- A. List of Records, Content Page, Order, URL (from arguments:)
- B. Assessment, List of Records, Content Page, Roles
- C. Assessment, List of Records, Separator, Timeline Page
- D. List of Records, Separator, Catalog Type, Roles
Answer: C
Explanation:
Explanation
Explanation/Reference: https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/ navigation_and_ui/reference/r_ModuleLinkTypes.html
NEW QUESTION 26
Which one of the following is part of the client-side scripting API?
- A. workflow.scratchpad
- B. current and previous objects
- C. GlideSystem object (gs)
- D. GlideUser object (g_user)
Answer: B
NEW QUESTION 27
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
- A. Create a prototype object from the new class
- B. Script the function(s)
- C. Create a class
- D. Identify the table
Answer: D
NEW QUESTION 28
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. b and c
- D. a, b, c, and d
Answer: C
NEW QUESTION 29
Which of the following objects does a Display Business Rule NOT have access to?
- A. g_scratchpad
- B. previous
- C. current
- D. GlideSystem
Answer: B
NEW QUESTION 30
What is a Module?
- A. A web-based way of providing software to end-users
- B. A group of menus, or pages, providing related information and functionality to end-users
- C. The functionality within an application menu such as opening a page in the content frame or a separate tab or window
- D. A way of helping users quickly access information and services by filtering the items in the Application Navigator
Answer: D
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-platform-user-interface/page/administer/navigation- and-ui/task/t_CreateAModule.html
NEW QUESTION 31
When configuring a REST Message, the Endpoint is:
- A. Information about the format of the returned data
- B. The response from the provider indicating there is no data to send back
- C. The commands to the REST script to stop execution
- D. The URI of the data to be accessed, queried, or modified
Answer: D
NEW QUESTION 32
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
- A. Workflow
- B. REST messages
- C. Table
- D. Script Include
Answer: C
NEW QUESTION 33
Identify the incorrect statement about Delegated Development in ServiceNow.
- A. Administrators can grant non-admin users the ability to develop global applications.
- B. Administrators can grant the developer access to security records.
- C. Administrators can grant the developer access to script fields.
- D. Administrators can specify which application file types the developer can access.
Answer: D
NEW QUESTION 34
One of the uses of the ServiceNow REST API Explorer is:
- A. Find resources on the web for learning about REST
- B. Convert SOAP Message functions to REST methods
- C. Practice using REST to interact with public data providers
- D. Create sample code for sending REST requests to ServiceNow
Answer: D
NEW QUESTION 35
Which of the following are true for reports in ServiceNow? (Choose three.)
- A. Can be run on demand by authorized users.
- B. Any user can see any report shared with them.
- C. All users can generate reports on any table.
- D. Can be scheduled to be run and distributed by email.
- E. Can be a graphical representation of data.
Answer: A,B,E
NEW QUESTION 36
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.id will grant access to a specific record on the table
- D. table.*will grant access to every field in a record
Answer: D
NEW QUESTION 37
Which of the following statements does NOT apply when extending an existing table?
- A. The new table inherits all of the fields from the parent table
- B. The new table inherits the functionality built into the parent table
- C. The parent table's Access Controls are evaluated when determining access to the new table's records and fields
- D. You must script and configure all required behaviors
Answer: B
NEW QUESTION 38
Which one of the following is the fastest way to create and configure a Record Producer?
- A. Use the Record Producer module then add and configure all variables manually
- B. Create a Catalog Category, open the category, and select the Add New Record Producer button
- C. Open the table's form, right-click on the form header, and select the Create Record Producer menu item
- D. Open the table in the Table records and select the Add to Service Catalog Related Link
Answer: B
Explanation:
Explanation/Reference:
NEW QUESTION 39
Which source control operation is available from BOTH Studio and the Git Repository?
- A. Create Branch
- B. Edit Repository Configurations
- C. Apply Remote Changes
- D. Stash Local Changes
Answer: B
NEW QUESTION 40
Which of the following features are available to Global applications? (Choose two.)
- A. Flow Designer
- B. Automated Test Framework
- C. Delegated Development
- D. Source Control
Answer: A,C
NEW QUESTION 41
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 42
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
- A. Allow configuration
- B. All access to this table via web services
- C. Can read does not affect the availability of other Application Access fields
- D. Can create, Can update, and Can delete
Answer: B
NEW QUESTION 43
......
Resources From:
- 2021 Latest PracticeTorrent CAD Exam Dumps (PDF & Exam Engine) Free Share: https://www.practicetorrent.com/CAD-practice-exam-torrent.html
- 2021 Latest PracticeTorrent CAD PDF and CAD Exam Dumps Free Share: https://drive.google.com/open?id=1Ev0X3swfovsYOHkQGIBPaJQlX8IiO__7
Free Resources from PracticeTorrent, We Devoted to Helping You 100% Pass All Exams!