Upload Button Icon Add office photos

Filter interviews by

Effiya Technologies Interview Questions and Answers

Updated 14 Oct 2024

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 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 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 (43)

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 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)

 Software Developer

 (1)

 Front end 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 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 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 questions from similar companies

I appeared for an interview before Jul 2020.

Interview Questionnaire 

1 Question

  • Q1. Is Infosys listed?
  • Ans. 

    Yes, Infosys is listed on the Indian stock exchanges as well as on the NYSE.

    • Infosys is listed on the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE)

    • It is also listed on the New York Stock Exchange (NYSE)

    • Infosys has a market capitalization of over $80 billion as of 2021

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in advance

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me something about yourself
  • Q2. Whats special you can orovide to this company
  • Q3. What are your long term plans ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident...dont bluff...reman calm

I applied via Campus Placement and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go there

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Case studies, technical and business
  • Q2. Behavior and situation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Never loose your calm
2. Show your passion
3. Stay focused

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

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.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k 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
10 salaries
unlock blur

₹8.6 L/yr - ₹14.1 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

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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