CAD sn test 5
![]() |
![]() |
![]() |
Title of test:![]() CAD sn test 5 Description: practice questions of the cad test |




New Comment |
---|
NO RECORDS |
What Module Link type is used to access an Application Properties page?. Single Record. HTML (from Arguments). URL (from Arguments). Script (from Arguments). 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. b and c. c. a and d. a and c. When troubleshooting and debugging notifications, where do you navigate to see if an email was sent m response to an event?. System Logs > Events. System Logs > Emails. System Logs > Push Notifications. System Logs > ICE Logs. 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. a, b, and d. a, b, c, and d. b, c, and d. a, b, and c. Which of the following is NOT a Flow Designer feature?. Run a flow from a Catalog item. Call a flow from another flow or subflow. Add stages to a flow. Test a flow using the “Run as” feature. What is the purpose of the coalesce field when importing data?. If a match is not found, the existing record is updated. To determine if a record matches an existing record or is a new record. To identify and merge duplicate records. When a match is found, a new record is inserted. If you create a SOAP Message what syntax indicates a variable to pass when the function is called?. current.variable_name. ${variable_name}. < variable_name >.do?WSDL. < variable_name >. Which of the following is NOT a way to install an application on a ServiceNow instance?. Install an application from the Application Repository. Select the Copy button on the application record. Download and install an application from the ServiceNow Share web site. Download and install a third-party application from the ServiceNow Store. Using Custom UI test step in Automated Test Framework, which of the following is NOT a testable page component?. Buttons. UI controls. UI pages. Form field values. 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. a, b, and d. a, b, c, and d. a, b, and c. b, c, and d. Flow Designer supports variable data types to store record data and complex data. Which of the following are supported variable data types? (Choose three.). Choice data type. Array.Reference data type. Integer data type. Freedom data type. Array.Boolean data type. Label data type. Which of the following statements is true about Guided Application Creator?. The global scope option is turned on by default. Default access controls are automatically created. The welcome screen appears every time a new application is created. A scoped application user role is automatically created. What are the ways to designate data tables when using Guided Application Creator (GAC)? (Choose three.). Upload an existing PDF. Create a new table on the platform. Use a freeform database. Upload an existing spreadsheet. Use an existing table on the platform. Upload an existing word processing document. What is the Event Registry?. A Workflow which is launched every time an Event is generated; used to debug Events. The Event Log which lists all Events that have been generated. The method used in server side scripts to generate Events and pass parameters. A table containing a record for every Event known to the ServiceNow system which allows ServiceNow to react when Events are generated. Identify the ways an application can respond to an Event generated by the gs.eventQueue() method: (Choose two.). Client Script. Email Notification. Scheduled Script Execution (Scheduled Job). Script Action. UI Policy. Is it possible to change an application’s scope?. No, it’s not possible. Yes, it’s possible. Yes, but only from global scope to private scope. Yes, but only from private scope to global scope. Which of the following is true about g_scratchpad? (Choose two.). Used to push information from the server to the client. Does not exist on the mobile platform. Has constructors and methods. Has default properties passed by client-side scripts. Client-side scripts manage what?. User access. Database and backend. Playbook access. Forms and Form Fields. When debugging Email Notifications, what must you check on a user record? (Choose two.). Active must be true. The Email field must have a valid value. The user must not be locked out. The First name and Last name fields must have values. Delegation must be enabled. When crafting a scoped application that contains flow actions, what is the application called?. Action. Spoke. Bundle. Flow. Which are reasons an application could be developed on the ServiceNow platform? (Choose three.). It needs workflow to manage processes. It requires reporting capabilities. It uses forms extensively to interact with data. It requires low-level programming libraries. It uses multimedia features. Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose three.). Publish to an application repository. Publish to a local drive. Publish to the ServiceNow Store. Publish to an Update Set. Publish to a spreadsheet. Publish to a local USB device. What is required to link a ServiceNow application to a Git repository? (Choose three.). URI. ACL. Application name. Password. User name. URL. What is the Endpoint when configuring a REST Message?. The URI of the WebServer. The command to the REST script to stop execution. The URI of the data be accessed, queried, or modified. The provider response indicates there is no data to send back. Which client-side script apply to Record Producers? (Choose two.). Fix Scripts. Catalog Client Scripts. UI Scripts. Catalog UI Policies. Record Producer Policies. Which business requirements and process(es) should be documented as part of the application development plan? (Choose four.). Available licenses. Business problem. Process steps. User/stakeholders. Database capacity. Project schedule. Data input/output. Which objects are used as part of the client-side scripting API? (Choose two.). gs. current and previous. g_user. workflow.scratchpad. g_form. When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?. Application Super User. Application Fulfiller. Application Admin. Application Manager. Which determines the relationships between field in an Import Set table to field in an existing Servicenow table?. Data Source. Schema Map Relationship Builder. Business Service Management Map. Transform Map. What data types of Flow Designer variables are supported to store record data and complex data? (Choose three.). Label data type. Integer. Array.Reference. Choice. String. What are the features of Flow Designer? (Choose three.). Add stages to a flow. Call a flow from another flow or subflow. Test a flow using the “Run as” feature. Support Java Scripting code to test conditions that trigger the flow. Run a flow from a Catalog item. Perform form field data validation at client side. |