CAD Dumps

CAD Free Practice Test

ServiceNow CAD: Certified Application Developer-ServiceNow

QUESTION 6

What are the ways to designate data tables when Guided Application Creator (GAC)?
Choose 3 answers

Correct Answer: ABD
The Guided Application Creator (GAC) is a tool that helps you create applications on the ServiceNow platform by guiding you through the steps of defining the data model, user interface, and logic. When using the GAC, you can designate data tables in three ways:
✑ Upload an existing PDF: You can upload a PDF file that contains the table schema and sample data. The GAC will parse the PDF and create the table and fields based on the file content.
✑ Create a new table on the platform: You can create a new table on the platform by specifying the table name, label, and description. You can also add fields, indexes, and relationships to the table using the GAC.
✑ Upload an existing spreadsheet: You can upload a spreadsheet file that contains the table schema and sample data. The GAC will parse the spreadsheet and create the table and fields based on the file content.
The other options are not valid ways to designate data tables when using the GAC. You cannot upload an existing word processing document or use a freeform database. You can use an existing table on the platform, but you cannot designate it as a data table. You can only use it as a reference table for lookup fields.
References:
✑ Guided Application Creator
✑ Create a table from a PDF or spreadsheet
✑ Create a table from scratch

QUESTION 7

Which of the following GuideRecord methods run a query against a database table? Choose 3 answers

Correct Answer: ACE
https://docs.servicenow.com/bundle/tokyo-application- development/page/app- store/dev_portal/API_reference/GlideQuery/concept/GlideQueryGlobalAPI.html#GlideQuer yAPI
https://docs.servicenow.com/bundle/tokyo-application-development/page/app- store/dev_portal/API_reference/glideRecordScoped/concept/c_GlideRecordScopedAPI.ht ml

QUESTION 8

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:

Correct Answer: B
https://docs.servicenow.com/bundle/tokyo-application-development/page/build/applications/task/t_IncludeApplicationData.html

QUESTION 9

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.

Correct Answer: D
https://docs.servicenow.com/bundle/tokyo-platform- administration/page/administer/form-administration/concept/c_FormDesign.html
The Form Designer is a graphical interface for creating and customizing forms. The following statements are true for the Form Designer:
✑ To add a field to the form layout, drag the field from the Fields tab to the desired
destination on the form. This will add the field to the form view without changing the table definition.
✑ 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. This will create a new column on the table and add the field to the form view.
✑ To remove a field from the form layout, hover over the field to enable the Action
buttons, and select the Delete (X) button. This will remove the field from the form view but not from the table definition.
The following statement is false for the Form Designer:
✑ To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form. This is incorrect because sections are not available in the Field Types tab. To add a section, click the Add Section button on the toolbar or right-click on the form and select Add Section. References: Introduction to App Engine Studio for Developers, ServiceNow Studio Overview, Form Designer

QUESTION 10

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

Correct Answer: A
See list of triggers on right hand side of this webpage: https://docs.servicenow.com/en- US/bundle/tokyo-application-development/page/administer/flow-designer/reference/flow- triggers.html
The trigger types in Flow Designer are Application, Record, Schedule, and