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 Software Engineer Interview Questions and Answers

Updated 29 Apr 2024

Encora Software Engineer Interview Experiences

4 interviews found

Software Engineer Interview Questions & Answers

user image akshay kadam

posted on 29 Apr 2024

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

(1 Question)

  • Q1. Java jvm,jdk,hashmap,concurrent hashmap,collection,design patterns

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

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Referral and was interviewed in Nov 2021. There were 2 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. Just Need to have a look on the Java Core and Collections with a brief about Multi Theading

Interview Preparation Tips

Topics to prepare for Encora Software Engineer interview:
  • Multithreading
  • Collections
  • Exceptions
  • OOPS
  • JVM
Interview preparation tips for other job seekers - Just try to have good practice on the Java Programs with algorithms

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1.How do we create RDDs in Spark? 2.What do you understand by Transformations in Spark?
  • Ans. 

    Creating RDDs in Spark involves loading data from external sources or parallelizing an existing collection.

    • RDDs can be created by loading data from external sources like HDFS, local file system, or any other data source supported by Hadoop.

    • RDDs can also be created by parallelizing an existing collection in the driver program.

    • Transformations in Spark are operations that create a new RDD from an existing one.

    • Examples of ...

  • Answered by AI
  • Q2. 3.How is Streaming implemented in Spark? Explain with examples.
  • Ans. 

    Spark Streaming is implemented using DStreams which are a sequence of RDDs.

    • DStreams are created by receiving input data streams from sources like Kafka, Flume, etc.

    • The input data is then divided into small batches and processed using Spark's RDD operations.

    • The processed data is then pushed to output sources like HDFS, databases, etc.

    • Example: val lines = ssc.socketTextStream("localhost", 9999)

    • Example: val words = lines.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure get a glance with Scala and Spark before attempting an interview. Basic knowledge would be fine to crack it and just focus on simple coding which will enhance your technical skills more.

Skills evaluated in this interview

Encora interview questions for designations

 Senior Software Engineer

 (9)

 Junior Software Engineer

 (2)

 Software Development Engineer

 (1)

 Software QA Engineer

 (1)

 Senior Associate Software Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Software Developer

 (2)

 Software Consultant

 (1)

Software Engineer Jobs at Encora

View all

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?

I applied via Referral and was interviewed in Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Oops methodology
  • Q2. Design patterns
  • Q3. Programming languages
  • Q4. Front end language especially latest framework like react and redux
  • Q5. Database design with normalization process
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and establishing relationships between them.

    • There are different levels of normalization, with each level having specific rules to follow.

    • Normalization helps to prevent data inconsistencies and anomalies.

    • Examples of normalization include converting r...

  • Answered by AI
  • Q6. And flow of the system
  • Q7. Dot net core the going technology

Interview Preparation Tips

Interview preparation tips for other job seekers - No advice the process was carried out with all the department which is good for employment opportunities

Skills evaluated in this interview

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Core Java questions oops concepts some sql queries
Round 2 - Technical 

(1 Question)

  • Q1. Question on Data structure list and hasmap ,java collection

Interview Preparation Tips

Topics to prepare for Bounteous x Accolite Software Engineer interview:
  • Core java,
  • Collections
Interview preparation tips for other job seekers - Prepare core java ,oops , collection coding questions to print -1 in place of duplicate elements

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions on javascript, angular, html,css
  • Q2. Questions on localstorage , tokens, security, interceptors

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and u will rock

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts with examples, SQL query to find second highest salary, diff between fail fast and fail safe, how did u implement security in your app, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic Java concepts

Encora Interview FAQs

How many rounds are there in Encora Software Engineer interview?
Encora interview process usually has 2 rounds. The most common rounds in the Encora interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Encora Software 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, Javascript, C#, Spring Boot and Azure.
What are the top questions asked in Encora Software Engineer interview?

Some of the top questions asked at the Encora Software Engineer interview -

  1. 3.How is Streaming implemented in Spark? Explain with exampl...read more
  2. 1.How do we create RDDs in Spark? 2.What do you understand by Transformations ...read more
  3. Just Need to have a look on the Java Core and Collections with a brief about Mu...read more

Tell us how to improve this page.

Encora Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Encora Software Engineer Salary
based on 302 salaries
₹4.5 L/yr - ₹18.4 L/yr
25% more than the average Software Engineer Salary in India
View more details

Encora Software Engineer Reviews and Ratings

based on 41 reviews

3.3/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.1

Salary

2.8

Job security

3.2

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 41 Reviews and Ratings
Software Engineer

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Software Engineering Roles

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Software Engineering Roles

Chennai

2-5 Yrs

₹ 3-13 LPA

Explore more jobs
Senior Software Engineer
794 salaries
unlock blur

₹10 L/yr - ₹35.5 L/yr

Technical Lead
782 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
133 salaries
unlock blur

₹11 L/yr - ₹33.4 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.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview