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

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)

 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 was interviewed before Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. It was an online technical test. Questions were related to ME outlook, mobile device management , Networking and many more

Interview Preparation Tips

Round: Grammar Round
Experience: It was a written English grammar test to analyse how grammatically sound you are.
Tips: Just revise your basic English grammar like prepositions verbs nd essay/paragraph writing

Round: COMMUNICATION SKILLS Round
Experience: In this round they ask you to speak something on the given topic or sometimes group discussion . Basically they test your vocabulary, your thought process, pronunciation, accent and above all confidence.
Tips: Be confident in whatever you speak. Remember if you get nervous you will need with your words .

Round: Technical Interview
Experience: This was an online test and it had 50 questions all objective types.
Tips: Be technically sound. You cannot Google them as these search engines are blocked

College Name: Babu Banarasi Das National Institute Of Technology And Management (BBDNITM)

Analyst Interview Questions & Answers

HCLTech user image Raj Hrithik

posted on 2 Sep 2017

I was interviewed in Jul 2017.

Interview Questionnaire 

1 Question

  • Q1. Experience summary and the roles

Interview Preparation Tips

Round: Test
Experience: I was allowed to write a test for 2hrs in that each headings seems to be different and also there is a section heading marks
Duration: 2 hours
Total Questions: 70

Round: Technical Interview
Experience: After finishing i was advised to attend 2nd round in that they ask about the detailed experience of my previous company and finally technical terms question also flows

Skills: Logical And Structured Thinking, Communication And Confidence, Attitude, Psychometric Test, Project Management

Interview Questionnaire 

3 Questions

  • Q1. Why IT if your from other branch
  • Ans. 

    To leverage my skills and passion for technology in a field that offers diverse opportunities for growth and innovation.

    • Passion for technology and its advancements

    • Strong analytical and problem-solving skills

    • Desire to work in a field that offers diverse opportunities for growth and innovation

    • Transferable skills from other branch that can be applied in IT

    • Interest in staying updated with the latest trends and developments

  • Answered by AI
  • Q2. Tell me about yourself
  • Q3. Questions on leadership

Interview Preparation Tips

Round: Test
Experience: Basic programming and aptitude
Tips: Programmes like to check the errors or finding output
Duration: 60 minutes
Total Questions: 40

Round: Technical Interview
Experience: Questions related to your field i was electronics so relating that

Round: HR Interview
Experience: HR is very friendly and asks only about your hobbies and life

Skills: basic c and c++
College Name: SATHYABAMA UNIVERSITY

I was interviewed before May 2016.

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you
  • Ans. 

    I have the skills, experience, and passion to excel in this role.

    • I have a strong background in data analysis and have successfully completed numerous projects in the past.

    • I am detail-oriented and have a proven track record of delivering high-quality work under tight deadlines.

    • I am a team player and have excellent communication skills, which allows me to collaborate effectively with colleagues and stakeholders.

  • Answered by AI
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

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Eli Lilly and Company

No Interviews

INTERVIEWS

Eli Lilly and Company

No Interviews

INTERVIEWS

Eli Lilly and Company

No Interviews

INTERVIEWS

Company Interviews

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 Lock Unlock

₹0 L/yr - ₹0 L/yr

Analyst
7 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
5 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Business Analyst
4 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent