Upload Button Icon Add office photos
Engaged Employer

i

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

Ascendeum Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ascendeum Python Automation Engineer Interview Questions and Answers

Updated 7 Dec 2023

Ascendeum Python Automation Engineer Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Nov 2023. 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 - HR 

(1 Question)

  • Q1. It was a automated HR interview where you will get a time duration to speak on a specific question . There were like 7 questions
  • Ans. I recorded all answers and never heard from them again. No closure. No email of rejection. After one/two months post floated again on LinkedIn. I applied again and this time there was different process. Three technical rounds.
  • Answered by nurturingpenguine
Round 3 - Coding Test 

Print a diamond structure using letters.

Round 4 - Coding Test 

Use selenium to open and browse websites. I completed it.

Round 5 - Coding Test 

Selenium again. Find value of a parameter in the website. Any guy proficient in selenium will do it in 20 minutes. I did it in 40 minutes because I don't use selenium often.

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ghost candidates. Too choosy for a reason/without reason ?! The post floated again in job portals 😂 this is the third time of advertising that I know of in the same year.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Mar 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 - Assignment 

First round is a basic task where you have to use python selenium to open a website and than calculate the total time needed in opening and closing the website.

Round 3 - Coding Test 

In the second round they asked me to write a code in python which prints the second highest number in the list( remember you need to remove the duplicates and than print the list ). And try to do this question using two lists(one original list that contains the numbers and another empty list with it ). I did using sets and lists for removing the duplicates and than printing the second highest number in the list. They said they will get back to me but they did not select. I should have done it using two different lists.

Python Automation Engineer Interview Questions Asked at Other Companies

asked in Calsoft
Q1. Find the largest no. to be created from the list of numbers in th ... read more
Q2. How to write test cases & action, How to create list & di ... read more
Q3. Python - Write program from Prime numbers between 1 to 100
Q4. Reverse the string without using slicing method? Missing numbers ... read more
asked in Capgemini
Q5. 1. What is Selenium? 2. What are the processes behind initiating ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Java collection

Interview Preparation Tips

Interview preparation tips for other job seekers - In hackathon , there is no interview round.

Interview Questionnaire 

1 Question

  • Q1. Indexes, union and union all, data warehousing questions

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Interfaces
  • Q2. Oop concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed for software engineer profile. Interview process were easy 1st apti round 2nd pseudo code round 3rd technical and HR. It was quite easy.

Ascendeum Interview FAQs

How many rounds are there in Ascendeum Python Automation Engineer interview?
Ascendeum interview process usually has 4 rounds. The most common rounds in the Ascendeum interview process are Coding Test, Resume Shortlist and Assignment.

Tell us how to improve this page.

Ascendeum Python Automation Engineer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all
HR Assistant
11 salaries
unlock blur

₹2.2 L/yr - ₹4.1 L/yr

Associate Data Scientist
7 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Front end Developer
6 salaries
unlock blur

₹6 L/yr - ₹12.3 L/yr

Data Engineer
5 salaries
unlock blur

₹7.5 L/yr - ₹9.5 L/yr

Assistant Project Manager
4 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare Ascendeum with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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