ServiceNow CAD Übungsprüfungen
Zuletzt aktualisiert am 27.04.2025- Prüfungscode: CAD
- Prüfungsname: ServiceNow Certified Application Developer
- Zertifizierungsanbieter: ServiceNow
- Zuletzt aktualisiert am: 27.04.2025
Which items are valid UI Action types in ServiceNow? Choose 3 answers
- A . Workflow action
- B . List choice
- C . List banner button
- D . Form choice
- E . Form button
- F . Record navigation button
What plugin enables the Guided Application Creator?
- A . com.glide.sn-guided-app-creator
- B . com.glide.service_creator
- C . com.glide.snc.apps_creator
- D . com.snc.apps_creator_template
Can inherited fields be deleted from a table?
- A . Yes, select the red X in the left-most column in the table definition
- B . Yes, but only if there has never been any saved field data
- C . No, inherited fields cannot be deleted from a child table
- D . Yes, but only if they are text fields
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on another instance, you want Table A’s records to be installed as part of the application.
Table A’s records will be installed when:
- A . Table A is active and extends the Task table.
- B . Table A has an automatic number counter for new records and the table property "Include data" is set to true.
- C . Table A’s records are added to the application record using the "Create Application Files" feature.
- D . Table A is not included in the System Clone > Exclude Tables list.
A new employee joins the IT department and needs to perform work assigned to Network and Hardware groups.
How would you set up their access? Choose 3 answers
- A . Add User Account to Network group
- B . Add User Account to Hardware group
- C . Add User Account to IT Knowledgebase
- D . Create User Account
- E . Add User Account to ACL
- F . Add User Account to itil group
Which of the following statements is true about Guided Application Creator?
- A . The global scope option is turned on by default
- B . A scope application user role is automatically created
- C . Default access controls are automatically created
- D . The welcome screen appears every time a new application is created
Why would you build a custom app?
- A . To fulfill is specific use case on internal processes.
- B . To avoid using a code repository like GiotHub or GitLab
- C . To create a custom integration for a 3rd party system
- D . To replace servieNow base tables
Why would you build a custom app?
- A . To fulfill is specific use case on internal processes.
- B . To avoid using a code repository like GiotHub or GitLab
- C . To create a custom integration for a 3rd party system
- D . To replace servieNow base tables
Which server-side API debug log method is available for scoped applications?
- A . gs.log()
- B . gs.print()
- C . gs.info()
- D . gs.debugLog()
Which are valid caller access field options? Choose 3 answers
- A . Caller Tracking
- B . Accessible from
- C . None
- D . Allow Configuration
- E . Caller Restriction
- F . Caller Permission