Upload Button Icon Add office photos

Filter interviews by

Effiya Technologies Analyst Interview Questions and Answers

Updated 14 Jun 2024

Effiya Technologies Analyst Interview Experiences

2 interviews found

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

asked in Capgemini
Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is t ... read more
Q2. Ninja And The Game Of Words Ninja and his friend playing a game i ... read more
asked in Deloitte
Q3. Reverse of a numberWrite a program to generate the reverse of a g ... read more
Q4. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
Q5. Wildcard Pattern MatchingGiven a text and a wildcard pattern of s ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is DNS, HTTP/s, TLS, SSL?
  • Q2. What is the latest for HTML, CSS, and JS?
Round 2 - Technical 

(3 Questions)

  • Q1. What are the latest features in ES10?
  • Q2. What is the difference between async and promises?
  • Q3. Why everything is a object in JavaScript

Interview Preparation Tips

Interview preparation tips for other job seekers - JavaScript Basics, Well it depends on the project and the client, but make sure you're basics are clear. All the best.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is a VPN, and how does it work?
  • Q2. What steps would you take if the server were to go down?

Interview Preparation Tips

Interview preparation tips for other job seekers - Review your resume thoroughly and ensure that you understand everything you have included in it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It comprised of 3 sections
1st section
MCQ round:DSA(bitwise operators), DBMS, Networking.
2nd Section
Essay writing (200 words)
3rd Section
Gaming based cognitive ability test.

Then qualified students had to give SVAR test.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you describe your major project
  • Ans. 

    Developed a data analysis tool to track customer behavior and improve marketing strategies.

    • Utilized Python and SQL to extract and analyze customer data

    • Implemented machine learning algorithms to predict customer preferences

    • Collaborated with marketing team to implement targeted campaigns based on analysis

    • Generated reports and visualizations to present findings to stakeholders

  • Answered by AI
  • Q2. Explain the concept of inheritance along with other basic Object-Oriented Programming (OOP) concepts?
  • Ans. 

    Inheritance is a concept in OOP where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of 'is-a' relationship.

    • A subclass can inherit from a superclass, gaining access to its attributes and methods.

    • Example: Class 'Animal' can be a superclass, and classes like 'Dog' and 'Cat' can inherit from it.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a thorough understanding of all your projects.

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 25 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is data analysis and data science?
  • Ans. 

    Data analysis involves examining, cleaning, transforming, and modeling data to discover useful information, while data science involves using scientific methods, algorithms, and systems to extract knowledge and insights from data.

    • Data analysis focuses on examining and interpreting data to make informed decisions.

    • Data science involves using various techniques and algorithms to extract insights and knowledge from data.

    • Da...

  • Answered by AI
  • Q2. What is array explain numpy in python?
  • Ans. 

    An array in numpy is a grid of values, all of the same type, and is indexed by a tuple of nonnegative integers.

    • Numpy is a popular Python library for numerical computing.

    • Arrays in numpy can be created using the np.array() function.

    • Arrays can have multiple dimensions, such as 1D, 2D, or even higher dimensions.

    • Numpy arrays are more efficient than Python lists for numerical operations.

    • Example: import numpy as np arr = np.a

  • Answered by AI
  • Q3. What is dataframe?
  • Ans. 

    Dataframe is a two-dimensional data structure in pandas that stores data in rows and columns.

    • Dataframe is a key data structure in the pandas library for data manipulation and analysis

    • It is similar to a table in a relational database or a spreadsheet in Excel

    • Dataframes can be created from various data sources such as CSV files, databases, or dictionaries

  • Answered by AI
  • Q4. What is Power Bi
  • Ans. 

    Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power BI allows users to connect to various data sources and create interactive reports and dashboards.

    • Users can easily share and collaborate on reports with others within their organization.

    • It offers a wide range of visualization options to present data in a meaningful way.

    • Power BI can be ...

  • Answered by AI
  • Q5. What are the data visulaztion tools?
  • Ans. 

    Data visualization tools are software that help in creating visual representations of data to aid in understanding and analysis.

    • Tableau

    • Power BI

    • QlikView

    • Google Data Studio

    • D3.js

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - excellent

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Thadomal Shahani Engineering College, Mumbai and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

