Upload Button Icon Add office photos

Filter interviews by

EPIKInDiFi Interview Questions and Answers

Updated 23 Dec 2024

EPIKInDiFi Interview Experiences

Popular Designations

7 interviews found

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

Interview Questionnaire 

1 Question

  • Q1. They were ask basic question related to nodes. 1. what is promise and explore some use case of it. The interview had been for 1 hour

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. And explain each point properly

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Write a program to check whether the given string is a palindrome.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It's a psychometric test

Round 2 - Technical 

(1 Question)

  • Q1. What language u know
Round 3 - HR 

(1 Question)

  • Q1. Background check,work for sunday

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2023. 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 

(2 Questions)

  • Q1. The technical interview included in-depth questions about javascript, node js, and MongoDB
  • Q2. There were also some scenario-based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have in-depth knowledge and explain properly in details for all of the questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

EPIKInDiFi interview questions for popular designations

 Full Stack Developer

 (2)

 Presales Lead

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Front end Developer

 (1)

Full Stack Developer Interview Questions & Answers

user image Anuswant Pandey

posted on 25 May 2023

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 4 interview rounds.

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 - Group Discussion 

They will ask you basics

Round 3 - Coding Test 

They will ask you basics

Round 4 - HR 

(3 Questions)

  • Q1. They will ask you how you can handle the project and salary
  • Q2. Why you want to quit your current job
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Limited opportunities for growth in current role

    • Looking for a more challenging and dynamic work environment

    • Interested in exploring new technologies and expanding skill set

  • Answered by AI
  • Q3. Define your roles
  • Ans. 

    As a Full Stack Developer, my roles include designing, developing, and maintaining web applications.

    • Designing and developing web applications

    • Maintaining and updating existing applications

    • Collaborating with cross-functional teams

    • Testing and debugging code

    • Staying up-to-date with emerging trends and technologies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They will reject you if you demand a good salary, without any justification, i asked them twice over a mail to provide a feedback as i knew my interview went well

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Presales Lead Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2023

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. Why BFSI is your choice?
  • Ans. Sector is growing rapidly. There is a huge scope to automate things via AI
  • Answered Anonymously
  • Q2. Will you be comfortable in working on weekends?
  • Q3. Yes, If my role or project demands.

Interview Preparation Tips

Topics to prepare for EPIKInDiFi Presales Lead interview:
  • bfsi
  • Presales
  • B2B Sales
Interview preparation tips for other job seekers - Be confident. That’s all they check

Presales Lead Interview Questions asked at other Companies

Q1. Executing tasks to align with primary objective , towards measurable results.
View answer (1)

I applied via Naukri.com and was interviewed before Nov 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Write a program to make the word in ascending by separation from sentence.
  • Ans. 

    Program to sort words in a sentence in ascending order.

    • Split the sentence into an array of words

    • Sort the array in ascending order

    • Join the sorted array into a sentence

  • Answered by AI
  • Q2. Write the program to find the no of occurrence of alphabets
  • Ans. 

    Program to count the occurrence of each alphabet in an array of strings.

    • Create an array of size 26 to store the count of each alphabet

    • Loop through each string in the array and count the occurrence of each alphabet

    • Display the count of each alphabet

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basics of OOPS and collection

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 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 - Aptitude Test 

Basic Aptitude Test

Round 3 - Technical 

(2 Questions)

  • Q1. Basic Javascript Question from freecodecamp
  • Q2. Asked about the Tech Stack you are Baised towards

Interview Preparation Tips

Interview preparation tips for other job seekers - They Were not interested in the thought process just wanted the solution
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Cutshort and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. The Database performance is becoming a bottleneck and the team needs to horizontally scale the database. Which design approach should they use to scale the database efficiently?
  • Q2. The app needs to send a beyond time notification to user about driver status. The status are asked, arrived, cancelled or completed. Each notification must be processed asynchronously to avoid blocking oth...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    Experienced Full Stack Developer with expertise in front-end and back-end technologies.

    • Experienced in HTML, CSS, JavaScript for front-end development

    • Proficient in Node.js, Express, MongoDB for back-end development

    • Familiar with React, Angular for building interactive web applications

  • Answered by AI
  • Q2. What is graphQL?, What is REST API? and which is better graphQL or REST API?
  • Ans. 

    GraphQL is a query language for APIs and a runtime for executing those queries. REST API is a set of rules for building web services. Both have their own advantages.

    • GraphQL allows clients to request only the data they need, reducing over-fetching and under-fetching.

    • REST API follows a more rigid structure and is easier to understand for beginners.

    • GraphQL is more efficient for complex queries involving multiple resources...

  • Answered by AI
Round 2 - Case Study 

I was asked to discuss the system design of Google Meet, with a primary focus on video processing and WebRTC.

Round 3 - Coding Test 

A graph question regarding LC 1334.

Round 4 - HR 

(1 Question)

  • Q1. Can you provide an introduction and a summary of your past experiences, as well as your motivations for wanting to join this company?
  • Ans. 

    Experienced Full Stack Developer with a passion for creating innovative solutions and a strong desire to contribute to a dynamic team.

    • Over 5 years of experience in full stack development, working on various projects from concept to deployment.

    • Proficient in front-end technologies such as HTML, CSS, JavaScript, and React.

    • Skilled in back-end technologies including Node.js, Express, and MongoDB.

    • Motivated by the opportunity...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hummingbird Web Solutions Full Stack Developer interview:
  • System Design
  • DSA
Interview preparation tips for other job seekers - The first round was focused on system design, so please be prepared, as it is uncommon for freshers to excel in that area.

EPIKInDiFi Interview FAQs

How many rounds are there in EPIKInDiFi interview?
EPIKInDiFi interview process usually has 2-3 rounds. The most common rounds in the EPIKInDiFi interview process are Resume Shortlist, Technical and HR.
How to prepare for EPIKInDiFi 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 EPIKInDiFi. The most common topics and skills that interviewers at EPIKInDiFi expect are Javascript, MySQL, Node.Js, MongoDB and React.Js.
What are the top questions asked in EPIKInDiFi interview?

Some of the top questions asked at the EPIKInDiFi interview -

  1. Write a program to make the word in ascending by separation from senten...read more
  2. Write the program to find the no of occurrence of alphab...read more
  3. They were ask basic question related to nodes. 1. what is promise and explore ...read more

Tell us how to improve this page.

EPIKInDiFi Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

EPIKInDiFi Reviews and Ratings

based on 26 reviews

2.1/5

Rating in categories

2.3

Skill development

1.6

Work-life balance

1.8

Salary

1.8

Job security

1.8

Company culture

1.8

Promotions

1.7

Work satisfaction

Explore 26 Reviews and Ratings
Member Technical Staff
25 salaries
unlock blur

₹5.8 L/yr - ₹18.1 L/yr

Business Analyst
16 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Quality Analyst
12 salaries
unlock blur

₹4.4 L/yr - ₹8.5 L/yr

Software Engineer
7 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Devops Engineer
6 salaries
unlock blur

₹5.3 L/yr - ₹9 L/yr

Explore more salaries
Compare EPIKInDiFi with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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