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 Junior Software Engineer Interview Questions, Process, and Tips

Updated 5 Jul 2024

Top Encora Junior Software Engineer Interview Questions and Answers

View all 6 questions

Encora Junior Software Engineer Interview Experiences

2 interviews found

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
  • 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
  • Q2. What is your strength

Skills evaluated in this interview

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.

Junior Software Engineer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is pick ... read more
Q2. What is RDBMS and SQL query to retrieve data from database.
Q3. What's difference between stack memory and heap memory
Q4. What is infotainment system in car?
Q5. Let's consider a box containing 10 ball s numbered from 1 to 10. ... read more

Interview questions from similar companies

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

I applied via Indeed and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was good. I got good score

Round 2 - Group Discussion 

All were selected. It was a nice interview round

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about Data structure
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and modified efficiently.

    • Data structures define the way data is organized and stored in memory.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Each data structure has its own advantages and disadvantages depending on the type of operations needed.

  • Answered by AI
  • Q2. Describe your project
Round 4 - One-on-one 

(2 Questions)

  • Q1. Where do you see yourself in 100 years
  • Q2. Whats your salary expectation
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Train topics, Time, Quantitative Aptiture, .Net, Python, Devops

Round 3 - Coding Test 

.NET, Python coding statndards, Loops , Switch Cases, C language

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPS concept, Coding interview, Aptitude, C#, Learn basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test, along with coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. DevOps, Java, Python and dbms
  • Q2. Technical questions related to oops and devops.
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 - Coding Test 

All online coding in java and other tecs,

Round 3 - Technical 

(2 Questions)

  • Q1. Java , oops , collection, mvc boot
  • Q2. Boot , kafka , agile

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard hard hard
as its hard hard hard
hard hard hard
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. What is your knowledge about HTC Global services
  • Ans. 

    HTC Global Services is a global provider of IT and business process services.

    • HTC Global Services offers a wide range of services including application development, maintenance, and support.

    • They also provide business process outsourcing services such as finance and accounting, human resources, and procurement.

    • HTC Global Services has a strong presence in industries like healthcare, banking, and manufacturing.

    • The company ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Tell me the journal entries for Accrual, deferred revenues
  • Ans. 

    Accrual journal entry records revenue or expenses before cash is exchanged, while deferred revenue journal entry records cash received before revenue is earned.

    • Accrual journal entry: Debit accounts receivable/accrued revenue, credit revenue

    • Deferred revenue journal entry: Debit cash, credit deferred revenue/liability

    • Accrual example: Debit Accounts Receivable $1,000, credit Service Revenue $1,000

    • Deferred revenue example:

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic DSA array,stack , queue ,map

Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts, corr java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at St Francis Institute of Technology, Mumbai and was interviewed before Sep 2022. There were 5 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 - Aptitude Test 

Aptitude Test jsbsb ksjhdb sbs

Round 3 - Group Discussion 

Group discussion topic and 15 min discussion

Round 4 - Technical 

(2 Questions)

  • Q1. Question 1 was question 1
  • Q2. Question 2 was question 2
Round 5 - HR 

(1 Question)

  • Q1. Are you up for Relocation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Coding Test 

Basic coding questions

Round 3 - Group Discussion 

Trending topics with all the candidates

Round 4 - Technical 

(1 Question)

  • Q1. Oops related and project related

Encora Interview FAQs

How many rounds are there in Encora Junior Software Engineer interview?
Encora interview process usually has 3-4 rounds. The most common rounds in the Encora interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Encora Junior Software Engineer interview?

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

  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. String reverse program Factorial prog...read more

Tell us how to improve this page.

Encora Junior Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Encora Junior Software Engineer Salary
based on 42 salaries
₹2.6 L/yr - ₹7.2 L/yr
At par with the average Junior Software Engineer Salary in India
View more details

Encora Junior Software Engineer Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

4.2

Salary

4.1

Job security

4.2

Company culture

3.9

Promotions

3.7

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
777 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Technical Lead
760 salaries
unlock blur

₹14.9 L/yr - ₹46 L/yr

Software Engineer
280 salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Software Developer
147 salaries
unlock blur

₹3 L/yr - ₹11.6 L/yr

QA Lead
129 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Explore more salaries
Compare Encora with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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