CAD · Question #10
From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:
The correct answer is B. Requires "as-is" use of low-level programming libraries. ServiceNow is a cloud-based PaaS platform that executes JavaScript in a sandboxed environment (Rhino engine server-side, browser client-side). It does not support importing or using low-level native programming libraries such as C libraries, Java native interfaces, or other…
Question
From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:
Options
- ANeeds workflow to manage processes
- BRequires "as-is" use of low-level programming libraries
- CRequires reporting capabilities
- DUses forms extensively to interact with data
How the community answered
(18 responses)- A6% (1)
- B89% (16)
- D6% (1)
Explanation
ServiceNow is a cloud-based PaaS platform that executes JavaScript in a sandboxed environment (Rhino engine server-side, browser client-side). It does not support importing or using low-level native programming libraries such as C libraries, Java native interfaces, or other OS-level dependencies. Applications that depend on direct access to such libraries cannot run on the ServiceNow platform. In contrast, workflow management, reporting, and form-based data interaction are core strengths of ServiceNow.
Topics
Community Discussion
No community discussion yet for this question.