Add office photos
Engaged Employer

Nouveau labs

2.6
based on 10 Reviews
Filter interviews by

10+ Quampetence Business Solutions Interview Questions and Answers

Updated 21 Jan 2025

Q1. What is inbound actions, what type of request ServiceNow will receive?

Ans.

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.

Add your answer

Q2. Get all the active incident with priority-1?

Ans.

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

Add your answer

Q3. what are script actions?

Ans.

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

Add your answer

Q4. what you implemented recently?

Ans.

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

Add your answer
Discover Quampetence Business Solutions interview dos and don'ts from real experiences

Q5. what is Async business rule?

Ans.

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.

Add your answer

Q6. Given an api, return it's output for 5 entries.

Ans.

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

Add your answer

Q7. Sort a list of dictionaries based on a key

Ans.

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

Add your answer

Q8. Merge two sorted lists

Ans.

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

Add your answer

Q9. Find max and min in an array

Ans.

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

Add your answer

Q10. Abstraction vs interface

Ans.

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

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Quampetence Business Solutions

based on 6 interviews
Interview experience
3.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 303 Interview Questions
4.1
 • 266 Interview Questions
4.2
 • 223 Interview Questions
4.1
 • 141 Interview Questions
3.8
 • 135 Interview Questions
3.8
 • 131 Interview Questions
View all
Top Nouveau labs Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter