Upload Button Icon Add office photos

Filter interviews by

Effiya Technologies Interview Questions, Process, and Tips

Updated 14 Oct 2024

Top Effiya Technologies Interview Questions and Answers

Effiya Technologies Interview Experiences

Popular Designations

6 interviews found

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

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The round 1 was aptitude round, solve 40 questions in 60 mins.

Round 2 - Coding Test 

There was a written coding test. There you were provided with problem statement, i was given a Binary tree problem basic BFS and DFS , the other set was of conversion of array to matrix. You have to solve the questions, providing the space and time complexity of the problem.

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me about yourself, go through your resume and describe its content.
  • Ans. 

    I am a front end developer with experience in HTML, CSS, JavaScript, and frameworks like React and Angular.

    • Proficient in HTML, CSS, and JavaScript

    • Experience with front end frameworks like React and Angular

    • Familiar with responsive design and cross-browser compatibility

    • Strong problem-solving skills and attention to detail

    • Previous projects include building interactive web applications and optimizing website performance

  • Answered by AI
  • Q2. Elaborate any one project you have worked on.
  • Ans. 

    Developed a responsive e-commerce website for a clothing brand

    • Used HTML, CSS, and JavaScript to create the front end

    • Implemented a user-friendly interface with smooth navigation

    • Integrated payment gateway for online transactions

    • Optimized website for mobile devices for better user experience

  • Answered by AI
  • Q3. Design a frontend application on the case study given.
  • Q4. Remove duplicates from string array. Array to matrix conversion.
  • Ans. 

    Remove duplicates from string array and convert array to matrix.

    • Use a Set to remove duplicates from the string array.

    • To convert the array to a matrix, determine the number of rows and columns and then populate the matrix accordingly.

    • Example: ['apple', 'banana', 'apple', 'orange'] can be converted to [['apple', 'banana'], ['orange']]

  • Answered by AI
  • Q5. Case study on sql

Interview Preparation Tips

Topics to prepare for Effiya Technologies Front end Developer interview:
  • Dsa
  • Web Development
  • SQL
Interview preparation tips for other job seekers - Go through your project in detail and know each and every concept related to the project.

Skills evaluated in this interview

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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Pen paper test in which a simple question was given based on simple for loops

Interview Preparation Tips

Topics to prepare for Effiya Technologies Software Developer interview:
  • Data Structures
Interview preparation tips for other job seekers - Simple dsa question based on for loops was asked

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)

Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitutude test with reasoning question normal level

Round 2 - Technical 

(2 Questions)

  • Q1. Design a solution so that we can have all email receive at one place
  • Ans. 

    Set up email forwarding to consolidate all emails in one inbox

    • Set up email forwarding from all individual email accounts to one central email address

    • Use email filters to organize incoming emails based on sender or subject

    • Consider using a third-party email management tool to streamline the process

  • Answered by AI
  • Q2. Sorting algorithm
  • Ans. 

    Sorting algorithms are used to arrange elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Examples of comparison-based sorting algorithms include bubble sort, merge sort, and quick sort.

    • Non-comparison-based sorting algorithms include counting sort, radix sort, and bucket sort.

  • Answered by AI

Skills evaluated in this interview

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. So study the questions on how to write algorithm based on a condition mostly they will give u a table having some data and will ask u to write an algo. They can ask easy level dsa questions as well. Be re...
Round 3 - Technical 

(1 Question)

  • Q1. Round 2 was again technical and they again asked algo based questions

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Effiya Technologies interview questions for popular designations

 Analyst

 (2)

 Business Analyst

 (2)

 Front end Developer

 (1)

 Software Developer

 (1)

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Apti questions, not sure with duration.

Round 2 - Technical 

(1 Question)

  • Q1. They will ask questions based on data.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Analyst Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2022

I applied via campus placement at Institute of Management Nirma University, Ahmedabad and was interviewed in Aug 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude test of 40 mins from Logical, Verbal, etc. type of topics.

Round 2 - Coding Test 

Had to write pseudo code for the given problem in 25 mins.

Round 3 - Technical 

(2 Questions)

  • Q1. Asked an algorithmic question and had to write and explain pseudo code for the same.
  • Q2. Asked to solve a puzzle that was from GFG.
Round 4 - Technical 

(3 Questions)

  • Q1. Discussions about the projects mentioned in the resume.
  • Q2. An algorithmic problem was asked and has to write pseudo code and explain it.
  • Q3. A puzzle was asked with a bee in a train with different speeds.
Round 5 - Technical 

