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, Process, and Tips for Freshers

Updated 1 Apr 2025

Top Encora Interview Questions and Answers for Freshers

View all 8 questions

Encora Interview Experiences for Freshers

Popular Designations

7 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about previous experience and gave real scenarios.

Interview Preparation Tips

Interview preparation tips for other job seekers - I saw review about candidates getting selected but never receiving offer letter - unfortunately I had the same experience. After clearing the interview rounds, I was assured of immediate onboarding. When the recruiter collected my documents, I asked if there was a chance of cancellation, but he reassured me it was 100% confirmed. Two weeks later I was told my profile was put on hold from client's side. A truly disappointing and unreliable experience,

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Related to project?
  • Q2. Java related question especially on 1.8 and streams

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Software Engineer Interview Questions & Answers

user image Muzammil Dafedar

posted on 6 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked basic DSA questions on array, string

Round 2 - Technical 

(1 Question)

  • Q1. Deep dive into Js and react
Round 3 - HR 

(1 Question)

  • Q1. Basic background questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Steps in tablet production?
  • Ans. 

    Tablet production involves several steps including formulation, mixing, granulation, drying, compression, coating, and packaging.

    • Formulation of active ingredients and excipients

    • Mixing of ingredients to ensure uniform distribution

    • Granulation to form granules for compression

    • Drying to remove moisture content

    • Compression of granules into tablet form

    • Coating for taste masking or controlled release

    • Packaging for distribution an

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is steps of tablet production?

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

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)

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

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and technology

    • Proficient in Java, Python, and web development

    • Completed internships at tech companies

  • Answered by AI
  • Q2. Different between let , const,var. Closure in javascript
  • Ans. 

    let, const, and var are used to declare variables in JavaScript. Closures are functions that have access to their outer scope even after the outer function has finished executing.

    • let: block-scoped variable declaration, can be reassigned

    • const: block-scoped variable declaration, cannot be reassigned, but its properties can be modified

    • var: function-scoped variable declaration, can be reassigned

    • Closure: inner function has ...

  • Answered by AI
  • Q3. What is hoisting in javascript
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q4. Some basic questions of javascript and html ,css
  • Q5. String reverse program Factorial program
  • Ans. 

    String reverse and factorial programs in array of strings.

    • For string reverse program, iterate through the string from end to beginning and append each character to a new string.

    • For factorial program, use a loop to multiply numbers from 1 to n.

    • Example for string reverse: Input 'hello' -> Output 'olleh'

    • Example for factorial: Input 5 -> Output 120 (5*4*3*2*1)

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to the array
  • Q2. Addition of two array and array reverse
  • Ans. 

    Add two arrays element-wise and reverse the resulting array of strings.

    • Iterate through both arrays and add corresponding elements together.

    • Reverse the resulting array of strings.

    • Handle edge cases like arrays of different lengths.

    • Example: ['1', '2', '3'] + ['4', '5', '6'] = ['5', '7', '9'] -> reverse -> ['9', '7', '5']

  • Answered by AI
  • Q3. String method with explanation any 5
  • Ans. 

    String methods are used to manipulate and work with strings in programming languages.

    • toUpperCase(): Converts a string to uppercase

    • toLowerCase(): Converts a string to lowercase

    • charAt(index): Returns the character at the specified index

    • indexOf(substring): Returns the index of the first occurrence of a substring

    • split(delimiter): Splits a string into an array of substrings based on a delimiter

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and technology

    • Proficient in Java, Python, and web development

    • Experience with software development projects during studies

  • Answered by AI
  • Q2. What is your strength
  • Ans. 

    My strength lies in my problem-solving skills and ability to learn quickly.

    • Strong problem-solving skills

    • Quick learner

    • Adaptability to new technologies

    • Ability to work well under pressure

  • Answered by AI

Skills evaluated in this interview

Top Encora Junior Software Engineer Interview Questions and Answers

Q1. Different between let , const,var. Closure in javascript
View answer (1)

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Jun 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 - Coding Test 

Basic coding test, Oops program and some technical problem.

Round 3 - Technical 

(1 Question)

  • Q1. Explain oops concepts in detail. Difference between Abstraction and interface.
  • Ans. 

    OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction. Abstraction is a concept where only relevant information is shown to the user, while interface is a blueprint for classes.

    • OOPs concepts: encapsulation, inheritance, polymorphism, abstraction

    • Abstraction: showing only relevant information to the user

    • Interface: blueprint for classes, defines methods without implementation

    • Example: Abstraction ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. All basic details, company policies and benefits etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic concepts and be confident while giving the interview.

Top Encora Junior Software Engineer Interview Questions and Answers

Q1. Different between let , const,var. Closure in javascript
View answer (1)

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)

Jobs at Encora

View all

I applied via LinkedIn and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I was asked about all the technical questions in and out respective to the language they are looking for, mine Golang.
  • Q2. To check the experience, there is a high chance of shooting questions regarding the packages and concepts you have worked on in real-time.
  • Q3. Always ready to do programming any time, for sure there will be a coding session which will be on spot.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't over mention your skill in the resume unless you have good knowledge about it. Be ready to write a code anytime with the given logic.

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 questions from similar companies

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Very basic qutions

Interview Questionnaire 

1 Question

  • Q1. What are your goals while looking to join our organization?

Interview Questionnaire 

4 Questions

  • Q1. Azure Services
  • Q2. OOPS
  • Q3. Design Patterns
  • Q4. Angular Basics

Encora Interview FAQs

How many rounds are there in Encora interview for freshers?
Encora interview process for freshers usually has 2-3 rounds. The most common rounds in the Encora interview process for freshers are Technical, HR and Resume Shortlist.
How to prepare for Encora interview for freshers?
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, Communication, SCALA, Algorithms and Azure.
What are the top questions asked in Encora interview for freshers?

Some of the top questions asked at the Encora interview for freshers -

  1. Different between let , const,var. Closure in javascr...read more
  2. Explain oops concepts in detail. Difference between Abstraction and interfa...read more
  3. What is steps of tablet producti...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 for Freshers

based on 6 interviews

Interview experience

2.8
  
Poor
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 276 Interviews
Altimetrik Interview Questions
3.8
 • 222 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
Brillio Interview Questions
3.4
 • 132 Interviews
View all

Encora Reviews and Ratings

based on 768 reviews

3.7/5

Rating in categories

3.5

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 768 Reviews and Ratings
Tibco Support Engineer

Hyderabad / Secunderabad,

Pune

+1

3-8 Yrs

Not Disclosed

Senior React JS Developer

Hyderabad / Secunderabad

6-11 Yrs

Not Disclosed

Discovery Data Acquisition Data Engineer

Chennai

5-8 Yrs

Not Disclosed

Explore more jobs
Technical Lead
799 salaries
unlock blur

₹15 L/yr - ₹46 L/yr

Senior Software Engineer
797 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Software Engineer
301 salaries
unlock blur

₹4.5 L/yr - ₹18.5 L/yr

Software Developer
146 salaries
unlock blur

₹3 L/yr - ₹12.3 L/yr

QA Lead
137 salaries
unlock blur

₹10 L/yr - ₹33.5 L/yr

Explore more salaries
Compare Encora with

Xoriant

4.1
Compare

CitiusTech

3.3
Compare

HTC Global Services

3.6
Compare

HERE Technologies

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