ServiceNow CAD Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: CAD
- Prüfungsname: ServiceNow Certified Application Developer
- Zertifizierungsanbieter: ServiceNow
- Zuletzt aktualisiert am: 26.04.2025
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI.
How is the page specified?
- A . Configure the page in the Module that opens the Record Producer.
- B . Write a script in the Record Producer’s Script field: producer.redirect = ‚<URL>‘;.
- C . Create an application property to store the URL.
- D . Write an after Business Rule script for the Record Producer’s table: window.redirect = ‚<URL>‘;.
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?
- A . Data Pill
- B . Field Icon
- C . Field Value
- D . Data Trigger
- E . Data Element
To see what scripts, reports, and other application artifacts will be in a published application:
- A . Enter the name of the Application in the Global search field
- B . Open the list of Update Sets for the instance
- C . Examine the Application Files Related List in the application to be published
- D . Open the artifact records individually to verify the value in the Application field
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer Ul.
How is the page specified?
- A . Write an after Business Rule script for the Record Producer’s table: window.redirect = "<URL>";
- B . Create an application property to store the URL
- C . Write a script in the Record Producer’s Script field: producer.redirect = "<URL>";
- D . Configure the page in the Module that opens the Record Producer Ul
What is the Event Registry?
- A . A table containing a record for every Event known to the ServiceNow system which allows ServiceNow to react when Events are generated
- B . The Event Log which lists all Events that have been generated
- C . A Workflow which is launched every time an Event is generated; used to debug Events
- D . The method used in server-side scripts to generate Events and pass parameters
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
- A . The application needs to send weekly email reminders to requestors for all records on a table
- B . The application needs to run a clean up script on the last day of every month
- C . The application needs to query the database every day to look for unassigned records
- D . The application needs to run a client-side script at the same time every day
What is the best practice related to using the Default Update Set for moving customizations between instances?
- A . Submit Default update set to application repository
- B . You should not use the Default Update sets for moving between instances
- C . Keep Default update set to maximum of 20 records, for troubleshooting purposes
- D . Merge Default update sets before moving between instances
How does the Application Picker interact with Application Scope in ServiceNow?
- A . Selecting Global in the Application Picker sets the Application Scope to Incident.
- B . Global is a reserved application that does not appear in the Application Picker.
- C . Selecting an application from the Application Picker sets the Application Scope.
- D . Selecting an application from the Application Picker does not set the Application Scope.
What is the purpose of the Application Picker?
- A . Select an application to run
- B . Select an application as a favorite in the Application Navigator
- C . Choose an application to edit and set the Application Scope
- D . Choose an application to download and install
Which of the following methods is NOT part of the ServiceNow REST API?
- A . POST
- B . COPY
- C . DELETE
- D . GET