In the aptitude round there were various sections such as quants, verbal and technical questions based on networking and cloud platforms and some pseudo codes . No coding questions were asked .

Round 2 - Group Discussion 

It was structured group discussion with one panel member and a case study was provided to us .

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me about yourself .
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics and have completed multiple data analysis projects during my studies.

    • I am proficient in using statistical software such as R and Python to analyze data and generate insights.

    • I have experience working with cross-functional teams to develop and implement data-driven strategie...

  • Answered by AI
  • Q2. Tell me about the projects that you have made .
  • Ans. 

    I have worked on various projects including financial analysis, market research, and data visualization.

    • Developed financial models to analyze company performance

    • Conducted market research to identify growth opportunities

    • Created interactive dashboards for data visualization

    • Collaborated with cross-functional teams to implement project recommendations

  • Answered by AI
  • Q3. Puzzles questions
  • Q4. Coding question
  • Q5. Machine learning question

Interview Preparation Tips

Topics to prepare for Deloitte Analyst interview:
  • Data Structures
  • quants
  • logical aptitude
  • technical aptitude
  • Indiabix for aptitude
  • past year questions
  • past interview experiences
Interview preparation tips for other job seekers - Be patient and speak confidently in the interview . Try to express your opinion and approach to tackle problems and questions confidently.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

GOOD EXPERIENCE - 10 MIN INTERVIEW

Round 2 - Aptitude Test 

EASY EXPERIENCE - 10 MIN INTERVIEW JAVA REALETD

Round 3 - One-on-one 

(2 Questions)

  • Q1. INRODUCE YOURSLEF
  • Q2. FAMILY BACKGROUND
Round 4 - Group Discussion 

Artifical Intelligence

Round 5 - Assignment 

Maths, englkisg, coding

Round 6 - Coding Test 

Abap, python, hard ques

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Explain in detail Previous job experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is content moderation
  • Ans. 

    Content moderation is the process of monitoring and filtering user-generated content on online platforms to ensure it meets community guidelines.

    • Monitoring and reviewing user-generated content

    • Filtering out inappropriate or harmful content

    • Enforcing community guidelines and policies

    • Removing spam, hate speech, and other violations

    • Implementing automated tools and human moderators

    • Examples: Facebook moderating posts, YouTube

  • Answered by AI
  • Q2. Policy related questions
Round 3 - Assignment 

It consists of few questions on logical thinking and aptitude

Skills evaluated in this interview

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

Basics round aptitude questions and hr related

Round 2 - Technical 

(2 Questions)

  • Q1. Resume related only nothing extra.
  • Q2. Some technical questions based on resume

Effiya Technologies Interview FAQs

How many rounds are there in Effiya Technologies Analyst interview?
Effiya Technologies interview process usually has 3-4 rounds. The most common rounds in the Effiya Technologies interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Effiya Technologies Analyst interview?

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

  1. Was asked to design an algorithm for the snake and ladders ga...read more
  2. Design a solution so that we can have all email receive at one pl...read more
  3. sorting algori...read more

Tell us how to improve this page.

Analyst Interview Questions from Similar Companies

Capgemini Analyst Interview Questions
3.8
 • 455 Interviews
Deloitte Analyst Interview Questions
3.8
 • 356 Interviews
Accenture Analyst Interview Questions
3.9
 • 200 Interviews
HCLTech Analyst Interview Questions
3.5
 • 108 Interviews
TCS Analyst Interview Questions
3.7
 • 100 Interviews
Wipro Analyst Interview Questions
3.7
 • 65 Interviews
Infosys Analyst Interview Questions
3.7
 • 49 Interviews
PwC Analyst Interview Questions
3.4
 • 20 Interviews
View all
Effiya Technologies Analyst Salary
based on 7 salaries
₹9 L/yr - ₹14 L/yr
78% more than the average Analyst Salary in India
View more details
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