Which of the following is a good practice for adding instructions to a form?
Options:
A.
Annotations
B.
Related links to wiki pages
C.
A context Menu UI Action
D.
A population read-only field
Answer:
A
Explanation:
Explanation:
"Add instructional text and other design elements to your forms by using form annotations in Form Builder." https://docs.servicenow.com/bundle/sandiego-application-development/page/administer/form-builder/task/create-form-annotations.html
Question 29
What are Application Files in a ServiceNow application?
Options:
A.
An XML export of an application's table records
B.
ServiceNow artifacts comprising an application
C.
XML exports of an application's Update Set
D.
CSV files containing data imported into an application
Answer:
B
Explanation:
Explanation:
Application Files are ServiceNow artifacts comprising an application. An application is a group of files and data that work together to provide a service or functionality. An application file is a specific type of file that belongs to an application, such as a table, a script, a form, a business rule, a UI action, etc. Application files define the structure, logic, and interface of the application. An XML export of an application’s table records, XML exports of an application’s Update Set, and CSV files containing data imported into an application are not examples of application files, as they are data formats that can be used to transfer or store information related to an application, but not the application itself. Reference: Application Files
Question 30
Which of the following statements is NOT true for the Form Designer?
Options:
A.
To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
B.
To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
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 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.
They provide a customer-facing view of available service and product offerings provided by departments within the organization
B.
Methods used to allow applications to connect to other software applications over a network
C.
Methods used to create and maintain Ul Pages
D.
Methods used to discover a wide variety of systems and applications
Answer:
B
Explanation:
Explanation:
Web services are software systems that use standardized protocols and formats, such as XML and HTTP, to exchange data and messages between different applications or systems over the Internet or other networks12. Web services enable interoperability and integration among diverse software components, regardless of their programming languages, platforms, or architectures34.
References = 1: What are Web Services? - GeeksforGeeks 2: Web service - Wikipedia 3: What are Web Services? - Online Tutorials Library 4: What is a Web Service? | Webopedia