Hi Team,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-15-2024 03:55 AM
Can any one Please provide me Interview questions on,
User
Group
Role
Tables and its types
Field and its types
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-15-2024 09:44 AM
yes of course,
Users:
1) What is a user in ServiceNow?
2) How do you create a new user in ServiceNow?
3) How do you assign roles to a user in ServiceNow?
Group:
1) What is a group in ServiceNow?
2) How do you create a new group in ServiceNow?
3) How do you assign users to a group?
4) How do you assign roles to a group?
Role:
1) What is a role in ServiceNow?
2) How do you create a new role in ServiceNow?
3) How do you assign roles to users and groups?
4) Can you explain the difference between ITIL and admin roles?
Table:
1) What are tables in ServiceNow?
2) What is the difference between a base table and an extended table?
3) How do you create a custom table in ServiceNow?
4) Can you explain the concept of table inheritance in ServiceNow?
5) When we create a custom table then automatically some fields are populated what are those?
Fields:
1) What are fields in ServiceNow?
2) What is a reference field and how is it used?
3) Can you explain the difference between a string field and a choice field?
4) How do you create a new field in a table?
5) What is a journal field and where is it commonly used?
If my answer helped you in any way, please then mark it as helpful or correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-16-2024 12:13 AM
Hello @AryanJ471894898 ,
Please find below the list of interview questions which can be asked in interview -
Based on Roles, users and groups
Basic Level
- What is the difference between a user and a group in ServiceNow?
- How do you create a new user in ServiceNow?
- How do you create a new group in ServiceNow?
- What are roles in ServiceNow and why are they important?
- How can you assign a role to a user in ServiceNow?
- Can a user be a member of multiple groups in ServiceNow? Explain.
- How do you view all the users in a specific group?
- What is the purpose of the 'impersonate' feature in ServiceNow?
Intermediate Level
- Explain the concept of 'User Criteria' in ServiceNow. How is it used?
- How can you assign a role to a group in ServiceNow? What is the benefit of this approach?
- What happens when a user is added to a group that has specific roles assigned to it?
- How do you remove a role from a user in ServiceNow?
- Describe the steps to create a custom role in ServiceNow.
- How do you audit the roles assigned to users in ServiceNow?
- Explain the difference between an inherited role and a directly assigned role in ServiceNow.
- How do you manage user access for specific applications within ServiceNow?
Practical/Scenario-Based
- You have a requirement to ensure that only members of the 'IT Support' group can create incidents. How would you configure this in ServiceNow?
- A user reports that they cannot access the 'Change Management' module, but they belong to a group that should have access. How would you troubleshoot and resolve this issue?
- How would you implement a process to automatically assign the 'Approver' role to users who are managers in the HR system?
- Explain how you would set up ServiceNow to restrict access to sensitive data based on user roles.
- Your organization has a policy that certain roles should be reviewed and re-approved every six months. How would you manage this in ServiceNow?
- Describe how you would set up a role that allows users to read incidents but not modify them.
Based on Table and Fields -
Basic Level
- What is a table in ServiceNow?
- How do you create a new table in ServiceNow?
- What is the difference between a base table and a custom table in ServiceNow?
- List some of the standard tables in ServiceNow and their uses.
- What are field types in ServiceNow? Give examples.
- How do you add a new field to a table in ServiceNow?
- Explain the difference between a reference field and a choice field.
- What is a dictionary entry in ServiceNow?
- How do you view the schema map of a table in ServiceNow?
- What is the purpose of the 'sys_id' field in ServiceNow tables?
Intermediate Level
- Explain the concept of a 'parent table' and a 'child table' in ServiceNow.
- What are the different types of relationships you can create between tables in ServiceNow?
- How do you define a one-to-many relationship in ServiceNow?
- Describe the difference between a String field and a String (Full UTF-8) field.
- What is a 'Journal' field type and when would you use it?
- How do you configure a field to be mandatory in ServiceNow?
- What are dependent fields and how do you create them in ServiceNow?
- Explain the concept of 'Extensions' in ServiceNow.
- How do you audit changes to fields in a ServiceNow table?
- What is a Document ID field type, and how is it used?
Practical/Scenario-Based
- You need to create a new table that stores information about company assets. What steps would you take to set up this table in ServiceNow?
- A client requests that all incidents have a custom field that references a new 'Customer' table. How would you add this field and ensure it functions correctly?
- How would you create a field that displays a dynamic list of choices based on another field's value?
If my answer solves your issue, please mark it as Acceptedāļø and Helpful šbased on the impact.