Application Development Certification Flashcards
What is a cloud based application?
Computing resources > Delivered via the internet > using an existing platform > Providing access to data
(servicenow is the platform)
What does ServiceNow use for app development instead of coding?
declarative development
Is the following characteristic a “good fit” or “bad fit” for building an application?
Data can be modeled in a relational database
Good fit
Is the following characteristic a “good fit” or “bad fit” for building an application?
Extensive use of forms to interact with data
Good fit
Is the following characteristic a “good fit” or “bad fit” for building an application?
Requires reporting capability
Good fit
Is the following characteristic a “good fit” or “bad fit” for building an application?
Needs workflow to manage processess
Good fit
Is the following characteristic a “good fit” or “bad fit” for building an application?
Can extend existing functionality through JavaScript
Good fit
Is the following characteristic a “good fit” or “bad fit” for building an application?
Data is unstructured such as audio or video
Bad Fit
Is the following characteristic a “good fit” or “bad fit” for building an application?
Requires “as-is” use of low level programmatic libraries
Bad fit
Is the following characteristic a “good fit” or “bad fit” for building an application?
Multi-player games or applications requiring graphics engines
Bad fit
Is the following characteristic a “good fit” or “bad fit” for building an application?
No process flow through application
Bad fit
What does ServiceNow consider to be the “right Targets” for applications?
Processes managed in spreadsheets and email, departmental apps built on aging incumbent platforms, applications with a “request-fulfill” pattern
ServiceNow’s platform is specialized for ____
Applications can be built with ____
Applications are extended through ____
Applications run within a _____
b2e applications
clicks
industry standard JavaScript
browser, desktop, tablet, or smartphone
ServiceNow provides what for application creation
ServiceNow provides a cloud-based platform for application creation
What kind of applications are well suited to ServiceNow
Request-Fulfill applications are well suited to the ServiceNow platform
What are three of the design considerations that should be taken before starting work on your application?
Business logic (process, stakeholders, inputs-outputs), user interface (user profiles, desktop-tablet/mobile), Database logic (database tables and columns, relationships)
Review the application creation checklist on page 15 of your book
will update
Define Process - Business Problem and Outcomes
Clear statement of business problem to solve (we need to track or respond or automate)
Clear statement of outcomes (we can save or retire or improve)
Define Process - stakeholders (who might they be)
A comprehensive list of what each stakeholder gets out of the new application (requestor and fulfiller, application admin, manager)
Define Process - User Personas, what is recommended
at least a user and an admin role, these are needed for permissions and security
Define Process - Inputs and Outputs
Both inputs and outputs can take many forms including format, frequency, users, spreadsheets, and so on
Define Process - Process Steps (what are the two major suggestions)
Define each step of the process (objective, owner, steps), create a document (flow chart, mind map, swim lanes)
What is the process of building a data model
The data model details the database schema what data your application reads/ and writes to/from the database (tables, columns, relationships)
Describes the data your application reads from and writes to the database and how it is stored
Create a diagram
Design user interface
Determine platforms on which the application will run, determine how users will interact with your application (form, service catalog, email, homepage, report)
What are the choices for creating a new application
Start from scratch, create custom application, start from a service, start from a template
What does the “Start from scratch” application option do
Creates an empty application (start with a blank slate when building workflow, activity or API based apps and components)
What does the “Create custom application” option do
Create a powerful business application in two clicks. (start with a table, menu and simple access controls. Then build from there using all of the power of the platform behind you)
What does the “Start from a service” option do
Have you used Service Creator to deploy a successful service? Create a new, more advanced enterprise application based on your winning service. (keep the original service in production and develop your new application to replace it when you are ready)
What does the “start from a template” option do
Create an advanced task-oriented solution instantly by starting from a template. Get a head start on an enterprise-grade service management solution, right now.
What is required to start an application using the “start from scratch” option?
Just name and scope, all other configuration is done after app creation
what are application artifcats
All of the files/records comprising the application
Where is development activity captured
The application picker
What doesn’t belong in an application
Personalazation to forms/lists for tables not in the application, scripts for tables not in the application, system property values
____ determines which application artifacts are available to other parts of servicenow
scope determines which application artifacts are available to other parts of servicenow
____ protects an application from damage to or from another application
scope protects an application from damage to or from another application
an application must be configured to allow _____ applications to act on its records
an application must be configured to allow out of scope applications to act on its records
What should i expect when working with out-of-scope artifacts
ServiceNow warns a developer when dealing with out of scope artifacts
What are artifacts of an application
Artifacts are all of the “application files” comprising an application. Artifacts include but are not limited to: Access controls, business rules, script includes, tables, client scripts
Is it possible to change an applications scope
no; legacy custom applications will always be part of the global scope. There is no migration path to a custom or different scope