Module 1 Flashcards
If you need to replace outdated, inadequate, custom business applications and process what should you do?
Develop a custom application
If you need to extend the value of servicenow what should you do?
Develop a custom app
If you need to extend service delivery and management to all enterprise departments what should you do?
Develop a custom app
If you need to bring greater levels of automation and consolidation to enterprise services and their management what should you do?
Develop a custom application
If an app needs unstructured data such as audio or video should you build it?
No
If an app has data that can be modeled in a relational database should you build it?
Yes
If an app requires proprietary libraries that do not have an api should you build it?
No
If an app needs an extensive use of forms to interact with data should you build it?
Yes
If an app requires multiplayer games or requires graphic engines should you build it?
No
If an app needs to extend its functionality through JavaScript should you build it?
Yes
If an app requires reporting capability should you build it?
Yes
If an app needs a workflow/ flow to manage processes should you build it?
Yes
Should you create a servicenow app if the current departmental app is built on aging incumbent platforms?
Yes
Apps that are processes managed in spreadsheets & email a good fit for servicenow?
Yes
Are apps with a request fulfill pattern good for servicenow?
Yes
This protects an application from damage to or from another application
Scope
An application must be ________ to allow out of scope applications to act on its records
configured
Apps should not break the system or break other apps (t/f)
True
Apps should be self contained and have clearly defined dependencies (t/f)
True
Apps should only access what they need, least privilege (t/f)
True
Separate namespace
Delegated development
Source control integration
Publish to app repository
Easy file management
Are all elements of ______ apps
Scoped