Nouveau labs
10+ Quampetence Business Solutions Interview Questions and Answers
Q1. What is inbound actions, what type of request ServiceNow will receive?
Inbound actions in ServiceNow are requests made to the platform from external sources.
Inbound actions are requests sent to ServiceNow from external systems or users.
These requests can include creating, updating, or deleting records in ServiceNow.
Examples of inbound actions include API calls, email submissions, and form submissions.
Q2. Get all the active incident with priority-1?
To get all active incidents with priority-1, use a filter on the incident table.
Use a filter condition 'active=true^priority=1' on the incident table
You can also use GlideRecord to query the incident table in ServiceNow
Make sure to handle any errors or exceptions that may occur
Q3. what are script actions?
Script actions are customizable actions that can be triggered by scripts in ServiceNow.
Script actions are used to automate tasks and processes in ServiceNow.
They can be triggered by scripts, such as business rules, client scripts, or UI policies.
Script actions can perform a variety of actions, such as updating records, sending notifications, or running scripts.
They are highly customizable and can be tailored to specific business needs.
Examples of script actions include sendin...read more
Q4. what you implemented recently?
Implemented a new incident management system using Service Now platform
Customized incident forms and workflows
Configured email notifications for incident updates
Integrated with third-party monitoring tools for automatic incident creation
Q5. what is Async business rule?
Async business rule is a server-side script that runs asynchronously after a record is inserted, updated, deleted, or when a table is queried.
Async business rules are used to perform actions that do not require immediate user interaction.
They are executed after the database transaction is complete, allowing for better performance.
Examples include sending notifications, updating related records, or triggering workflows.
Q6. Given an api, return it's output for 5 entries.
Return output of given api for 5 entries.
Identify the API and its input parameters
Write a loop to call the API with different inputs
Store the output in an array or list
Return the first 5 entries of the array/list
Q7. Sort a list of dictionaries based on a key
Sort a list of dictionaries based on a key
Use the sorted() function with a lambda function to specify the key
Use the itemgetter() function from the operator module for better performance
Use the reverse parameter to sort in descending order
Q8. Merge two sorted lists
Merge two sorted lists
Create a new list to store the merged result
Compare the first elements of both lists and add the smaller one to the new list
Continue comparing and adding elements until one list is exhausted
Add the remaining elements of the other list to the new list
Return the merged list
Q9. Find max and min in an array
Use built-in functions to find max and min in an array of strings
Use Math.max.apply(null, array) to find max value
Use Math.min.apply(null, array) to find min value
Convert strings to numbers if needed before finding max and min
Q10. Abstraction vs interface
Abstraction is hiding the implementation details while interface is a contract that defines the methods that a class must implement.
Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only interact with the public methods.
Interface defines a set of methods that a class must implement, ensuring consistency and providing a way for different classes to be used interchangeably.
Abstraction can be achieved through abstract classes in l...read more
Interview Process at Quampetence Business Solutions
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month