Filter interviews by
The area of an equilateral triangle inscribed in a circle can be calculated using the circle's radius.
The formula for the area of an equilateral triangle is (sqrt(3)/4) * a^2, where 'a' is the side length.
For a triangle inscribed in a circle, the side length 'a' can be expressed as a = r * sqrt(3).
Substituting 'a' into the area formula gives Area = (sqrt(3)/4) * (r * sqrt(3))^2 = (3 * r^2) / 4.
Example: If r = 2, t...
Sort an array of integers, removing duplicates to return distinct elements in increasing order.
Use a set to eliminate duplicates: e.g., [3, 1, 2, 2] becomes {1, 2, 3}.
Convert the set back to a list and sort it: e.g., sorted([1, 2, 3]) results in [1, 2, 3].
Return the sorted list as the final output.
Swap the first two digits of a hexadecimal string with the next two digits.
Identify the first four characters of the string.
Swap the first two characters with the next two characters.
Example: '1A2B3C' becomes '2B1A3C'.
If the string has less than four characters, no swap occurs.
Amplitude modulation (AM) and frequency modulation (FM) waveforms can be represented graphically.
AM modulation: The amplitude of the carrier signal is varied in proportion to the amplitude of the modulating signal.
FM modulation: The frequency of the carrier signal is varied in proportion to the amplitude of the modulating signal.
Waveforms can be drawn to show the variations in amplitude or frequency over time.
AM w...
What people are saying about Qualcomm
S-matrix is a mathematical representation used in RF engineering to describe the relationship between input and output signals of a linear system.
S-matrix is also known as scattering matrix.
It is used to analyze the behavior of RF circuits and systems.
S-matrix elements represent the complex amplitudes of the incident and reflected waves at each port of a network.
S11 parameter represents the reflection coefficient ...
A standing wave in a transmission line is a wave that appears to be stationary, resulting from the interference of two waves traveling in opposite directions.
A standing wave is formed when a wave traveling in one direction reflects back upon encountering an impedance mismatch in the transmission line.
The interference between the incident and reflected waves creates regions of constructive and destructive interfere...
Different types of analog modulation schemes can be found in various communication systems.
Analog modulation schemes are used in radio broadcasting, television transmission, and wireless communication.
Some common types of analog modulation schemes include amplitude modulation (AM), frequency modulation (FM), and phase modulation (PM).
AM is used in AM radio broadcasting, where the amplitude of the carrier signal is...
Propagation delay is the time it takes for an electromagnetic wave to travel from one point to another.
Propagation delay is determined by the distance between the two points and the speed of light.
It is the time it takes for the wave to propagate through a medium or free space.
Propagation delay can be calculated using the formula: delay = distance / speed of light.
For example, if the distance between two points is...
A transmitter and receiver are essential components of a communication system.
Transmitter converts information into a suitable form for transmission.
Receiver receives the transmitted signal and converts it back into the original form.
Transmitter typically includes a modulator, power amplifier, and antenna.
Receiver typically includes an antenna, demodulator, and audio or video output.
Example: In a radio communicati...
Modulation is the process of varying a carrier signal to transmit information. Different types include AM, FM, PM, and QAM.
Modulation is used to transfer information by varying a high-frequency carrier signal.
Amplitude Modulation (AM) varies the amplitude of the carrier signal to encode information.
Frequency Modulation (FM) varies the frequency of the carrier signal to encode information.
Phase Modulation (PM) vari...
I applied via Referral and was interviewed in Dec 2023. There were 3 interview rounds.
Modulation is the process of varying a carrier signal to transmit information. Different types include AM, FM, PM, and QAM.
Modulation is used to transfer information by varying a high-frequency carrier signal.
Amplitude Modulation (AM) varies the amplitude of the carrier signal to encode information.
Frequency Modulation (FM) varies the frequency of the carrier signal to encode information.
Phase Modulation (PM) varies th...
S-matrix is a mathematical representation used in RF engineering to describe the relationship between input and output signals of a linear system.
S-matrix is also known as scattering matrix.
It is used to analyze the behavior of RF circuits and systems.
S-matrix elements represent the complex amplitudes of the incident and reflected waves at each port of a network.
S11 parameter represents the reflection coefficient at po...
Different types of analog modulation schemes can be found in various communication systems.
Analog modulation schemes are used in radio broadcasting, television transmission, and wireless communication.
Some common types of analog modulation schemes include amplitude modulation (AM), frequency modulation (FM), and phase modulation (PM).
AM is used in AM radio broadcasting, where the amplitude of the carrier signal is vari...
VSWR stands for Voltage Standing Wave Ratio. It is a measure of how well a transmission line is matched to the impedance of the connected devices.
VSWR is a ratio of the maximum voltage to the minimum voltage along a transmission line.
It is used to measure the efficiency of power transfer and the impedance matching in RF systems.
A lower VSWR indicates better impedance matching and less power loss.
VSWR is important in RF...
A standing wave in a transmission line is a wave that appears to be stationary, resulting from the interference of two waves traveling in opposite directions.
A standing wave is formed when a wave traveling in one direction reflects back upon encountering an impedance mismatch in the transmission line.
The interference between the incident and reflected waves creates regions of constructive and destructive interference, ...
Amplitude modulation (AM) and frequency modulation (FM) waveforms can be represented graphically.
AM modulation: The amplitude of the carrier signal is varied in proportion to the amplitude of the modulating signal.
FM modulation: The frequency of the carrier signal is varied in proportion to the amplitude of the modulating signal.
Waveforms can be drawn to show the variations in amplitude or frequency over time.
AM wavefo...
Propagation delay is the time it takes for an electromagnetic wave to travel from one point to another.
Propagation delay is determined by the distance between the two points and the speed of light.
It is the time it takes for the wave to propagate through a medium or free space.
Propagation delay can be calculated using the formula: delay = distance / speed of light.
For example, if the distance between two points is 100 ...
A transmitter and receiver are essential components of a communication system.
Transmitter converts information into a suitable form for transmission.
Receiver receives the transmitted signal and converts it back into the original form.
Transmitter typically includes a modulator, power amplifier, and antenna.
Receiver typically includes an antenna, demodulator, and audio or video output.
Example: In a radio communication sy...
I appeared for an interview before Apr 2024, where I was asked the following questions.
Sort an array of integers, removing duplicates to return distinct elements in increasing order.
Use a set to eliminate duplicates: e.g., [3, 1, 2, 2] becomes {1, 2, 3}.
Convert the set back to a list and sort it: e.g., sorted([1, 2, 3]) results in [1, 2, 3].
Return the sorted list as the final output.
Swap the first two digits of a hexadecimal string with the next two digits.
Identify the first four characters of the string.
Swap the first two characters with the next two characters.
Example: '1A2B3C' becomes '2B1A3C'.
If the string has less than four characters, no swap occurs.
The area of an equilateral triangle inscribed in a circle can be calculated using the circle's radius.
The formula for the area of an equilateral triangle is (sqrt(3)/4) * a^2, where 'a' is the side length.
For a triangle inscribed in a circle, the side length 'a' can be expressed as a = r * sqrt(3).
Substituting 'a' into the area formula gives Area = (sqrt(3)/4) * (r * sqrt(3))^2 = (3 * r^2) / 4.
Example: If r = 2, then A...
I applied via Referral and was interviewed before Jul 2022. There were 3 interview rounds.
What people are saying about Qualcomm
posted on 27 Jul 2024
Designed and implemented a cloud-based data analytics platform for real-time monitoring of network performance.
Led a team of 5 engineers in developing the platform using AWS services such as EC2, S3, and Lambda functions
Integrated data visualization tools like Tableau for generating reports and dashboards
Implemented machine learning algorithms for predictive analysis of network outages
Collaborated with stakeholders to ...
I appeared for an interview in Dec 2024, where I was asked the following questions.
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
Anodizing is an electrochemical process that converts the metal surface into a decorative, durable, corrosion-resistant finish.
Anodizing involves immersing the metal in an electrolyte solution and passing an electric current through it.
The process creates a protective oxide layer on the metal surface, improving its resistance to corrosion and wear.
Different types of anodizing include sulfuric acid anodizing, chromic ac...
I appeared for an interview in May 2025, where I was asked the following questions.
Led a team to develop a scalable cloud-based application for real-time data analytics in the finance sector.
Designed a microservices architecture to enhance scalability and maintainability.
Implemented CI/CD pipelines using Jenkins and Docker for automated testing and deployment.
Utilized AWS services like Lambda and S3 for serverless computing and data storage.
Collaborated with cross-functional teams to gather requireme...
I applied via Company Website and was interviewed before Jan 2023. There were 2 interview rounds.
Simple Python Coding questions.
based on 3 interview experiences
Difficulty level
Duration
based on 3 reviews
Rating in categories
Senior Engineer
1.5k
salaries
| ₹22 L/yr - ₹40 L/yr |
Software Engineer
1.1k
salaries
| ₹17 L/yr - ₹30 L/yr |
Engineer
917
salaries
| ₹16.8 L/yr - ₹30 L/yr |
Senior Software Engineer
750
salaries
| ₹23.9 L/yr - ₹40 L/yr |
Senior Leader Engineer
521
salaries
| ₹34.5 L/yr - ₹60 L/yr |
Nvidia
Intel
Mercedes-Benz Research and Development India
Tata Electronics