Download ServiceNow Certified Application Developer.CAD.VCEplus.2025-06-05.99q.tqb

Vendor: ServiceNow
Exam Code: CAD
Exam Name: ServiceNow Certified Application Developer
Date: Jun 05, 2025
File Size: 380 KB

How to open TQB files?

Files with TQB (Taurus Question Bank) extension can be opened by Taurus Exam Studio.

Demo Questions

Question 1
What plugin enables the Guided Application Creator?
  1. com.glide.sn-guided-app-creator
  2. com.glide.service_creator
  3. com.glide.snc.apps_creator
  4. com.snc.apps_creator_template
Correct answer: A
Explanation:
'Guided Application Creator is enabled via the Guided Application Creator (com.glide.sn-guided-app-creator) plugin, which is active by default in the Now Platform.' Located under 'Activation Information' section at this URL:https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/build/guided-app-creator/concept/guided-app-creator.html
'Guided Application Creator is enabled via the Guided Application Creator (com.glide.sn-guided-app-creator) plugin, which is active by default in the Now Platform.' Located under 'Activation Information' section at this URL:
https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/build/guided-app-creator/concept/guided-app-creator.html
Question 2
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
  1. g_form.showInfoMessage() 
  2. g_form.showFieldMsg()
  3. g_form.addInfoMessage()
  4. g_form.addFieldMsg()
Correct answer: B
Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/useful-scripts/reference/r_DisplayFieldMessages.html
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/useful-scripts/reference/r_DisplayFieldMessages.html
Question 3
When creating an application through the Guided Application Creator, which of the following is a user experience option?
  1. Portal
  2. Mobile
  3. Self-service
  4. Workspace
Correct answer: B
Explanation:
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/concept/guided-app-creator.html
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/concept/guided-app-creator.html
Question 4
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
  1. All access to this table via web services
  2. Can create, Can update, and Can delete
  3. Can read does not affect the availability of other Application Access fields
  4. Allow configuration
Correct answer: B
Explanation:
'You must first select read access to grant any other API record operation.' https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/reference/r_TableApplicationAccessFields.htmlThe Application Access configuration fields control the access level for an application and its tables. The following Application Access configuration fields are not available if the Can read configuration field is not selected:Can create. This field determines whether users can create records on the application tables.Can update. This field determines whether users can update records on the application tables.Can delete. This field determines whether users can delete records on the application tables.These fields are not available because they depend on the Can read field, which determines whether users can view records on the application tables. If users cannot read records, they cannot create, update, or delete them either.The following Application Access configuration fields are available regardless of the Can read configuration field:All access to this table via web services. This field determines whether users can access the application tables using web services, such as REST or SOAP.Allow configuration. This field determines whether users can configure the application tables, such as adding or modifying fields, views, or indexes.References:Application Access,Certified Application Developer (CAD) Learning Path
'You must first select read access to grant any other API record operation.' https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/reference/r_TableApplicationAccessFields.html
The Application Access configuration fields control the access level for an application and its tables. The following Application Access configuration fields are not available if the Can read configuration field is not selected:
Can create. This field determines whether users can create records on the application tables.
Can update. This field determines whether users can update records on the application tables.
Can delete. This field determines whether users can delete records on the application tables.
These fields are not available because they depend on the Can read field, which determines whether users can view records on the application tables. If users cannot read records, they cannot create, update, or delete them either.
The following Application Access configuration fields are available regardless of the Can read configuration field:
All access to this table via web services. This field determines whether users can access the application tables using web services, such as REST or SOAP.
Allow configuration. This field determines whether users can configure the application tables, such as adding or modifying fields, views, or indexes.References:Application Access,Certified Application Developer (CAD) Learning Path
Question 5
Which of the following is NOT a trigger type in Flow Designer?
  1. Outbound Email
  2. Application 
  3. Record
  4. Schedule
Correct answer: A
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.htmlThe trigger types in Flow Designer are Application, Record, Schedule, and Topic.Outbound Email is not a trigger type, but an action type that can be used in a flow to send an email message1. References:Flow Designer Trigger Types
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
The trigger types in Flow Designer are Application, Record, Schedule, and Topic.Outbound Email is not a trigger type, but an action type that can be used in a flow to send an email message1. References:Flow Designer Trigger Types
Question 6
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
  1. REST messages
  2. Table
  3. Script Include
  4. Workflow
Correct answer: B
Explanation:
'By default, all application scope scripts can read the table's records but cannot perform any other database operations.' https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/servicenow_administrator/app_store_learnv2_securingapps_tokyo_application_access_database_settings
'By default, all application scope scripts can read the table's records but cannot perform any other database operations.' https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/servicenow_administrator/app_store_learnv2_securingapps_tokyo_application_access_database_settings
Question 7
In an Email Notification, which one of the following is NOT true for the Weight field?
  1. Only Notifications with the highest weight for the same record and recipients are sent
  2. A Weight value of zero means that no email should be sent
  3. The Weight value defaults to zero
  4. A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met
