Upload Button Icon Add office photos
Engaged Employer

i

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

Crestech Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Crestech Software Automation Test Engineer Interview Questions, Process, and Tips

Updated 18 Feb 2025

Top Crestech Software Automation Test Engineer Interview Questions and Answers

Crestech Software Automation Test Engineer Interview Experiences

2 interviews found

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

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Mcq questions they asked in assessment.

Round 2 - Coding Test 

Giving coding question from internet . They don’t work on conding.

Round 3 - One-on-one 

(1 Question)

  • Q1. Depend on mood of interviewer

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to learn ..they work on tool.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 4 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 - Aptitude Test 

Basic questions on aptitude and logical reasoning

Round 3 - One-on-one 

(5 Questions)

  • Q1. Basic questions on what is automation testing?
  • Q2. Locators in selenium
  • Ans. 

    Locators in Selenium are used to identify web elements on a webpage for automation testing purposes.

    • Locators can be used to find elements by ID, class name, name, tag name, link text, partial link text, CSS selector, or XPath.

    • Using unique locators is important to ensure stable and reliable test automation scripts.

    • Examples of locators include driver.findElement(By.id("elementID")), driver.findElement(By.className("eleme...

  • Answered by AI
  • Q3. Test Cases of Lift
  • Ans. 

    Test cases for testing the functionality of a lift

    • Test the functionality of each button (e.g. open, close, floor selection)

    • Test the emergency stop button

    • Test the response time of the lift to calls

    • Test the capacity of the lift by overloading it

    • Test the door sensors for safety measures

  • Answered by AI
  • Q4. 5 Questions related to SQL Queries
  • Q5. What are your hobbies
Round 4 - One-on-one 

(4 Questions)

  • Q1. Manual vs automation?
  • Ans. 

    Automation testing is more efficient for repetitive tasks, while manual testing allows for more exploratory and creative testing.

    • Automation testing is ideal for repetitive tasks that require frequent execution.

    • Manual testing is better suited for exploratory testing and scenarios that require human intuition.

    • Automation can provide faster feedback and increased test coverage.

    • Manual testing allows for more creativity and ...

  • Answered by AI
  • Q2. Waterfall vs agile models
  • Ans. 

    Waterfall model is a linear sequential approach, while Agile model is iterative and incremental.

    • Waterfall model follows a sequential process, where each phase must be completed before moving on to the next.

    • Agile model breaks the project into small iterations, allowing for flexibility and continuous feedback.

    • Waterfall model is best suited for projects with well-defined requirements, while Agile is ideal for projects wit...

  • Answered by AI
  • Q3. Why do u want to be a software tester
  • Q4. Relative xpath vs absolute xpath
  • Ans. 

    Relative xpath is based on the current element's position, while absolute xpath starts from the root element.

    • Relative xpath is shorter and more flexible, as it can adapt to changes in the structure of the page.

    • Absolute xpath is longer and more specific, making it more prone to breaking if the page structure changes.

    • Relative xpath is preferred for automation testing as it is more robust and easier to maintain.

    • Absolute x...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Crestech Software Automation Test Engineer interview:
  • Selenium
  • Automation Testing
  • Manual vs automation
  • SQL Queries
Interview preparation tips for other job seekers - Be confident while giving interview here
They just ask basic questions on selenium or automation testing

Skills evaluated in this interview

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
asked in Capgemini
Q3. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
asked in Capgemini
Q4. What is assertion? What is soft assertion? What is hard assertion ... read more
Q5. What is Automation? what is selenium?what is xpath? what is regre ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

Crestech Software Interview FAQs

How many rounds are there in Crestech Software Automation Test Engineer interview?
Crestech Software interview process usually has 3-4 rounds. The most common rounds in the Crestech Software interview process are One-on-one Round, Aptitude Test and Coding Test.
How to prepare for Crestech Software Automation Test Engineer 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 Crestech Software. The most common topics and skills that interviewers at Crestech Software expect are Automation Testing, Automation Engineering, Java, QTP and JIRA.
What are the top questions asked in Crestech Software Automation Test Engineer interview?

Some of the top questions asked at the Crestech Software Automation Test Engineer interview -

  1. relative xpath vs absolute xp...read more
  2. manual vs automati...read more
  3. waterfall vs agile mod...read more

Tell us how to improve this page.

Crestech Software Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all
Crestech Software Automation Test Engineer Salary
based on 35 salaries
₹2.9 L/yr - ₹8 L/yr
43% less than the average Automation Test Engineer Salary in India
View more details

Crestech Software Automation Test Engineer Reviews and Ratings

based on 3 reviews

2.5/5

Rating in categories

2.8

Skill development

1.9

Work-life balance

2.5

Salary

2.5

Job security

2.7

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 3 Reviews and Ratings
Quality Engineer
39 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Automation Test Engineer
35 salaries
unlock blur

₹2.9 L/yr - ₹8 L/yr

Associate - Team Lead
31 salaries
unlock blur

₹6 L/yr - ₹9.5 L/yr

Senior Quality Engineer
25 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Performance Test Engineer
18 salaries
unlock blur

₹5.3 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Crestech Software with

Appsierra

4.4
Compare

Accel Frontline

4.0
Compare

Cogniter Technologies

3.4
Compare

Avontix

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