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

Filter interviews by

Encora Interview Questions and Answers

Updated 27 Mar 2025

Encora Interview Experiences

Popular Designations

92 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Hibernate One to Many Relationships
  • Ans. 

    Hibernate allows mapping one-to-many relationships between entities using annotations or XML configuration.

    • Use @OneToMany annotation in the parent entity to define the relationship

    • Use @JoinColumn annotation to specify the foreign key column in the child entity

    • Use mappedBy attribute in @OneToMany annotation to specify the field in the child entity that owns the relationship

  • Answered by AI
  • Q2. Design Pattern - Factory, Singleton
  • Q3. Coding Question
  • Q4. SQL Query Optimization

Skills evaluated in this interview

Top Encora Senior Software Engineer Interview Questions and Answers

Q1. What is difference between dot net and dot net core?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jun 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question related to dot net
  • Q2. Basic project related question
Round 2 - Technical 

(2 Questions)

  • Q1. Oops related question
  • Q2. Sql reltead question

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to share

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to write stories?
  • Q2. How to provide solution to a problem?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview Questions & Answers

user image antara dighe

posted on 25 Sep 2024

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

(2 Questions)

  • Q1. What are plugs in elixir
  • Ans. 

    Plugs in Elixir are modules that can be used to transform or reject requests in a Phoenix application.

    • Plugs are functions that receive a connection struct and return a modified connection struct.

    • Plugs can be used for tasks such as authentication, logging, and request parsing.

    • Plugs are executed in the order they are defined in the pipeline.

    • Example: Plug.Logger logs requests and responses in a Phoenix application.

  • Answered by AI
  • Q2. What is elixir and its advantages
  • Ans. 

    Elixir is a functional, concurrent, general-purpose programming language built on the Erlang VM.

    • Elixir is known for its scalability and fault-tolerance, making it ideal for building distributed systems.

    • It has a syntax inspired by Ruby and a powerful metaprogramming system.

    • Elixir is highly extensible and has a strong focus on developer productivity.

  • Answered by AI

Encora interview questions for popular designations

 Technical Lead

 (9)

 Senior Software Engineer

 (9)

 QA Engineer

 (9)

 Software Engineer

 (4)

 Junior Software Engineer

 (2)

 Software Developer

 (2)

 Senior QA Engineer

 (2)

 Data Engineer

 (2)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture
  • Q2. Repartition vs coalesce

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Oops programming skills and concepts
  • Q2. HTML CSS JavaScript

Interview Preparation Tips

Interview preparation tips for other job seekers - Best wishes 🙏 🤞

Top Encora QA Engineer Interview Questions and Answers

Q1. what is diffrance between drop delete and truncate
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Jobs at Encora

View all

Lead Consultant Interview Questions & Answers

user image Swasthik AG

posted on 27 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Explain your frameworks
  • Ans. 

    I utilize various frameworks to enhance project delivery, ensure quality, and foster collaboration among teams.

    • Agile Framework: Focuses on iterative development and customer feedback. Example: Scrum methodology for managing software projects.

    • Waterfall Model: A linear approach suitable for projects with well-defined requirements. Example: Construction projects where stages are sequential.

    • Lean Methodology: Aims to maximi...

  • Answered by AI
  • Q2. Print the occurrence of each character
  • Ans. 

    Count and display the frequency of each character in a given string, useful for text analysis and data processing.

    • Use a dictionary to store character counts. Example: For 'hello', the dictionary will be {'h': 1, 'e': 1, 'l': 2, 'o': 1}.

    • Iterate through each character in the string and update the count in the dictionary.

    • Consider case sensitivity: 'A' and 'a' should be counted separately unless specified otherwise.

    • Handle ...

  • Answered by AI

Lead Consultant Interview Questions asked at other Companies

Q1. Pdc emulator and errors how it can be fixed, how to work on VMware disk consolidation error, types for migration which I was involved and issue seen example cross over migration and aws SMS connector, azure sso
View answer (1)

Technical Lead Interview Questions & Answers

user image Amit kumar upadhyay

posted on 28 Aug 2024

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

(2 Questions)

  • Q1. About NET Basics
  • Q2. NET Core and wep api

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2024

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 in Mar 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Based on SQL, python and Aws.
Round 2 - Technical 

(1 Question)

  • Q1. Based on Advance SQL, Python.
Round 3 - Technical 

(1 Question)

  • Q1. Some logical questions. Project overview and architecture. SQL Questions handson. Python Hands-on.
Round 4 - HR 

(1 Question)

  • Q1. Background and projects overview.

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Defects are identified through testing, code reviews, or user feedback.

    • Defect reporting: Defects are reported in a defect tracking system with details like steps to reproduce, severity, and priority.

    • Defect fixing: Developers fix the reported defects by making necessary code c...

  • Answered by AI
  • Q2. Different types of agile ceremonies
  • Ans. 

    Agile ceremonies include sprint planning, daily stand-ups, sprint review, and retrospective.

    • Sprint planning: Team plans work for upcoming sprint

    • Daily stand-ups: Daily meetings to discuss progress and plan for the day

    • Sprint review: Demo of completed work to stakeholders

    • Retrospective: Team reflects on sprint and identifies improvements

  • Answered by AI
  • Q3. Define SDLC process
  • Ans. 

    SDLC process is a structured approach to software development that defines phases and activities from planning to deployment.

    • SDLC stands for Software Development Life Cycle

    • It includes phases like planning, analysis, design, implementation, testing, deployment, and maintenance

    • Each phase has specific goals, deliverables, and activities

    • Examples of SDLC models include Waterfall, Agile, and DevOps

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Top Encora QA Engineer Interview Questions and Answers

Q1. what is diffrance between drop delete and truncate
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Encora Interview FAQs

How many rounds are there in Encora interview?
Encora interview process usually has 2-3 rounds. The most common rounds in the Encora interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Encora 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, Javascript, SQL, Python and Product Engineering.
What are the top questions asked in Encora interview?

Some of the top questions asked at the Encora interview -

  1. What exceptions have u faced while creating framewo...read more
  2. how to implement the docker image with the libraries required in the runtime wi...read more
  3. What is difference between dot net and dot net co...read more
How long is the Encora interview process?

The duration of Encora interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Encora Interview Process

based on 91 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 270 Interviews
Altimetrik Interview Questions
3.8
 • 217 Interviews
Xoriant Interview Questions
4.1
 • 181 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Apexon Interview Questions
3.3
 • 140 Interviews
Brillio Interview Questions
3.4
 • 131 Interviews
View all

Encora Reviews and Ratings

based on 764 reviews

3.7/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.7

Salary

3.3

Job security

3.7

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 764 Reviews and Ratings
GoLang Engineer

Bangalore / Bengaluru

0-3 Yrs

Not Disclosed

Product Analyst Role

Ahmedabad

2-6 Yrs

Not Disclosed

Java with MDM Professional

Chennai

7-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
797 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Technical Lead
793 salaries
unlock blur

₹15 L/yr - ₹46 L/yr

Software Engineer
302 salaries
unlock blur

₹4.5 L/yr - ₹18.4 L/yr

Software Developer
156 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

QA Lead
134 salaries
unlock blur

₹11 L/yr - ₹36 L/yr

Explore more salaries
Compare Encora with

Xoriant

4.1
Compare

CitiusTech

3.4
Compare

HTC Global Services

3.6
Compare

HERE Technologies

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