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 of the following is NOT a trigger type in Flow Designer?
- A . Outbound Email
- B . Application
- C . Record
- D . Schedule
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 they are text fields.
- C . No, inherited fields cannot be deleted from a child table.
- D . Yes, but only if there has never been any saved field data.
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 . Access control level records
- D . Cross-scope access records
Here is an example of the criteria set for a knowledge base:
• Companies: ACME North America
• Departments: HR
• Groups: ACME Managers
• Match All: Yes
In this example, what users would have access to this knowledge base?
- A . Employees of ACME North America, who are members of HR Department or the ACME Managers group
- B . Members of the ACME Manager group, who are also members of HR Department and part of ACME North America
- C . Members of the ACME Managers group, and HR department, regardless of geography
- D . Users which are members of either ACME North America, or HR Department or ACME Managers group
Which business requirements and process(es) should be documented as part of the application
development plan? Choose 4 answers
- A . Data input/output
- B . Business problem
- C . Project schedule
- D . Process steps
- E . Database capacity
- F . Users/stakeholders
- G . Available licenses
Which one of the following is the baseline behavior of a table in a privately-scoped application?
- A . The table and its data are not accessible using web services
- B . Any Business Rule can read, write, delete, and update from the table
- C . Only artifacts in the table’s application can read from the table
- D . All application scopes can read from the table
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)
- A . Use API calls
- B . Create a table from scratch
- C . Extend a table
- D . Upload a spreadsheet
- E . Create a table from a template
- F . Link to external tables
- G . Run import jobs
Which of the following methods is NOT part of the ServiceNow REST API?
- A . COPY
- B . POST
- C . GET
- D . DELETE
The task table is an example of which of the following? Choose 2 answers
- A . Legacy class
- B . Child class
- C . Base class
- D . Parent class
If the Create module field is selected when creating a table, what is the new module’s default behavior?
- A . Open an empty form so new records can be created
- B . Open a link to a wiki article with instructions on how to customize the behavior of the new module
- C . Display an empty homepage for the application
- D . Display a list of all records from the table