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 (203)
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 (42)

Interview questions from similar companies

I applied via Company Website and was interviewed in Mar 2018. There were 4 interview rounds.

Interview Preparation Tips

General Tips: I am mohd zaffer with three year computer diploma three year work experience in computer center lam interested for this bank job sir you gave me opportunity for this job
Skills: Computer Networking

Intern Interview Questions & Answers

ICICI Bank user image Priyanka Bagree

posted on 3 May 2017

I was interviewed before May 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell us something which we can't find out from your CV.
  • Ans. 

    I am an avid rock climber and have scaled some of the tallest peaks in the region.

    • I have been rock climbing for over 5 years.

    • I have climbed peaks such as Mount Everest Base Camp and El Capitan in Yosemite.

    • Rock climbing has taught me valuable lessons in perseverance and problem-solving.

  • Answered by AI
  • Q2. Fall in the Chinese yuan
  • Ans. 

    The fall in the Chinese yuan is due to various factors such as trade tensions, economic slowdown, and government policies.

    • Trade tensions between China and the US have led to a decrease in demand for the yuan

    • China's economic growth has slowed down, leading to a decrease in investor confidence

    • The Chinese government has implemented policies to devalue the yuan in order to boost exports

    • The fall in the yuan has led to conce

  • Answered by AI
  • Q3. Ratios for banks
  • Ans. 

    Ratios are important for banks to measure their financial health and performance.

    • Common ratios used for banks include capital adequacy ratio, loan-to-deposit ratio, and net interest margin.

    • Capital adequacy ratio measures a bank's ability to absorb losses, while loan-to-deposit ratio shows the bank's ability to lend money.

    • Net interest margin measures the difference between interest earned on loans and interest paid on d...

  • Answered by AI
  • Q4. Why ICICI?
  • Ans. 

    ICICI is a leading financial institution known for its innovative products and services.

    • ICICI has a strong reputation in the financial industry

    • Offers a wide range of products and services for customers

    • Known for its innovative digital banking solutions

    • Provides opportunities for growth and development

  • Answered by AI

Interview Preparation Tips

Round: Test
Tips: The best way to clear this round is to be truthful. There are no correct answers which will also be told during this test. It is very easy, however, to understand if someone is lying on this test.
Duration: 40 minutes

Round: Group Discussion
Tips: Be confident.
Try and start the GD but make sure you can give it a direction.
Don't repeat points just to get more talking time.
Allow others to explain their point of view.
Duration: 10 minutes

Round: Technical + HR Interview
Tips: Don't get worked up or stressed if you don't know the answer to a question.
Prepare very well on the things mentioned in your CV.
Don't try to make up things.

College Name: IIM Raipur

Interview Questionnaire 

1 Question

  • Q1. About banks in Indian market About kotak Savings accounts Current accounts Rate of interest NII NIV

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

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
Bajaj Finance Interview Questions
4.0
 • 302 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
Tata Capital Interview Questions
4.1
 • 136 Interviews
Edelweiss Interview Questions
3.9
 • 58 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

₹0 L/yr - ₹0 L/yr

Business Analyst
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare EPIKInDiFi with

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Kotak Mahindra Bank

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