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

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Scrum ceremonies
  • Q2. Agile methodologies

Interview Preparation Tips

Interview preparation tips for other job seekers - It was more of a discussion

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Sdet Lead Interview Questions & Answers

user image Charles Boromeo

posted on 14 Jan 2024

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how...
  • Ans. 

    The candidate was asked various questions related to software development and testing.

    • To write a palindrome program without using any in-built method, the candidate can use a loop to compare characters from both ends of the string.

    • To approach and run only 50 out of 500 test cases, the candidate can prioritize the test cases based on criticality and execute the most important ones first.

    • The framework used in the candida...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ascendion Sdet Lead interview:
  • C#

Skills evaluated in this interview

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Computer network- what is a modem and explain wireless technology?
  • Ans. 

    A modem is a device that connects a computer to the internet through a telephone or cable line. Wireless technology enables devices to connect to a network without the need for physical cables.

    • A modem is a hardware device that modulates and demodulates signals to transmit data over a communication channel.

    • It allows computers to connect to the internet by converting digital data into analog signals that can be transmitt...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about your mother?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview and iam not telling you to read full.but read some basics and always be confident while giving an interview!

Network Analyst Interview Questions asked at other Companies

Q1. Computer network- what is a modem and explain wireless technology?
View answer (1)

DevOps Lead Interview Questions & Answers

user image Anonymous

posted on 19 Jun 2024

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

(2 Questions)

  • Q1. Gcp related questions
  • Q2. Cicd steps and explaination
  • Ans. 

    CI/CD stands for Continuous Integration/Continuous Deployment. It is a set of steps that automate the process of code integration, testing, and deployment.

    • Continuous Integration (CI) involves automatically building and testing code changes frequently.

    • Continuous Deployment (CD) involves automatically deploying code changes to production after passing tests.

    • CI/CD pipeline typically includes steps like code compilation, u...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Joining dates to client

Interview Preparation Tips

Interview preparation tips for other job seekers - Ned to know devops terraform cicd kubernetes

Skills evaluated in this interview

DevOps Lead Interview Questions asked at other Companies

Q1. What is the difference between a disk and an image in VM roles w.r.t MS Azure?
View answer (2)

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
More than 8 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Palindrome Display the email for the input username from a data set Group by in sql
  • Ans. 

    Use SQL to display the email for a given username from a data set, grouped by username.

    • Use a SQL query to select the email for the input username from the data set

    • Group the results by username using the GROUP BY clause

    • Ensure to handle cases where the username may not exist in the data set

  • Answered by AI

Skills evaluated in this interview

Senior Python Developer Interview Questions asked at other Companies

Q1. Update tuple in list of tuples ? can we update? How about tuple of lists
View answer (3)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. 1) Libraries required for predictive model building?
  • Ans. 

    Libraries such as scikit-learn, TensorFlow, and Keras are commonly used for predictive model building.

    • scikit-learn

    • TensorFlow

    • Keras

  • Answered by AI

Skills evaluated in this interview

VBA Developer Interview Questions asked at other Companies

Q1. Q) Difference between procurer and function ? A) procurer := Does not retunes value to user Function := Retunes the value to the user Q) Option explicit ? A) To declarer the variable at module level mandatory Q) Project explanation A) what ... read more
View answer (1)

Sdet Lead Interview Questions & Answers

user image GAURAV NIKUMBH

posted on 21 Dec 2023

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. (1) FluentWait Syntax (2) How to scroll to the bottom of the page - Selenium? (3) Syntax for Implicit Wait & Is Implicit Wait part of Overloading or Overriding? (4) What is JavaScriptExecutor? (5) What is ...
  • Ans. 

    Answers to interview questions for Sdet Lead position

    • 1. FluentWait syntax: FluentWait wait = new FluentWait<>(driver)

    • 2. To scroll to the bottom of the page in Selenium, you can use JavaScriptExecutor or Actions class

    • 3. Syntax for Implicit Wait: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS)

    • Implicit Wait is not part of Overloading or Overriding

    • 4. JavaScriptExecutor is an interface in Selenium that al...

  • Answered by AI

Skills evaluated in this interview

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 15 Feb 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Make my trip automate scenarios

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL joins, unions

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

The test has an easy level question on Array manipulation.

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
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 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