Upload Button Icon Add office photos

Atos

Compare button icon Compare button icon Compare
3.8

based on 3k Reviews

Filter interviews by

Atos Servicenow Developer Interview Questions and Answers

Updated 10 Jul 2024

Atos Servicenow Developer Interview Experiences

3 interviews found

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
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
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
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. About your work experience
  • Q2. Basic Knowledge on your module
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
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 SOAP, XML, ITIL Certified, ITSM and Service management.
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 3 interviews in last 1 year

Interview experience

4.7
  
Excellent

People are getting interviews through

based on 1 Atos interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Atos Servicenow Developer Salary
based on 39 salaries
₹3.8 L/yr - ₹9 L/yr
32% less than the average Servicenow Developer Salary in India
View more details

Atos Servicenow Developer Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

3.3

Skill development

3.7

Work-Life balance

3.3

Salary & Benefits

3.0

Job Security

3.3

Company culture

2.9

Promotions/Appraisal

3.3

Work Satisfaction

Explore 5 Reviews and Ratings
Associate Consultant
4.1k salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Consultant
3.1k salaries
unlock blur

₹7.1 L/yr - ₹27.6 L/yr

Senior Consultant
1.4k salaries
unlock blur

₹11 L/yr - ₹36 L/yr

System Engineer
770 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Software Engineer
620 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Explore more salaries
Compare Atos with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview