Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Aelum Consulting Team. If you also belong to the team, you can get access from here

Aelum Consulting Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Aelum Consulting Servicenow Developer Interview Questions and Answers

Updated 26 Oct 2022

Aelum Consulting Servicenow Developer Interview Experiences

2 interviews found

Round 1 - Assignment 

They as me to create a form from any language

Round 2 - Technical 

(1 Question)

  • Q1. Regarding html css and js they asked
Round 3 - HR 

(1 Question)

  • Q1. They asked me bout salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare and give the interview related to

I applied via LinkedIn and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Coding Test 

JavaScript, html, css, angular

Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding in javascript they will ask array or strings related questions
  • Q2. About your CV projects and hr questions

Interview Preparation Tips

Topics to prepare for Aelum Consulting Servicenow Developer interview:
  • Arrays strings methods
  • Basic code logic
  • HTML
  • Css
Interview preparation tips for other job seekers - Two rounds of technical interview+ coding,
You should have strong knowledge in javascript. And rest is easy to crack. (Company is not good in terms of appraisal and work pressure is also high)

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 Infosys
Q4. Write code to auto-close parent incident when all child incidents ... read more
asked in Techstitch
Q5. Write a program to either make a pattern using star or program of ... read more

Servicenow Developer Jobs at Aelum Consulting

View all

Interview questions from similar companies

I appeared for an interview in Sep 2021.

Interview Questionnaire 

1 Question

  • Q1. About project?

Interview Preparation Tips

Interview preparation tips for other job seekers - The level of the interview was intermediate

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Yourself
  • Q2. How do you feel about working nights and weekends?
  • Q3. I will try to complete my tasks within weekdays effectively and efficiently to avoid weekand night work.
  • Q4. What is the difference b/w confidence and over confidence?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech mahendra company is a very efficent work hard and if you have a growth of employees skills and sincearly work hard

Interview Questionnaire 

1 Question

  • Q1. Spring IOC , bean scopes, Tomcat server questions , SpringBoot questions Dependency questions, Maven questions

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What questions will be asked Aptitude
  • Q2. What questions will be aske Technical round
  • Q3. What questions will be aske hr

Interview Preparation Tips

Interview preparation tips for other job seekers - He

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. What technologies you are familiar with?
  • Ans. 

    I am familiar with a wide range of technologies used in software development.

    • Java

    • Python

    • C++

    • JavaScript

    • HTML/CSS

    • SQL

    • Git

    • Linux

    • RESTful APIs

    • Agile methodologies

  • Answered by AI
  • Q2. What are the OOPs concept in Java?
  • Ans. 

    OOPs concepts in Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and providing a simplified interfa

  • Answered by AI
  • Q3. What are the ways to achieve abstraction?
  • Ans. 

    Abstraction can be achieved through interfaces, abstract classes, and encapsulation.

    • Using interfaces to define a set of methods that a class must implement

    • Using abstract classes to provide a base implementation that can be extended by subclasses

    • Encapsulating implementation details to hide complexity and provide a simpler interface

    • Using design patterns such as Factory and Strategy to abstract away implementation details

  • Answered by AI
  • Q4. Difference between class and Interface object and fucntion instance and all the differences?
  • Ans. 

    Class is a blueprint for creating objects while interface defines a contract for implementing classes.

    • Class is a template for creating objects with properties and methods.

    • Interface is a contract that defines a set of methods and properties that a class must implement.

    • Object is an instance of a class that has its own set of properties and methods.

    • Function instance is a reference to a function that can be called with arg...

  • Answered by AI
  • Q5. Some graph question and some more questions from data structure like about linkedlist queue.
  • Q6. Inheritance
  • Q7. Scope of access modifiers
  • Ans. 

    Access modifiers control the visibility and accessibility of class members.

    • Access modifiers include public, private, protected, and internal.

    • Public members can be accessed from anywhere.

    • Private members can only be accessed within the same class.

    • Protected members can be accessed within the same class and its subclasses.

    • Internal members can be accessed within the same assembly.

    • Access modifiers help enforce encapsulation ...

  • Answered by AI
  • Q8. Some tree questions
  • Q9. Some graph question
  • Q10. What do you know about cloud
  • Ans. 

    Cloud refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • Cloud services can be categorized into three main types: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).

    • Cloud providers include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

    • ...

  • Answered by AI
  • Q11. Some basic question like which things come in Iaas
  • Q12. What are the ways to achieve some task on aws
  • Ans. 

    There are multiple ways to achieve tasks on AWS depending on the specific task.

    • Using AWS Management Console

    • Using AWS CLI

    • Using AWS SDKs

    • Using AWS CloudFormation

    • Using AWS Elastic Beanstalk

    • Using AWS Lambda

    • Using AWS Step Functions

    • Using AWS Batch

  • Answered by AI
  • Q13. About ec2 and many more

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest about what you know and how much you know tell them very clearly you do not know much about this do not try to make stories they know more than you

