Upload Button Icon Add office photos
Engaged Employer

i

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

Encora Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 680 Reviews

Filter interviews by

Encora Senior QA Engineer Interview Questions and Answers

Updated 25 Dec 2024

Encora Senior QA Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

It was basic coding with python

Round 2 - Technical 

(1 Question)

  • Q1. Basic testing questions and concepts
Round 3 - HR 

(2 Questions)

  • Q1. Basic testing questions and concept
  • Q2. Oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic testing concepts

Senior QA Engineer Jobs at Encora

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker rank test based on python and selenium along with a python programming question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concept and where do you use it in your automation project
  • Ans. 

    OOPs concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Reusing code and creating a hierarchy of classes

    • Encapsulation: Hiding the internal implementation details of a class

    • Polymorphism: Ability to use a single interface for different data types or objects

    • Abstraction: Showing only necessary details and hiding unnecessary details

  • Answered by AI
  • Q2. What is synchronisation and how do we handle it
  • Ans. 

    Synchronization is the coordination of multiple processes to ensure they work together effectively.

    • Synchronization is important in multi-threaded applications to prevent race conditions and ensure data consistency.

    • We can handle synchronization using techniques like locks, semaphores, and monitors.

    • For example, in Java, we can use synchronized keyword or ReentrantLock class to achieve synchronization.

    • Another example is u...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Coding question find the frequency of characters
  • Ans. 

    Find the frequency of characters in an array of strings.

    • Iterate through each string in the array

    • For each character in the string, increment its count in a hashmap

    • Return the hashmap with character frequencies

  • Answered by AI
  • Q2. Robot framework and pytest differences
  • Ans. 

    Robot framework is keyword-driven, while pytest is a full-featured testing framework.

    • Robot framework is based on keywords and test cases are written in tabular format, while pytest is a full-featured testing framework with fixtures, asserts, and plugins.

    • Robot framework has built-in libraries for various tasks like file operations, database interactions, etc., while pytest relies on external libraries for such functiona...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario-based question they asked
  • Q2. Topic based on JD

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently went through an interview that lasted around 1.5 hours. After waiting for a week, I followed up several times and was informed that the position was on hold. However, after further inquiries, I was abruptly told that I am not suitable for the role. This process felt unprofessional and lacked transparency. Clear communication and timely feedback are essential in the hiring process, and this experience left a negative impression of how the company manages interviews.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Self Intro and testing types
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 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 - One-on-one 

(2 Questions)

  • Q1. Various questions on automation, api and selenium
  • Q2. Select statement , sorting an array , status codes
Round 3 - One-on-one 

(2 Questions)

  • Q1. With client where they asked about api and java questions
  • Q2. Status codes , rest and soap difference, scenerio based test cases
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic rest API related

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and focus on basic concepts

I was interviewed in May 2021.

Interview Questionnaire 

1 Question

  • Q1. As per the job description

Interview Preparation Tips

Interview preparation tips for other job seekers - It was more than a hour technical round...interactive one
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is API testing
  • Ans. 

    API testing is testing the functionality, reliability, performance, and security of APIs.

    • API testing involves testing the communication between different software systems using APIs.

    • It focuses on verifying the functionality, performance, reliability, and security of APIs.

    • API testing can be done at different levels such as unit testing, integration testing, and end-to-end testing.

    • Tools like Postman, SoapUI, and JMeter a...

  • Answered by AI
  • Q2. What is BDD framework
  • Ans. 

    BDD framework stands for Behavior Driven Development framework, which focuses on the behavior of the system from the end user's perspective.

    • BDD framework uses natural language to describe the behavior of the system

    • It helps in collaboration between developers, testers, and business stakeholders

    • Popular BDD frameworks include Cucumber, SpecFlow, and JBehave

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Xpath n css selector
  • Q2. WAP to print alternate chars
  • Ans. 

    Print alternate characters from a given string

    • Iterate through the characters of the string

    • Print characters at even indices

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. BASIC QUESTIONS ON JAVA. 2. Selenium question on locators xpath, cssand different other locators. 3. Program to code sorting of string in java .
  • Q2. Selenium questions on web app
Round 3 - Technical 

(1 Question)

  • Q1. What is your current project architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on java , selenium and its all good.

Encora Interview FAQs

How many rounds are there in Encora Senior QA Engineer interview?
Encora interview process usually has 3 rounds. The most common rounds in the Encora interview process are Coding Test, Technical and HR.
How to prepare for Encora Senior QA 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 Encora. The most common topics and skills that interviewers at Encora expect are Java, Python, NUnit, QA and .Net.
What are the top questions asked in Encora Senior QA Engineer interview?

Some of the top questions asked at the Encora Senior QA Engineer interview -

  1. Basic testing questions and conce...read more
  2. Basic testing questions and conc...read more
  3. Oops conc...read more

Tell us how to improve this page.

Encora Senior QA Engineer Salary
based on 114 salaries
₹6 L/yr - ₹22.6 L/yr
10% more than the average Senior QA Engineer Salary in India
View more details

Encora Senior QA Engineer Reviews and Ratings

based on 9 reviews

3.0/5

Rating in categories

3.6

Skill development

4.1

Work-Life balance

3.8

Salary & Benefits

2.9

Job Security

4.0

Company culture

2.8

Promotions/Appraisal

3.6

Work Satisfaction

Explore 9 Reviews and Ratings
Senior QA Engineer (Automation + Python)

Bangalore / Bengaluru

2-8 Yrs

Not Disclosed

Sr QA Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
760 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Technical Lead
739 salaries
unlock blur

₹15 L/yr - ₹46 L/yr

Software Engineer
269 salaries
unlock blur

₹4.5 L/yr - ₹16.8 L/yr

Software Developer
153 salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Senior Software Developer
126 salaries
unlock blur

₹8.7 L/yr - ₹30.7 L/yr

Explore more salaries
Compare Encora with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview