Filter interviews by
Clear (1)
I applied via LinkedIn and was interviewed in Dec 2023. There were 4 interview rounds.
Duplicate records in CMDB can be managed by implementing data quality checks, automated tools, and manual review processes.
Implement data quality checks to identify duplicate records based on unique identifiers such as serial numbers or MAC addresses.
Utilize automated tools like ServiceNow's Duplicate Record Management to merge or delete duplicate records.
Establish manual review processes for complex cases where automa...
ServiceNow supports various types of integrations including REST, SOAP, JDBC, LDAP, and MID Server.
REST API integration
SOAP web services integration
JDBC integration for database connectivity
LDAP integration for directory services
MID Server integration for connecting to on-premise systems
Best practices for Integration
Understand the systems being integrated
Use standard protocols like REST or SOAP
Implement error handling and logging
Consider security measures such as encryption
Perform thorough testing before deployment
Use ServiceNow to create separate CMDB health reports for different classes
Create separate health reports by configuring different health indicators for each CMDB class
Utilize ServiceNow's reporting capabilities to generate customized reports based on class criteria
Implement filters and groupings to organize data by class for more targeted analysis
Discovery process in ServiceNow is used to identify and map IT infrastructure within an organization.
Discovery process involves scanning the network to identify devices, applications, and services.
It creates a map of the infrastructure showing relationships between different components.
Discovery can be scheduled to run at regular intervals to keep the map up to date.
It helps in understanding the dependencies and impact
Write a script which queries location table, take all location with country is populated, group by city and print the output as object of where key is the City and values are array of all location which falls under that City.
Example:
{"Mumbai":["Location1","Location2"], "San Diego":["LOCATION3","LOCATION4"]}
ServiceNow is expected to continue growing and evolving to meet the changing needs of organizations in terms of digital transformation and workflow automation.
ServiceNow will likely expand its capabilities in AI and machine learning to enhance automation and decision-making processes.
Integration with other platforms and tools will become more seamless to provide a more holistic solution for organizations.
ServiceNow may...
AI can enhance ServiceNow by automating repetitive tasks, providing predictive analytics, and improving user experience.
AI can automate routine tasks such as incident categorization and routing, reducing manual effort and improving efficiency.
AI can provide predictive analytics to anticipate and prevent service disruptions, improving overall system reliability.
AI can enhance user experience by offering personalized rec...
Top trending discussions
posted on 4 Nov 2021
I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.
posted on 15 Dec 2019
I applied via Naukri.com and was interviewed in Jul 2019. There were 5 interview rounds.
End to end automation cycle involves automating the entire software development process from planning to deployment.
The cycle starts with requirements gathering and planning
Next, the code is developed and tested using automation tools
Continuous integration and delivery are used to deploy the code to production
Monitoring and feedback are used to improve the process
Examples of automation tools include Jenkins, Selenium,
posted on 31 May 2021
I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.
Multithreading in Java allows multiple threads to execute concurrently within a single program.
Java provides built-in support for multithreading through the java.lang.Thread class.
Threads can be created by extending the Thread class or implementing the Runnable interface.
Synchronization is used to prevent race conditions and ensure thread safety.
Java also provides several classes and interfaces for managing thread exec...
posted on 5 Sep 2022
posted on 27 Jan 2023
I applied via Job Portal and was interviewed in Dec 2022. There were 2 interview rounds.
To find code performance issues in production, use monitoring tools and profiling techniques.
Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.
Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.
Analyze logs and error messages to identify patterns a...
Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.
Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.
It involves the use of callbacks, promises, and async/await keywords in JavaScript.
Asynchronous programming can be used in both front-end and back-end development.
Examples of asynchro...
Program to change background color on button click in Angular
Create a button in Angular template
Add click event listener to the button
Use setInterval() function to change background color after every 0.5 sec
Use ngStyle directive to change background color dynamically
Use Angular's 'resolve' property to load component after services are loaded.
Create a resolver service that waits for all three services to complete before resolving.
Add the resolver service to the 'resolve' property of the component's route.
Access the resolved data in the component using the ActivatedRoute service.
Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }
IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.
IQueryable is used for deferred execution while IEnumerable is used for immediate execution.
IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.
IQueryable is more efficient for large datasets as...
Entity Framework is an ORM while ADO.NET is a data access technology.
Entity Framework is easier to use and provides more abstraction than ADO.NET.
ADO.NET is faster and more flexible than Entity Framework.
Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.
posted on 18 May 2023
I applied via Naukri.com and was interviewed in Apr 2023. There were 4 interview rounds.
WPF C# is a framework for building desktop applications. Binding is a way to connect UI elements to data sources.
WPF stands for Windows Presentation Foundation
C# is the programming language used for WPF development
Binding allows for automatic updates of UI elements when data changes
Example code for binding:
DataContext is used to set the data source for binding
posted on 31 Oct 2023
I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.
It was an MCQ based test. Code Snippets as well as OOPS, OS, DBMS questions were there
posted on 11 Sep 2024
I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 5 interview rounds.
IT was basic question from string and array
Use depth-first search to traverse the tree and identify leaf nodes.
Implement depth-first search algorithm to traverse the tree.
Identify nodes with no children as leaf nodes.
Store leaf nodes in an array for retrieval.
Reverse each word in a sentence without using default function.
Split the sentence into words
Iterate through each word and reverse it
Join the reversed words back into a sentence
Fibonacci series using recursion is a classic programming problem where each number is the sum of the two preceding ones.
Define a recursive function that takes an integer n as input
Base case: if n is 0 or 1, return n
Recursive case: return the sum of the previous two Fibonacci numbers
Call the function recursively with n-1 and n-2 until base case is reached
Find 1st, 2nd, and 3rd highest integers from an array.
Sort the array in descending order.
Retrieve the first three elements from the sorted array.
Handle cases where array length is less than 3.
based on 1 interview
Interview experience
Devops Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Business System Analyst
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Devops Engineer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Developer
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Thermo Fisher Scientific
Agilent Technologies
PerkinElmer
QIAGEN