
Verified CAD Exam Dumps PDF [2022] Access using Pass4cram
Try Best CAD Exam Questions from Training Expert Pass4cram
NEW QUESTION 30
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. base table
- C. child table
- D. all tables
Answer: C
NEW QUESTION 31
Which of the following features are available to Global applications? (Choose two.)
- A. Source Control
- B. Flow Designer
- C. Delegated Development
- D. Automated Test Framework
Answer: B,C
NEW QUESTION 32
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?
- A. GlideUser and GlideRecord
- B. GlideSystem and GlideRecord
- C. GlideSystem and current
- D. GlideRecord and current
Answer: D
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/useful-scripts/ concept/c_UsefulSchedulingScripts.html
NEW QUESTION 33
Which one of the following is true for GlideUser (g_user) methods?
- A. Can be used in Business Rules, and Scripts Includes
- B. Can be used in Client Scripts, UI Policies, and UI Actions
- C. Can be used in Business Rules only
- D. Can be used in Client Scripts and UI Policies only
Answer: B
NEW QUESTION 34
Identify the incorrect statement about Delegated Development in ServiceNow.
- A. Administrators can grant the developer access to script fields.
- B. Administrators can grant the developer access to security records.
- C. Administrators can specify which application file types the developer can access.
- D. Administrators can grant non-admin users the ability to develop global applications.
Answer: C
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_DelegatedDevelopment.html
NEW QUESTION 35
What is a Module?
- A. A web-based way of providing software to end-users
- B. The functionality within an application menu such as opening a page in the content frame or a separate tab or window
- C. A way of helping users quickly access information and services by filtering the items in the Application Navigator
- D. A group of menus, or pages, providing related information and functionality to end-users
Answer: C
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-platform-user-interface/page/administer/navigation- and-ui/task/t_CreateAModule.html
NEW QUESTION 36
Which one of the following is true regarding Application Scope?
- A. All applications are automatically part of the Global scope
- B. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
- C. Any developer can edit any application
- D. Developers can choose the prefix for a scope's namespace
Answer: D
Explanation:
Explanation/Reference:
Reference https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ApplicationScope.html#r_ExampleNamespaceIdentifiers
NEW QUESTION 37
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. 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
- 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. Set the Accessible from field value to All application scopes and de-select the Can create option
Answer: B
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ExampleGrantingAccessToConfigRecs.html
NEW QUESTION 38
Which of the following statements does NOT apply when extending an existing table?
- A. You must script and configure all required behaviors
- B. The parent table's Access Controls are evaluated when determining access to the new table's records and fields
- C. The new table inherits the functionality built into the parent table
- D. The new table inherits all of the fields from the parent table
Answer: C
NEW QUESTION 39
Which of the following are true for reports in ServiceNow? (Choose three.)
- A. Can be run on demand by authorized users.
- B. Can be scheduled to be run and distributed by email.
- C. Any user can see any report shared with them.
- D. All users can generate reports on any table.
- E. Can be a graphical representation of data.
Answer: A,C,E
NEW QUESTION 40
Which one of the following is NOT a debugging strategy for client-side scripts?
- A. gs.log()
- B. g_form.addInfoMessage()
- C. Field Watcher
- D. jslog()
Answer: A
NEW QUESTION 41
Which of the following methods prints a message on a blue background to the top of the current form by default?
- A. g_form.showFieldMessage()
- B. g_form.addInfoMessage()
- C. g_form.addInfoMsg()
- D. g_form.showFieldMsg()
Answer: D
NEW QUESTION 42
Which source control operation is available from BOTH Studio and the Git Repository?
- A. Create Branch
- B. Apply Remote Changes
- C. Stash Local Changes
- D. Edit Repository Configurations
Answer: D
NEW QUESTION 43
The source control operation used to store local changes on an instance for later application is called a(n)
<blank>.
- A. Stash
- B. Tag
- C. Update set
- D. Branch
Answer: A
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/ t_StashLocalChanges.html
NEW QUESTION 44
Which objects can be used in Inbound Action scripts?
- A. current and event
- B. current and producer
- C. current and email
- D. current and previous
Answer: A
NEW QUESTION 45
When configuring a module, what does the Override application menu roles configuration option do?
- A. Users with the module role but without access to the application menu access the module
- B. Self-Service users can access the module even though they do not have roles
- C. Admin is given access to the module even if Access Controls would ordinarily prevent access
- D. Users with access to the application menu can see the module even if they don't have the module role
Answer: D
Explanation:
Explanation/Reference: https://hi.service-now.com/kb_view.do?sysparm_article=KB0716421
NEW QUESTION 46
Which one of the following client-side scripts apply to Record Producers?
- A. UI Scripts and UI Actions
- B. UI Scripts and Record Producer Scripts
- C. Client Scripts and UI Policies
- D. Catalog Client Scripts and Catalog UI Policies
Answer: D
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/ concept/c_CatalogClientScriptCreation.html
NEW QUESTION 47
Which of the following is NOT a trigger type in Flow Designer?
- A. Application
- B. Schedule
- C. Outbound Email
- D. Record
Answer: C
NEW QUESTION 48
When a ServiceNow instance requests information from a web service, ServiceNow is the web service:
- A. Publisher
- B. Specialist
- C. Provider
- D. Consumer
Answer: D
NEW QUESTION 49
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 50
Which one of the following is true?
- A. A UI Policy's Actions execute before the UI Policy's Scripts
- B. A UI Policy's Scripts execute before the UI Policy's Actions
- C. A UI Policy's Actions and Scripts execute at the same time
- D. The execution order for a UI Policy's Scripts and Actions is determined at runtime
Answer: B
Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=5cf5d3f7db72f784f7fca851ca96199b
NEW QUESTION 51
When configuring a REST Message, the Endpoint is:
- A. The response from the provider indicating there is no data to send back
- B. The commands to the REST script to stop execution
- C. The URI of the data to be accessed, queried, or modified
- D. Information about the format of the returned data
Answer: C
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/integrate/outbound- rest/reference/r_RESTMessageElements.html
NEW QUESTION 52
Which of the following is NOT a trigger type in Flow Designer?
- A. Application
- B. Schedule
- C. Outbound Email
- D. Record
Answer: C
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow-designer/ reference/flow-triggers.html
NEW QUESTION 53
......
Latest 100% Passing Guarantee - Brilliant CAD Exam Questions PDF: https://www.pass4cram.com/CAD_free-download.html
Practice Examples and Dumps & Tips for 2022 Latest CAD Valid Tests Dumps: https://drive.google.com/open?id=1u3JOBtpKPPhT-8j-eG9K2ROi6_BKnxKX