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




New Comment |
---|
NO RECORDS |
Can inherited fields be deleted from a table?. Yes, select the red X in the left-most column in the table definition. Yes, but only if they are text fields. Yes, but only if there has never been any saved field data. No, inherited fields cannot be deleted from a child table. What is the purpose of the Application Picker?. Select an application to run. Select an application as a favorite in the Application Navigator. Choose an application to edit and set the Application Scope. Choose an application to download and install. What are Application Files in a ServiceNow application?. An XML export of an application's table records. CSV files containing data imported into an application. ServiceNow artifacts comprising an application. XML exports of an application's Update Set. Which one of the following is NOT true for Modules?. Modules open content pages. Access to Modules is controlled with roles. Every Module must be part of an Application Menu. Every Module must be associated with a table. A graphical view of relationships among tables is a <blank>. Schema map. Dependency view. Graphical User Interface. Map source report. Which one of the following is true for the Application Picker?. All custom application scope and the Global scope appear in the Application Picker. All applications in ServiceNow, including baseline applications like Incident, appear in the Application Picker. Only custom applications appear in the Application Picker. Only downloaded applications appear in the Application Picker. When creating an application through the Guided Application Creator, which of the following is a user experience option?. Portal. Mobile. Self-service. Workspace. When writing a Client Script to provide feedback targeted at a specific field, which method should be used?. g_form.showInfoMessage(). g_form.showFieldMsg(). g_form.addInfoMessage(). g_form.addFieldMsg(). Which actions can a Business Rule take without scripting?. Set field values and write to the system log. Set field values and generate an event. Set field values and add message. Set field values and query the database. Which server-side object provides methods for working with dates when writing a script in a privately scoped application?. GlideDateTime. GlideRecord. GlideSystem. current. 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?. Create an application property to store the URL. Configure the page in the Module that opens the Record Producer UI. Write an after Business Rule script for the Record Producer's table: window.redirect = "<URL>";. Write a script in the Record Producer's Script field: producer.redirect = "<URL>";. Identify characteristic(s) of a Record Producer. (Choose three.). All records created using this strategy are inserted into the Requested Item [sc_req_item] table. Each field prompts the user with a question rather than a field label. They must be scripted. You can script behaviors of fields in the user interface. Graphics can be included on the user interface. Which server-side API debug log method is available for scoped applications?. gs.log(). gs.info(). gs.debuglog(). gs.print(). Which script types execute on the server? (Choose three.). Business Rule. Client Scripts. UI Policies. Script Actions. Scheduled Jobs. What is the best UX format to use for lists and forms?. Forms. Lists. Standard. Classic. When creating a table in a privately-scoped application, which four Access Controls are created for the table?. Insert, Delete, Query, Write. Create, Delete, Read, Write. Create, Delete, Read, Update. Insert, Delete, Query, Update. Which one of the following is true for this script fragment? g_user.hasRole('x_my_app_user');. There is no g_user.hasRole() method. The method returns false only if the currently logged in user has the x_my_app_user role. The method returns true only if the currently logged in user has the x_my_app_user role. The method returns true if the currently logged in user has the x_my_app_user role or the admin role. Which one of the following database operations cannot be controlled with Application Access?. Query. Update. Create. Delete. 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?. This option restricts the ability to delete records via web services but records can always be read. Even when not selected, users with the correct permissions can use web services to access the table's records. This option restricts access only to SOAP web services but does not apply to REST. The user performing the query via web services must have the correct permissions to access the table's records. Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose three.). The user has one of the roles specified in the Required roles related list. Scripts configured in the Access Control must evaluate to true. Other matching Access Controls for the records evaluate to true. Conditions configured in the Access Control must evaluate to true. The user must be granted access through a business rule. What is a workflow context?. The table for which a workflow is defined plus any conditions such as "Active is true". It is generated from a workflow version, executes activities, and follows transitions. The business reason or process for which a workflow is designed. It is a checked out workflow which is being edited. Which one of the following is a benefit of creating an Application Properties page for each application you develop?. Application Properties allow a developer to override the application properties inherited from ServiceNow. An Application Properties page is a good landing page for an application. Application Properties allow a developer or admin to make changes to an application's behavior without modifying application artifacts. Application users know to go to the Application Properties page to change the appearance of an application. Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?. The application needs to send weekly email reminders to requestors for all records on a table. The application needs to run a clean up script on the last day of every month. The application needs to query the database every day to look for unassigned records. The application needs to run a client-side script at the same time every day. Which one of the following objects CANNOT be used in a Script Action script?. previous. GlideRecord. event. current. How does ServiceNow match inbound email to existing records?. Watermark. Record link. Subject line. sys_id. When debugging Email Notifications, what must you check on a user record? (Choose three.). Active must be true. The First name and Last name fields must have values. The value in the Notification field must be set to enabled. The user must not be locked out. The Email field must have a value. What are web services?. Methods used to create and maintain UI Pages. Methods used to allow applications to connect to other software applications over a network. Methods used to discover a wide variety of systems and applications. They provide a customer-facing view of available service and product offerings provided by departments within the organization. Which of the following methods is NOT part of the ServiceNow REST API?. COPY. GET. DELETE. POST. 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: Table A is active and extends the Task table. Table A's records are added to the application record using the Create Application Files context menu item. Table A has an automatic number counter for new records. Table A is not included in the System Clone > Exclude Tables list. How can an application link to a repository behind a firewall?. This option is not supported. Link an application to source control through a MID Server. Link an application to source control through an access token. Link an application to source control with multi-factor authentication. |