Upload Button Icon Add office photos

Aon

Compare button icon Compare button icon Compare

Filter interviews by

Aon Setup Configuration Specialist Interview Questions and Answers

Updated 3 Feb 2024

Aon Setup Configuration Specialist Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude, mental math

Round 2 - Technical 

(1 Question)

  • Q1. Basic computer test
Round 3 - English 

(1 Question)

  • Q1. English knowledge test
Round 4 - Technical 

(1 Question)

  • Q1. Sdlc, stlc, agile
Round 5 - HR 

(1 Question)

  • Q1. Test methodology, communication

I appeared for an interview before Aug 2016.

Interview Questionnaire 

4 Questions

  • Q1. What is manual testing?
  • Ans. 

    Manual testing is the process of manually executing test cases to identify defects in software applications.

    • Manual testing involves the tester executing test cases step by step without the use of automation tools.

    • It requires the tester to simulate real user actions and interactions with the software.

    • Testers manually verify the expected behavior of the application and compare it with the actual results.

    • It helps in ident...

  • Answered by AI
  • Q2. Different SQL Queries?
  • Ans. 

    Different SQL Queries

    • SELECT statement to retrieve data from a table

    • INSERT statement to insert data into a table

    • UPDATE statement to modify data in a table

    • DELETE statement to delete data from a table

    • JOIN statement to combine data from multiple tables

    • GROUP BY statement to group data based on a column

    • ORDER BY statement to sort data in ascending or descending order

    • COUNT function to count the number of rows in a table

    • SUM fun...

  • Answered by AI
  • Q3. Question-related to project?
  • Q4. About myself?

Interview Preparation Tips

Round: Test
Experience: Questions were asked from Time distance, Time and work, Percentage, sentence formation, Spotting error etc
Tips: prepare well, if you clear this round then you are almost selected.
Duration: 45 minutes
Total Questions: 30

Round: Group Discussion
Experience: 10 minutes were given to think about the topic and prepare well for it and then speak for it for 15 minutes.
Tips: prepare well before you speak.
Duration: 15 minutes

Round: Technical Interview
Experience: Different questions were asked related to my project?
Tips: prepare well for technical questions, testing, and SQL queries?

Round: HR Interview
Experience: In this round, it was basically the discussion about the salary and about the job role.
Tips: Be humble.

College Name: Oriental Institute Of Science And Technology Bhopal

Skills evaluated in this interview

Setup Configuration Specialist Interview Questions Asked at Other Companies

asked in Aon
Q1. What is manual testing?
asked in Aon
Q2. Different SQL Queries?

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions on Tableau
  • Q2. Questions on SQL
  • Q3. Questions on Python
Round 2 - One-on-one 

(2 Questions)

  • Q1. About the recent projects
  • Q2. Questions on Alteryx

I applied via Job Portal and was interviewed in Feb 2022. 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a highly experienced consultant with a strong background in problem-solving and strategic planning.

    • Over 10 years of experience in consulting roles

    • Expertise in developing and implementing effective strategies

    • Proven track record of delivering successful projects

    • Strong analytical and problem-solving skills

    • Excellent communication and interpersonal skills

    • Ability to work well in cross-functional teams

    • Experience in vario...

  • Answered by AI
  • Q2. Job description, daily routine,

Interview Preparation Tips

Interview preparation tips for other job seekers - It's appears to me that finally got a job I was been pinged by Randstad regarding job description of what I wanted, and finally got placed one of randstad client J.P Morgan Chase, it's a been a week since my DOJ, All was good till now, Hope more performance allied ahead.....

I applied via Campus Placement

Round 1 - Case Study 

Three sections (minimum two to be completed)-Aptitude, Case Solving and Machine Learning.

Round 2 - Case Study 

What do you know about Amex?

First case - you have data about the users of IRCTC app - login time, usage time, clicks, services, demographics etc.

IRCTC wants to launch air tickets booking service on the app and for this they will first show a pop up advertisement to inform their existing users about this service. Tell the parameters or criteria's to clean the data to come up with the target group to whom they will show this ad and are guaranteed to use this new service.

You have mentioned photography as your hobby. I know there is already a photography club in the campus but suppose you want to come up with a new but niche club only for select users who have high experience.

Suppose you have a genie, who can get you any database from any source which could be of help to you. With those data points overlapping over one another, you will eventually come up with a new data of users who are most likely to join your club. Tell me from what sort and type of data you will ask him to fetch and why? What information are you exactly searching for through those?

Round 3 - Guesstimates 

