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
3.4

based on 175 Reviews

Filter interviews by

Ascendion Data Analyst Interview Questions and Answers

Updated 5 Nov 2024

Ascendion Data Analyst Interview Experiences

2 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are decoartors in python
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods.

    • Decorators are denoted by the @ symbol followed by the decorator name.

    • They are commonly used for logging, timing, authentication, and more.

    • Example: @staticmethod decorator in Python is used to define a method that is not bound to the class instance.

  • Answered by AI
  • Q2. Diff between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List is defined using square brackets [], tuple using parentheses ().

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
Round 2 - Coding Test 

What is self keyword in python. Which type type the char belongs to from the given list.

Skills evaluated in this interview

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

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
Q4. Sliding Window Maximum Problem Statement You are given an array/l ... read more
asked in Tredence
Q5. Find First Repeated Character in a String Given a string 'STR' co ... read more

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tableau interview questioins
  • Q2. SQl based quetions

Data Analyst Interview Questions & Answers

Indium Software user image Sai Vineeth Bodapati

posted on 9 Jul 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on my previous work experience
  • Q2. SQL Questions based on random scenario

Interview Preparation Tips

Topics to prepare for Indium Software Data Analyst interview:
  • SQL
  • Python
  • Data Analysis
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Information Technology, Design and Manufacturing (IIITDM), Jabalpur and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

DURATION 1.3 HRS WITH REASONING AND 2 CODING QUESTION

Round 2 - Technical 

(2 Questions)

  • Q1. SQL QUESTION FIND N TH HIGHEST SALARY
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the Nth highest salary.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT to specify the Nth highest salary

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT N,1

  • Answered by AI
  • Q2. SQL QUESTION PIVOT TABLE QUESTION

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Coding test for all the student attending the first round, give your best practice every day all the best in your interview

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are your interest
  • Ans. 

    My interests include data analysis, problem-solving, and continuous learning.

    • Data analysis

    • Problem-solving

    • Continuous learning

  • Answered by AI
  • Q2. Java related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Assignment 

SQL and python questions are very easy.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghost interview they will not respond after completing infact i also submitted pre joining form also.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself
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 Sep 2023. There were 3 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 - Coding Test 

Hacker Rank test Write a query to fetch the EmpFname from the EmployeeInfo table in upper case and use the ALIAS name as EmpName

Round 3 - Technical 

(1 Question)

  • Q1. SQL or Structured Query Language is a standard language for dealing with relational databases. With the humongous amount of data present, it is very important for us to understand how to use queries to ret...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Case Study 

Provided sales case study, asked to analyse the same ans provide insights

Ascendion Interview FAQs

How many rounds are there in Ascendion Data Analyst interview?
Ascendion interview process usually has 1-2 rounds. The most common rounds in the Ascendion interview process are Technical and Coding Test.
How to prepare for Ascendion Data Analyst 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 Analytical Chemistry, Application Security, Clinical SAS Programming, Data Analytics and Data Warehousing.
What are the top questions asked in Ascendion Data Analyst interview?

Some of the top questions asked at the Ascendion Data Analyst interview -

  1. What are decoartors in pyt...read more
  2. diff between list and tu...read more
  3. SQL joins, uni...read more

Tell us how to improve this page.

Ascendion Data Analyst Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Ascendion Data Analyst Salary
based on 9 salaries
₹4.3 L/yr - ₹12.5 L/yr
45% more than the average Data Analyst Salary in India
View more details
Senior Software Engineer
53 salaries
unlock blur

₹6.6 L/yr - ₹26.4 L/yr

Software Engineer
38 salaries
unlock blur

₹4.6 L/yr - ₹15 L/yr

Software Developer
28 salaries
unlock blur

₹4.4 L/yr - ₹16.5 L/yr

Talent Acquisition Specialist
24 salaries
unlock blur

₹2.1 L/yr - ₹5.5 L/yr

Senior Talent Acquisition Specialist
21 salaries
unlock blur

₹2.5 L/yr - ₹7.2 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