Lernkarten Info

Hier erfährst du alles über diese Lernkarte

ServiceNow CAD



Multiple Choice Karten
Normale Karten
Total Karten
Kategorie
Sprache
Von

Which of the following objects does a Display Business Rule NOT have access to?





Which items are valid UI Action types in ServiceNow? (Choose three.)







What is the purpose of the coalesce field when importing data?





What is the purpose of the Application Picker?





Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?





Which one of the following is true for a table with the `Allow configuration` Application Access option selected?





When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?





Which one of the following is NOT a method used for logging messages in a server-side script for a privately-scoped application?





What is the Event Registry?





The source control operation used to store local changes on an instance for later application is called a(n) <blank>.





Which of the following statements is NOT true for the Form Designer?





Using Custom UI test step in Automated Test Framework, which of the following is NOT a testable page component?





Which actions can a Business Rule take without scripting?





Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?





Which one of the following is a benefit of creating an Application Properties page for each application you develop?





Which of the following statements is true for the Form Designer? a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form. b) To create a new field on a form's table, drag the appropriate data type from the Field Types tab to the form and then configure the new field. c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button. d) To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.





Server-side scripts manage what?





How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application's data tables?





You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A's records to be installed as part of the application.

Table A's records will be installed when:





Which script types execute on the server? (Choose three.)






Which of the following is NOT a caller access field option?





When debugging Email Notifications, what must you check on a user record? (Choose three.)






Which server-side API debug log method is available for scoped applications?





Which of the following is true about g_scratchpad? (Choose two.)





In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?





The Task table is an example of which of the following? (Choose two.)





What is the ServiceNow store?





Which one of the following is true?





What is the best UX format to use for lists and forms?





Which of the following is true about deleting fields from a table?





What are web services?





Which are valid caller access field options? (Choose three.)







Which of the following methods are useful in Access Control scripts?





Which of the following is NOT a trigger type in Flow Designer?





What are the features of Flow Designer? (Choose three.)







Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?





Which of the following methods is NOT part of the ServiceNow REST API?





A graphical view of relationships among tables is a <blank>.





Identify characteristic(s) of a Record Producer. (Choose three.)






Which one of the following is true for a Script Include with a Protection Policy value of Protected?





When designing and creating a form what do you create to organize fields on a form





Which one of the following database operations can be controlled with Application Access? (Choose three.) (tab bei der Einrichtung von tables)





When debugging Email Notifications, what must you check on a user record? (Choose two.)






Which one of the following client-side scripts apply to Record Producers?





Which Report Type(s) can be created by right-clicking on a column header in a table's list?





What syntax is used in a Record Producer script to access values from Record Producer form fields?





What is required to link a ServiceNow application to a Git repository? (Choose three.)







What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?





Tables that extend a table do what?





What are three ServiceNow table creation methods? (Choose three.)







Flow Designer supports variable data types to store record data and complex data. Which of the following are supported variable data types? (Choose three.)







A scoped application containing Flow Designer content dedicated to a particular application is called a(n):





In an Email Notification, which one of the following is NOT true for the Weight field?





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.





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.





How does ServiceNow match inbound email to existing records?





Which class is NOT part of the Client side scoped APIs?





What occurs when an existing table is extended in ServiceNow?





What are Application Files in a ServiceNow application?





When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?





Which of the following is NOT a way to install an application on a ServiceNow instance?





Which of the following features are available to Global applications? (Choose two.)





When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?





Which of the following is NOT a Flow Designer feature?





Which of the following CANNOT be debugged using the Field Watcher?





What plugin enables the Guided Application Creator?





Which one of the following is true for the Application Picker and Application Scope?





What are the ways to designate data tables when using Guided Application Creator (GAC)? (Choose three.)







When a ServiceNow instance requests information from a web service, ServiceNow is the web service:





Why would you build a custom app? (Choose two.)





Which of the following can be an external data source for a ServiceNow application?





Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?





Which of the following statements does NOT apply when extending an existing table?





For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when this option is selected?





Identify the ways an application can respond to an Event generated by the gs.eventQueue() method: (Choose two.)






What is the GlideForm Client-side scripting object?





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.





When evaluating Access Controls, ServiceNow searches and evaluates:





When selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?





To see what scripts, reports, and other application artifacts will be in a published application:





Is it possible to change an application’s scope?





Which method can be used to install an application on a ServiceNow instance? (Choose three.)







Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?





Which one of the following is the fastest way to create and configure a Record Producer?





When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose three.)








When configuring a module, what does the Override application menu roles configuration option do?





When creating a table in a privately-scoped application, which four Access Controls are created for the table?





Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:

Question
Which field or fields can a user with the itil role read?




Modules must have a Link type. Which one of the following is a list of Link types?





Which of the following are true for reports in ServiceNow? (Choose three.)






In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choose four.)







Why create Applications in ServiceNow?

a) To replace outdated, inadequate, custom business applications and processes
b) To extend service delivery and management to all enterprise departments
c) To allow users full access to all ServiceNow tables, records, and fields
d) To extend the value of ServiceNow





What are some benefits of developing private, scoped applications? (Choose two.)





How can an application link to a repository behind a firewall?





Which one of the following is NOT required to link a ServiceNow application to a Git repository?





Which business requirements and process(es) should be documented as part of the application development plan? (Choose four.)








Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)





Which of the following is an available feature in Studio? (Choose two.)





Which server-side object provides methods for working with dates when writing a script in a privately scoped application?





What is the ServiceNow App Repository?





Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.

a. Script Action

b. Scheduled Script Execution (Scheduled Job)

c. UI Policy

d. Email Notification





Client-side scripts manage what?





Which one of the following is the baseline behavior of a table in a privately-scoped application?





Which one of the following database operations cannot be controlled with Application Access?





When creating an application through the Guided Application Creator, which of the following is a user experience option?





An application called My App has a table, MyAppTable, with this Application Access configuration:

Accessible from: All application scopes

Can read: Selected -

Can delete: Not selected -

Allow configuration: Selected -

Which of the following is true based on this configuration?





What is a workflow context?





Which one of the following objects CANNOT be used in a Script Action script?





When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?





Which one of the following is NOT true for Modules?





Which one of the following is NOT a UI Action type?





If the Create module field is selected when creating a table, what is the new module's default behavior?





Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose three.)







Which one of the following is true for GlideUser (g_user) methods?





Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?





Which objects can be used in Inbound Action scripts? (choose: two)





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?





What data types of Flow Variables are supported to store record data? (Choose three.)






Which one of the following is NOT part of the Form Designer?





Can inherited fields be deleted from a table?





Which one of the following is NOT a debugging strategy for client-side scripts?





When writing a Client Script to provide feedback targeted at a specific field, which method should be used?





Identify the incorrect statement about Delegated Development in ServiceNow.

(Delegated Development is for the scoped applications only)





It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?





What intuitive development interface guides users through the initial application development process?





How many applications menus can an application have?





Which one of the following is part of the client-side scripting API?





Which of the following GlideRecord methods run a query against a database table? (Choose three.)






Which ATF Test step allows you to create a user with speeded roles and groups for the test?





When configuring a REST Message, the Endpoint is:





Which method is used to retrieve Application Property values in a script?





Which source control operation is available from BOTH Studio and the Git Repository?





Which one of the following is true for this script fragment?

g_user.hasRole('x_my_app_user');





What Module Link type is used to access an Application Properties page?





If you create a SOAP Message what syntax indicates a variable to pass when the function is called?





Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose three.)






Which one of the following is a good practice for adding instructions to a form?





From the list below, identify one reason an application might NOT be a good fit with ServiceNow.

The application:





When crafting a scoped application that contains flow actions, what is the application called?





When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?





Which of the following is NOT supported by Flow Designer?





One of the uses of the ServiceNow REST API Explorer is:





Which are reasons an application could be developed on the ServiceNow platform? (Choose three.)






Which of the following methods prints a message on a blue background to the top of the current form by default?





What data types of Flow Designer variables are supported to store record data and complex data? (Choose three.)






Which one of the following is NOT a purpose of application scoping?





Which of the following statements is true about Guided Application Creator?





Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:

Question

Which field or fields can a user with the itil role read?





Application developers configure ServiceNow using industry standard JavaScript to`¦





Here is the Business Rule script template:

Question

This type of JavaScript function is known as:





In a Business Rule, which one of the following returns the sys_id of the currently logged in user?





When troubleshooting and debugging notifications, where do you navigate to see if an email was sent m response to an event?





Which one of the following is true for the Application Picker?





What is a Module?





How is access to Application Menus and Modules controlled?





There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.





When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?





Which one of the following is true regarding Application Scope?





© 2026 MemoCard