A new administrator asks how ServiceNow applications such as Incident Management and Service Catalog relate to the Now Platform they run on. Which description of that relationship is accurate?
- AThe platform is a reporting layer sitting above the applications, and each application supplies its own database and its own security model.
- BEach application is an independently hosted product with its own data store, and the platform contributes only the shared login page across them.
- CThe platform is a set of connectors joining separately hosted applications, and each application defines its own table structure and role model.
- DApplications are built from platform components such as tables, forms, access controls and flows, and they run on the platform's shared services. Correct
Why A is wrong: Tempting because reporting does span every application, but wrong because reporting is one platform capability among many and the applications do not bring their own databases or security models.
Why B is wrong: This matches how a suite of separately bought tools behaves, which makes it believable, but wrong because ServiceNow applications share the platform's tables, roles and services rather than only a sign in page.
Why C is wrong: Attractive because integration platforms do work this way, but wrong because there is nothing to connect: the applications already sit on one platform and one data model.
Why D is correct: Correct, because a ServiceNow application is a configured set of platform artefacts, so it inherits the platform's data model, security and automation rather than supplying its own.