Filter interviews by
I applied via Referral
A transformer is an electrical device that transfers electrical energy from one circuit to another through electromagnetic induction.
Transformers are used to increase or decrease the voltage of an alternating current (AC) power supply.
They consist of two coils of wire, known as the primary and secondary coils, which are wrapped around a magnetic core.
When an AC voltage is applied to the primary coil, it creates a magne...
Current is the flow of electric charge through a conductor.
Current is measured in amperes (A).
It is caused by the movement of electrons.
The direction of current flow is from positive to negative.
Current can be either direct current (DC) or alternating current (AC).
Voltage is the measure of electric potential difference between two points in a circuit.
Voltage is measured in volts (V).
It is the force that drives electric current through a circuit.
Higher voltage means more energy is available to move electrons.
Voltage can be either AC (alternating current) or DC (direct current).
I applied via Referral
I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.
A 2 to 1 mux can be designed using logic gates or multiplexer ICs.
A 2 to 1 mux has 2 inputs and 1 output.
It selects one of the inputs based on the value of the select input.
The truth table for a 2 to 1 mux can be used to design the circuit.
Multiplexer ICs like 74HC153 can be used to implement the design.
The output of the mux can be connected to a logic gate or another mux for further processing.
What people are saying about Qualcomm
I appeared for an interview before Jan 2024.
Mean time between failure is a measure of reliability, indicating the average time between failures of a system.
MTBF is calculated by dividing the total operational time by the number of failures.
It is commonly used in industries like manufacturing, automotive, and electronics to assess the reliability of products.
For example, if a computer system operates for 1000 hours with 10 failures, the MTBF would be 100 hours.
7QC tools are a set of quality control tools used in lean manufacturing to identify and solve production problems.
Check Sheet: Used to collect and analyze data in a systematic way.
Pareto Chart: Helps prioritize issues by showing the most significant factors.
Cause and Effect Diagram (Fishbone Diagram): Identifies root causes of problems.
Histogram: Visualizes data distribution to identify patterns.
Scatter Diagram: Shows ...
I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.
TPM, TQM, and Kaizen are pillars of continuous improvement in manufacturing processes.
Total Productive Maintenance (TPM) focuses on maximizing equipment effectiveness through proactive maintenance.
Total Quality Management (TQM) emphasizes quality control and continuous improvement in all aspects of the organization.
Kaizen is a Japanese philosophy of continuous improvement involving all employees in making small, increm...
Clock gating is a power-saving technique used in digital design to disable the clock signal to certain parts of a circuit when they are not in use.
Clock gating helps reduce power consumption by stopping the clock signal to unused parts of the circuit.
It is achieved by inserting logic gates in the clock signal path to control when the clock is allowed to reach certain elements.
Clock gating can be implemented at differen...
posted on 16 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 30 minutes
Round difficulty - Easy
To search for a node in a linked list, iterate through the list and compare each node's value with the target value.
Start at the head of the linked list
Iterate through each node by following the 'next' pointer
Compare the value of each node with the target value
Return the node if found, otherwise return null
To detect a loop in a linked list, we can use Floyd's Cycle Detection Algorithm.
Initialize two pointers, slow and fast, at the head of the linked list.
Move slow pointer by one step and fast pointer by two steps.
If there is a loop, the two pointers will eventually meet.
Alternatively, we can use a hash set to store visited nodes and check for duplicates.
Implement a stack using a singly linked list
Create a Node class with data and next pointer
Create a Stack class with top pointer pointing to the top of the stack
Implement push, pop, and peek operations by manipulating the linked list
Example: Node class - Node { int data; Node next; }
Round duration - 40 minutes
Round difficulty - Easy
The top view of a binary tree shows the nodes visible from the top when looking down from the root node.
The top view of a binary tree is the set of nodes visible from the top when looking down from the root node.
Nodes at the same horizontal distance from the root are considered at the same level in the top view.
If multiple nodes are at the same horizontal distance, only the topmost node at that level is included in the...
Deleting a node from a linked list involves updating pointers to maintain the list's integrity.
Identify the node to be deleted by traversing the list
Update the previous node's next pointer to skip the node to be deleted
Free the memory allocated to the node to be deleted
Do practice a lot of questions on linked list and stacks as these are two most important data structures asked in the interview. Also, try to implement it yourself without seeing the solution. Also prepare for Computer Science subjects like Operating System, Database Management System, Computer Networks, etc. I prepared them through Coding Ninjas notes which were simpler and easy to understand.
Application resume tips for other job seekersKeep your resume short and up to mark and check spellings before submitting it for the interview process.
Final outcome of the interviewSelectedposted on 11 Apr 2021
I applied via LinkedIn and was interviewed in Mar 2021. There was 1 interview round.
Blocking statements halt program execution until the statement is complete, while nonblocking statements allow the program to continue executing while waiting for the statement to complete.
Blocking statements can cause the program to hang or become unresponsive if the statement takes a long time to complete.
Nonblocking statements are often used in asynchronous programming to allow multiple tasks to be executed simultan...
based on 1 interview experience
Difficulty level
Duration
Senior Engineer
1.5k
salaries
| ₹22 L/yr - ₹40 L/yr |
Software Engineer
1.1k
salaries
| ₹16.9 L/yr - ₹30 L/yr |
Engineer
918
salaries
| ₹16.5 L/yr - ₹30 L/yr |
Senior Software Engineer
754
salaries
| ₹24.9 L/yr - ₹46 L/yr |
Senior Leader Engineer
509
salaries
| ₹34.2 L/yr - ₹60 L/yr |
Nvidia
Intel
Mercedes-Benz Research and Development India
Tata Electronics