Skills evaluated in this interview

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 2 hours
Round difficulty - Medium

In the 1st round 
Aptitude
Reasoning
English
Automata fix( code debug) 
Timing in morning
Environment is good
Interviewer was very cool and interactive

  • Q1. 

    Encode the Message Problem Statement

    Given a text message, your task is to return the Run-length Encoding of the given message.

    Run-length encoding is a fast and simple method of encoding strings, repres...

  • Ans. 

    Implement a function to encode a text message using run-length encoding.

    • Iterate through the message and count consecutive characters

    • Append the character and its count to the encoded message

    • Handle edge cases like single characters or empty message

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This is interview round 
Ques from basic electronics
C language

  • Q1. 

    Print Name and Age Problem Statement

    Create a class named Person with a string variable 'name' and an integer variable 'age', such that these variables are not accessible outside the class. Implement a me...

  • Ans. 

    Create a class Person with private variables name and age, and methods to set and get their values.

    • Create a class Person with private variables 'name' and 'age'.

    • Implement a method setValue to set the variables' values.

    • Implement a method getValue to print the variables' values.

    • Ensure the name is a non-empty string and the age is a non-negative integer.

    • Encapsulate the data and provide a clear interface for setting and ge

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaCognizant interview preparation:Topics to prepare for the interview - Electronics basics, C language , Data structure, OOPS, ProjectsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do aptitude from indiabix. Go through your basics. At least one language u know. Learn about your branch basics. Know concept of data structure and oops. 
Tip 2 : prepare your final project well. 

Application resume tips for other job seekers

Tip 1 : the skills you know very well mention in resume
Tip 2 : mention project in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Whats is your skill level in Should casting
  • Ans. 

    I have an intermediate skill level in shell casting.

    • I have experience in creating shell molds using different materials such as ceramic, resin, and plaster.

    • I am familiar with the process of pouring molten metal into the shell mold and the subsequent cooling and solidification process.

    • I have worked on projects that required precision and accuracy in shell casting, such as creating intricate metal parts for aerospace app...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest , say what you know.
Stick to your basics.
Don't try to convince as if you know everything.

Aelum Consulting Interview FAQs

How many rounds are there in Aelum Consulting Servicenow Developer interview?
Aelum Consulting interview process usually has 3 rounds. The most common rounds in the Aelum Consulting interview process are Resume Shortlist, Coding Test and One-on-one Round.
How to prepare for Aelum Consulting 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 Aelum Consulting. The most common topics and skills that interviewers at Aelum Consulting expect are CMDB, Servicenow, ITSM, REST API and Servicenow ITSM.
What are the top questions asked in Aelum Consulting Servicenow Developer interview?

Some of the top questions asked at the Aelum Consulting Servicenow Developer interview -

  1. Coding in javascript they will ask array or strings related questi...read more
  2. Regarding html css and js they as...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
IQVIA Interview Questions
3.9
 • 472 Interviews
Atos Interview Questions
3.8
 • 379 Interviews
Goldman Sachs Interview Questions
3.5
 • 379 Interviews
TCE Interview Questions
3.8
 • 251 Interviews
View all
Aelum Consulting Servicenow Developer Salary
based on 20 salaries
₹3 L/yr - ₹9.3 L/yr
15% less than the average Servicenow Developer Salary in India
View more details

Aelum Consulting Servicenow Developer Reviews and Ratings

based on 5 reviews

2.5/5

Rating in categories

3.8

Skill development

1.8

Work-life balance

2.4

Salary

2.4

Job security

2.3

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 5 Reviews and Ratings
Servicenow Developer
20 salaries
unlock blur

₹3 L/yr - ₹9.3 L/yr

HR Executive
8 salaries
unlock blur

₹2.6 L/yr - ₹4.3 L/yr

Java Developer
7 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

Senior PHP Developer
6 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Software Developer
5 salaries
unlock blur

₹2.6 L/yr - ₹9 L/yr

Explore more salaries
Compare Aelum Consulting with

Wipro

3.7
Compare

Cognizant

3.7
Compare

Infosys

3.6
Compare

Tech Mahindra

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