Upload Button Icon Add office photos

Episource

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Episource Software Engineer Interview Questions and Answers

Updated 14 Jul 2022

Episource Software Engineer Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of DS and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - be thorough in data structures and algorithms

I applied via Walk-in and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Data structures and algorithms

Round 2 - Coding Test 

Python etl,pandas, pyspark questions

Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation , work culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with the basics and practice common programming problems

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

Interview questions from similar companies

I was interviewed in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What are your hobbies
  • Q2. Introduction yourself??

Interview Preparation Tips

Interview preparation tips for other job seekers - I have some hasited on my interview are going on
So my interview are not to good.

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Hard

1 coding question was given to be solved within 90 minutes. The platform was provided by Eduthrill. It was user friendly. Audio and Video was required to be ON in this round.

  • Q1. 

    Topological Sort Problem Statement

    You are given a directed acyclic graph (DAG). Your task is to perform topological sorting of the graph and return any valid ordering.

    Explanation:

    A directed acyclic g...

  • Ans. 

    Implement a function to perform topological sorting on a directed acyclic graph (DAG) and return any valid ordering.

    • Create a graph representation using adjacency list or matrix

    • Perform depth-first search (DFS) to find the topological ordering

    • Use a stack to keep track of the ordering

    • Return the ordering as an array of integers

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

This round was a Technical Interview 1. The round started at 7:30 pm in the evening and ended at around 8:20 pm. The video call was conducted using Google Meet and the coding of the given question was done on any of the compiler of my choice by screen sharing.

  • Q1. 

    Loot Houses Problem Statement

    A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief cannot loot two adjacent houses. Determi...

  • Ans. 

    Determine the maximum amount of money a thief can steal from houses without looting two consecutive houses.

    • Create an array 'dp' to store the maximum money that can be stolen up to the i-th house.

    • Iterate through the houses and update 'dp' based on whether the current house is stolen or not.

    • Return the maximum value in 'dp' as the answer.

    • Example: For input N=4 and values=[6, 7, 1, 30], the output should be 36.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Electronics & Communication Engineering from Indian Institute of Technology (Indian School of Mines), Dhanbad. I applied for the job as Software Engineer in HyderabadEligibility criteriaNo criteriaAccolite interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, DBMS, Operating System, PuzzlesTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Code as much as possible without looking at answers. Take help of hints after giving a proper attempt to the question. 
Tip 2 : Concepts of DSA should be strong and keep revising the topics. 
Tip 3 : Know the Time and Space conplexities of your code.

Application resume tips for other job seekers

Tip 1 : Make a ONE page resume. 
Tip 2 : Add links to show originality of your projects.
Tip 3 : Do not add false information just to fill the resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Difficult and prepare more on ds and algos

I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly focussed on DBMS,Data Structures

Interview Preparation Tips

Interview preparation tips for other job seekers - mainly focuses on algorithms

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I had two rounds. First round was completely based on Core Java concepts. Second round was based on DS algo and SQL queries (group by and having)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core Java concepts and DSA.

I applied via Recruitment Consultant and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How can you print names of 4 threads in the given order?
  • Ans. 

    Printing names of 4 threads in a given order using an array of strings.

    • Create an array of strings with the names of the threads in the desired order.

    • Use a loop to iterate through the array and print each thread name.

    • Ensure that the threads are started in the same order as the names in the array.

  • Answered by AI
  • Q2. All related questions about enum
  • Q3. About data structures in java, at times they may go for algorithms
  • Q4. String based logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for java relates questions and post that u will be hit with data structures and algorithms questions.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is level order traversal of tree?Write code for the same.
  • Ans. 

    Level order traversal is a tree traversal algorithm that visits nodes level by level.

    • Start at the root node and visit all nodes at the current level before moving to the next level

    • Use a queue to keep track of nodes at each level

    • Enqueue the root node, then dequeue and visit each node while enqueueing its children

    • Repeat until the queue is empty

    • Time complexity: O(n), space complexity: O(w) where w is the maximum width of

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - there focus is typically on data structures and algorithms for one of the technical round.You must have to be clear with the basic concepts like stack,queue,linked list and somewhat of trees & graphs.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Episource Interview FAQs

How many rounds are there in Episource Software Engineer interview?
Episource interview process usually has 3 rounds. The most common rounds in the Episource interview process are Coding Test and HR.
How to prepare for Episource 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 Episource. The most common topics and skills that interviewers at Episource expect are Coding, Computer science, Customer Service, Data Structures and Distribution System.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Flipkart

SALARIES

Adiverse Technologies

INTERVIEWS

Cognizant

No Interviews

REVIEWS

Dark Horse Digital Solutions

No Reviews

REVIEWS

Flipkart

No Reviews

INTERVIEWS

Episource

No Interviews

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Episource

200 top interview questions

Tell us how to improve this page.

Episource Software Engineer Salary
based on 24 salaries
₹5.3 L/yr - ₹21 L/yr
62% more than the average Software Engineer Salary in India
View more details

Episource Software Engineer Reviews and Ratings

based on 2 reviews

2.5/5

Rating in categories

3.1

Skill development

2.5

Work-life balance

2.9

Salary

3.5

Job security

1.9

Company culture

3.0

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Medical Coder
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Medical Coder
348 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Coder
241 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Trainee Medical Coder
145 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Coding Executive
116 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Episource with

Omega Healthcare

3.7
Compare

MiraMed Ajuba

4.0
Compare

VeeTechnologies

3.7
Compare

Sunknowledge Services

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