Upload Button Icon Add office photos

Esko

Compare button icon Compare button icon Compare

Filter interviews by

Esko QA Engineer Interview Questions and Answers

Updated 21 Jun 2024

Esko QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Sk Mohammud Nasib

posted on 21 Jun 2024

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

I applied via Job Portal and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java selenium framework question

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jun 2021. 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 - Group Discussion 

Current Technologies

Round 3 - Aptitude Test 

Duration 1 hr, Coding,GK and English

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge in ths subject which you are applying for th post

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through

I applied via Referral and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How will you buy particular vehicle?
  • Ans. 

    I will buy a particular vehicle by considering my budget, researching different models, test driving them, and negotiating the price.

    • Determine my budget for the vehicle

    • Research different vehicle models that meet my requirements

    • Test drive the shortlisted vehicles to assess their performance and comfort

    • Compare prices from different sellers and negotiate for the best deal

  • Answered by AI
  • Q2. To find bugs between simple program for addition
  • Ans. 

    Test all possible input combinations and edge cases to find bugs in the addition program.

    • Test with positive and negative numbers

    • Test with decimal numbers

    • Test with large numbers

    • Test with zero

    • Test with one number being zero

    • Test with non-numeric inputs

    • Test with overflow or underflow

    • Test with different data types

    • Test with different operating systems and browsers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For CAD, PLM background people : You must know basic CAD Design, drafting, change management (check in/out, Release, Revise, Revision Rules/configurations

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Java collection,basic programming,oops cocept, scenario based questions
Round 2 - Behavioral 

(1 Question)

  • Q1. Previous company working overview,some technical questions,some advance selenium automation quetions.
Round 3 - HR 

(1 Question)

  • Q1. About family, expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Greate experience.
So organized interview and helping in nature.
All are greate and even on time .

QA Engineer Interview Questions & Answers

PTC user image Shubhamkar Rohidas Kagne

posted on 28 Mar 2024

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

(2 Questions)

  • Q1. Related to creo if you are looking for cad qa
  • Q2. If you get a chance to change something in current team what it could be ?
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly took my manager
  • Q2. Related to testing basic
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. 1. Formal Introduction 2. Day to Day activities in your previous organization. 3. Framwork and it's type 4. Basic architecture of Data Driven Framework. 5. What is Azure and what roles and responsibilities...
  • Q2. Mostly questions were from Azure, Cloud and Git.
  • Q3. Explanation on any Framework
  • Ans. 

    A framework is a set of guidelines or rules that provide structure and support for developing software applications.

    • Frameworks help in organizing code and promoting best practices

    • They provide reusable components and modules to speed up development

    • Frameworks can be front-end (like React or Angular) or back-end (like Spring or Django)

  • Answered by AI
  • Q4. Oops Concepts and explain it in detail
  • Ans. 

    Oops Concepts are fundamental principles of object-oriented programming that help in organizing and designing code.

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

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

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and sh...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they focused on my communication skills and I was an Immediate Joiner so i got the advantage.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Dec 2022. 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 - Technical 

(1 Question)

  • Q1. Technical about creo question
Round 3 - Technical 

(1 Question)

  • Q1. Technical about creo question

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst ever interview experience. I applied for the position through recruiter.
Techanical person took 4 hrs interview and said I will let you till next week.
After that I contacted no. Of times Hr but no response. Then I mailed them
So got reply like for this year hiring is freeze
After a week hiring starts, so I ask them please give me feedback on interview given.
Then this time they told we will let you once others interview over. i. e. One month
Now they are saying already done the process and please look for other opportunity.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(8 Questions)

  • Q1. Java and oops concepts- this, super keyword, regression testing ,manual testing questions
  • Q2. Oops concepts used in framework
  • Ans. 

    Object-oriented programming concepts used in framework design

    • Inheritance: Allows classes to inherit attributes and methods from other classes

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q3. How much you rate yourself in java write java programs 1-Interchange array elements 2- occurance of character's in string 3- remove duplicates from given string 4- Find square root
  • Q4. Scenarios based questions 1- questions were based on manual testing, automatio challenges, raising bugs
  • Q5. Will defenitly ask to find xpath Difference between rel and abs xpath
  • Q6. How to select dropdown in selenium
  • Ans. 

    To select a dropdown in Selenium, use the Select class and its methods like selectByVisibleText, selectByValue, or selectByIndex.

    • Use the Select class from org.openqa.selenium.support.ui package

    • Identify the dropdown element using findElement method

    • Create a new Select object by passing the dropdown element as a parameter

    • Use selectByVisibleText, selectByValue, or selectByIndex methods to choose an option

  • Answered by AI
  • Q7. Diff between findelement vs findelements
  • Ans. 

    findelement is used to find a single element on a webpage, while findelements is used to find multiple elements.

    • findelement returns the first matching element on the webpage

    • findelements returns a list of all matching elements on the webpage

    • Example: driver.findElement(By.id("elementId")) vs driver.findElements(By.className("elementClass"))

  • Answered by AI
  • Q8. Main method in java ,whether it can be overloaded , overrided? why it cannot be overrided?
  • Ans. 

    The main method in Java can be overloaded but not overridden.

    • Main method can be overloaded by defining multiple main methods with different parameters.

    • Overloading allows multiple methods with the same name but different parameters.

    • Main method cannot be overridden because it is a static method and static methods cannot be overridden.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare python/java (whatever your comfortable) questions, with oops concepts
Manual testing FAQ
selenium FAQ
will defenitly ask to write code- prepare mainly on strings and arrays simple programs[ reverse, palindrome, array elements interchange, remove duplicates of string, char occurance in string]

Skills evaluated in this interview

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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Tell me about your Project? what part you tested in your project?
  • Ans. 

    I worked on a project to develop a mobile application for tracking fitness goals and workouts.

    • Tested user authentication and registration processes

    • Performed functional testing on workout tracking features

    • Conducted regression testing after each new feature implementation

  • Answered by AI
  • Q2. What is Regression testing and what is regression defects?
  • Ans. 

    Regression testing is retesting of software to ensure that recent changes have not adversely affected existing features. Regression defects are bugs that reappear after changes.

    • Regression testing is performed to make sure that new code changes have not introduced any new bugs or caused existing functionalities to break.

    • It involves re-executing test cases that cover the impacted areas of the software.

    • Regression defects ...

  • Answered by AI
  • Q3. Scenario based question in that ask about the regression defects
  • Q4. Verification vs Validation?
  • Ans. 

    Verification ensures the product is built right, while validation ensures the right product is built.

    • Verification focuses on process, validation focuses on product

    • Verification answers 'Are we building the product right?'

    • Validation answers 'Are we building the right product?'

    • Verification is done before validation

  • Answered by AI
  • Q5. How frequently do you run the Regression Test?
  • Ans. 

    Regression tests are run after every significant code change or new feature implementation.

    • Regression tests are typically run after every significant code change or new feature implementation to ensure that existing functionalities are not affected.

    • The frequency of running regression tests may vary depending on the project timeline and release cycle.

    • In Agile development, regression tests are often run as part of the co...

  • Answered by AI
  • Q6. How to select 5 th dropdown option?
  • Ans. 

    To select the 5th dropdown option, locate the dropdown element and choose the 5th option.

    • Locate the dropdown element using its unique identifier or class name

    • Use a method like 'selectByIndex' or 'selectByVisibleText' to choose the 5th option

    • Verify that the correct option has been selected

  • Answered by AI
  • Q7. Find the xpath of "Google Search tab" & "Voice search button"?
  • Ans. 

    Use xpath to locate Google Search tab and Voice search button on the webpage.

    • For Google Search tab: //input[@name='btnK']

    • For Voice search button: //div[@aria-label='Search by voice']

  • Answered by AI
  • Q8. Write a java program for reverse string without pre defined method.
  • Ans. 

    Java program to reverse a string without using predefined methods.

    • Create a char array from the input string.

    • Use two pointers, one at the start and one at the end, to swap characters.

    • Continue swapping characters until the pointers meet in the middle.

  • Answered by AI
  • Q9. Which libraries use for the verifying test cases?
  • Ans. 

    Some common libraries used for verifying test cases are JUnit, TestNG, Selenium, and RestAssured.

    • JUnit is a popular Java testing framework for unit testing.

    • TestNG is another Java testing framework that supports parameterized and data-driven testing.

    • Selenium is a widely used tool for automating web browsers for testing purposes.

    • RestAssured is a Java library for testing RESTful APIs.

  • Answered by AI

Skills evaluated in this interview

Esko Interview FAQs

How many rounds are there in Esko QA Engineer interview?
Esko interview process usually has 1 rounds. The most common rounds in the Esko interview process are Technical.

Tell us how to improve this page.

Esko QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 43 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all
Esko QA Engineer Salary
based on 8 salaries
₹6 L/yr - ₹14 L/yr
79% more than the average QA Engineer Salary in India
View more details

Esko QA Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

4.0

Work-life balance

2.0

Salary

4.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer Level 1
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Support Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Operations Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Esko with

Adobe

3.9
Compare

Autodesk

4.2
Compare

Quark Software

3.7
Compare

PTC

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