2023 Realistic PassLeaderVCE CAD Dumps PDF - 100% Passing Guarantee
Free ServiceNow CAD Exam Questions and Answer
ServiceNow CAD certification exam is a valuable credential for IT professionals looking to advance their careers in ServiceNow application development. By passing CAD exam, you can demonstrate your expertise in developing custom applications on the ServiceNow platform and help your organization leverage the full potential of ServiceNow's digital workflow management capabilities. With the right preparation and training, you can pass the certification exam and become a ServiceNow Certified Application Developer.
ServiceNow CAD certification exam tests a candidate's knowledge of the ServiceNow platform, application design, development, and deployment best practices. CAD exam consists of 60 multiple-choice questions that must be answered within 90 minutes. CAD exam is proctored and can be taken online, making it convenient for candidates to take from anywhere in the world.
NEW QUESTION # 25
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
- A. g_form.hasRoleExactly('admin')
- B. gs.hasRole('admin')
- C. gs.hasRoleExactly('admin')
- D. g_form.hasRole('admin')
Answer: B
Explanation:
Business Rule is server-side, so it uses GlideSystem API. gs.hasRoleExactly doesn't exist
NEW QUESTION # 26
Which one of the following is part of the client-side scripting API?
- A. GlideUser object (g_user)
- B. current and previous objects
- C. GlideSystem object (gs)
- D. workflow.scratchpad
Answer: B
NEW QUESTION # 27
Which of the following is NOT a trigger type in Flow Designer?
- A. Record
- B. Outbound Email
- C. Application
- D. Schedule
Answer: B
Explanation:
See list of triggers on right hand side of this webpage: https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/administer/flow-designer/reference/flow-triggers.html
NEW QUESTION # 28
How can an application link to a repository behind a firewall?
- A. This option is not supported.
- B. Link an application to source control through a MID Server.
- C. Link an application to source control through an access token.
- D. Link an application to source control with multi-factor authentication.
Answer: B
Explanation:
"Use an existing MID Server to connect to a Source Control repository. Linking or importing an application through a MID Server enables access to repositories behind a firewall." https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/concept/c_SourceControlIntegration.html
NEW QUESTION # 29
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. child table
- C. base table
- D. all tables
Answer: B
NEW QUESTION # 30
Which of the following is NOT a caller access field option?
- A. Caller Tracking
- B. None
- C. Caller Restriction
- D. Caller Permission
Answer: D
Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/set-RCA-level.html
NEW QUESTION # 31
Which of the following methods prints a message on a blue background to the top of the current form by default?
- A. g_form.addInfoMessage()
- B. g_form.showFieldMsg()
- C. g_form.addInfoMsg()
- D. g_form.showFieldMessage()
Answer: B
NEW QUESTION # 32
What are the benefits of storing the majority of an Application's server-side script logic in a Script Include?
a) This makes execution faster.
b) Only run when called from a script.
c) The script logic can be hidden when the Application is installed from the ServiceNow Store. d. For some changes to application logic there is only one place to make edits.
- A. b, c, and d
- B. a, b, and c
- C. a, b, and d
- D. a, b, c, and d
Answer: A
Explanation:
https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_scripting_tokyo_scripting_in_servicenow/app_store_learnv2_scripting_tokyo_server_side_scripting/app_store_learnv2_scripting_tokyo_script_includes
NEW QUESTION # 33
Here is the Business Rule script template:
This type of JavaScript function is known as:
- A. Self-invoking
- B. Constructor
- C. Anonymous
- D. Scoped
Answer: D
Explanation:
Explanation
NEW QUESTION # 34
Application developers configure ServiceNow using industry standard JavaScript to...
- A. Extend and add functionality
- B. Enable the right-click to edit the context menus on applications in the navigator
- C. Customize the organization's company logo and banner text
- D. Configure the outgoing email display name
Answer: A
NEW QUESTION # 35
Which of the following is NOT supported by Flow Designer?
- A. Test a flow with rollback
- B. Use Delegated Developer
- C. Run a flow from a MetricBase Trigger
- D. Call a subflow from a flow
Answer: A
Explanation:
Explanation/Reference: https://community.servicenow.com/community?
id=community_question&sys_id=b4d26e44db13ab409540e15b8a9619c9
NEW QUESTION # 36
Which one of the following is true for GlideUser (g_user) methods?
- A. Can be used in Client Scripts, UI Policies, and UI Actions
- B. Can be used in Business Rules, and Scripts Includes
- C. Can be used in Client Scripts and UI Policies only
- D. Can be used in Business Rules only
Answer: A
Explanation:
Explanation/Reference: https://developer.servicenow.com/dev.do#!/reference/api/newyork/client/c_GlideUserAPI
NEW QUESTION # 37
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
- A. Table
- B. Script Include
- C. Workflow
- D. REST messages
Answer: A
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/task/ set-RCA-level.html
NEW QUESTION # 38
When designing and creating a form, what do you create to organize fields on a form?
- A. Buttons
- B. Related lists
- C. Sections
- D. Tabs
Answer: C
NEW QUESTION # 39
A graphical view of relationships among tables is a <blank>.
- A. Map source report
- B. Dependency view
- C. Graphical User Interface
- D. Schema map
Answer: D
Explanation:
"Schema map: Provides a graphical representation of the relationships between tables."
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/table-administration/concept/c_TableAdministration.html
NEW QUESTION # 40
Which of the following is true for the Application Picker and Application Scope?
- A. Selecting Global in the Application Picker sets the Application Scope to incident
- B. Selecting an application from the Application Picker sets the Application Scope
- C. Selecting application from the Application Picker does not set the Application Scope.
- D. Global is a reserved application which does not appear in the Application Picker
Answer: B
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_SelectAnAppFromTheAppPicker.html
NEW QUESTION # 41
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
- A. Insert, Delete, Query, Update
- B. Insert, Delete, Query, Write
- C. Create, Delete, Read, Write
- D. Create, Delete, Read, Update
Answer: C
NEW QUESTION # 42
Which of the following CANNOT be debugged using the Field Watcher?
- A. Client Scripts
- B. Script Includes
- C. Business Rules
- D. Access Controls
Answer: B
Explanation:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/debugging/ concept/c_FieldWatcher.html
NEW QUESTION # 43
Which one of the following is the fastest way to create and configure a Record Producer?
- A. Use the Record Producer module then add and configure all variables manually
- B. Open the table in the Table records and select the Add to Service Catalog Related Link
- C. Create a Catalog Category, open the category, and select the Add New Record Producer button
- D. Open the table's form, right-click on the form header, and select the Create Record Producer menu item
Answer: C
NEW QUESTION # 44
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
- A. Restricted caller access records
- B. Caller tracking records
- C. Cross-scope access records
- D. Access control level records
Answer: A
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 # 45
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. b and c
- B. a, b, and c
- C. a, b, c, and d
- D. a and b
Answer: B
NEW QUESTION # 46
Which one of the following objects CANNOT be used in a Script Action script?
- A. GlideRecord
- B. previous
- C. current
- D. event
Answer: B
Explanation:
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/platform-events/reference/r_ScriptActions.html
NEW QUESTION # 47
Which of the following is NOT supported by Flow Designer?
- A. Test a flow with rollback
- B. Use Delegated Developer
- C. Run a flow from a MetricBase Trigger
- D. Call a subflow from a flow
Answer: A
NEW QUESTION # 48
Which of the following are configured in an Email Notification?
a)Who will receive the notification.
b)What content will be in the notification.
c)When to send the notification.
d)How to send the notification.
- A. a, c and d
- B. b, c and d
- C. a, b, and d
- D. a, b and c
Answer: D
NEW QUESTION # 49
The task table is an example of which of the following?
Choose 2 answers
- A. Base class
- B. Legacy class
- C. Child class
- D. Parent class
Answer: A,D
Explanation:
"A table that extends another table is called a child class, and the table it extends is the parent class" - this is about halfway down in this link below: https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/table-administration/concept/table-extension-and-classes.html
NEW QUESTION # 50
......
Verified CAD dumps Q&As Latest CAD Download: https://www.passleadervce.com/Certified-Application-Developer/reliable-CAD-exam-learning-guide.html
Updated 100% Cover Real CAD Exam Questions - 100% Pass Guarantee: https://drive.google.com/open?id=1LCBFfr2632YHaG9Q4hVMDTSWN5on63K_