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 ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

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

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

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
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(11 Questions)

  • Q1. Introduce yourself
  • Q2. Defference between Implicit And Explicit enhancement
  • Q3. What defferet type of enhancement and explain each
  • Q4. How to debug backgroud job
  • Q5. How debug smartforms
  • Q6. Which bapi you have used
  • Q7. What is file handling
  • Q8. Which FM is used to upload data
  • Q9. TMG events senario question
  • Q10. How ro make table feild case sensitive
  • Q11. Why we need to use BSPI instead od Update qury
Round 2 - Technical 

(12 Questions)

  • Q1. Introduce yourself
  • Q2. What is the defference between Explicit and implicit enhancement
  • Q3. Explain Customer Exit requirements on which u worked
  • Q4. Different type of FM
  • Q5. How to create BAPI
  • Q6. Tcode for code optimization
  • Q7. How to optimize code
  • Q8. Tcode for ADOBE Form
  • Q9. Have you worked on Module Pool
  • Q10. Tcodes related to IDOC
  • Q11. What is the use of Commite statement
  • Q12. On which repprys u have worked
Round 3 - HR 

(3 Questions)

  • Q1. Why there is gap of 1 year after completing your graduation to getting job
  • Q2. Preferred location
  • Q3. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basics. They ask only besics questions and whenever you answer give the example your requirements on which you worked, be confident.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Case Study 

Typically includes an executive summary, background information, a discussion of the findings, proposed solutions, and a conclusion. This reply all questions in detail with studies program

Round 2 - Technical 

(2 Questions)

  • Q1. Questions asked in interviews to assess a candidate's technical knowledge and problem-solving skills. They can cover a range of topics, including programming languages, tools, and processes.
  • Q2. How will joining be done in the company?
Round 3 - One-on-one 

(2 Questions)

  • Q1. Don't ask anything and I am setting the job recruitment and selection will be in detail this company
  • Q2. Vi don't know asking any questions this company and no any doubt
Round 4 - HR 

(2 Questions)

  • Q1. HR interviewers ask questions to learn about a candidate's skills, experience, and fit for the company culture. Some common questions include.
  • Q2. It's their way of checking if you have any further inquiries about the role, the company, or the next steps in the hiring proces.

Interview Preparation Tips

Interview preparation tips for other job seekers - thoroughly researching companies and roles before applying, actively networking with professionals in your field, tailoring your resume and cover letter to each job, practicing interview skills, staying updated on industry trends, and continuously developing relevant skills to stay competitive in the job market.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you share your work experience?
  • Q2. What tools have you used to perform finite element analysis (FEA)?
  • Q3. What is your basic knowledge of the strength of materials and finite element method (FEM)?
  • Q4. What are the shear force distribution (SFD) and bending moment diagram (BMD) for cantilever beams made of two different materials that are subjected to a point load P at the free end?
  • Q5. What is the purpose of static analysis?

Interview Preparation Tips

Interview preparation tips for other job seekers - We should have a deep understanding of the strength of materials and finite element method (FEM), and we should be able to explain what we have accomplished and the reasons behind our actions in previous companies.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - HR 

(2 Questions)

  • Q1. What was your experience with your last employer?
  • Q2. What were your roles and responsibilities in your last position?
Round 2 - Aptitude Test 

This was an assessment of skills and abilities.

Round 3 - Technical 

(1 Question)

  • Q1. What technical skills do you possess, especially in relation to the tools and technologies utilized by your previous employer?
Round 4 - Technical 

(1 Question)

  • Q1. What is your experience with the tools used by HCLTech for this particular requirement?
Round 5 - One-on-one 

(1 Question)

  • Q1. This was a face-to-face round that included some technical, aptitude, and behavioural questions.
Round 6 - HR 

(2 Questions)

  • Q1. Business strategy case study questions were asked during the final round with the hiring manager.
  • Q2. Salary negotiation process and the final offer

Interview Preparation Tips

Interview preparation tips for other job seekers - Clearly articulate your previous work and skills, and be prepared for what is expected of you. Embrace a learning mindset, as no one is perfect, and the hiring team primarily evaluates your willingness to learn.

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 4 interviews in last 1 year

Interview experience

4.3
  
Good

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Cyient Interview Questions
3.7
 • 281 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
9 salaries
unlock blur

₹6.4 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

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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