CAD Exam Questions
273 real CAD exam questions with expert-verified answers and explanations. Page 2 of 6.
- Question #51Designing and Creating an Application
A graphical view of relationships among tables is a <blank>.
Schema mapTable relationshipsData modelDatabase schema - Question #52Integrating with Other Applications
Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?
Data ImportImport SetsTransform MapsSpreadsheet Integration - Question #53Deploying an Application
Which of the following is NOT a way to install an application on a ServiceNow instance?
Application installationApplication deploymentServiceNow StoreApplication Repository - Question #54Designing and Creating an Application
What are the benefits of storing the majority of an Application's server-side script logic in a Script Include?
Script IncludesServer-side scriptingCode reusabilityApplication development best practices - Question #55Application Automation
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
ServiceNow Eventsgs.eventQueueScript ActionsNotifications - Question #56Security and Restricting Access
Which of the following is NOT a caller access field option?
ServiceNow Scoped ApplicationsField ConfigurationCaller AccessApplication Security - Question #57Security and Restricting Access
Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table: Which field or fields can a user with the itil role rea...
Access Control ListsField SecurityRole-based Access ControlACL Precedence - Question #58Security and Restricting Access
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 evaluat...
Access ControlACL Evaluation OrderSecurity Rules - Question #59Designing and Creating an Application
What are three ServiceNow table creation methods? (Choose three.)
Table creationCustom tablesData modelingTable extension - Question #60Security and Restricting Access
What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?
Cross-scope accessRestricted Caller AccessApplication securityAccess tracking - Question #61Application Automation
How does ServiceNow match inbound email to existing records?
Email ProcessingWatermarkInbound Email - Question #62Integrating with Other Applications
How can an application link to a repository behind a firewall?
MID ServerSource Control IntegrationFirewall ConnectivityRepository Access - Question #63Deploying an Application
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 th...
Application packagingCustom table dataApplication installationCreate Application Files - Question #64Application Automation
Which one of the following objects CANNOT be used in a Script Action script?
Script ActionServer-side ScriptingGlobal ObjectsEvent Management - Question #65Application Automation
Which script types execute on the server? (Choose three.)
Server-side scriptingBusiness RulesScript ActionsScheduled Jobs - Question #66Designing and Creating an Application
What is the purpose of the Application Picker?
Application ScopeApplication DevelopmentDeveloper UIScope Management - Question #67Designing and Creating an Application
Which method is used to retrieve Application Property values in a script?
ServiceNow scriptingSystem propertiesgs.getProperty()Server-side scripting - Question #68Application User Interface
Which of the following statements is NOT true for the Form Designer?
Form DesignerForm LayoutUI ConfigurationFields and Sections - Question #69Application Automation
Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?
Scheduled Script ExecutionScheduled JobsServer-side scriptingClient-side scripting - Question #70Application User Interface
What is the best UX format to use for lists and forms?
User InterfaceUX formatClassic UIServiceNow - Question #71Security and Restricting Access
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
ACLsTable SecurityScoped ApplicationsDefault Access Controls - Question #72Integrating with Other Applications
Which of the following methods is NOT part of the ServiceNow REST API?
REST APIHTTP methodsAPI integrationServiceNow APIs - Question #73Application Automation
Which ATF Test step allows you to create a user with specified roles and groups for the test?
ATFTest StepsUser CreationAutomated Testing - Question #74Application Automation
What is a workflow context?
WorkflowWorkflow ContextProcess Automation - Question #75Designing and Creating an Application
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Application PropertiesApplication ConfigurationBehavior CustomizationDeveloper Tools - Question #76Security and Restricting Access
Which one of the following is true for this script fragment? g_user.hasRole(,x_my_app_user');
Client-side scriptingg_user APIRole managementAccess control - Question #77Security and Restricting Access
Which of the following statements must evaluate to true for a user to pass an Access Control? Choose 3 answers
Access ControlACL EvaluationRolesConditions and Scripts - Question #78Security and Restricting Access
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 selecte...
Web ServicesSOAP APIREST APITable Access Control - Question #79Security and Restricting Access
Which one of the following database operations cannot be controlled with Application Access?
Application AccessCross-scope securityDatabase operationsSecurity controls - Question #80Application User Interface
Identify characteristic(s) of a Record Producer. Choose 3 answers
Record ProducersService CatalogUser InterfaceClient Scripting - Question #81Designing and Creating an Application
Which server-side API debug log method is available for scoped applications?
Server-side ScriptingLoggingScoped ApplicationsAPI Methods - Question #82Designing and Creating an Application
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer Ul. How is the page specified?
Record ProducerRedirectionApplication PropertiesUI Flow - Question #83Designing and Creating an Application
Tables that extend a table do what?
Table ExtensionTable InheritanceData ModelFields - Question #84Application Automation
Which actions can a Business Rule take without scripting?
Business RulesAutomationEventsNo-code - Question #85Designing and Creating an Application
What are Application Files in a ServiceNow application?
Application FilesApplication StructureServiceNow ApplicationsDevelopment Fundamentals - Question #86Deploying an Application
What is the ServiceNow store?
ServiceNow StoreApplicationsIntegrationsMarketplace - Question #87Application User Interface
Which one of the following is NOT true for Modules?
ModulesApplication MenusNavigationUI Configuration - Question #88Designing and Creating an Application
Why create Applications in ServiceNow?
Application developmentPlatform benefitsBusiness valueCustom applications - Question #89Integrating with Other Applications
What is the purpose of the coalesce field when importing data?
Import SetsCoalesceData ImportRecord Matching - Question #90Integrating with Other Applications
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
ServiceNowImport SetsTransform MapsData Mapping - Question #91Integrating with Other Applications
What are web services?
Web ServicesApplication IntegrationAPIsNetwork Communication - Question #92Application Automation
What data types of Flow Designer variables are supported to store record data and complex data? Choose 3 answers
Flow DesignerVariablesData TypesComplex Data - Question #93Security and Restricting Access
Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table: table.None read Access Control for users with the admin...
Access Control Lists (ACLs)RolesField SecurityRecord Security - Question #94Deploying an Application
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? Choose 3 answers
Application PublishingApplication DeploymentServiceNow StoreApplication Repository - Question #95Integrating with Other Applications
What is required to link a ServiceNow application to a Git repository? Choose 3 answers
Git integrationSource controlApplication developmentExternal integration - Question #96Integrating with Other Applications
If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?
SOAP MessagesIntegration VariablesServiceNow Syntax - Question #97Application User Interface
What Module Link type is used to access an Application Properties page?
Module ConfigurationApplication NavigationURL Link TypeApplication Properties - Question #98Designing and Creating an Application
Is it possible to change an application's scope?
Application ScopeScope ManagementCustom Applications - Question #99Security and Restricting Access
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
Application RolesAccess ControlSecurity ModelTable Permissions - Question #100Application User Interface
Which path would you take to access the table configuration page from a form?
ServiceNow UIForm Context MenuTable ConfigurationApplication Navigation