[Jul-2024] CAD Dumps Full Questions - Certified Application Developer Exam Study Guide [Q79-Q99]

Share

[Jul-2024] CAD Dumps Full Questions - Certified Application Developer Exam Study Guide

Exam Questions and Answers for CAD Study Guide


ServiceNow CAD Certification Exam is an important certification for individuals who are looking to demonstrate their expertise in developing applications on the ServiceNow platform. CAD exam covers a range of topics and validates an individual’s ability to develop applications using best practices and adhere to ServiceNow’s development guidelines. Certified Application Developer-ServiceNow certification is recognized globally and is a valuable credential for individuals who are looking to advance their career in ServiceNow development.


ServiceNow is a cloud-based platform that enables organizations to streamline their IT processes and operations. It offers a range of modules and applications that help businesses manage their workflows, automate tasks, and improve productivity. To become a proficient ServiceNow developer, one needs to have extensive knowledge of the platform’s functionality, architecture, and best practices. This is where the ServiceNow Certified Application Developer (CAD) exam comes in.


ServiceNow CAD certification exam is designed to assess an individual's ability to develop applications and manage the ServiceNow platform effectively. CAD exam tests an individual's knowledge in several areas, including ServiceNow development tools, scripting APIs, and configuration of UI actions, server-side UI actions, and client scripts. ServiceNow CAD certified professionals have excellent foundational knowledge in building, creating and deploying workflows and applications, helping businesses achieve their goals.

 

NEW QUESTION # 79
Which Report Type(s) can be created by right-clicking on a column header in a table's list?

  • A. Bar Chart
  • B. Bar Chart, Pie Chart, and Histogram
  • C. Bar Chart and Pie Chart
  • D. Bar Chart, Pie Chart, Histogram, and Line

Answer: A


NEW QUESTION # 80
What is the REST API Explorer used to do?

  • A. Practice using REST to interact with public data providers
  • B. Convert SOAP Message functions to REST methods
  • C. Find resources on the web for learning about REST
  • D. Create sample code for sending REST requests to ServiceNow

Answer: D

Explanation:
One of the uses of the ServiceNow REST API Explorer is to create sample code for sending REST requests to ServiceNow. The REST API Explorer is a tool that allows you to discover and test the ServiceNow REST APIs. You can select an API endpoint, set the HTTP method, parameters, headers, and body, and then execute the request. The REST API Explorer will show you the response status, headers, and body, as well as generate sample code for various languages and frameworks, such as cURL, Java, JavaScript, Node.js, Python, Ruby, and more. References: [Use the REST API Explorer - Product Documentation: Tokyo - ServiceNow],
[Introduction to Scripted REST APIs - ServiceNow Developers]


NEW QUESTION # 81
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?

  • A. all tables
  • B. parent table
  • C. base table
  • D. child table

Answer: D

Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=7ddc4462dbe2b3840be6a345ca9619af


NEW QUESTION # 82
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?

  • A. Define Data Source, Select Transform Map, Run Transform
  • B. Load Data, Create Transform Map, Run Transform Most Voted
  • C. Select Data Source, Schedule Transform
  • D. Select Import Set, Select Transform Map, Run Transform

Answer: B

Explanation:
The steps to import new data into ServiceNow from a spreadsheet are: Load Data, Create Transform Map, Run Transform. Load Data is the process of uploading the spreadsheet file and creating an Import Set table that contains the data to be imported. Create Transform Map is the process of defining how the fields from the Import Set table map to the fields of the target table in ServiceNow. Run Transform is the process of executing the Transform Map and copying the data from the Import Set table to the target table. Reference: Import sets, Transform maps


NEW QUESTION # 83
How many applications menus can an application have?

  • A. As many as the application design requires
  • B. 1, which is used for all application modules
  • C. 2, one for an application's user modules and one for an application's administrator modules
  • D. 3, one for an application's user modules, one for an application's administrator modules, and one for the ServiceNow administrator's modules

Answer: A

Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-platform-user-interface/page/administer/navigation- and-ui/task/t_CreateAnApplicationMenu.html


NEW QUESTION # 84
What are web services?

  • A. Methods used to discover a wide variety of systems and applications
  • B. Methods used to create and maintain Ul Pages
  • C. Methods used to allow applications to connect to other software applications over a network
  • D. They provide a customer-facing view of available service and product offerings provided by departments within the organization

Answer: C

Explanation:
Web services are software systems that use standardized protocols and formats, such as XML and HTTP, to exchange data and messages between different applications or systems over the Internet or other networks12. Web services enable interoperability and integration among diverse software components, regardless of their programming languages, platforms, or architectures34.
Reference = 1: What are Web Services? - GeeksforGeeks 2: Web service - Wikipedia 3: What are Web Services? - Online Tutorials Library 4: What is a Web Service? | Webopedia


NEW QUESTION # 85
Which one of the following is NOT a debugging strategy for client-side scripts?

  • A. jslog()
  • B. Field Watcher
  • C. g_form.addInfoMessage()
  • D. gs.log()

Answer: D

Explanation:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/rome/new_to_servicenow/app_store_learnv2_scripting_rome_debugging_client_scripts The following are debugging strategies for client-side scripts, which run in the web browser and manipulate the user interface:
g_form.addInfoMessage(). This is a client-side API that displays an information message at the top of the form.
Field Watcher. This is a debugging tool that displays the current and previous values of one or more fields on a form.
jslog(). This is a client-side API that writes a message to the browser console.
The following is not a debugging strategy for client-side scripts, but for server-side scripts, which run on the ServiceNow platform and manipulate the database:
gs.log(). This is a server-side API that writes a message to the system log. Reference: Client-Side Scripting APIs, Debugging Client Scripts


NEW QUESTION # 86
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?

  • A. Application Manager
  • B. Application Admin
  • C. Application Fulfiller
  • D. Application Super User

Answer: B

Explanation:
An application admin is a role that grants full access to an application and its tables, scripts, and other components1. An application admin can create, modify, and delete any element of the application, as well as publish and install it2. An application typically has an application admin role that is automatically created and assigned to the application creator3.
Reference = 1: Application administration - ServiceNow Docs 2: Application admin role - ServiceNow Docs 3: Application roles - ServiceNow Docs


NEW QUESTION # 87
Identify the incorrect statement about Delegated Development in ServiceNow.

  • A. Administrators can specify which application file types the developer can access.
  • B. Administrators can grant non-admin users the ability to develop global applications.
  • C. Administrators can grant the developer access to security records.
  • D. Administrators can grant the developer access to script fields.

Answer: A


NEW QUESTION # 88
Which of the following is true about deleting fields from a table?

  • A. User-defined non-inherited fields can be detected
  • B. Any field on a table can be deleted
  • C. Inherited fields can be detected
  • D. Table records are deleted when a field is detected

Answer: A

Explanation:
User-defined non-inherited fields can be deleted from a table in ServiceNow. These are fields that are created by users on a specific table and are not inherited from a parent table. Inherited fields cannot be deleted from a table, as they are defined on a parent table and shared by all child tables. Any field on a table cannot be deleted, as some fields are system-defined and essential for the table functionality. Table records are not deleted when a field is deleted, as the field deletion only affects the table structure and not the data. Reference: Delete fields


NEW QUESTION # 89
Which of the following objects does a Display Business Rule NOT have access to?

  • A. g_scratchpad
  • B. GlideSystem
  • C. previous
  • D. current

Answer: C


NEW QUESTION # 90
Which of the following is true for the Application Picker and Application Scope?

  • A. Global is a reserved application which does not appear in the Application Picker
  • B. Selecting Global in the Application Picker sets the Application Scope to incident
  • C. Selecting an application from the Application Picker sets the Application Scope
  • D. Selecting application from the Application Picker does not set the Application Scope.

Answer: C

Explanation:
"Application developers must select an application as their current scope context."https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/t_Sele


NEW QUESTION # 91
Which one of the following is true for a Script Include with a Protection Policy value of Protected?

  • A. The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
  • B. Any user with the protected_edit role can see and edit the Script Include
  • C. The Protection policy option can only be enabled by a user with the admin role
  • D. The Protection Policy is applied only if the glide.app.apply_protection system property value is true

Answer: A

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


NEW QUESTION # 92
Which method is used to retrieve Application Property values in a script?

  • A. g_form.getProperty()
  • B. gs.getProperty()
  • C. g_form.getAppProperty()
  • D. gs.getAppProperty()

Answer: B

Explanation:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/new_to_servicenow/app_store_learnv2_automatingapps_tokyo_use_application_properties


