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 18 Mar 2025

Ascendion Interview Experiences

Popular Designations

68 interviews found

Architect Interview Questions & Answers

user image MaheshChapparam B

posted on 31 Oct 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked about architecture level and i m in lead postion they expected more then what i know
  • Q2. Asked about SQL Architect level

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to check profile before schedule the call

Architect Interview Questions asked at other Companies

Q1. How do you find the resources available on a server if it is on premise?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. About past experience
  • Q2. Processes knowledge
  • Q3. About medical billing
  • Q4. About ticketing
  • Q5. About ticket resolution

Interview Preparation Tips

Interview preparation tips for other job seekers - Unstable
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All about Technology Understanding and Technical Questions from the Resume
Round 2 - HR 

(1 Question)

  • Q1. Presentation Round, Understanding of Ascendion, Few Personal Questions etc
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation, Family Background, Purpose of joining, Why Ascendion, Marriage Goals, Flexibility for Night Shift etc
Round 4 - Group Discussion 

Why a specific domain is selected, what's the long term goal, journey of life, career path, future goals, why HR?, What in HR?, why Specifically Recruitment?, Confidence Check

Interview Preparation Tips

Interview preparation tips for other job seekers - All Tech Focused, Don't give a single hint that you are not confident, Stick to your point and just brag about how excited you are for that position.

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 (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What can you share about your last company?
  • Ans. 

    My last company was a multinational IT firm specializing in cloud services.

    • Provided cloud services to clients worldwide

    • Had a diverse team of IT professionals

    • Implemented cutting-edge technologies like AI and blockchain

    • Focused on cybersecurity measures to protect client data

  • Answered by AI
  • Q2. Work Experience and about knowledge about IT companies
Round 2 - Technical 

(2 Questions)

  • Q1. What is your knowledge regarding IT infrastructure?
  • Ans. 

    I have a strong knowledge of IT infrastructure including networking, servers, storage, and virtualization.

    • Understanding of networking principles such as TCP/IP, DNS, DHCP

    • Experience with server administration including Windows Server and Linux

    • Knowledge of storage technologies like SAN, NAS, and RAID

    • Familiarity with virtualization platforms such as VMware or Hyper-V

    • Ability to troubleshoot hardware and software issues in

  • Answered by AI
  • Q2. Knowledge about Hardware and Software Troubleshooting Service and about Network Support
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview rounds were highly convincing and provided a positive experience.

Associate System Administrator Interview Questions asked at other Companies

Q1. What is your knowledge regarding IT infrastructure?
View answer (1)

Ascendion interview questions for popular designations

 Talent Acquisition Specialist

 (4)

 Sdet Lead

 (3)

 Lead Engineer

 (3)

 Associate Engineer

 (3)

 Associate Software Engineer

 (3)

 Senior Engineer

 (2)

 Data Analyst

 (2)

 Software Developer

 (2)

Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General information about ur self.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Ask about privious company
  • Q2. Why were hired u ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep confidence 💪 u will did anything.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops String Array
  • Q2. Prime number
Round 2 - One-on-one 

(2 Questions)

  • Q1. Spring boot questions
  • Q2. Database query

Interview Preparation Tips

Interview preparation tips for other job seekers - Work and study hard
Practice
Take mock interview

Java J2ee Developer Interview Questions asked at other Companies

Q1. How would you call multiple APIs and fetch data from each API sequentially?
View answer (1)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All tosca questions
Round 2 - Technical 

(1 Question)

  • Q1. All projects related questions

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Technical Lead Interview Questions & Answers

user image donaparthi venkatakiran

posted on 22 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(7 Questions)

  • Q1. What is Middle ware
  • Ans. 

    Middleware is software that acts as a bridge between different applications or systems, facilitating communication and data exchange.

    • Middleware helps different software components communicate with each other

    • It can provide services such as authentication, data transformation, and message queuing

    • Examples include Apache Kafka, RabbitMQ, and Microsoft BizTalk

  • Answered by AI
  • Q2. What is request pipe line
  • Ans. 

    Request pipeline is a series of steps that a request goes through from start to finish in a software system.

    • Request pipeline helps in processing and handling incoming requests efficiently.

    • Each step in the pipeline performs a specific task such as authentication, validation, processing, and response generation.

    • Examples of request pipeline include HTTP request processing in web servers like Apache or Nginx.

  • Answered by AI
  • Q3. What are dependency injection in Dot net core
  • Ans. 

    Dependency injection in Dot net core is a design pattern where classes receive their dependencies from external sources rather than creating them.

    • Dependency injection allows for better decoupling of components in an application.

    • In Dot net core, dependency injection is built into the framework and can be easily configured in the Startup class.

    • Services are registered in the ConfigureServices method of the Startup class a...

  • Answered by AI
  • Q4. What are extension methods
  • Ans. 

    Extension methods are a way to add new methods to existing types without modifying the original type.

    • Extension methods allow you to add new functionality to existing types without modifying them

    • They are defined as static methods in a static class

    • They must be in the same namespace as the type being extended

    • Extension methods are called like regular instance methods

  • Answered by AI
  • Q5. What are the architectures worked
  • Ans. 

    I have worked with various architectures including monolithic, microservices, serverless, and event-driven.

    • Monolithic architecture involves building a single, indivisible unit for an application.

    • Microservices architecture breaks down the application into smaller, independent services.

    • Serverless architecture allows developers to focus on writing code without worrying about infrastructure.

    • Event-driven architecture enable...

  • Answered by AI
  • Q6. What is request delegate
  • Ans. 

    Request delegate is a function that handles incoming HTTP requests and generates responses.

    • Request delegate is used in ASP.NET Core to process HTTP requests.

    • It can be used to route requests to appropriate controllers or actions.

    • Request delegates can be middleware components in the request processing pipeline.

  • Answered by AI
  • Q7. What are packages in Dot net core
  • Ans. 

    Packages in Dot net core are collections of reusable code that can be easily distributed and managed.

    • Packages contain libraries, frameworks, and tools that can be used in .NET Core applications.

    • They are distributed via NuGet, a package manager for .NET.

    • Packages help in managing dependencies and simplifying the development process.

    • Example: Entity Framework Core is a popular package used in .NET Core applications.

  • Answered by AI

Skills evaluated in this interview

Top Ascendion Technical Lead Interview Questions and Answers

Q1. what are dependency injection in Dot net core
View answer (1)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Swift fundamentals like class vs structure
  • Q2. Closures and types
  • Q3. Associates types/ values
  • Q4. Combine framework
Round 2 - Coding Test 

Swift UI coding question

Senior IOS Developer Interview Questions asked at other Companies

Q1. What are the differences between the MVC and MVVM architectural patterns, and in what scenarios should each be used?
View answer (1)

Associate Engineer Interview Questions & Answers

user image Sanjai Sathish

posted on 18 Mar 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Tell me about yourself
  • Q2. Questions based on projects and Provided skillsets

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
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal test based on your job role

Round 2 - Behavioral 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Will you be adaptive to Night work
  • Q3. Not a time based job
  • Q4. Salary discussions
Round 3 - Team Lead interview 

(2 Questions)

  • Q1. What experience you have
  • Q2. Giving some problem and how to deal with it

Sr.Executivefinance Interview Questions asked at other Companies

Q1. How much you are familiar with the Forex?
View answer (1)

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 90 interviews

Interview experience

3.9
  
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 230 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 230 Reviews and Ratings
Senior Software Engineer
69 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Software Engineer
39 salaries
unlock blur

₹4.6 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

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

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