Upload Button Icon Add office photos
Engaged Employer

i

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

Ascendion Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ascendion Interview Questions and Answers

Updated 9 Mar 2025

Ascendion Interview Experiences

Popular Designations

61 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Basic interview questions, tell me about yourself, what you did in past job etc
Round 3 - Technical 

(1 Question)

  • Q1. Core domain specific questions
Round 4 - HR 

(1 Question)

  • Q1. Salary Negotiation and some policy briefing

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to push HR, sometime it's slow process and you may loose the opportunity.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 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 - One-on-one 

(2 Questions)

  • Q1. Do you know the recruitment process
  • Q2. Yes I know about the basics of recruitment process. Once we get the requirement we understand the requirement, list out must have skills and nice to have,Source the candidate accordingly. Screen the candid...

Interview Preparation Tips

Interview preparation tips for other job seekers - Research regarding the company from the website, understand how recruiting works, be confident and be good at communications

Talent Acquisition Specialist Interview Questions asked at other Companies

Q1. Can you explain your experience with writing Boolean search queries and provide an example you have created live?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Group Discussion on a topic by the interviewer.

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Strengths and weaknesses.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident!

Talent Specialist Interview Questions asked at other Companies

Q1. Explain recruitment life cycle
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Why shall we select you for this job role
  • Q2. Why you are intrested in bpo company rather than engineering company
  • Q3. Are willing to work in any shift timings
  • Q4. Will be able to work in 70-80 call in one day
  • Q5. Before this company have you worked any where

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with positive mind set

Customer Service Executive Interview Questions asked at other Companies

Q1. How u deal to the customer if he get non veg food instead of veg food ?
View answer (36)

Ascendion interview questions for popular designations

 Sdet Lead

 (3)

 Talent Acquisition Specialist

 (3)

 Associate Software Engineer

 (3)

 Lead Engineer

 (2)

 Data Analyst

 (2)

 Software Developer

 (2)

 Associate Engineer

 (2)

 Senior Java Developer

 (2)

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

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions are asked

Round 2 - Coding Test 

Coding, technical and HR questions were asked

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Do you know the difference between put and patch
  • Ans. 

    PUT is used to update or replace an entire resource, while PATCH is used to update or modify a part of a resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request

    • PATCH is not necessarily idempotent, as multiple identical requests may have different effects

    • PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the spec

  • Answered by AI

Skills evaluated in this interview

Node Js Backend Developer Interview Questions asked at other Companies

Q1. complete the following program: class MyEventEmitter { /// ..... } const emitterInst = new MyEventEmitter(); emitterInst.on("message", () => console.log("message event | callback 1")); emitterInst.on("message", () => console.log("mess... read more
View answer (1)

US IT Recruiter Interview Questions & Answers

user image Adarsh Bagdas

posted on 27 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Aptitude Test 

It's was easy level some questions were related with grammar and vocabulary

US IT Recruiter Interview Questions asked at other Companies

Q1. 2. Different job portals used to source candidates?
View answer (5)

Interview Questions & Answers

user image Anonymous

posted on 4 Feb 2024

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. All went well in the all the 4 rounds of interview
Round 2 - HR 

(1 Question)

  • Q1. How much is the package you are expecting
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Read all aptitude related concepts

Round 2 - Coding Test 

Read java or any programming language but you need find the desired output

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is easy but be confident

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 5 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 

(1 Question)

  • Q1. Tech question which is related to Sql Splunk etc.. and yea some Healthcare related questions.
Round 3 - Technical 

(1 Question)

  • Q1. One more technical bit Tricky compare to 1st initial round but good.
Round 4 - Case Study 

Client Round Interview

Round 5 - HR 

(1 Question)

  • Q1. Salary discussions and etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s a long journey like 30 days, but Overall good experience.

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

Ascendion Interview FAQs

How many rounds are there in Ascendion interview?
Ascendion interview process usually has 2-3 rounds. The most common rounds in the Ascendion interview process are Technical, HR and One-on-one Round.
How to prepare for Ascendion 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 Ascendion. The most common topics and skills that interviewers at Ascendion expect are Recruitment, MS Office, Salesforce, Software Configuration Management and Talent Acquisition.
What are the top questions asked in Ascendion interview?

Some of the top questions asked at the Ascendion interview -

  1. write a palindrome program without using any in-build method. if there are 500 ...read more
  2. (1) FluentWait Syntax (2) How to scroll to the bottom of the page - Selenium? (...read more
  3. What are the different scenarios that test engineers encounter when applying th...read more
How long is the Ascendion interview process?

The duration of Ascendion interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Ascendion Interview Process

based on 77 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Ascendion Reviews and Ratings

based on 216 reviews

3.2/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.1

Salary

2.8

Job security

3.2

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 216 Reviews and Ratings
Senior Software Engineer
68 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Software Engineer
42 salaries
unlock blur

₹3.9 L/yr - ₹15 L/yr

Software Developer
31 salaries
unlock blur

₹4.5 L/yr - ₹16.5 L/yr

Talent Acquisition Specialist
24 salaries
unlock blur

₹2.1 L/yr - ₹5.5 L/yr

Senior Engineer
22 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Explore more salaries
Compare Ascendion 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