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 Sdet Lead Interview Questions and Answers

Updated 15 Feb 2024

Ascendion Sdet Lead Interview Experiences

3 interviews found

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 & 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

asked in Ascendion
Q1. write a palindrome program without using any in-build method. if ... read more
asked in Ascendion
Q2. (1) FluentWait Syntax (2) How to scroll to the bottom of the page ... read more
asked in Netomi
Q3. Reverse the whole string with spaces remaining in the same place
asked in News Nation
Q4. What is oops, css, html, comment on the batch processing
asked in MasterCard
Q5. What is the difference between web service and REST API?

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 was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Make my trip automate scenarios

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were questions from medium to hard level

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to SQL basic programming and DSA were asked
Round 3 - HR 

(1 Question)

  • Q1. It was basically a personality test round
Interview experience
5
Excellent
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 - Coding Test 

Recerse string using java

Round 3 - Technical 

(1 Question)

  • Q1. Tell me all oops features
  • Ans. 

    Object-oriented programming features include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability for a class to inherit properties and behavior from another class.

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways.

    • Abstraction: Hiding the complex imp...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Haldia Institute of Technology (HIT) and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is very easy round

Round 2 - Coding Test 

One easy and one medium

Round 3 - Technical 

(2 Questions)

  • Q1. Four pillers of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading in Java

    • Abstraction: Hiding t...

  • Answered by AI
  • Q2. What is sql and database
  • Ans. 

    SQL is a programming language used to manage and manipulate data in relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks like querying, updating, and deleting data

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • Examples of popular databases that use SQL include MySQL, PostgreSQL, Oracle

  • Answered by AI

Skills evaluated in this interview

Sdet Interview Questions & Answers

Altimetrik user image Varsha Jyotiana

posted on 13 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions based on java collections
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning techinical and coding based ques

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about exceptions
  • Q2. Asked about api chaining

Sdet Interview Questions & Answers

Incedo user image Vijay Prakash MJ

posted on 26 Apr 2024

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

I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Simple xpath without using Index reverse strings with words separately
  • Ans. 

    Reverse strings with words separately using simple xpath without using index

    • Use XPath function to split the string into words

    • Reverse each word individually using XPath function

    • Concatenate the reversed words back together

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Programming language well

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Django in depth questions
  • Q2. Django ORM related questions

Ascendion Interview FAQs

How many rounds are there in Ascendion Sdet Lead interview?
Ascendion interview process usually has 1-2 rounds. The most common rounds in the Ascendion interview process are Technical and Resume Shortlist.
What are the top questions asked in Ascendion Sdet Lead interview?

Some of the top questions asked at the Ascendion Sdet Lead 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. Make my trip automate scenar...read more

Tell us how to improve this page.

Ascendion Sdet Lead Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
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