A customer's estate contains a production instance and several sub-production instances, and one administrator also works on an instance obtained through the ServiceNow Developer Program. Which TWO statements describe the role these instances play? Select TWO.
- AEach customer's applications run on one shared instance, and the instance URL selects which customer's data a session reads.
- BA sub-production instance such as development or test is where changes are built and validated before promotion to production. Correct
- CConfiguration is promoted by cloning a development instance onto production, which copies the newer configuration over the older.
- DA personal developer instance is issued to an individual through the ServiceNow Developer Program for learning and prototyping. Correct
- EEvery instance in a customer's estate answers on one URL, with the target instance chosen from a menu after the user signs in.
Why A is wrong: Tempting because the instance URL genuinely determines which environment a session reaches. It is wrong because a customer is given dedicated instances rather than a partition of a shared one, so the URL identifies an instance, not a tenant inside it.
Why B is correct: Correct. Sub-production instances exist so that configuration and testing happen away from live data, and only reviewed changes are promoted onward to production.
Why C is wrong: Tempting because cloning is a real instance operation and does copy configuration. It is wrong because clones run from production outward to refresh sub-production, and cloning onto production would overwrite live data.
Why D is correct: Correct. A personal developer instance belongs to one developer for practice and experimentation, and sits outside the customer's own estate of production and sub-production instances.
Why E is wrong: Tempting because administrators often move between instances during a working day. It is wrong because each instance has its own distinct URL, and a user reaches a given instance by signing in at that address.