Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Efftronics Systems Team. If you also belong to the team, you can get access from here

Efftronics Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Efftronics Systems Data Analyst Interview Questions and Answers

Updated 27 Oct 2023

Efftronics Systems Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Suvarchaladevi Kanchustambham

posted on 27 Oct 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Psychometric Test 

(1 Question)

  • Q1. It was good you need to answer quickly
Round 3 - Coding Test 

It was an online interview which are basic coding questions where you have to write codes

Round 4 - HR 

(1 Question)

  • Q1. Just asked about project

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There were 4 interview rounds.

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 - One-on-one 

(4 Questions)

  • Q1. PERVIOUS EXPERIENCE AND PROJECT RELATED
  • Q2. STRENGTH AND WEAKNESS
  • Q3. WHY YOU APPLIED FOR THIS JOB
  • Q4. WHAT ARE THE KEY INSIGHTS IN YOUR PROJECT
Round 3 - Case Study 

VISUALIZATION CASE STUDY

Round 4 - Technical 

(1 Question)

  • Q1. RELATED TO TECHINCAL SKILLS - TABLEAU ,ALLTERYX
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Case Study related to Business and Supply Chain
  • Q2. Tableau, Python, SQL

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Project description
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for project management

    • Implemented user authentication and authorization

    • Integrated with third-party tools like JIRA and GitHub

    • Provided real-time project progress tracking

    • Generated reports for project analysis

  • Answered by AI
  • Q2. Python based problems
  • Q3. Embedded scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank about your self ration about your skills and maintain 2 way communication during the interview.

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. How you will work under a supervisor.
  • Ans. 

    I will communicate effectively, follow instructions, seek feedback, and collaborate with my supervisor.

    • Communicate regularly with supervisor to provide updates on progress and ask for clarification when needed

    • Follow instructions carefully and ask for help if unsure about a task

    • Seek feedback on my work to improve and grow professionally

    • Collaborate with supervisor and team members to achieve project goals

    • Provide suggesti

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: I got selected for next round.
Tips: Do not loses hope.
Duration: 1 hour
Total Questions: 10

Round: Technical + HR Interview
Experience: It was nice experience.
Tips: Do not loses hope.

Skills: Technical Analysis, Managing People
College Name: IIT Kharagpur

I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was aptitude and technical MCQ questions round

Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview- regarding skills mentioned in resume and projects
  • Q2. In same round hr interview was done

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well what you mentioned in resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What metrics can be used to evaluate the performance of a regression model?
  • Ans. 

    Various metrics like Mean Squared Error, R-squared, Mean Absolute Error can be used to evaluate regression model performance.

    • Mean Squared Error (MSE) - measures the average of the squares of the errors or deviations

    • R-squared (R2) - indicates the proportion of the variance in the dependent variable that is predictable from the independent variables

    • Mean Absolute Error (MAE) - measures the average of the absolute errors b...

  • Answered by AI
  • Q2. What methods can be used to remove a specific type of noise from an image?
  • Ans. 

    Methods like median filtering, Gaussian filtering, and wavelet denoising can be used to remove noise from an image.

    • Median filtering replaces each pixel's value with the median value of its neighborhood.

    • Gaussian filtering uses a weighted average of neighboring pixels to smooth out noise.

    • Wavelet denoising decomposes the image into different frequency bands and removes noise from each band separately.

  • Answered by AI
Round 2 - Case Study 

Machine learning-based problem.

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30. minutes
Round difficulty - Easy

It was in the evening, question were moderate

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the night around 9:00 PM.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find all pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the pairs based on the first element and then the second element.

    • Return the list of pairs as the final result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude)Vertiv Co interview preparation:Topics to prepare for the interview - Array, oops, algorithms, data structures, stackTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Learn new things daily 
Tip 2 : Practice questions 
Tip 3 : Keep one question in mind to solve.

Application resume tips for other job seekers

Tip 1 : Description about your skills 
Tip 2 : Project details

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Salary expectation .
  • Q2. Why should I hire you?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Mendix Advanced questions.
  • Q2. Everything which you mentioned in your resume.

I applied via Company Website and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical related

Interview Preparation Tips

Interview preparation tips for other job seekers - Need much more technical knowledge

Efftronics Systems Interview FAQs

How many rounds are there in Efftronics Systems Data Analyst interview?
Efftronics Systems interview process usually has 4 rounds. The most common rounds in the Efftronics Systems interview process are Resume Shortlist, Psychometric Test and Coding Test.
How to prepare for Efftronics Systems Data Analyst 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 Efftronics Systems. The most common topics and skills that interviewers at Efftronics Systems expect are Data Analysis, Application Software, Computer science, Configuration and Data Management.

Tell us how to improve this page.

Efftronics Systems Data Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Navitasys India Interview Questions
4.2
 • 101 Interviews
TE Connectivity Interview Questions
4.1
 • 84 Interviews
Vertiv Interview Questions
3.9
 • 51 Interviews
Ukb Electronics Interview Questions
3.7
 • 44 Interviews
Samsung Display Interview Questions
3.9
 • 43 Interviews
Livguard Interview Questions
4.0
 • 31 Interviews
View all
Efftronics Systems Data Analyst Salary
based on 13 salaries
₹3.3 L/yr - ₹8.9 L/yr
9% more than the average Data Analyst Salary in India
View more details

Efftronics Systems Data Analyst Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

4.7

Skill development

2.0

Work-life balance

3.0

Salary

4.8

Job security

4.7

Company culture

3.9

Promotions

4.7

Work satisfaction

Explore 3 Reviews and Ratings
Service Engineer
52 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Solution Support Engineer
45 salaries
unlock blur

₹1.5 L/yr - ₹5.5 L/yr

Technical Support Engineer
35 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Firmware Engineer
30 salaries
unlock blur

₹3.5 L/yr - ₹8.7 L/yr

Software Engineer
30 salaries
unlock blur

₹2.9 L/yr - ₹10 L/yr

Explore more salaries
Compare Efftronics Systems with

TE Connectivity

4.1
Compare

Vertiv

3.9
Compare

Navitasys India

4.2
Compare

Flash Electronics

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