Correct answer: B
Explanation:
https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/task/t_CreateANotification.htmlhttps://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/new_to_servicenow/app_store_learnv2_automatingapps_quebec_when_to_sendThe Weight field in an Email Notification determines which notification is sent when multiple notifications are triggered for the same record and recipients. Only the notification with the highest weight is sent. A weight value of zero means the notification is always sent when the notification's When to send criteria is met.A weight value of -1 means that no email should be sent3. References:Email Notification Weight
https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/task/t_CreateANotification.html
https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/new_to_servicenow/app_store_learnv2_automatingapps_quebec_when_to_send
The Weight field in an Email Notification determines which notification is sent when multiple notifications are triggered for the same record and recipients. Only the notification with the highest weight is sent. A weight value of zero means the notification is always sent when the notification's When to send criteria is met.A weight value of -1 means that no email should be sent3. References:Email Notification Weight
Question 8
Which of the following objects does a Display Business Rule NOT have access to?
  1. previous
  2. GlideSystem
  3. g_scratchpad
  4. current
Correct answer: A
Explanation:
A Display Business Rule has access to the current, g_scratchpad, and GlideSystem objects, but not the previous object.The previous object is only available to Before Business Rules4. References:Business Rule APIhttps://docs.servicenow.com/bundle/tokyo-application-development/page/script/business-rules/concept/c_BusinessRules.html
A Display Business Rule has access to the current, g_scratchpad, and GlideSystem objects, but not the previous object.The previous object is only available to Before Business Rules4. References:Business Rule API
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/business-rules/concept/c_BusinessRules.html
Question 9
Which of the following features are available to Global applications? (Choose two.)
  1. Automated Test Framework
  2. Source Control
  3. Delegated Development
  4. Flow Designer
Correct answer: AD
Explanation:
Global applications can use Automated Test Framework and Flow Designer features, but not Source Control and Delegated Development features. Source Control and Delegated Development features are only available to scoped applications . References: [Global vs Scoped Applications], [Delegated Development]
Global applications can use Automated Test Framework and Flow Designer features, but not Source Control and Delegated Development features. Source Control and Delegated Development features are only available to scoped applications . References: [Global vs Scoped Applications], [Delegated Development]
Question 10
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
  1. ${event.}
  2. ${current.}
  3. ${property name>.getDisplayValue()}
  4. ${gs.}
Correct answer: A
Explanation:
https://www.servicenow.com/community/it-service-management-forum/email-notification/m-p/695221When configuring the content of an Email Notification, the following syntax should be used to reference the properties of an event triggering the Notification:event..ThisisthecorrectsyntaxtoaccessthepropertiesoftheeventrecordthattriggeredtheEmailNotification,suchasevent.name,event.parm1,orevent.parm2.Forexample,{event.parm1} will display the value of the first parameter of the event.The following syntaxes are not correct for referencing the properties of an event triggering the Notification:current..Thisisthesyntaxtoaccessthepropertiesofthecurrentrecordthatisassociatedwiththeevent,suchascurrent.number,current.shortdescription,orcurrent.state.Forexample,{current.short_description} will display the short description of the current record.${property name>.getDisplayValue()}. This is the syntax to access the display value of a property of the current record, such as current.state.getDisplayValue(), current.assigned_to.getDisplayValue(), or current.category.getDisplayValue(). For example, current.state.getDisplayValue() will display the state of the current record in a human-readable format, such as New, In Progress, or Closed.${gs.}. This is the syntax to access the properties of the GlideSystem (gs) object, which provides methods for performing system operations, such as gs.now(), gs.getUserID(), or gs.getProperty(). For example, gs.now() will display the current date and time of the system. References: Email Notifications, Email Notification Variables
https://www.servicenow.com/community/it-service-management-forum/email-notification/m-p/695221
When configuring the content of an Email Notification, the following syntax should be used to reference the properties of an event triggering the Notification:
event..ThisisthecorrectsyntaxtoaccessthepropertiesoftheeventrecordthattriggeredtheEmailNotification,suchasevent.name,event.parm1,orevent.parm2.Forexample,{event.parm1} will display the value of the first parameter of the event.
The following syntaxes are not correct for referencing the properties of an event triggering the Notification:
current..Thisisthesyntaxtoaccessthepropertiesofthecurrentrecordthatisassociatedwiththeevent,suchascurrent.number,current.shortdescription,orcurrent.state.Forexample,{current.short_description} will display the short description of the current record.
${property name>.getDisplayValue()}. This is the syntax to access the display value of a property of the current record, such as current.state.getDisplayValue(), current.assigned_to.getDisplayValue(), or current.category.getDisplayValue(). For example, current.state.getDisplayValue() will display the state of the current record in a human-readable format, such as New, In Progress, or Closed.
${gs.}. This is the syntax to access the properties of the GlideSystem (gs) object, which provides methods for performing system operations, such as gs.now(), gs.getUserID(), or gs.getProperty(). For example, gs.now() will display the current date and time of the system. References: Email Notifications, Email Notification Variables
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!