Upload Button Icon Add office photos

Atos

Compare button icon Compare button icon Compare

Filter interviews by

Atos Servicenow Developer Interview Questions and Answers

Updated 10 Jul 2024

Atos Servicenow Developer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself and your day to day activities in Servicenow?
  • Q2. Business rule and their types?
  • Ans. 

    Business rules are server-side scripts that run when a record is displayed, inserted, updated, deleted, or when a table is queried.

    • Business rules are used to automate processes and enforce data consistency.

    • There are three types of business rules: before, after, and asynchronous.

    • Before business rules run before the database action is executed.

    • After business rules run after the database action is executed.

    • Asynchronous bu...

  • Answered by AI
  • Q3. Scenario based questions.
Round 2 - HR 

(1 Question)

  • Q1. Basic questions asked by hr
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself and your day to day activities in ServiceNow?
  • Q2. Business Rules and Types of business Rules
  • Ans. 

    Business rules are server-side scripts that run when a record is displayed, inserted, updated, deleted, or when a table is queried.

    • Business rules automate processes and enforce data consistency.

    • There are two types of business rules: client-side and server-side.

    • Client-side business rules run on the browser and server-side business rules run on the server.

    • Business rules can be used to set field values, run scripts, displ

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic questions asked by HR

Servicenow Developer Interview Questions Asked at Other Companies

asked in Wipro
Q1. How to calculate timing of Incident which assigned to multiple gr ... read more
asked in Wipro
Q2. What is difference between service catalog and order guide and re ... read more
asked in Wipro
Q3. How to populate manager using Server side code
asked in Techstitch
Q4. Write a program to either make a pattern using star or program of ... read more
asked in Infosys
Q5. Write code to auto-close parent incident when all child incidents ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning round mathematical

Round 2 - Coding Test 

Pass test case simple logical question

Interview Preparation Tips

