Application Development Questions

Build and deploy scoped applications using ServiceNow Studio. Manage update sets, implement application security, and test with the Automated Test Framework.

43 total questions2 free questions

About Application Development

ServiceNow Studio is the IDE for building scoped applications. Scoped applications provide isolation and portability, with their own tables, scripts, and security rules. The application lifecycle includes development, testing with ATF, and deployment via update sets or the App Repository.

Why This Matters for Your Exam

Application Development covers 11% of the CAD exam. Questions test your knowledge of the scoped application model, Studio IDE capabilities, update set management, and the Automated Test Framework (ATF) for testing.

Key Concepts to Master

Understand application scope and how it affects script access. Know how to use Studio for development. Master update sets for migration between instances. Learn ATF for automated testing of application functionality.

Exam Tips

Remember that scoped applications have their own namespace and cannot access global tables without explicit cross-scope access. Know the difference between application scope and update set scope. Understand that ATF tests can validate forms, workflows, and security rules. Be familiar with the application deployment lifecycle.

Practice Questions

43 questions available
1
knowledge

Where can ServiceNow developers find vetted partner applications that include vendor support and quality assurance?

AThe Developer Share on developer.servicenow.com
BThe ServiceNow Store on store.servicenow.com
CThe ServiceNow documentation site at docs.servicenow.com
DThe Plugins module within the ServiceNow instance

👆 Click an option above to select your answer

2
knowledge

What is the system name of the table where custom application records are stored in ServiceNow?

Asys_scope
Bsys_app
Csys_application
Dsys_custom_app

👆 Click an option above to select your answer