NEW QUESTION # 93
What is the ServiceNow store?

  • A. The source for ServiceNow Community created developer content
  • B. Downloadable content ServiceNow script archive
  • C. Alternate name for the ServiceNow Developer Share site
  • D. Marketplace for free and paid certified ServiceNow applications and integrations

Answer: D

Explanation:
The ServiceNow Store is a marketplace for free and paid certified ServiceNow applications and integrations.
The ServiceNow Store provides customers with access to Now Certified enterprise workflow apps from partners that complement and extend ServiceNow products and solutions. Customers can browse, try, buy, and deploy apps and integrations that suit their needs and enhance their ServiceNow experience. The ServiceNow Store is not the source for ServiceNow Community created developer content, as that is available on the Developer Portal or the Share site. The ServiceNow Store is not a downloadable content ServiceNow script archive, as that is available on the Script Library or the Script Repository. The ServiceNow Store is not an alternate name for the ServiceNow Developer Share site, as that is a separate site where developers can share applications, code snippets, UI pages, etc. Reference: ServiceNow Store


NEW QUESTION # 94
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?

  • A. Use the Data data type to enter the date and time of day.
  • B. Use the string data type for a free-form text field.
  • C. Use the Phone Number data type to automate phone number data validation.
  • D. Use the Choice data type to limit options in a field

Answer: C

Explanation:
The data type of a field determines the format, validation, and display of the field value on a form. When selecting a data type for a field, you should consider the purpose and function of the field. The statements A, C, and D are correct for selecting a data type for a field. For example:
Use the Choice data type to limit options in a field: The Choice data type allows you to create a field that has a predefined set of options for the user to select from. The options can be displayed as a drop-down list, radio buttons, or checkboxes. For example, you can use the Choice data type for a field that indicates the priority of a task.
Use the Phone Number data type to automate phone number data validation: The Phone Number data type allows you to create a field that accepts and validates phone numbers. The field will automatically format the phone number according to the user's locale and country code. For example, you can use the Phone Number data type for a field that stores the contact number of a user.
Use the string data type for a free-form text field: The string data type allows you to create a field that accepts any text input from the user. The field can have a maximum length of 255 characters. For example, you can use the string data type for a field that captures the short description of an incident.
The statement B is not correct for selecting a data type for a field. There is no Data data type in ServiceNow. To enter the date and time of day, you should use the Date/Time data type. The Date/Time data type allows you to create a field that accepts and displays a date and time value. The field will use a calendar widget and a time picker to help the user enter the value. For example, you can use the Date/Time data type for a field that records the due date of a task.
Reference:
[Field types]
[Date/Time field type]


NEW QUESTION # 95
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 The Form Designer is a graphical interface for creating and customizing forms. The following statements are true for the Form Designer:
* To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form. This will add the field to the form view without changing the table definition.
* 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. This will create a new column on the table and add the field to the form view.
* To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button. This will remove the field from the form view but not from the table definition.
The following statement is false for the Form Designer:
* To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form. This is incorrect because sections are not available in the Field Types tab. To add a section, click the Add Section button on the toolbar or right-click on the form and select Add Section. References: Introduction to App Engine Studio for Developers, ServiceNow Studio Overview, Form Designer


NEW QUESTION # 96
Client-side scripts manage what?

  • A. Forms and Forms Fields
  • B. Database and backend
  • C. Playbook access
  • D. User access

Answer: B

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


NEW QUESTION # 97
Application developers configure ServiceNow using industry standard JavaScript to...

  • A. Enable the right-click to edit the context menus on applications in the navigator
  • B. Extend and add functionality
  • C. Customize the organization's company logo and banner text
  • D. Configure the outgoing email display name

Answer: B

Explanation:
Application developers configure ServiceNow using industry standard JavaScript to extend and add functionality. JavaScript is a scripting language that enables developers to create dynamic and interactive web pages, as well as manipulate data and logic on the server-side. ServiceNow provides various APIs and frameworks for developers to use JavaScript to customize and enhance the functionality of their applications, such as client scripts, UI policies, business rules, script includes, UI actions, and more. References:
[ServiceNow Docs - JavaScript in ServiceNow], [ServiceNow Docs - Scripting in ServiceNow]


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

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

Answer: A,B,C

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 # 99
......

Certified Application Developer-ServiceNow Free Update With 100% Exam Passing Guarantee: https://ucertify.examprepaway.com/ServiceNow/braindumps.CAD.ete.file.html