If you have the Impersonate role, what type of user are you not able to impersonate?
Correct Answer: C
Detailed Explanation: In ServiceNow, users with the Impersonate role can impersonate other users to troubleshoot and validate user permissions and experiences. However,System Administratoraccounts cannot be impersonated to maintain security and prevent unintended administrative access. This restriction ensures that sensitive administrative functions are secure and can only be accessed directly. (Reference: ServiceNow Documentation - User Impersonation and Security Restrictions)
CSA Exam Question 147
On the Cl Dependency View, what enables you to trace from an infrastructure item, like a Server, to the Services that are dependent on that Server?
Correct Answer: C
TheCI Dependency Viewin ServiceNowvisualizes relationships between Configuration Items (CIs), allowing IT teams totrace dependenciesbetween infrastructure components, such as servers, applications, and services. Relationships define dependenciesbetweenConfiguration Items (CIs)in theConfiguration Management Database (CMDB). TheCI Dependency Viewusesrelationshipstomap infrastructure componentsand theirservice dependencies. AServer (CI)hosts aDatabase (CI)# The database supports anApplication (CI)# The application provides aService (CI). By viewingCI Relationships, you cantrace failures upstream or downstreamto understand the impact. Key Concept: CI RelationshipsExample Scenario: A: Service Tracer #Incorrect No such feature called"Service Tracer"exists in ServiceNow. B: Automapping Utility #Incorrect Auto-Discovery toolshelp populate theCMDB, but they do not enable tracing in theCI Dependency View. D: Transform Map #Incorrect Transform Mapsare used inImport Setsto map data between tables,not for dependency mapping. Why Other Options Are Incorrect? CI Dependency Views Understanding CMDB Relationships Official ServiceNow Documentation Reference:
CSA Exam Question 148
What is (are) best practice(s) regarding users/groups/roles? Choose 2 answers
Correct Answer: B
CSA Exam Question 149
Which tool is used to define relationships between fields in an import set table and a target table?
What contains the configuration changes made in an instance (i.e. changes in a form) and helps to implement the changes from the Dev environment to another environment?
Correct Answer: A
Explanation Update sets are the configuration changes made in an instance, such as changes in a form, that can be exported from one instance and imported into another. This helps to implement the changes from the Dev environment to another environment, such as Test or Prod. Update sets capture the changes made to system properties, UI actions, business rules, workflows, and other customizations. References1: Get started with update sets - ServiceNow - Now Support2: Product Documentation | ServiceNow3: Update Set in ServiceNow, Captured, Non-Captured, Commit, Import ...4: In depth Concepts Update Set in ServiceNow - Basico ServiceNow Learning5: Retrieving and committing update sets between different ... - ServiceNow