i
Efftronics Systems
Filter interviews by
I applied via campus placement at Gandhi Institute of Technology and Management, Visakhapatnam and was interviewed in Nov 2024. There were 6 interview rounds.
There are 65 questions related to ECE core topics, including Network Analysis, some on VLSI, Signals and Systems, Analog Circuits, Electronic Devices, and Amplifier Circuits. Additionally, there are 118 simple questions covering mind games, object identification, and series completion.
Life is a journey filled with experiences, challenges, growth, and opportunities for self-discovery.
Life is a precious gift that should be cherished and lived to the fullest
It involves constant learning, adapting, and evolving as individuals
Life is about forming meaningful relationships and connections with others
It includes pursuing passions, setting goals, and overcoming obstacles
Life is a balance of joy and sorrow,
Education can help individuals earn money by providing them with valuable skills, knowledge, and opportunities for career advancement.
Education can lead to higher paying job opportunities
Specialized education or training can result in higher salaries
Education can also lead to promotions and career advancement
Higher levels of education are often correlated with higher earning potential
Hexadecimal to decimal conversion involves multiplying each digit by 16 raised to the power of its position.
Start from the rightmost digit and multiply each digit by 16 raised to the power of its position (0-indexed).
Add the results of each multiplication to get the decimal equivalent.
For example, converting 0x1A to decimal: (1 * 16^1) + (10 * 16^0) = 26.
Components involved in the internal logic circuit of a 7-segment display include decoder, driver, and individual LED segments.
Decoder: Converts input signals into the appropriate output signals for each segment.
Driver: Amplifies the output signals from the decoder to drive the LED segments.
Individual LED segments: Represent each of the seven segments in the display.
Example: BCD to 7-segment decoder, transistor driver c
Design a vending machine using a microcontroller with two 7-segment displays and additional operational conditions.
Use a microcontroller to control the vending machine's operations
Incorporate two 7-segment displays to show the amounts
Include four to five additional operational conditions such as low inventory alert, coin validation, product selection, etc.
Assembly language program to display square waves for 1 Hz and 2 Hz using 2 ports.
Use assembly language instructions to control the ports for outputting square waves.
Set up a loop to toggle the ports at the desired frequencies to generate the square waves.
Ensure proper timing and synchronization between the two square waves.
Assembly language program to reverse a byte for a hexadecimal value.
Load the hexadecimal value into a register
Extract the lower 4 bits and upper 4 bits of the byte
Swap the lower and upper 4 bits
Combine the swapped bits to get the reversed byte
The trains will meet at a point that is determined by the relative speeds of the trains.
The point where the trains meet is determined by the sum of the distances traveled by each train.
The time taken for the trains to meet is determined by the relative speeds of the trains.
If Train A is traveling at 50 mph and Train B is traveling at 70 mph, they will meet at a point that is closer to Train B's starting point.
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Design a digital circuit to control car tail lights based on specifications
Use microcontroller to receive input signals from car's sensors
Implement logic to determine when to turn on/off tail lights (e.g. based on brake pedal or light sensor)
Connect output of microcontroller to control the tail lights
2 coding problems in c
1) Triangular wave using DAC
2) reverse a byte
I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.
All in one exam : maths , c programming , dbms , personality test
C programming basic codes
An operating system is a software that manages computer hardware and provides services for computer programs.
Manages computer hardware resources such as CPU, memory, and storage
Provides a user interface for interacting with the computer
Supports running applications and managing processes
Examples include Windows, macOS, Linux, iOS, Android
Use a loop to iterate through the array and count the occurrences of a specific element.
Initialize a counter variable to keep track of the occurrences.
Use a loop to iterate through the array.
Check each element in the array and increment the counter if it matches the specific element.
Return the final count of occurrences.
I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.
The least current will flow through the component with the highest resistance.
Current follows the path of least resistance
Ohm's Law states V=IR, so higher resistance results in lower current flow
Examples: resistors, insulators
I am a dedicated Technical Solutions Engineer with a strong background in troubleshooting and problem-solving.
Experienced in analyzing technical issues and providing effective solutions
Skilled in collaborating with cross-functional teams to implement solutions
Proficient in various programming languages and technologies, such as Java, Python, and AWS
Excellent communication skills to effectively communicate technical con
This platform offers a comprehensive set of tools and features tailored for technical solutions engineers.
Provides robust troubleshooting capabilities
Offers seamless integration with other systems and tools
Has a user-friendly interface for easy navigation and usage
Efftronics Systems interview questions for popular designations
I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.
On basic maths, speed distance
Programming on c 2 questions would be given
I have 3 years of experience in software testing, specializing in automation testing using Selenium and JUnit.
3 years of experience in software testing
Specialize in automation testing using Selenium and JUnit
Get interview-ready with Top Efftronics Systems Interview Questions
Aptitude and 3 coding questions
posted on 5 Mar 2024
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
First round consists of online exam with basic aptitude,resoaning,verbal ability,basic digital electronics,microprocessors,communications,psuedo codes and C coding test.Coding questions were moderate but we have to attempt in C only.
Design FSM to generate square waves at 1KHz and 2KHz on ports P1 and P2, optimize prime number code.
Implement a Finite State Machine (FSM) to generate square waves at 1KHz and 2KHz on ports P1 and P2.
Use counters and timers to control the frequency of the square waves.
Optimize the prime number code by using algorithms like Sieve of Eratosthenes or trial division.
Number systems
time and work,wages
pipes and cistrens
Ratios and prapostions
lcm and hcf
FSM stands for Finite State Machine, used to model the behavior of systems with a finite number of states.
FSM is a mathematical model used to represent the behavior of systems with a finite number of states and transitions between those states.
It is commonly used in computer science, control engineering, and other fields to design and analyze systems.
Examples of FSM applications include traffic light controllers, vendi...
Conditional stability refers to a system or process that remains stable under certain conditions or constraints.
Conditional stability is when a system or process is stable only under specific conditions or constraints.
For example, a bridge may be conditionally stable if it can withstand a certain weight limit but not beyond that.
In software engineering, a program may be conditionally stable if it functions correctly on
I applied via Walk-in and was interviewed in Mar 2024. There were 6 interview rounds.
Assignment Will Be Given Specific Time Have To Complete In Time, Suppose You Have Selected In 1 Round, Next 2 Round Interview Will Be Inform Soon, 2 Round Interview With Manager
The gate is an OR gate.
An OR gate produces a high output if any of its inputs are high.
It follows the logic of 'if A or B or C is high, then the output is high'.
Examples of OR gates include the 7402 IC and the OR gate symbol in digital circuit diagrams.
A multimeter can be used in digital circuits to measure voltage, current, and resistance.
Set the multimeter to the appropriate mode (voltage, current, or resistance)
Connect the multimeter probes to the circuit
Read the measurement value on the multimeter display
Example: To measure voltage, set the multimeter to voltage mode, connect the probes across the component or circuit, and read the voltage value on the display
The gate that has a more complex input than output is the NAND gate.
NAND gate has an output that is high only when both inputs are low.
It is considered more complex because it combines the functions of an AND gate and a NOT gate.
Other gates like AND, OR, and XOR have simpler input-output relationships.
High currents will flow in conductive materials.
High currents flow through materials with low resistance.
Conductive materials such as metals allow high currents to pass through them.
Examples of conductive materials include copper, aluminum, and silver.
High currents are commonly found in electrical circuits and power transmission systems.
An ammeter is connected in series with the circuit to measure the current flowing through it.
Connect the positive terminal of the ammeter to the positive terminal of the power source.
Connect the negative terminal of the ammeter to the load or component where you want to measure the current.
Ensure that the ammeter is capable of measuring the expected current range to avoid damaging it.
Avoid connecting the ammeter direct...
Some of the top questions asked at the Efftronics Systems interview -
The duration of Efftronics Systems interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 40 interviews
Interview experience
based on 252 reviews
Rating in categories
Service Engineer
52
salaries
| ₹1.5 L/yr - ₹4 L/yr |
Technical Support Engineer
45
salaries
| ₹1 L/yr - ₹5 L/yr |
Solution Support Engineer
44
salaries
| ₹1.5 L/yr - ₹5.5 L/yr |
Firmware Engineer
32
salaries
| ₹3.5 L/yr - ₹10 L/yr |
Software Engineer
30
salaries
| ₹2.9 L/yr - ₹10 L/yr |
Honeywell Automation
Siemens
Bharat Electronics
TCS