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 Interview Questions and Answers

Updated 20 Oct 2023

Aelum Consulting Interview Experiences

Popular Designations

4 interviews found

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java and common basics
Round 2 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. Core Java, Multi threading
Round 4 - Technical 

(1 Question)

  • Q1. Spring, MVC, Boot and j2ee

Interview Preparation Tips

Interview preparation tips for other job seekers - Best interview and selected just know basics that will be good.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Basic questions
Round 3 - Technical 

(1 Question)

  • Q1. Based on you module selected
Round 4 - HR 

(1 Question)

  • Q1. CTC discussion based on your experience

Servicenow Consultant Interview Questions asked at other Companies

Q1. Tell me about yourself Difference between Java and JavaScript Recursive Function in JavaScript this Keyword in JavaScript Data Types in JavaScript What is array Call by Value and Call by Reference Tags in HTML5 What is CSS and what is the u... read more
View answer (1)
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

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)

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

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)

Aelum Consulting interview questions for popular designations

 Servicenow Developer

 (2)

 Servicenow Consultant

 (1)

 Java Developer

 (1)

Jobs at Aelum Consulting

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Difference between UI police and client script.
  • Ans. 

    UI policy and client script are both used in ServiceNow for controlling field behavior and data on forms.

    • UI policy is used to dynamically change field properties, visibility, and mandatory status based on certain conditions.

    • Client script is used to add custom logic and behavior to forms, such as field validation, calculations, and UI interactions.

    • UI policy is executed on the server side, while client script is executed...

  • Answered by AI
  • Q2. Scenario based questions
  • Q3. GetXML and GetXMLWait

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all OOB process of every modules.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Dev ITSM related Resume related Some usecases and scripting related

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be strong on what you are mentioning in resume and be ready to answer.
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
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

Servicenow Developer Interview Questions & Answers

Infosys user image sai susmitha mogallapalli

posted on 11 Jun 2024

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

(2 Questions)

  • Q1. What is turnstile activity in workflow
  • Ans. 

    Turnstile activity in workflow refers to the process of allowing only one instance of a workflow to run at a time.

    • Turnstile activity ensures that only one instance of a workflow is active at any given time

    • It prevents multiple instances of the same workflow from running simultaneously

    • This helps in maintaining data integrity and avoiding conflicts in the workflow process

  • Answered by AI
  • Q2. How to display top 10 incidents
  • Ans. 

    To display top 10 incidents, use a query to retrieve incidents sorted by priority and limit the results to 10.

    • Use a query to retrieve incidents from the database

    • Sort the incidents by priority in descending order

    • Limit the results to 10 incidents

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write code to display choices based on role
  • Ans. 

    Display choices based on user role using code

    • Create a function to check user's role

    • Use conditional statements to display choices based on role

    • Assign choices to an array of strings

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to switch
  • Q2. What is your strategy and weakness

Aelum Consulting Interview FAQs

How many rounds are there in Aelum Consulting interview?
Aelum Consulting interview process usually has 3-4 rounds. The most common rounds in the Aelum Consulting interview process are Technical, HR and Resume Shortlist.
How to prepare for Aelum Consulting 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 Business Development, Software Sales, Lead Generation, Servicenow and ITSM.
What are the top questions asked in Aelum Consulting interview?

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

  1. Coding in javascript they will ask array or strings related questi...read more
  2. Basics of Java and common bas...read more
  3. Regarding html css and js they as...read more

Tell us how to improve this page.

Aelum Consulting Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

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.6k 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
 • 377 Interviews
Gallagher Interview Questions
3.7
 • 221 Interviews
Capita Interview Questions
3.6
 • 147 Interviews
View all

Aelum Consulting Reviews and Ratings

based on 10 reviews

2.3/5

Rating in categories

2.4

Skill development

2.1

Work-life balance

2.4

Salary

2.1

Job security

2.4

Company culture

2.3

Promotions

2.3

Work satisfaction

Explore 10 Reviews and Ratings
Practice Leaders - ServiceNow

Noida,

Hyderabad / Secunderabad

+1

15-17 Yrs

Not Disclosed

ServiceNow Consultant

Jaipur

5-9 Yrs

Not Disclosed

Explore more jobs
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