Interview preparation tips for other job seekers - Goid to join

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Proejcts you have done
  • Ans. 

    Developed a service portal for IT ticketing system

    • Created custom widgets for user-friendly interface

    • Integrated with ServiceNow API for ticket management

    • Implemented role-based access control for different user types

  • Answered by AI
  • Q2. Difference bw catalog item and record producer
  • Ans. 

    Catalog item is a predefined item in the service catalog, while record producer allows users to create custom records.

    • Catalog item is predefined and created by admins, while record producer allows users to create custom records

    • Catalog items are used to request services or products, record producers are used to create records in tables

    • Catalog items have predefined variables and workflows, record producers allow users to

  • Answered by AI
  • Q3. What are macros
  • Ans. 

    Macros are automated scripts that can be used to perform repetitive tasks in Servicenow.

    • Macros in Servicenow are used to automate tasks and reduce manual effort.

    • They can be used to update multiple records at once, send notifications, or perform calculations.

    • Macros can be triggered manually or automatically based on certain conditions.

    • Example: Creating a macro to automatically close all resolved incidents in Servicenow.

  • Answered by AI
  • Q4. How to get logged in user details in form
  • Ans. 

    Use GlideUser class to get logged in user details in a form

    • Use GlideUser class to get the current user's details

    • Access user details like name, email, roles, etc. using GlideUser methods

    • Example: var user = gs.getUser(); var userName = user.getName();

  • Answered by AI
  • Q5. Is javascript synchronous language?
  • Ans. 

    Yes, JavaScript is a synchronous language.

    • JavaScript is single-threaded, meaning it can only execute one piece of code at a time.

    • It follows a top-down execution flow, where each line of code is executed in order.

    • Asynchronous behavior can be achieved using callbacks, promises, and async/await.

    • Example: setTimeout function in JavaScript delays the execution of a function.

    • Example: Fetch API in JavaScript allows making asyn

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the different between =, ==, ===?
  • Ans. 

    The different between =, ==, === is related to assignment, equality, and strict equality in programming.

    • = is used for assignment in programming languages.

    • == is used for equality comparison, it checks if two values are equal.

    • === is used for strict equality comparison, it checks if two values are equal in both value and data type.

  • Answered by AI
  • Q2. Writ a quay that should retrieve all the the columns but show only 10 records and ordered by name
  • Ans. 

    Use SQL query to retrieve all columns, show only 10 records, and order by name

    • Use SELECT * to retrieve all columns

    • Use LIMIT 10 to show only 10 records

    • Use ORDER BY name to order the results by name

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(11 Questions)

  • Q1. What is the stages of HRSD cases
  • Ans. 

    The stages of HRSD cases include New, In Progress, On Hold, Resolved, Closed

    • New - when a new case is created

    • In Progress - when the case is being actively worked on

    • On Hold - when the case is temporarily paused

    • Resolved - when the issue is resolved but awaiting confirmation

    • Closed - when the case is officially closed

  • Answered by AI
  • Q2. What is case suspension
  • Ans. 

    Case suspension is the temporary halt of a case in a workflow process.

    • Case suspension allows for pausing a case in a workflow without closing it.

    • It can be used to wait for additional information or approvals before proceeding.

    • Once the suspension is lifted, the case can continue its workflow.

    • Commonly used in service management platforms like Servicenow.

  • Answered by AI
  • Q3. Signification of cascade variable in order guide
  • Ans. 

    Cascade variables in order guide allow for dynamic population of subsequent variables based on previous selections.

    • Cascade variables are used to create a dependency between variables in an order guide.

    • When a user selects a value for a cascade variable, it triggers the population of subsequent variables based on that selection.

    • This helps streamline the ordering process by only showing relevant options based on previous

  • Answered by AI
  • Q4. What is data police and ui police
  • Ans. 

    Data police and UI police are terms used in ServiceNow to refer to the enforcement of data and UI standards.

    • Data police refers to the enforcement of data standards and best practices within ServiceNow instances.

    • UI police refers to the enforcement of UI standards and best practices within ServiceNow instances.

    • Data police ensures data integrity, accuracy, and security.

    • UI police ensures consistent and user-friendly interf...

  • Answered by AI
  • Q5. Difference between subject to and opened for ?
  • Ans. 

    Subject to refers to the person or entity affected by an incident, while opened for refers to the person or entity responsible for resolving the incident.

    • Subject to is the entity that is impacted by an incident, such as a user or a department.

    • Opened for is the entity responsible for resolving the incident, such as a support team or an individual.

    • For example, a ticket may be subject to a specific department but opened f

  • Answered by AI
  • Q6. Which is better Rest or soap integration ?
  • Ans. 

    It depends on the specific requirements of the integration. REST is generally preferred for its simplicity and flexibility, while SOAP is more rigid but offers more security features.

    • REST is lightweight and easier to use for simple integrations

    • SOAP has built-in security features like WS-Security

    • Consider the complexity of the data being exchanged and the level of security required when choosing between REST and SOAP

  • Answered by AI
  • Q7. What is ACL and types
  • Ans. 

    ACL stands for Access Control List, which defines the permissions and restrictions for users on records in ServiceNow.

    • ACL stands for Access Control List

    • It defines the permissions and restrictions for users on records in ServiceNow

    • Types of ACLs include Read, Write, Create, Delete, and Execute

    • ACLs can be applied at the table, field, or record level

    • Example: An ACL can restrict certain users from deleting records in a spec

  • Answered by AI
  • Q8. What will happen if we give none . * in ACL ?
  • Ans. 

    Using none.* in ACL will allow access to all fields in the table for all users.

    • Using none.* in ACL grants access to all fields in the table for all users.

    • This can be a security risk as sensitive data may be exposed to unauthorized users.

    • It is recommended to specify individual fields or use more restrictive ACL conditions.

  • Answered by AI
  • Q9. How does ACL wok General to specific or vice versa
  • Ans. 

    ACL works from general to specific

    • ACL evaluates rules from general to specific based on order of precedence

    • If a user has multiple roles, the most specific role takes precedence

    • Explicit rules take precedence over inherited rules

    • ACL rules can be defined at table, field, and record levels

  • Answered by AI
  • Q10. Explain cell edit and on change client script
  • Ans. 

    Cell edit allows users to edit fields directly in a list without opening a form. OnChange client script triggers when a field value changes.

    • Cell edit enables inline editing in list views for quick updates

    • OnChange client script is used to perform actions when a field value changes

    • Cell edit can improve user experience by reducing the need to open individual records for editing

  • Answered by AI
  • Q11. Different triggers in SLA other than Incident
  • Ans. 

    Triggers in SLA other than Incident

    • Change Requests

    • Problem Tickets

    • Service Requests

    • Major Incidents

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. They have asked all about my project experience and the projects I have worked and the gave a scenario to used flow designer to build the flow.
  • Q2. What all project You have worked on?
  • Q3. What have you been working from in your 4 years experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident and explain the experience in your project
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. BR and types, CR and types, SJ
  • Q2. Service Catalog

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well your concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Most complex thing you have implemented
  • Ans. 

    Implemented a complex workflow automation system for a multinational corporation

    • Designed and implemented custom workflows to automate complex business processes

    • Integrated multiple systems and APIs to streamline data flow and communication

    • Utilized advanced scripting and logic to handle various edge cases and exceptions

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Nov 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Business rules scanario
  • Q2. Field need to automate which rule apply

Atos Interview FAQs

How many rounds are there in Atos Servicenow Developer interview?
Atos interview process usually has 2 rounds. The most common rounds in the Atos interview process are HR, Technical and Aptitude Test.
How to prepare for Atos Servicenow Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Atos. The most common topics and skills that interviewers at Atos expect are ITSM, Javascript, Web Technologies, ITIL and XML.
What are the top questions asked in Atos Servicenow Developer interview?

Some of the top questions asked at the Atos Servicenow Developer interview -

  1. Business Rules and Types of business Ru...read more
  2. Business rule and their typ...read more
  3. Scenario based questio...read more

Tell us how to improve this page.

Atos Servicenow Developer Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more
Atos Servicenow Developer Salary
based on 53 salaries
₹3.1 L/yr - ₹6.2 L/yr
33% less than the average Servicenow Developer Salary in India
View more details

Atos Servicenow Developer Reviews and Ratings

based on 9 reviews

3.7/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.4

Salary

3.5

Job security

3.7

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 9 Reviews and Ratings
Associate Consultant
5.3k salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Consultant
4k salaries
unlock blur

₹7 L/yr - ₹26.9 L/yr

Senior Consultant
2k salaries
unlock blur

₹11 L/yr - ₹36 L/yr

System Engineer
937 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Software Engineer
847 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Explore more salaries
Compare Atos with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview