i
Infosys
Filter interviews by
I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.
I am a dedicated Servicenow Developer with 5 years of experience in designing and implementing solutions for various organizations.
5 years of experience in Servicenow development
Strong expertise in designing and implementing solutions
Proven track record of delivering successful projects
Excellent communication and problem-solving skills
ITSM life cycles include Incident, Problem, Change, and Request Management.
Incident Management: Focuses on restoring normal service operation as quickly as possible.
Problem Management: Focuses on identifying and solving the root cause of recurring incidents.
Change Management: Involves controlling changes to the IT infrastructure to minimize impact on services.
Request Management: Handles user requests for IT services or
Code to auto-close parent incident when all child incidents are closed
Create a script that runs on child incident closure
Check if all child incidents are closed
If all child incidents are closed, close the parent incident
Use JavaScript to restrict input field to alphanumeric characters only.
Use JavaScript event listeners to detect input in the field.
Check each character entered using regular expressions to allow only alphanumeric characters.
Display an error message if a non-alphanumeric character is entered.
Yes, the hamburger (Context menu chooser) can be hidden for a user in ServiceNow.
The hamburger menu can be hidden by modifying the UI policies and client scripts.
You can use CSS to hide the hamburger menu for specific users or roles.
Alternatively, you can customize the UI to remove the hamburger menu altogether.
Script to mask a single line text field value
Use the 'onLoad' client script to mask the value on form load
Use the 'onSubmit' client script to mask the value before saving
Use the 'getDisplayValue' and 'setDisplayValue' methods to manipulate the field value
Integrations in ServiceNow are made using APIs, web services, and scripting.
Use REST APIs to integrate with external systems
Leverage SOAP web services for bi-directional communication
Utilize scripting such as JavaScript to automate processes
Use MID Server for secure communication with on-premise systems
Inbound refers to data coming into ServiceNow, while outbound refers to data going out of ServiceNow.
Inbound data is typically received through integrations, email, web services, etc.
Outbound data is usually sent to external systems, APIs, email notifications, etc.
Inbound actions can trigger workflows or create records in ServiceNow.
Outbound actions can update external systems or send notifications to users.
Experienced Servicenow Developer with expertise in customizing and implementing solutions for various organizations.
Over 5 years of experience in Servicenow development
Proficient in creating custom applications, workflows, and integrations
Strong knowledge of ITSM processes and best practices
Certified Servicenow Developer with hands-on experience in Service Portal development
Program to find Palindrome sub-strings in a given string.
Iterate through each character in the string and check for palindromes.
Use two pointers to expand around the center of each character to find palindromes.
Store the palindromes in an array of strings.
Program to separate numbers and alphabets in a given array of elements.
Iterate through each element in the array
Check if the element is a number or alphabet using regular expressions
Store numbers and alphabets in separate arrays
I would analyze the report structure, query efficiency, and data volume to identify the root cause of the performance issue.
Review the report query to ensure it is optimized and only fetching necessary data
Check if there are any unnecessary calculations or complex logic impacting performance
Consider indexing on relevant fields to improve query performance
Evaluate the data volume being processed and consider implementin...
REST APIs in ServiceNow allow users to interact with the platform programmatically.
REST APIs in ServiceNow can be used to create, read, update, and delete records in tables.
Authentication is required to access REST APIs, using basic authentication or OAuth.
REST API endpoints in ServiceNow follow a standard format: https://
REST APIs can be tested using tools like Postman or cURL.
To create a flow for automation of a business process, you can use a workflow automation tool like Servicenow Flow Designer.
Identify the business process that needs to be automated
Map out the steps involved in the process
Use Servicenow Flow Designer to create a visual workflow
Add conditions, actions, and approvals as needed
Test the flow to ensure it functions correctly
Deploy the automated flow to streamline the busines
Seeking new challenges and growth opportunities in a different environment.
Desire for professional growth
Seeking new challenges
Looking for a change in work environment
I am a dedicated Servicenow Developer with 5 years of experience in implementing and customizing Servicenow solutions.
5 years of experience in Servicenow development
Proficient in implementing and customizing Servicenow solutions
Strong knowledge of IT service management processes
Record producer allows users to create new records, while Service Catalog offers predefined services for users to request.
Record producer is used to create new records in a specific table
Service Catalog offers predefined services for users to request
Record producer allows for customization of the form layout and fields
Service Catalog provides a user-friendly interface for requesting services
Record producer can be used ...
Orderguide is a feature in ServiceNow that allows users to create and manage a list of items to order.
Orderguide helps users easily select and order items they need.
Users can customize their orderguide with specific items and quantities.
Orderguide streamlines the ordering process by providing a structured list of items to choose from.
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
Types of changes in Servicenow and their differences
Standard Change: pre-approved, low-risk, routine changes
Normal Change: requires assessment and approval
Emergency Change: implemented immediately to resolve critical issues
Major Change: significant impact on services or infrastructure
Minor Change: minimal impact on services or infrastructure
Client scripts are used in ServiceNow to run scripts on the client side to customize forms and fields.
Client scripts are used to perform actions on forms and fields without server interaction
They can be used to set field values, show or hide fields, or validate data
Client scripts can be written in JavaScript and attached to specific forms or fields
I have completed various tasks related to Servicenow development, including customization, integration, and automation.
Customizing forms and workflows to meet specific business requirements
Integrating Servicenow with other systems using APIs
Automating repetitive tasks using scripts and workflows
Infosys interview questions for designations
Turnstile activity in workflow refers to the process of allowing only one instance of a workflow to run at a time.
Turnstile activity ensures that only one instance of a workflow is active at any given time
It prevents multiple instances of the same workflow from running simultaneously
This helps in maintaining data integrity and avoiding conflicts in the workflow process
To display top 10 incidents, use a query to retrieve incidents sorted by priority and limit the results to 10.
Use a query to retrieve incidents from the database
Sort the incidents by priority in descending order
Limit the results to 10 incidents
Display choices based on user role using code
Create a function to check user's role
Use conditional statements to display choices based on role
Assign choices to an array of strings
Get interview-ready with Top Infosys Interview Questions
I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.
I applied via Naukri.com
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
What people are saying about Infosys
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
There are three types of business rules in ServiceNow: client scripts, server scripts, and UI policies.
Client scripts run on the client side and are used to perform actions on form fields or execute scripts when a form is loaded, saved, or deleted.
Server scripts run on the server side and are used to perform actions on records when they are inserted, updated, or deleted.
UI policies are used to set mandatory, read-only,...
To add approval in flow designers, use the 'Approval' activity and configure the approval settings.
Drag and drop the 'Approval' activity onto the flow designer canvas
Configure the approval settings such as approvers, conditions, and notifications
Connect the 'Approval' activity to the relevant steps in the flow
Test the flow to ensure the approval process works correctly
UI policy controls the behavior of fields on a form, while data policy controls the data that can be entered into fields.
UI policy is used to set mandatory, read-only, or visible conditions on form fields
Data policy is used to enforce data validation rules on form fields
UI policy is client-side, while data policy is server-side
Example: UI policy can make a field read-only when a certain condition is met, while data pol...
Client side scripts run on the user's browser, while server side scripts run on the server.
Client side scripts are executed on the user's browser, providing immediate feedback without needing to communicate with the server.
Server side scripts are executed on the server, allowing for secure processing of sensitive data and operations.
Client side scripts are written in languages like JavaScript, while server side scripts
Code to display last 10 incidents in background script
Query incident table to get last 10 records
Use GlideRecord to fetch incident records
Sort records by created date in descending order
1 Interview rounds
based on 15 reviews
Rating in categories
Technology Analyst
56.2k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
50k
salaries
| ₹2.8 L/yr - ₹8 L/yr |
System Engineer
39.2k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.7k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27.3k
salaries
| ₹4.3 L/yr - ₹16.8 L/yr |
TCS
Wipro
Cognizant
Accenture