Upload Button Icon Add office photos

Filter interviews by

Epsilon Software Engineer Interview Questions and Answers

Updated 14 May 2024

Epsilon Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was all about java oops and basic questions
Round 2 - Technical 

(1 Question)

  • Q1. It will related to the our project and some scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on java
Round 2 - One-on-one 

(1 Question)

  • Q1. Basics of sql and java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Form Validation on React Js but on a platform which doesn't have syntax highlighting. Expected best coding standards to be followed.
Round 2 - One-on-one 

(1 Question)

  • Q1. React Js and JavaScript questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Technical questions based on situations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your foundations strong on js, react js.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. WAP to check occurrence of words in a paragraph.
  • Ans. 

    A program to check the occurrence of words in a paragraph.

    • Split the paragraph into words using space as delimiter

    • Create a hashmap to store word frequencies

    • Iterate through the words and update the hashmap accordingly

    • Display the word frequencies

  • Answered by AI
  • Q2. What git command do you use incase PR build is failed
  • Ans. 

    Use git bisect command to find the commit that caused the build failure

    • Use 'git bisect start' to start the bisect process

    • Mark the current commit as bad with 'git bisect bad'

    • Mark a known good commit with 'git bisect good '

    • Git will automatically checkout commits for testing, mark them as good or bad until the culprit commit is found

Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Role check
  • Q2. Tech stackP
Round 2 - Technical 

(2 Questions)

  • Q1. Project based questions
  • Q2. AWS related questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions on maths related parts and analysis skills

Round 2 - Coding Test 

Coding questions from various Data Structure parts like linkedList stack queue

Interview experience
5
Excellent
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 - Technical 

(2 Questions)

  • Q1. C# oops polymorphism extension methods
  • Ans. 

    Polymorphism is a key feature of OOP in C#. Extension methods allow adding new functionality to existing types.

    • Polymorphism allows objects of different classes to be treated as if they are of the same type.

    • Extension methods are static methods that can be called as if they were instance methods of the extended type.

    • Polymorphism and extension methods can be used together to add new behavior to existing types without modi

  • Answered by AI
  • Q2. Angular javascript vs typescript services components
  • Ans. 

    Angular is a framework for building web applications using TypeScript, which is a superset of JavaScript.

    • Angular provides a structure for building web applications using components, services, and modules.

    • TypeScript is a statically typed language that provides better tooling and error checking than JavaScript.

    • Services in Angular are used for sharing data and functionality across components.

    • Components in Angular are the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practical questions. easy interview. learn c# oops, ref, out, extension methods,

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Write a program to check given input is palindrome or not
  • Ans. 

    Program to check if input is a palindrome or not

    • Create a function that takes a string input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the original string with its reverse to check if it's a palindrome

  • Answered by AI
  • Q2. What is the difference between HashMap and HashSet.
  • Ans. 

    HashMap is a key-value pair data structure while HashSet is a collection of unique elements.

    • HashMap stores key-value pairs while HashSet stores unique elements

    • HashMap allows duplicate values but keys must be unique, HashSet does not allow duplicates

    • Example: HashMap map = new HashMap<>(); HashSet set = new HashSet<>()

Answered by AI
  • Q3. Difference between path param and request param.
  • Ans. 

    Path param is part of the URL path, while request param is part of the query string in the URL.

    • Path param is used to identify a specific resource in the URL path, while request param is used to provide additional data to the server.

    • Path param is defined in the URL path itself, like /users/{id}, while request param is appended to the URL as key-value pairs, like ?name=John&age=30.

    • Path param is typically used for mandato...

  • Answered by AI

    Skills evaluated in this interview

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

    I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

    Round 1 - Coding Test 

    Basic ds algo round with questions asked around arrays strings

    Interview Preparation Tips

    Interview preparation tips for other job seekers - prepare ds algo throughly mostly easy-medium leetcode questions
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Basic java and spring boot questions with some deeper knowledge.
    Round 2 - Technical 

    (1 Question)

    • Q1. Manger round to know about product and system
    Round 3 - HR 

    (1 Question)

    • Q1. Some behavioural and questions releated to why want to change and expectations

    Interview Preparation Tips

    Interview preparation tips for other job seekers - brush up yours basics and check multithreading and microservices questions.

    Epsilon Interview FAQs

    How many rounds are there in Epsilon Software Engineer interview?
    Epsilon interview process usually has 3 rounds. The most common rounds in the Epsilon interview process are Technical and HR.
    How to prepare for Epsilon 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 Epsilon. The most common topics and skills that interviewers at Epsilon expect are Software Development, Software Product Development, ASP.Net, Angular and Angularjs.
    What are the top questions asked in Epsilon Software Engineer interview?

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

    1. It will related to the our project and some scenario based questi...read more
    2. It was all about java oops and basic questi...read more

    Tell us how to improve this page.

    Epsilon Software Engineer Interview Process

    based on 1 interview

    Interview experience

    4
      
    Good
    View more
    Epsilon Software Engineer Salary
    based on 158 salaries
    ₹4 L/yr - ₹16 L/yr
    16% more than the average Software Engineer Salary in India
    View more details

    Epsilon Software Engineer Reviews and Ratings

    based on 19 reviews

    3.6/5

    Rating in categories

    3.3

    Skill development

    4.0

    Work-life balance

    3.6

    Salary

    3.8

    Job security

    3.8

    Company culture

    3.2

    Promotions

    3.4

    Work satisfaction

    Explore 19 Reviews and Ratings
    Senior Software Engineer
    328 salaries
    unlock blur

    ₹9.7 L/yr - ₹29.7 L/yr

    Software Engineer2
    161 salaries
    unlock blur

    ₹5.2 L/yr - ₹18 L/yr

    Software Engineer
    158 salaries
    unlock blur

    ₹4 L/yr - ₹16 L/yr

    Senior Developer
    156 salaries
    unlock blur

    ₹9 L/yr - ₹29.4 L/yr

    Lead Software Engineer
    139 salaries
    unlock blur

    ₹14.9 L/yr - ₹42 L/yr

    Explore more salaries
    Compare Epsilon with

    Mu Sigma

    2.6
    Compare

    Fractal Analytics

    4.0
    Compare

    TCS

    3.7
    Compare

    Wipro

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