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 Technical Support Engineer Interview Questions and Answers

Updated 22 Dec 2022

Efftronics Systems Technical Support Engineer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Jun 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. What will resistances connected to a source of voltage in series do? ...
  • Ans. 

    Resistances connected in series to a voltage source will reduce the current flowing through the circuit.

    • Resistances in series add up to increase the total resistance of the circuit.

    • This results in a decrease in current flowing through the circuit.

    • The voltage drop across each resistance will be proportional to its resistance value.

    • This principle is used in voltage dividers and current limiting circuits.

  • Answered by AI
  • Q2. What are passive and active electrical components? ...
  • Ans. 

    Passive components do not require an external power source, while active components do.

    • Passive components include resistors, capacitors, and inductors.

    • Active components include transistors, diodes, and integrated circuits.

    • Passive components can only attenuate signals, while active components can amplify and switch signals.

    • Passive components are simpler and cheaper than active components.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Efftronics Systems Technical Support Engineer interview:
  • EEE
  • ece
Interview preparation tips for other job seekers - Gain Knowledge About Electronics and Electrical Core Subjects and Body Language

Interview questions from similar companies

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

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.

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DeltaV dcs , control strategies, graphics, project execution
Round 2 - Case Study 

Process knowledge, Logic development

Round 3 - HR 

(1 Question)

  • Q1. Salary, industry awareness

Interview Preparation Tips

Interview preparation tips for other job seekers - Practical experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How many layers in OSI Model?
  • Ans. 

    There are 7 layers in the OSI Model.

    • The OSI Model stands for Open Systems Interconnection Model.

    • It is a conceptual framework used to understand network communication.

    • The 7 layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and protocols associated with it.

    • For example, HTTP operates at the Application layer, while TCP operates at the Transport la

  • Answered by AI
  • Q2. What is the color coding of RJ45 connector?
  • Ans. 

    The color coding of RJ45 connector is used to identify the purpose of each wire in the cable.

    • The color coding for RJ45 connector follows the T568A or T568B standard.

    • In T568A, the color coding is white-green, green, white-orange, blue, white-blue, orange, white-brown, brown.

    • In T568B, the color coding is white-orange, orange, white-green, blue, white-blue, green, white-brown, brown.

    • The color coding helps ensure that the ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Self introduction?
  • Q2. Previous jobs?
  • Ans. 

    I have worked as a Desktop Support Engineer for XYZ Company for 2 years.

    • Provided technical support to end users for hardware and software issues

    • Installed and configured operating systems and software applications

    • Troubleshooted network connectivity problems

    • Managed user accounts and permissions

    • Performed hardware upgrades and repairs

  • Answered by AI

I applied via Campus Placement and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction about ourself,projects in UG and PG ,basic of the Core subjects ,about hardware Projects and some HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - interview experience is good and have some cofidence in u and answer any question very confidently.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 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 - HR 

(2 Questions)

  • Q1. Basics general questions
  • Q2. Why are you looking for change. How much hike are you expecting. Why do you want to change within 6 months of joining a new company in my case. Etc
Round 3 - Technical 

(2 Questions)

  • Q1. General questions from project and services.
  • Q2. 1. What is risk analysis,or have you done in your previous job. 2. What is toughest job or project you handled. 3. What is safety, how would you improve it. 4. Standard of materials being used HVAC PROJECT...
  • Ans. 

    Risk analysis involves identifying potential risks in a project or job and taking steps to mitigate them.

    • Risk analysis involves identifying potential hazards or risks in a project or job.

    • It includes assessing the likelihood of these risks occurring and the potential impact they could have.

    • Steps are then taken to mitigate or eliminate these risks to ensure the safety of the project and personnel.

    • For example, in a previo...

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Interview with regional service head
  • Q2. Basics question just like HR. Even though it was difficult convince him that I'm looking for a long association with company as I was switching job within 6 months from joining a new company therefore I wa...

Efftronics Systems Interview FAQs

How many rounds are there in Efftronics Systems Technical Support Engineer interview?
Efftronics Systems interview process usually has 2 rounds. The most common rounds in the Efftronics Systems interview process are Resume Shortlist and HR.
What are the top questions asked in Efftronics Systems Technical Support Engineer interview?

Some of the top questions asked at the Efftronics Systems Technical Support Engineer interview -

  1. What will resistances connected to a source of voltage in series do? ...read more
  2. What are passive and active electrical components? ...read more

Tell us how to improve this page.

Efftronics Systems Technical Support Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Navitasys India Interview Questions
4.2
 • 102 Interviews
TE Connectivity Interview Questions
4.1
 • 84 Interviews
Vertiv Interview Questions
3.9
 • 52 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 Technical Support Engineer Salary
based on 35 salaries
₹1.7 L/yr - ₹5 L/yr
35% less than the average Technical Support Engineer Salary in India
View more details

Efftronics Systems Technical Support Engineer Reviews and Ratings

based on 10 reviews

3.3/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.4

Salary

3.6

Job security

3.3

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 10 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