Upload Button Icon Add office photos

Filter interviews by

Epsilon Quality Engineer Interview Questions and Answers

Updated 21 Mar 2024

Epsilon Quality Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Etl testing questions , api testing questions,agile concepts, testing concepts
  • Q2. Java-selenium questions
Round 2 - Behavioral 

(1 Question)

  • Q1. Aspirational roles,
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you

I applied via Recruitment Consultant and was interviewed before Jul 2019. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your self?
  • Q2. They will asked from my resume and added skill
  • Q3. Basically they are looking for AEM content management and manual testing question
  • Q4. Last round they will ask scenarios puzzles easy one

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy

Quality Engineer Interview Questions Asked at Other Companies

asked in MM AUTO
Q1. What is MSA and addition of msa version, type of msa ,what differ ... read more
asked in MM AUTO
Q2. What is 7 QC tool,parito analysis,xchart and r chart explain ,why ... read more
Q3. If a monkey eat 6 apples more than the previous day and complete ... read more
Q4. What is the Physical & Chemical test of Steel Reinforcement?
asked in MM AUTO
Q5. what is IATF audit , cause of IATF , relationship between for IAT ... read more

Quality Engineer Jobs at Epsilon

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How the Data Flows in Database Testing?
  • Ans. 

    Data flows in database testing through various stages including input, processing, storage, and output.

    • Data is input into the database through various sources such as forms, APIs, or scripts.

    • The data is then processed and stored in the database tables according to the defined schema.

    • During testing, the data is retrieved from the database using SQL queries or other tools.

    • The output of the testing process includes report...

  • Answered by AI
  • Q2. What is regression Testing and Retesting?
  • Ans. 

    Regression testing is testing the existing functionality of the software after making changes to ensure that it still works as expected. Retesting is testing the same functionality again after fixing the defects found in the previous testing.

    • Regression testing is done to ensure that the changes made to the software do not affect the existing functionality.

    • Retesting is done to ensure that the defects found in the previo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Media.net Software Services (India) Test Engineer interview:
  • All testing
Interview preparation tips for other job seekers - Be prepared and don't panic in any condition because interviewers are always checking your confidence and way of thinking and understanding.

Skills evaluated in this interview

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

Interview Questionnaire 

4 Questions

  • Q1. Scripting was major focus, program to read the numbers 1 to infinity and convert them to words , ex : 1 as one , 100 as hundred , 1543 as one thousand five hundreden fourty three
  • Q2. Ansible concepts, this was major focus
  • Q3. Jenkins pipeline concepts
  • Q4. Basic other tools questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It wasn't that scary, one technical round, managerial tech round, manager round, hr round, all happened in a single day

Interview Questionnaire 

1 Question

  • Q1. SQL queries, basic questions on python programming, statistical concepts and basic questions on machine learning algorithms.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Indexing in Mysql
  • Ans. 

    Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.

    • Indexes are created on one or more columns of a table.

    • They help in speeding up the search, sorting, and joining of data.

    • Indexes can be created using different algorithms like B-tree, hash, or bitmap.

    • Using indexes appropriately can significantly enhance query performance.

    • Exam...

  • Answered by AI
  • Q2. Opps concepts in php
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes based on existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Class: blueprint for creating objects

    • Object: instance of a class

    • Method: function defined inside a class

    • Property: variabl

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Talk about yourself
  • Q2. What is your professional experience
Round 2 - Aptitude Test 

Simple SQL questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest if you don't know!

Interview Questionnaire 

1 Question

  • Q1. Firstly Introduce yourself and after that he check your basic english communication and gave me some topic and he told me to write a essay

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get overconfident, trust youself
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the forms of media?
  • Ans. 

    Forms of media include print, broadcast, digital, and social media.

    • Print media: newspapers, magazines, brochures

    • Broadcast media: television, radio

    • Digital media: websites, blogs, online articles

    • Social media: Facebook, Twitter, Instagram

  • Answered by AI
  • Q2. What is print media and digital media?
  • Ans. 

    Print media refers to traditional forms of media such as newspapers and magazines, while digital media includes online platforms like websites and social media.

    • Print media includes newspapers, magazines, brochures, and flyers

    • Digital media includes websites, social media platforms, blogs, and online advertisements

    • Print media is tangible and physical, while digital media is intangible and accessed electronically

    • Print med...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok for beginners but if you are a designer who wants freedom to design not a good space for those. As a QA the ask to work as QC with false hopes and also says in open forum if you cannot complete the productivity we will fire you

I appeared for an interview in Feb 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Hard

The test was at 6 pm with cam on and in fullscreen mode.

  • Q1. 

    Interleaving Two Strings Problem Statement

    You are given three strings 'A', 'B', and 'C'. Determine if 'C' is formed by interleaving 'A' and 'B'.

    String 'C' is an interleaving of 'A' and 'B' if the lengt...

  • Ans. 

    The problem involves determining if a string 'C' is formed by interleaving two given strings 'A' and 'B'.

    • Check if the length of 'C' is equal to the sum of the lengths of 'A' and 'B'.

    • Verify if all characters of 'A' and 'B' exist in 'C' while maintaining their order.

    • Return 'True' if 'C' is an interleaving of 'A' and 'B', otherwise return 'False'.

  • Answered by AI
  • Q2. 

    Construct Binary Tree from Inorder and Postorder Traversal

    Given two lists representing the inorder and postorder traversal of a binary tree of integer type with 'N' nodes, construct the binary tree and r...

  • Ans. 

    Construct a binary tree from inorder and postorder traversal lists and return its root.

    • Create a map to store the indices of elements in the inorder traversal list for quick access during tree construction.

    • Use the postorder list to determine the root of the tree and recursively build left and right subtrees.

    • Construct the tree by recursively dividing the inorder list based on the root index in postorder list.

    • Return the r...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

At 10:00 AM. Interviewer was very friendly and young but his cam was off.

  • Q1. 

    Find Paths in Binary Tree

    Kevin has sketched a series of integers, forming a diagram that represents a binary tree. Challenged by a friend, Kevin needs to find all paths from the root to the leaf where th...

Round 3 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

It was held at 4 p.m. The interviewer was senior compared to the one in the previous round. Also, his cam was also on, but he wasn't speaking much and neither giving any expressions.

  • Q1. 

    Boxes of Power Problem Statement

    Given a set of boxes represented by an array gainPower, where each box has a certain power value, along with an initial power value 'power', your task is to maximize the t...

  • Ans. 

    Maximize total score by selecting boxes optimally based on power values and operations.

    • Iterate through the boxes and perform operations based on power values and current score

    • Keep track of power, score, and selected boxes to maximize total score

    • Example: For input [3, 50, [20, 30, 40]], select boxes with power 20 and 30 to get a score of 2

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in MumbaiEligibility criteriaNone except no active backlogsMedia.net interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, DP, OOPS, Operating Systems, Computer NetworksTime required to prepare for the interview - 7 monthsInterview preparation tips for other job seekers

Tip 1 : DSA is the key. Starting from scratch, one can become proficients in a couple of months.
Tip 2 : Solve questions just a bit outside your comfort zone. Solve too easy to too hard questions is not of any use.
Tip 3 : Be consistent, make a habit of following good coding practices.
Tip 4 : Get to know the ins and out of your projects. You must be very confident while explaining those.
Tip 5 : Don't just directly to system-design, brush up on OOPS principles, networks, OS, DBMS before that.

Application resume tips for other job seekers

Tip 1 : Keep it crisp and to the point. Make bullet points.
Tip 2 : Bold the things you want to be paid attention to. Use numbers rather than vague sentences.
Tip 3 : Only put the things you are confident about.
Tip 4 : Don't put things irrelevant to the job, it only dilutes the main content.

Final outcome of the interviewRejected

Skills evaluated in this interview

Epsilon Interview FAQs

How many rounds are there in Epsilon Quality Engineer interview?
Epsilon interview process usually has 3 rounds. The most common rounds in the Epsilon interview process are Technical, Behavioral and HR.
What are the top questions asked in Epsilon Quality Engineer interview?

Some of the top questions asked at the Epsilon Quality Engineer interview -

  1. Basically they are looking for AEM content management and manual testing questi...read more
  2. Last round they will ask scenarios puzzles easy o...read more
  3. They will asked from my resume and added ski...read more

Tell us how to improve this page.

Epsilon Quality Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 104 Interviews
Publicis Interview Questions
3.7
 • 52 Interviews
Regalix Interview Questions
2.9
 • 45 Interviews
Xdbs Interview Questions
3.2
 • 39 Interviews
Smollan Group Interview Questions
4.1
 • 36 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
Mediamint Interview Questions
3.4
 • 33 Interviews
View all
Epsilon Quality Engineer Salary
based on 19 salaries
₹6.3 L/yr - ₹11 L/yr
135% more than the average Quality Engineer Salary in India
View more details

Epsilon Quality Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.5

Salary

4.5

Job security

4.0

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Quality Engineer

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
361 salaries
unlock blur

₹8.5 L/yr - ₹31 L/yr

Software Engineer2
175 salaries
unlock blur

₹6.1 L/yr - ₹18 L/yr

Software Engineer
167 salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Senior Developer
147 salaries
unlock blur

₹8.9 L/yr - ₹25.2 L/yr

Campaign Analyst
145 salaries
unlock blur

₹4.4 L/yr - ₹10 L/yr

Explore more salaries
Compare Epsilon with

R.R. Donnelley

3.9
Compare

Smollan Group

4.1
Compare

ChannelPlay

3.8
Compare

Affinity Express

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