(2 Questions)

  • Q1. You're from Faridabad? So I want you to tell me the number of autorickshaws running in Faridabad in a day.
  • Q2. So now you have come up with the supply of autorickshaws. Now tell me what is the actual demand of these autorickshaws and see if the number is matching with supply or not. Had it been a different product,...
  • Ans. 

    To determine if supply of autorickshaws matches demand, we need to conduct market research and analyze data. Approach for a different product would depend on the nature of the product.

    • Conduct market research to determine the demand for autorickshaws

    • Analyze data to compare demand with supply

    • If demand is higher than supply, increase production or import more autorickshaws

    • If demand is lower than supply, decrease productio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Interviewers were looking for the ways
candidates used logic to come up with insights
for data analytics.

2.Prior experience in data analytics is not necessary.

3.Interactions with seniors.

4. Company website.

5. Internet.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. CompletableFuture VS Future
  • Ans. 

    CompletableFuture is an enhanced version of Future in Java that provides more flexibility and functionality.

    • CompletableFuture is part of the Java 8 concurrency framework.

    • It allows chaining of multiple asynchronous operations.

    • CompletableFuture can be explicitly completed or cancelled.

    • It supports callbacks and combinators for handling completion.

    • Future is a basic interface for representing the result of an asynchronous c...

  • Answered by AI
  • Q2. ConcurrentHashmap
  • Q3. Composition Vs inheritance
  • Ans. 

    Composition is a design principle where objects are composed of other objects, while inheritance is a mechanism where objects inherit properties and behaviors from a parent object.

    • Composition promotes code reusability and flexibility by allowing objects to be composed of other objects.

    • Inheritance allows objects to inherit properties and behaviors from a parent object, promoting code reuse.

    • Composition is more flexible t...

  • Answered by AI
  • Q4. Spring boot, microservices, Design patterns

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Parallel Calls in java
  • Ans. 

    Parallel calls in Java allow multiple tasks to be executed simultaneously, improving performance.

    • Parallel calls can be achieved using threads or the Executor framework.

    • Threads allow concurrent execution of tasks, but require manual management of synchronization and resource sharing.

    • The Executor framework provides higher-level abstractions for managing parallel tasks, such as thread pools and task scheduling.

    • Example: us...

  • Answered by AI
  • Q2. Lock Vs Sync Block
  • Ans. 

    Lock and Sync Block are mechanisms used for thread synchronization in multi-threaded programming.

    • Lock is a low-level synchronization mechanism that provides exclusive access to a shared resource.

    • Sync Block is a higher-level synchronization mechanism that allows multiple threads to access a shared resource concurrently.

    • Lock is more flexible and can be used in various scenarios, but it requires explicit acquisition and r...

  • Answered by AI
  • Q3. Hsshmap internal working , Checked Exception

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Basic questions about securities market.
  • Q2. About communication skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident thats it. All the best for the people who is attending Interview in JP.

I applied via Recruitment Consulltant

Interview Questionnaire 

3 Questions

  • Q1. Genwral experience test
  • Q2. Verbal interview
  • Q3. Questions based on your experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on papers about the timings shifts and night shifts heavy timings
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Phycometric test in round 1

Aon Interview FAQs

How many rounds are there in Aon Setup Configuration Specialist interview?
Aon interview process usually has 5 rounds. The most common rounds in the Aon interview process are Technical, Aptitude Test and HR.
What are the top questions asked in Aon Setup Configuration Specialist interview?

Some of the top questions asked at the Aon Setup Configuration Specialist interview -

  1. What is manual testi...read more
  2. Different SQL Queri...read more
  3. Question-related to proje...read more

Tell us how to improve this page.

Aon Setup Configuration Specialist Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 587 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
HSBC Group Interview Questions
3.9
 • 492 Interviews
American Express Interview Questions
4.1
 • 368 Interviews
BNY Interview Questions
3.8
 • 352 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 294 Interviews
View all
Aon Setup Configuration Specialist Salary
based on 16 salaries
₹2.7 L/yr - ₹3.3 L/yr
21% less than the average Setup Configuration Specialist Salary in India
View more details

Aon Setup Configuration Specialist Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

2.3

Salary

4.3

Job security

4.1

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 5 Reviews and Ratings
Consultant
282 salaries
unlock blur

₹5 L/yr - ₹21 L/yr

Analyst
135 salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Senior Consultant
134 salaries
unlock blur

₹8 L/yr - ₹32 L/yr

Senior Analyst
109 salaries
unlock blur

₹3.3 L/yr - ₹10 L/yr

Manager
108 salaries
unlock blur

₹8 L/yr - ₹26.5 L/yr

Explore more salaries
Compare Aon with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

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