Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Episeron Team. If you also belong to the team, you can get access from here

Episeron Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 1 Review

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

Episeron Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Software Technologies Interview Questions & Answers

Signzy Technologies user image Anonymous

posted on 3 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. ACID Properties
  • Q2. What are Idempotent HTTP Requests?
  • Q3. Questions regarding your project, and how did you learn from the projects and tasks assigned to you?
  • Q4. System Design

Interview Preparation Tips

Topics to prepare for Signzy Technologies Software Technologies interview:
  • System DEsign
  • DSa
  • Algo
  • DBMS
  • Operating System
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to devops tools such as azure terraform kubernetes.
  • Q2. Java concurrency and exception handling
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join this organization?
  • Q2. Expected salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core java based questions, followed by springboot and then sql queries
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based java and spring boot questions and more complex sql queries
Round 3 - Client Interview 

(1 Question)

  • Q1. Previous project related questions like difficulty faced in project, how you overcome that, day to day routine, discussed role in projects
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and onboarding instructions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core technology in which you are proficient and have best knowledge in your domain, if you don't know about other required technologies be clear and tell them
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions .
topics were array and string

Round 2 - Technical 

(2 Questions)

  • Q1. 2D array question and a linkedlist question (find the middle element of the list)
  • Q2. Dbms questions like keys ,normalization, acid properties, types of network layer , deadlock in os
Round 3 - Technical 

(2 Questions)

  • Q1. Detect loop in a linkedlist
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q2. SQL queries basic level .
Round 4 - Technical 

(2 Questions)

  • Q1. Oops questions like inheritance and interface
  • Q2. Sql queries from leetcode hard level

Skills evaluated in this interview

Inventory Operations Engineer Interview Questions & Answers

Twilio user image Anonymous

posted on 18 Oct 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. About yourself, your past work experience and why you want to get into this role The interviewer was very calm and just wanted to learn about the background.
Round 2 - One-on-one 

(1 Question)

  • Q1. All behavioural questions- 1 how do your prioritise your work? 2 do you have experience in managing cross functional teams? 3 what if one of your Co-worker decline working on a project, How would you tackl...
Round 3 - One-on-one 

(1 Question)

  • Q1. Again all behavioural questions- How do you work with large volume of works? How do you manage work life balance? How do you give harsh feedbacks to your coworkers?
Round 4 - One-on-one 

(1 Question)

  • Q1. All behavioural questions again- same as above just a bit here and there asked in different ways

Interview Preparation Tips

Interview preparation tips for other job seekers - They took 4 rounds of interview and all behavioural questions were asked and more about your past work experience. I believe according to me I had aced all my interview rounds. They didn’t shared any offer saying they found a better candidate.
If that was the case then atleast they should have shared some feedback based on where did I lacked. The HR did mention that on email asking about my timeline to have a call on feedback however I never heard from her.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

6 mcqs and 2 sql questions

Round 2 - Technical 

(5 Questions)

  • Q1. Difference between having and where in sql
  • Ans. 

    In SQL, 'HAVING' is used with GROUP BY to filter groups, while 'WHERE' is used to filter rows before grouping.

    • HAVING is used with GROUP BY to filter groups based on aggregate functions

    • WHERE is used to filter rows before grouping

    • HAVING is used after GROUP BY in the query, while WHERE is used before GROUP BY

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

    • Example: S

  • Answered by AI
  • Q2. Sql joins and it types
  • Q3. Window functions and subqueries
  • Q4. Sql scenario question based on joins
  • Q5. Kpi's and metrics
Round 3 - Technical 

(1 Question)

  • Q1. Business problem related to case study

Interview Preparation Tips

Interview preparation tips for other job seekers - learn sql, problem solving,puzzles,kpi's and metrics

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. What is the SQL query used to remove duplicates from a dataset?
  • Ans. 

    Use the DISTINCT keyword in a SELECT query to remove duplicates from a dataset.

    • Use the SELECT DISTINCT statement to retrieve unique rows from a table

    • Example: SELECT DISTINCT column1, column2 FROM table_name;

    • Another way is to use the GROUP BY clause with aggregate functions like COUNT() or SUM() to remove duplicates

  • Answered by AI
  • Q2. What is the SQL query to find the third highest salary in a table?
  • Ans. 

    Use a subquery to find the third highest salary in a table using SQL.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to limit the results to the third row.

    • Use a subquery to select the third highest salary from the sorted list.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are the different roles in Power BI?
  • Ans. 

    Different roles in Power BI include Power BI Developer, Power BI Analyst, Power BI Administrator, and Power BI User.

    • Power BI Developer - responsible for creating and maintaining Power BI reports and dashboards

    • Power BI Analyst - analyzes data using Power BI to provide insights and recommendations

    • Power BI Administrator - manages security, access, and data sources in Power BI

    • Power BI User - consumes reports and dashboards

  • Answered by AI
  • Q2. SQL - basicand advanced questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly questions on logical aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions. Reverse word of string, bubble sort, swap two variables without use of third variable
  • Q2. OOPs concepts also some questions on project
  • Q3. 1 puzzle (refer gfg)
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work at our company?
  • Q2. What was the toughest challenge you have ever faced?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA questions, best time to buy and sell stock and its variation

Round 2 - Technical 

(2 Questions)

  • Q1. Basic nosql vs sql questions
  • Q2. Designing system for google playstore
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked about Parking LOT coding question in VM

Round 2 - Technical 

(5 Questions)

  • Q1. About yourself?
  • Q2. Delegates
  • Q3. Linq
  • Q4. ORMs
  • Q5. OOPS

Tell us how to improve this page.

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.5
 • 77 Interviews
NoBrokerHOOD Interview Questions
3.3
 • 54 Interviews
Vyapar Interview Questions
3.5
 • 47 Interviews
Classplus Interview Questions
3.4
 • 27 Interviews
Fleetx.io Interview Questions
3.9
 • 25 Interviews
Springworks Interview Questions
4.6
 • 23 Interviews
Twilio Interview Questions
4.0
 • 23 Interviews
View all

Episeron Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Compare Episeron with

Intellect Design Arena

4.1
Compare

NoBrokerHOOD

3.3
Compare

Celebal Technologies

3.2
Compare

Innovaccer

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview