CAD PDF Dumps 2024 Exam Questions with Practice Test [Q35-Q50]

Share

CAD PDF Dumps 2024 Exam Questions with Practice Test

Dumps for Free CAD Practice Exam Questions


ServiceNow is a cloud computing company that provides enterprise solutions for IT service management, IT operations management, and IT business management. ServiceNow CAD: Certified Application Developer-ServiceNow is an exam that certifies the skills and knowledge required to develop and deploy ServiceNow applications. CAD exam is designed for developers who have experience with ServiceNow and want to validate their skills on the platform.


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

  • Certified System Administrator
  • ServiceNow Fundamentals (ILT)
  • Mobile Development Fundamentals
  • ServiceNow Platform Implementation (ILT)
  • ServiceNow Implementation Methodology (SIM) Fundamentals (eLearning)
  • Service Portal 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

  • At least six months of hands-on experience developing applications on the ServiceNow platform
  • Certified ServiceNow System Administrator
  • General familiarity with industry terminology, acronyms, and initial-ism
  • Connect or be a member of various ServiceNow developer groups that allow developer access to ServiceNow

 

NEW QUESTION # 35
Which of the following methods are useful in Access Control scripts?

  • A. gs.hasRole() and current.isNew()
  • B. gs.hasRole() and current.isNewRecord()
  • C. g_user.hasRole() and current.isNewRecord()
  • D. g_user.hasRole() and current.isNew()

Answer: B

Explanation:
Explanation/Reference: http://servicenowmypath.blogspot.com/2017/


NEW QUESTION # 36
Which script types execute on the server? (Choose three.)

  • A. Client Scripts
  • B. Script Actions
  • C. Business Rule
  • D. UI Policies
  • E. Scheduled Jobs

Answer: B,C,E

Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/server-scripting/concept/c_ServerScripting.html


NEW QUESTION # 37
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. Business Service Management Map
  • B. Transform Map
  • C. Data Sources
  • D. Cl Relationship Builder

Answer: B

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:
The following platform feature can be used to determine the relationships between fields in an Import Set table to fields in an existing ServiceNow table:
Transform Map. This is a feature that defines the mapping between the fields of an Import Set table and the fields of a target table, such as incident, problem, or user. A transform map also specifies the logic and rules for transforming the imported data, such as coalescing, scripting, or applying data policies.
The following platform features are not used to determine the relationships between fields in an Import Set table to fields in an existing ServiceNow table:
Business Service Management Map. This is a feature that provides a graphical representation of the configuration items (CIs) and their relationships in the Configuration Management Database (CMDB). A Business Service Management Map can be used to visualize the impact of incidents, changes, or problems on the CIs and the services they support.
Data Sources. This is a feature that defines the connection and authentication information for an external data source, such as a file, a JDBC database, or a web service. A data source is used to import data from the external source into an Import Set table.
CI Relationship Builder. This is a feature that creates relationships between CIs in the CMDB based on predefined or custom rules. A CI Relationship Builder can be used to populate the CMDB with the dependencies and connections between the CIs. References: Transform Maps, Business Service Management Map, Data Sources, CI Relationship Builder


NEW QUESTION # 38
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 and de-select the Allow access to this table via web services option
  • B. Set the Accessible from field value to All application scopes and de-select the Can create option
  • C. 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
  • D. Set the Accessible from field value to This application scope only

Answer: D

Explanation:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/rome/new_to_servicenow/app_store_learnv2_securingapps_rome_application_access
https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_ExampleDenyingAllDesignAccess.html


NEW QUESTION # 39
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 # 40
Which one of the following is the baseline behavior of a table in a privately-scoped application?

  • A. The table and its data are not accessible using web services
  • B. Only artifacts in the table's application can read from the table
  • C. Any Business Rule can read, write, delete, and update from the table
  • D. All application scopes can read from the table

Answer: D


NEW QUESTION # 41
Which one of the following is true for a table with the "Allow configuration" Application Access option selected?

  • A. Any user with the application's user role can modify the application's scripts
  • B. Out of scope applications can create Business Rules for the table
  • C. Only the in scope application's scripts can create Business Rules for the table
  • D. Out of scope applications can add new tables to the scoped application

Answer: B


NEW QUESTION # 42
Which of the following is an available feature in Studio?
Choose 2 answers

  • A. Push to external source control
  • B. Merge branches
  • C. Search branch
  • D. Push to update set

Answer: B,C


NEW QUESTION # 43
Which of the following are true for reports in ServiceNow? (Choose three.)

  • A. Any user can see any report shared with them.
  • B. Can be a graphical representation of data.
  • C. Can be scheduled to be run and distributed by email.
  • D. All users can generate reports on any table.
  • E. Can be run on demand by authorized users.

Answer: B,C,E

Explanation:
https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/reference-pages/task/schedule-report.html Generate and distribute scheduled reports via email.
A report is a graphical representation of data from one or more tables in ServiceNow. The following are true for reports in ServiceNow:
Can be a graphical representation of data. This is true because reports can use various chart types, such as pie, bar, line, or gauge, to visualize data in a meaningful way.
Can be run on demand by authorized users. This is true because reports can be accessed from the Reports menu or the Report Navigator and run by users who have the appropriate roles and permissions to view the data.
Can be scheduled to be run and distributed by email. This is true because reports can be configured to run at a specific time and frequency and send the results to one or more email recipients.
The following are not true for reports in ServiceNow:
Any user can see any report shared with them. This is false because users can only see reports that are shared with them if they also have access to the data source of the report. For example, a user who does not have the itil role cannot see a report based on the incident table, even if the report is shared with them.
All users can generate reports on any table. This is false because users can only generate reports on tables that they have access to and that are enabled for reporting. For example, a user who does not have the admin role cannot generate reports on the sys_user table, which is the table for user records. References: Reports, Report Security


NEW QUESTION # 44
Which one of the following is part of the client-side scripting API?

  • A. current and previous objects
  • B. GlideUser object (g_user)
  • C. workflow.scratchpad
  • D. GlideSystem object (gs)

Answer: B

Explanation:
https://developer.servicenow.com/dev.do#!/reference/api/rome/client


NEW QUESTION # 45
What are Application Files in a ServiceNow application?

  • A. CSV files containing data imported into an application
  • B. ServiceNow artifacts comprising an application
  • C. XML exports of an application's Update Set
  • D. An XML export of an application's table records

Answer: B

Explanation:
Application Files are ServiceNow artifacts comprising an application. An application is a group of files and data that work together to provide a service or functionality. An application file is a specific type of file that belongs to an application, such as a table, a script, a form, a business rule, a UI action, etc. Application files define the structure, logic, and interface of the application. An XML export of an application's table records, XML exports of an application's Update Set, and CSV files containing data imported into an application are not examples of application files, as they are data formats that can be used to transfer or store information related to an application, but not the application itself. Reference: Application Files


NEW QUESTION # 46
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 and de-select the Allow access to this table via web services option
  • 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
  • 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

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/ concept/c_ExampleGrantingAccessToConfigRecs.html


NEW QUESTION # 47
What is the purpose of the Application Picker?

  • A. Select an application as a favorite in the Application Navigator
  • B. Select an application to run
  • C. Choose an application to download and install
  • D. Choose an application to edit and set the Application Scope

Answer: D

Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_ApplicationPicker.html


NEW QUESTION # 48
Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

  • A. GlideSystem and current
  • B. GlideSystem and GlideRecord
  • C. GlideUser and GlideRecord
  • D. GlideRecord and current

Answer: D


NEW QUESTION # 49
Which of the following is NOT a trigger type in Flow Designer?

  • A. Application
  • B. Schedule
  • C. Record
  • D. Outbound Email

Answer: D


NEW QUESTION # 50
......

Check your preparation for ServiceNow CAD On-Demand Exam: https://examsites.premiumvcedump.com/ServiceNow/valid-CAD-premium-vce-exam-dumps.html