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

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 (180)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vel tech multitech dr.rangarajan dr.sakunthala engineering college, Chennai 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 was 1 interview round.

Round 1 - 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. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (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:
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 - 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
Add answer

EPIKInDiFi interview questions for popular designations

 Full Stack Developer

 (2)

 Front end Developer

 (1)

 Presales Lead

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (1)

 Software Engineer

 (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:
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 - 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 (38)

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
Add answer

Interview questions from similar companies

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

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why are you interested in the role
  • Ans. 

    I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.

    • I have a strong background in HR strategy and business partnering

    • I enjoy collaborating with cross-functional teams to drive positive change

    • I am excited about the opportunity to make a meaningful impact on the organization's culture and performance

  • Answered by AI
  • Q3. Talking about Intersted in which things that do in free time

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently, I had an interview experience that felt unprofessional. I was assured I was one of two shortlisted candidates for a role and encouraged to attend. After waiting for over 30 minutes, the HR representative finally conducted the interview but was dressed in casual nightwear, which left a poor impression. Such behavior from an HR professional does not reflect well on the company. I suggest researching thoroughly before investing your time and effort with organizations that may not prioritize professionalism in their recruitment process.

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

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

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework

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
 • 297 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Tata Capital Interview Questions
4.1
 • 134 Interviews
Edelweiss Interview Questions
3.9
 • 59 Interviews
View all

EPIKInDiFi Reviews and Ratings

based on 25 reviews

2.1/5

Rating in categories

2.3

Skill development

1.6

Work-life balance

1.8

Salary

1.8

Job security

1.9

Company culture

1.9

Promotions

1.7

Work satisfaction

Explore 25 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

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