
Guide (New 2022) Actual ServiceNow CAD Exam Questions
CAD Exam Dumps Pass with Updated 2022 Certified Exam Questions
NEW QUESTION 33
Which one of the following is part of the client-side scripting API?
- A. current and previous objects
- B. workflow.scratchpad
- C. GlideSystem object (gs)
- D. GlideUser object (g_user)
Answer: A
Explanation:
Explanation
NEW QUESTION 34
When configuring a REST Message, the Endpoint is:
- A. The URI of the data to be accessed, queried, or modified
- B. The commands to the REST script to stop execution
- C. Information about the format of the returned data
- D. The response from the provider indicating there is no data to send back
Answer: A
NEW QUESTION 35
Which one of the following is true regarding Application Scope?
- A. All applications are automatically part of the Global scope
- B. Developers can choose the prefix for a scope's namespace
- C. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
- D. Any developer can edit any application
Answer: B
Explanation:
Explanation
Reference https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ApplicationScope.html#r_ExampleNamespaceIdentifiers
NEW QUESTION 36
The source control operation used to store local changes on an instance for later application is called a(n)
<blank>.
- A. Tag
- B. Branch
- C. Update set
- D. Stash
Answer: D
NEW QUESTION 37
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
- A. ${event.<property name>}
- B. ${property name>.getDisplayValue()}
- C. ${current.<property name>}
- D. ${gs.<property name>}
Answer: B
NEW QUESTION 38
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
- A. GlideSystem and current
- B. GlideUser and GlideRecord
- C. GlideSystem and GlideRecord
- D. GlideRecord and current
Answer: D
NEW QUESTION 39
Which of the following is NOT supported by Flow Designer?
- A. Test a flow with rollback
- B. Run a flow from a MetricBase Trigger
- C. Call a subflow from a flow
- D. Use Delegated Developer
Answer: A
NEW QUESTION 40
In an Email Notification, which one of the following is NOT true for the Weight field?
- A. The Weight value defaults to zero
- B. Only Notifications with the highest weight for the same record and recipients are sent
- C. A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met
- D. A Weight value of zero means that no email should be sent
Answer: D
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: D
NEW QUESTION 42
Which source control operation is available from BOTH Studio and the Git Repository?
- A. Edit Repository Configurations
- B. Apply Remote Changes
- C. Stash Local Changes
- D. Create Branch
Answer: A
NEW QUESTION 43
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. 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: A
NEW QUESTION 44
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
- A. Publisher
- B. Consumer
- C. Provider
- D. Specialist
Answer: B
NEW QUESTION 45
One of the uses of the ServiceNow REST API Explorer is:
- A. Convert SOAP Message functions to REST methods
- B. Create sample code for sending REST requests to ServiceNow
- C. Find resources on the web for learning about REST
- D. Practice using REST to interact with public data providers
Answer: B
Explanation:
Explanation/Reference: https://developer.servicenow.com/dev.do#!/learn/courses/newyork/ app_store_learnv2_rest_newyork_rest_integrations/ app_store_learnv2_rest_newyork_inbound_rest_integrations/ app_store_learnv2_rest_newyork_introduction_to_the_rest_api_explorer
NEW QUESTION 46
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 Business Rules, and Scripts Includes
- C. Can be used in Client Scripts, UI Policies, and UI Actions
- D. Can be used in Business Rules only
Answer: C
NEW QUESTION 47
Which of the following is NOT a trigger type in Flow Designer?
- A. Schedule
- B. Outbound Email
- C. Application
- D. Record
Answer: B
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow-designer/ reference/flow-triggers.html
NEW QUESTION 48
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
- A. ${event.<property name>}
- B. ${property name>.getDisplayValue()}
- C. ${current.<property name>}
- D. ${gs.<property name>}
Answer: B
Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=e017cbe5db1cdbc01dcaf3231f9619a3
NEW QUESTION 49
When configuring a module, what does the Override application menu roles configuration option do?
- A. Self-Service users can access the module even though they do not have roles
- 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. Admin is given access to the module even if Access Controls would ordinarily prevent access
Answer: C
Explanation:
Explanation/Reference: https://hi.service-now.com/kb_view.do?sysparm_article=KB0716421
NEW QUESTION 50
Which of the following methods prints a message on a blue background to the top of the current form by default?
- A. g_form.showFieldMsg()
- B. g_form.showFieldMessage()
- C. g_form.addInfoMessage()
- D. g_form.addInfoMsg()
Answer: A
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/useful-scripts/ reference/r_DisplayFieldMessages.html
NEW QUESTION 51
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?
- A. Business problem, data input/output, users/stakeholders, and database capacity
- B. Business problem, data input/output, users/stakeholders, and process steps
- C. Business problem, users/stakeholders, available licenses, and database capacity
- D. Business problem, data input/output, project schedule, and process steps
Answer: B
NEW QUESTION 52
Which of the following CANNOT be debugged using the Field Watcher?
- A. Access Controls
- B. Client Scripts
- C. Script Includes
- D. Business Rules
Answer: C
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/debugging/ concept/c_FieldWatcher.html
NEW QUESTION 53
......
Exam Preparation
Questions in the exam are based on official training material provided by ServiceNow over different official platforms. Also the information in these pieces of training is the source for the exam. Hence, Candidates should complete the following training courses before appearing for the certification exam.
On successful completion of training, candidates will receive voucher codes, using which they can register for the examination.
Apart from this, ServiceNow recommends candidates to go through the following pieces of training and courses for better understanding of platform and development fundamentals
- ServiceNow Platform Implementation (ILT)
- Service Portal Advanced
- Certified System Administrator
- Service Portal Fundamentals
- Performance Analytics Essentials
- Mobile Development Fundamentals
- ServiceNow Fundamentals (ILT)
- ServiceNow Implementation Methodology (SIM) Fundamentals (eLearning)
- Integration Hub Fundamentals
Candidates can get the details for these trainings on Now Learning portal
The certification exam also verifies the ability of the candidate to practical experience and expertise of the candidate, hence candidates with following work experience or knowledge will always have an upper hand during the examination
- Certified ServiceNow System Administrator
- General familiarity with industry terminology, acronyms, and initial-ism
- At least six months of hands-on experience developing applications on the ServiceNow platform
- Connect or be a member of various ServiceNow developer groups that allow developer access to ServiceNow
Pass Guaranteed Quiz 2022 Realistic Verified Free ServiceNow: https://www.passtestking.com/ServiceNow/CAD-practice-exam-dumps.html
CAD Exam Questions - Real & Updated Questions PDF: https://drive.google.com/open?id=1Es2g4MEWkiGneedeXi54s_n9TY3EijvL