
Get May-2023 Dumps to Pass your CAD Exam with 100% Real Questions and Answers
Updated Exam CAD Dumps with New Questions
Exam Content
The examination consists of 60 Questions. Candidates should attempt maximum correct answers for a better score.
Formats of Question
- Single Response Multiple-choice questions: Only One correct response from the given options best suits the statement or answers the question.
- Multiple Response Multiple-choice questions: Two or More Correct response from the given options best suits the statement or answers the question.
- True or False questions: the candidate will be presented with a statement and has to specify the correct option for the statement if the statement is either true or false
Exam Duration
Candidates will have 90 minutes for attempting 60 questions. So, it becomes important for the candidates to time-box the exam and restrict spending too much time on one question or one topic.
Exam Results
The ServiceNow CAD certification is a pass or fail exam. The examination is scored against a minimum standard established by ServiceNow who are guided by the certification industry best practices and guidelines. On successful submission of the certification examination, result in the form of Pass or Fail result is immediately calculated and displayed to the candidate. No further details will be provided to the candidate.
NEW QUESTION 54
How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?
- A. Set the Accessible from field value to This application scope only
- B. Set the Accessible from field value to All application scopes and de-select the Can create option
- C. Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option
- D. 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
Answer: D
NEW QUESTION 55
What is a Module?
- A. A way of helping users quickly access information and services by filtering the items in the Application Navigator
- B. The functionality within an application menu such as opening a page in the content frame or a separate tab or window
- C. A group of menus, or pages, providing related information and functionality to end-users
- D. A web-based way of providing software to end-users
Answer: A
NEW QUESTION 56
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. Workflow
- C. Table
- D. REST messages
Answer: C
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/ set-RCA-level.html
NEW QUESTION 57
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. a, b, and c
- B. a, b, and d
- C. b, c, and d
- D. a, b, c, and d
Answer: A
Explanation:
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/form-administration/concept/c_FormDesign.html
NEW QUESTION 58
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
- A. GlideRecord and current
- B. GlideSystem and GlideRecord
- C. GlideSystem and current
- D. GlideUser and GlideRecord
Answer: B
Explanation:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_administrator/app_store_learnv2_automatingapps_quebec_scheduled_script_execution_scripts
NEW QUESTION 59
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
- A. parent table
- B. all tables
- C. child table
- D. base table
Answer: C
NEW QUESTION 60
Which one of the following client-side scripts apply to Record Producers?
- A. Client Scripts and UI Policies
- B. Catalog Client Scripts and Catalog UI Policies
- C. UI Scripts and UI Actions
- D. UI Scripts and Record Producer Scripts
Answer: B
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/ concept/c_CatalogClientScriptCreation.html
NEW QUESTION 61
Which one of the following is the fastest way to create and configure a Record Producer?
- A. Create a Catalog Category, open the category, and select the Add New Record Producer button
- B. Open the table's form, right-click on the form header, and select the Create Record Producer menu item
- C. Use the Record Producer module then add and configure all variables manually
- D. Open the table in the Table records and select the Add to Service Catalog Related Link
Answer: A
Explanation:
Explanation/Reference:
NEW QUESTION 62
Which one of the following is NOT a debugging strategy for client-side scripts?
- A. gs.log()
- B. jslog()
- C. Field Watcher
- D. g_form.addInfoMessage()
Answer: A
Explanation:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/rome/new_to_servicenow/app_store_learnv2_scripting_rome_debugging_client_scripts
NEW QUESTION 63
Which of the following is a good practice for adding instructions to a form?
- A. Related links to wiki pages
- B. A population read-only field
- C. Annotations
- D. A context Menu UI Action
Answer: C
Explanation:
"Add instructional text and other design elements to your forms by using form annotations in Form Builder." https://docs.servicenow.com/bundle/sandiego-application-development/page/administer/form-builder/task/create-form-annotations.html
NEW QUESTION 64
Which one of the following is true for GlideUser (g_user) methods?
- A. Can be used in Client Scripts and UI Policies only
- B. Can be used in Client Scripts, UI Policies, and UI Actions
- C. Can be used in Business Rules, and Scripts Includes
- D. Can be used in Business Rules only
Answer: B
Explanation:
Explanation/Reference: https://developer.servicenow.com/dev.do#!/reference/api/newyork/client/c_GlideUserAPI
NEW QUESTION 65
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
- A. gs.getUserSysID()
- B. g_form getUserID()
- C. g_form getUserSysy
- D. gs.getUserID()
Answer: D
Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/app-store/dev_portal/API_reference/glideSystemScoped/concept/c_GlideSystemScopedAPI.html
NEW QUESTION 66
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
- A. Access control level records
- B. Caller tracking records
- C. Cross-scope access records
- D. Restricted caller access records
Answer: D
Explanation:
"Restricted caller access [sys_restricted_caller_access] records track cross-scope applications or scripts that request access to an application, application resource, or event in the Now Platform." <<== this is the third sentence down in the following link: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/restricted-caller-access-privilege.html
NEW QUESTION 67
Which objects can be used in Inbound Action scripts?
- A. current and previous
- B. current and email
- C. current and producer
- D. current and event
Answer: B
NEW QUESTION 68
Which of the following statements does NOT apply when extending an existing table?
- A. The new table inherits the functionality built into the parent table
- B. The new table inherits all of the fields from the parent table
- C. You must script and configure all required behaviors
- D. The parent table's Access Controls are evaluated when determining access to the new table's records and fields
Answer: C
Explanation:
You must script and configure all required behaviors Provided link has this statement: Extending an existing ServiceNow table means the new table inherits the parent table's columns as well as its business logic.
NEW QUESTION 69
Which one of the following is NOT a debugging strategy for client-side scripts?
- A. gs.log()
- B. jslog()
- C. Field Watcher
- D. g_form.addInfoMessage()
Answer: A
NEW QUESTION 70
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
- A. ${current.<property name>}
- B. ${property name>.getDisplayValue()}
- C. ${event.<property name>}
- D. ${gs.<property name>}
Answer: B
Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=e017cbe5db1cdbc01dcaf3231f9619a3
NEW QUESTION 71
What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers
- A. Upload an existing spreadsheet
- B. Use an existing table on the platform
- C. Upload an existing word processing document.
- D. Upload an existing PDF
- E. Use a freeform database
- F. Create a new table on the platform
Answer: A,D,F
NEW QUESTION 72
......
100% Pass Guarantee for CAD Exam Dumps with Actual Exam Questions: https://www.torrentvce.com/CAD-valid-vce-collection.html
Today Updated CAD Exam Dumps Actual Questions: https://drive.google.com/open?id=1eQc7rR7KTXab9gEjsVoWv-cXZEeKg85B