(2 Questions)

  • Q1. Was asked to design an algorithm for the snake and ladders game.
  • Ans. 

    Algorithm for Snake and Ladders game

    • Create a board with 100 squares

    • Assign snakes and ladders to specific squares

    • Roll a dice to move player's token on the board

    • Check if the new position is a snake or ladder

    • Repeat until a player reaches the final square

  • Answered by AI
  • Q2. OOPs related question. What is static and dynamic polymorphism?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well DSA, Core subjects, and the things you mentioned in your resume.

Skills evaluated in this interview

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sale price on on day
  • Q2. Start working

Interview Preparation Tips

Interview preparation tips for other job seekers - Fofocus heavily on networking, tailoring your resume with relevant keywords, actively following up with potential employers, showcasing your sales skills in interviews through storytelling, and monitoring companies you're interested in to stay updated on opportunities.
Key points to remember:
Prioritize networking:
Utilize your network to connect with people in the industry, attend industry events, and leverage platforms like LinkedIn to build relationships with potential hiring managers.
Tailor your resume:
Include relevant sales keywords throughout your resume to catch the attention of recruiters and ensure your experience aligns with the job description.
Practice your sales pitch:
Prepare compelling stories from your past experiences to demonstrate your ability to close deals, overcome objections, and build rapport during interviews.
Follow up consistently:
After submitting applications, send personalized follow-up emails to maintain engagement with potential employers.
Research companies:
Actively monitor companies you're interested in by following their social media and news to stay informed about potential openings.
Highlight transferable skills:
Even if you lack direct sales experience, emphasize skills like communication, persuasion, relationship building, and problem-solving that translate well to a sales role.
Ask insightful questions:
During interviews, demonstrate your knowledge of the company and role by asking thoughtful questions that show your genuine interest.
Be enthusiastic and confident:
Convey a positive attitude and express your passion for sales to make a strong impression on potential employers.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you provide information about yourself and the projects you have worked on?
  • Q2. What is the Re-Framework, and how do the Dispatcher, Performer, and DataTable transaction approaches function in UiPath?
  • Q3. What is the difference between an execute query and an execute non-query?
  • Q4. What is the difference between a switch statement and an if-else statement?
  • Q5. Datatable how to use it in Uipath, what is a connection string and how we can create that?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

The exam consists of seven sections, and the cutoff score is quite high; it is essential to complete the exam thoroughly.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Can you provide details about your internship experience?
  • Q3. Given a puzzle to solve
  • Q4. What can you tell me about your major projects?
  • Q5. What is the latest news you have heard regarding technology?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay composed, exhibit confidence, and ensure effective communication.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Expected CTC
  • Q3. Why you left your previous company (Negative answers should be avoided)
Round 2 - Technical 

(3 Questions)

  • Q1. Questions based on the concepts of payroll
  • Q2. Expected CTC
  • Q3. Discussion regards to Shift timings, Cab facility, Annual leaves, Variable bonus, Relocate bonus.
Round 3 - Behavioral 

(1 Question)

  • Q1. Regards to Payroll questions on what I did on daily basis.
Contribute & help others!
anonymous
You can choose to be anonymous

Effiya Technologies Interview FAQs

How many rounds are there in Effiya Technologies interview?
Effiya Technologies interview process usually has 2-3 rounds. The most common rounds in the Effiya Technologies interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Effiya Technologies 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 Effiya Technologies. The most common topics and skills that interviewers at Effiya Technologies expect are Client Development, Client Relationship, Cold Calling, Communication Skills and Marketing.
What are the top questions asked in Effiya Technologies interview?

Some of the top questions asked at the Effiya Technologies interview -

  1. Was asked to design an algorithm for the snake and ladders ga...read more
  2. Remove duplicates from string array. Array to matrix conversi...read more
  3. Design a frontend application on the case study giv...read more

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

AU Small Finance Bank

No Interviews

INTERVIEWS

Verity Knowledge Solutions

No Interviews

INTERVIEWS

LG Electronics

No Interviews

INTERVIEWS

Engagely.ai

No Interviews

INTERVIEWS

Cresc Datasoft

No Interviews

Tell us how to improve this page.

Effiya Technologies Interview Process

based on 5 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

Effiya Technologies Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

4.7

Skill development

3.4

Work-life balance

3.8

Salary

4.7

Job security

3.5

Company culture

4.5

Promotions

4.7

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
8 salaries
unlock blur

₹6.4 L/yr - ₹11.5 L/yr

Analyst
7 salaries
unlock blur

₹9 L/yr - ₹14 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Software Developer
4 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Business Analyst
4 salaries
unlock blur

₹11.7 L/yr - ₹14 L/yr

Explore more salaries
Compare Effiya Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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