Administrator Learning Plan Flashcards
(120 cards)
Which would NOT appear in the History section of the Application Navigator? A. Records B. UI Pages C. Lists D. Forms
B
What module in the Service Catalog application does an Administrator access to begin creating a new item? A. Maintain Categories B. Maintain Items C. Content Items D. Items
B
Which term refers to application menus and modules which you may want to access quickly and often? A. Breadcrumb B. Favorite C. Tag D. Bookmark
B
Which one of the following best describes what a flow is?
The water flowing over Niagara Falls.
A sequence of steps to automate processes on the Now Platform.
A script that defines the steps to automate processes on the Now Platform.
A sequence of actions to automate processes on the Now Platform.
A sequence of activities to automate processes on the Now Platform.
- A sequence of actions. Actions consist of steps and workflows consist of activities. Scripting is not needed to create a flow.
Which one of these applications is available to all users? A. Change B. Incident C. Facilities D. Self-Service
D
Which module displays a list of tasks assigned to a user’s group, but not yet assigned to an individual user? A. My Teams Work B. My Groups Work C. My Groups Tasks D. My Teams Tasks
B
Which one of the following is a definition for transform maps in ServiceNow?
A. A map that is used to store the history of the incident records
B. A map used to add data to encrypted fields
C. A map used to trigger Business Rules before the data is queued in the outbound
Web Service
D. A map to determine relationships between fields displaying in an Import Set to
fields in an existing table
D
Multiple Choice, Single Line Text, and Select Box are what type of elements in ServiceNow? A. Order Guides B. Request Types C. Variable Types D. Related Lists
C
What is the language used for scripting in ServiceNow? A. Java B. AngularJS C. JavaScript D. Jelly
C
Which of the following is NOT a type of trigger for a flow? More than one response may be correct.
- Record
- Scheduled
- Date
- Application
- Service Catalog
- Scheduled and 5. Service Catalog. Date triggers were called Scheduled triggers in previous releases. Service Catalog is a trigger, not a type of trigger.
Which of the following are default actions that developers can add to a flow? More than one response may be correct.
- Ask for Approvals
- Create or Update Record
- Make a decision
- Update Record
- Notify Users
- Ask for Approvals, 2. Create or Update Record, and 4. Update Record. Make a decision is flow logic, not an action. The Send Email action is used to notify users; the Notify Users action does not exist.
Which one of the following is NOT a true statement about annotations.
- Annotations can be added to triggers.
- Annotations can be added to actions, flow logic, and subflows.
- Default annotations can be configured in the action properties.
- Annotations can be dynamically created.
- Your colleagues and your future self will thank you for using annotations.
- Annotations can be dynamically created
How can a developer pause a flow? More than one response may be correct.
- Use the Wait for a duration of time flow logic.
- Use the Wait for a duration of time action.
- Use the Wait For Condition flow logic.
- Use the Wait For Condition action.
- Use the Pause Flow button.
1 and 4. Wait for a duration of time is flow logic that pauses a flow for a specific amount of time or a percentage of elapsed time. Wait For Condition is an action that pauses a flow until a specific condition is met. Flows do not have a pause button.
Which flow logic is used after the Look Up Records action?
- Do the following until
- Make a decision
- For Each
- If and Else
- Update Each Record
- For Each. For Each flow logic takes the returned records and executes actions on each record returned from the lookup
What is the purpose of Embedded Help? More than one response may be correct.
- Coach users on using a custom application
- Provide specific written or video-based instructions for a custom application
- Provide help in languages other than English
- Display content based on user role
- Display content based on query parameter values
All of the responses are correct.
True or False? Custom application developers are required to create custom embedded help for every role in a custom application.
False. Custom application developers are not required to create any custom Embedded Help but it is highly recommended. Embedded help for each role in a custom applications helps users and application administrators work more effectively with the application.
If a custom Embedded Help record is not restricted by role, who sees the custom Embedded Help?
- Nobody
- Only admins
- Only ITIL users
- Anyone authorized for the application
- Anyone
- Any user who is authorized to see the page for a custom Embedded Help record can see the custom Embedded Help.
Which one of the following is NOT allowed in Embedded Help content?
- Bulleted Lists
- Tables
- Images
- Videos
- Notes
- Images are not allowed in custom Embedded Help.
What happens if no Embedded Help is available for a page?
- A default Embedded Help page is displayed.
- The Toggle Help Sidebar button is grayed out.
- The No Help Available dialog appears.
- The requestor is redirected to the ServiceNow docs site.
- The web browser crashes.
- If no custom Embedded Help is available, requestors see a default page. Admins and non-admin users see different default Embedded Help pages.
Which one of the following is the correct way to insert a video into custom Embedded Help content?
- Use the Link button to paste the video link into the custom Embedded Help content.
- Use the Link button to paste the HTML for embedding a video into the custom Embedded Help content.
- Use the Video button to paste the video link into the custom Embedded Help content.
- Use the Video button to paste the HTML for embedding a video into the custom Embedded Help content.
- You cannot include videos in custom Embedded Help.
- YouTube and Vimeo videos can be included in custom Embedded Help. Use the Video button to paste the HTML for embedding the video into Embedded Help content.
Which one of the following is true for a custom Embedded Help page created by a developer for a custom application?
- Can be used for both a list and a form
- Can include images
- Can be displayed in a separate browser window
- Can be marked as created by ServiceNow
- Can require a role
- A single custom Embedded Help page is for a list OR a form. Custom Embedded Help always opens in the Help pane. Links included in Embedded Help content can be opened in a separate browser window. The ServiceNow configuration option is selected on all baseline Embedded Help records. Developers are not able to select the ServiceNow configuration option
Which of the following should be considered when designing an application before any development work is completed? More than one response may be correct.
- Data Model
- Business Logic
- Programming Language
- Pseudocode
- User Interface
- Data Model, 2. Business Logic, and 5. User Interface. Define a table structure up front, because changing the data model during the application development process can cause extensive re-working of an application’s logic. To plan the business logic, consider business problem statements with outcomes. Identify stakeholders and business processes with steps, data sources, and outputs/visualizations. Determine what User Interfaces are needed for users to interact with the application.
While programming language may be a consideration for integrations or determining resources for the development process, focus during the design of the application should be placed on the business logic at a higher level. Pseudocode is too specific during the initial design of the application. After the business logic is identified, then pseudocode can be written.
Which of the following is a valid scope value? More than one response may be correct.
- u_27266_my_app
- x_xyz_innovate
- x_thedevgroup_app_name
- x_custom_app
- x_abc_spare_part_tracker
- x_xyz_innovate. All scope values begin with x_, so 1 is not valid. To keep prefixes short, company codes are two to five characters long. Personal Developer Instances are an exception with a longer, numeric company code. Response 3 is invalid because of the length of the company code and response 4 is invalid because it does not have a company code. 5 is invalid because it is longer than 18 characters.
Which of the following is a way to add an application to a ServiceNow instance for development? More than one response may be correct.
- Use the ServiceNow Store to load an application
- Use the Guided App Creator to create an application
- Use the Create Application module to create an application
- Use Application Cross-Scope Access to load an application
- Use Studio to import an application from source control
- Use the Guided App Creator to create an application and 5. Use Studio to import an application from source control. Launch Guided App creator from Studio or by opening System Applications > My Company Applications and clicking the Create new button.
Applications loaded from the ServiceNow Store are installed to the instance, not loaded for development.