i
Infocenter
Filter interviews by
Easy Level Questions including mathematics plus programming domain
I applied via Naukri.com and was interviewed in Jul 2023. There were 4 interview rounds.
This includes the general apptitude topics and debug coding questions.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Example: A method 'draw()' ca...
The most optimum sorting technique is Quick Sort.
Quick Sort is a divide and conquer algorithm that sorts an array by selecting a 'pivot' element and partitioning the other elements into two sub-arrays according to whether they are less than or greater than the pivot.
It is efficient for large datasets and has an average time complexity of O(n log n).
Quick Sort is widely used in practice and is considered one of the fast
On change event in Javascript triggers a function when the value of an input element is changed by the user.
Use the 'onchange' event attribute in HTML to call a function when the value of an input element is changed.
Example:
Alternatively, use addEventListener() method in JavaScript to attach an event handler to the 'change' event.
I am a skilled Servicenow Consultant with expertise in Java, JavaScript, HTML5, and CSS.
Java is a statically typed language used for backend development, while JavaScript is a dynamically typed language primarily used for frontend development.
Recursive function in JavaScript is a function that calls itself until a certain condition is met.
The 'this' keyword in JavaScript refers to the object it belongs to.
Data types in...
Top trending discussions
I applied via Approached by Company and was interviewed in Jul 2024. There were 4 interview rounds.
I am a dedicated and experienced Servicenow Consultant with a strong background in IT service management.
Over 5 years of experience implementing and customizing Servicenow solutions
Proficient in ITIL processes and best practices
Skilled in configuring workflows, forms, and reports
Strong communication and problem-solving skills
Certified in Servicenow Administration and Implementation
I am currently working as a Servicenow Consultant responsible for implementing and customizing Servicenow solutions for clients.
Designing and implementing Servicenow modules based on client requirements
Customizing workflows, forms, and reports in Servicenow platform
Providing technical support and training to end users
Collaborating with cross-functional teams to ensure successful implementation
Participating in project p
The order of execution of ACLs is determined by the sequence number assigned to each ACL rule.
ACL rules are executed in numerical order based on the sequence number assigned to them.
Lower sequence numbers are executed before higher sequence numbers.
If multiple ACL rules have the same sequence number, the order of execution is determined by the order in which they were created.
ACL rules with a sequence number of 10000 o...
ACLs (Access Control Lists) are permissions that define what users or groups can access or modify specific resources in a system.
ACLs are used to control access to data and functionality within a system.
They are typically defined at the object level and specify which users or groups have access to perform certain actions.
ACLs can be set to restrict or allow read, write, create, delete, or execute permissions.
For exampl...
Syntax for including Mail Script in a notification body
Use ${mail_script} to include the Mail Script in a notification body
Ensure the Mail Script is properly formatted and enclosed in ${}
Example: Hello, ${mail_script} is the Mail Script for this notification
Substitute record values/Link in the mail body using placeholders.
Use placeholders in the mail body template to substitute record values or links.
Retrieve the record values or links from the database or API.
Replace the placeholders with the actual values before sending the email.
Different ways to implement REST APIs integration
Using HTTP methods like GET, POST, PUT, DELETE
Using authentication methods like OAuth, API keys
Using webhooks for real-time data updates
Implementing rate limiting to prevent abuse
Leveraging API gateways for security and monitoring
Using API documentation tools like Swagger or Postman
I am a highly skilled Servicenow Consultant with 5+ years of experience in implementing and customizing Servicenow solutions.
5+ years of experience in Servicenow implementation and customization
Strong knowledge of IT service management processes
Certified Servicenow Administrator and Developer
Experience in integrating Servicenow with other systems such as Jira and Salesforce
Implemented ServiceNow ITSM solution for a Fortune 500 company resulting in 30% increase in efficiency.
Led a team in successfully implementing ServiceNow ITSM solution for a Fortune 500 company
Achieved a 30% increase in efficiency through the implementation
Received recognition from senior management for the successful project completion
One of the difficulties I faced in my current project was inadequate communication among team members.
Lack of clear communication led to misunderstandings and delays in project delivery
Team members were not aligned on project goals and priorities
Difficulty in coordinating tasks and dependencies due to poor communication
Challenges in resolving issues and making decisions without effective communication
Seeking new challenges and growth opportunities.
Looking for a new challenge to further develop my skills and knowledge.
Interested in exploring new technologies and methodologies that my current company does not offer.
Seeking a company culture that aligns better with my values and career goals.
Experienced Servicenow Consultant with 5+ years of implementing and optimizing ITSM solutions for various clients.
Implemented ITSM solutions for Fortune 500 companies
Expertise in Service Catalog, Incident Management, and Change Management modules
Certified in Servicenow Administration and Development
Strong communication and problem-solving skills
I would use simple and non-technical language to explain the application to the client.
Start by understanding the client's level of technical knowledge
Avoid using jargon and technical terms
Use analogies or real-life examples to explain complex concepts
Provide hands-on demonstrations or visual aids if possible
Encourage the client to ask questions and clarify any doubts
The 3 factors to discuss with a client before implementing something in ServiceNow
Understand the client's specific requirements and goals
Assess the impact on existing processes and systems
Discuss the timeline, budget, and resources needed for implementation
I have worked on integrations with various third-party tools such as JIRA, Slack, and Azure DevOps.
Integrated ServiceNow with JIRA for seamless issue tracking
Implemented integration between ServiceNow and Slack for real-time notifications
Established integration between ServiceNow and Azure DevOps for streamlined development processes
Experienced Servicenow Consultant with a background in IT service management and process automation.
Over 5 years of experience implementing Servicenow solutions for various clients
Skilled in configuring and customizing Servicenow modules such as Incident, Problem, Change, and Service Catalog
Strong understanding of ITIL framework and best practices
Certified Servicenow System Administrator and Implementation Specialist
Ex
Seeking new challenges and growth opportunities.
Looking for a new challenge to further develop my skills and knowledge
Interested in exploring new technologies and methodologies
Seeking opportunities for career advancement and growth
Want to work in a more collaborative and innovative environment
I am open to relocation for the right opportunity.
Open to relocation for the right opportunity
Flexible with location preferences
Willing to consider different locations
My LWD is 30th September 2021.
My last working day is on 30th September 2021.
I will be transitioning out of my current role by the end of September.
I have already informed my current employer about my LWD.
Configure email notification using email script
Create a new notification in ServiceNow
Select 'Email Script' as the notification type
Write the email script to define the email content and recipients
Response body is the data sent back from a server in response to a client's request.
Contains information requested by the client
Usually in JSON or XML format
Includes status codes like 200 for success or 404 for not found
Client scripts in ServiceNow can be categorized into three types: onLoad, onChange, and onSubmit.
onLoad client scripts run when a form is loaded
onChange client scripts run when a field value is changed
onSubmit client scripts run when a form is submitted
Logical and verbal reasoning
Good and factorial series
I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.
Incident management deals with any unplanned interruption while major incident management deals with critical incidents that require immediate attention.
Incident management is a process of managing any unplanned interruption in the service, whereas major incident management deals with critical incidents that require immediate attention.
Incident management aims to restore normal service operation as soon as possible, wh...
Staging table is a temporary table used to store data before it is processed and loaded into the final destination table.
Staging tables are used in ETL (Extract, Transform, Load) processes.
They help to ensure data quality and consistency before it is loaded into the final destination table.
Staging tables can also be used for data migration or integration projects.
Examples of staging tables include: import tables, expor
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Servicenow Consultant
67
salaries
| ₹3 L/yr - ₹8.1 L/yr |
Servicenow Developer
25
salaries
| ₹3 L/yr - ₹11 L/yr |
Consultant
19
salaries
| ₹3 L/yr - ₹7.5 L/yr |
Senior Consultant
19
salaries
| ₹5 L/yr - ₹14.2 L/yr |
Technical Lead
14
salaries
| ₹8 L/yr - ₹14 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra