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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Polymorphism.
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q2. Difference between String buffer and String builder in java
  • Ans. 

    String buffer is synchronized and thread-safe, while string builder is not synchronized and faster.

    • String buffer is synchronized, making it thread-safe for use in multi-threaded environments.

    • String builder is not synchronized, making it faster but not thread-safe.

    • String builder is preferred for single-threaded operations where synchronization is not needed.

    • Example: StringBuffer sb = new StringBuffer(); StringBuilder sb

  • Answered by AI

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)

Lead Engineer Interview Questions & Answers

user image Raman Sisodia

posted on 24 Jan 2025

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

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What has been your experience with the workplace culture in your previous job? What challenges did you face in your previous organization?
  • Ans. 

    I have experience with a collaborative workplace culture but faced challenges with communication and decision-making processes.

    • Collaborative workplace culture focused on teamwork and open communication

    • Challenges with unclear communication channels leading to misunderstandings

    • Difficulties in decision-making processes due to lack of clear direction or leadership

    • Struggles with adapting to changes in organizational structu

  • Answered by AI
  • Q2. What are the different scenarios that test engineers encounter when applying their troubleshooting skills?
  • Ans. 

    Test engineers encounter various scenarios when troubleshooting, such as software bugs, hardware malfunctions, and network issues.

    • Identifying and resolving software bugs in the code

    • Troubleshooting hardware malfunctions in devices or equipment

    • Resolving network issues affecting communication between systems

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How would you rate your skills or abilities on a scale from 1 to 10?
  • Ans. 

    I would rate my skills as an 8 out of 10. I have a strong foundation and experience in the field.

    • I have a solid understanding of engineering principles and techniques

    • I have successfully led projects and teams in the past

    • I continuously seek to improve my skills through learning and professional development

  • Answered by AI
  • Q2. Why are you leaving your previous job?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for new challenges and opportunities to learn and grow

    • Interested in taking on more responsibilities and leadership roles

    • Seeking a better work-life balance or company culture

    • Want to explore a different industry or technology

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest about yourself during the interview.

Confidently share your thoughts

Lead Engineer Interview Questions asked at other Companies

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

Associate Interview Questions & Answers

user image Anonymous

posted on 25 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. About your self
  • Q2. About the skills
Round 2 - HR 

(1 Question)

  • Q1. About your self

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. What is your preferred location
  • Ans. 

    I prefer to work in a vibrant city with a strong tech industry, such as San Francisco or Seattle.

    • Vibrant city with strong tech industry

    • San Francisco or Seattle

  • Answered by AI
  • Q2. Tell me about Ascendion
  • Ans. 

    Ascendion is a software development company specializing in creating innovative solutions for various industries.

    • Ascendion focuses on developing custom software solutions tailored to the specific needs of clients.

    • The company has expertise in a wide range of technologies such as web development, mobile app development, and cloud computing.

    • Ascendion has successfully delivered projects for clients in industries like healt

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

    • Completed internships at tech companies

  • Answered by AI
  • Q4. Tell me About Project
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

  • Answered by AI
  • Q5. When you will ready to join ?
  • Ans. 

    I am available to join immediately and can start as soon as required.

    • I am available to start immediately

    • I can join as soon as required

    • I am ready to start whenever needed

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ascendion Associate Software Engineer interview:
  • Basic
  • Project
  • Communication Skills

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Question based on go were asked.
use of slice, code on slice, is slice a reference type or value type, valid paranthesis code.

Round 2 - Technical 

(4 Questions)

  • Q1. All the question were asked on projects i have done.
  • Q2. What was your role in company
  • Q3. How you handled error in the code
  • Ans. 

    I handle errors by using error handling mechanisms like try-catch blocks and returning error codes or messages.

    • Use try-catch blocks to catch and handle errors

    • Return error codes or messages to indicate the type of error

    • Implement error handling mechanisms like panic and recover in Go

  • Answered by AI
  • Q4. How you handled multi threading
  • Ans. 

    I have handled multi threading by using goroutines and channels in Golang.

    • Used goroutines to run concurrent tasks

    • Used channels to communicate between goroutines

    • Avoided race conditions by using mutexes or sync package

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ascendion Golang Developer interview:
  • go routines
  • Interfaces
  • channels
  • slice
  • Coding

Skills evaluated in this interview

Golang Developer Interview Questions asked at other Companies

Q1. can we return difference data type and how ,what architeture you worked in your project,does go have oops concepts
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

English Language, General Knowledge

Round 2 - Group Discussion 

Internet Banking Vs Walk in Banking

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Q2. Your short term plan and Long term plan

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confidence and work on your English.

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 Sections having aptitude, coding and essay describing yourself

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding from python with different scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident with your logic building

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test consist of Analytical reasoning, mathematical problems and coding 2 question

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Questions on projects , multiThreading interface, oops concepts
Round 3 - HR 

(1 Question)

  • Q1. Introduction, strengths and weaknesses, goals, family background, education background

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Senior Associate Interview Questions & Answers

user image Renuka Selvaraj

posted on 19 Sep 2024

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

(2 Questions)

  • Q1. Self Intro by myself
  • Q2. Monthly fact sheet preparation

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Related to Data Engineering
Round 2 - One-on-one 

(1 Question)

  • Q1. Not Applicable, yet to hear

Data Science Engineer Interview Questions asked at other Companies

Q1. What is DAG? how a spark job works how the dag gets created
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