i
KLA
Filter interviews by
Simple easy not much difficult to clear for 3 years experience
Easy leetcode easy question asked easy to clear
Top trending discussions
I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed before Oct 2022. There were 2 interview rounds.
I applied via Qualcomm Careers and was interviewed in Dec 2023. There were 4 interview rounds.
I applied via Qualcomm Careers and was interviewed in Dec 2023. There were 4 interview rounds.
I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.
Variance of sum of two iid random variables is the sum of their individual variances.
Variance of sum of two iid random variables is the sum of their individual variances
If X and Y are iid random variables, Var(X+Y) = Var(X) + Var(Y)
For example, if X and Y are both dice rolls, Var(X+Y) = Var(X) + Var(Y) = 35/12
Different types of fading channels in wireless systems include Rayleigh fading, Rician fading, and Nakagami fading.
Rayleigh fading is when there is no line of sight between transmitter and receiver, resulting in random amplitude and phase variations.
Rician fading is a combination of a dominant line of sight signal and scattered signals, leading to a stronger signal with fading effects.
Nakagami fading models the wireles...
posted on 10 May 2015
Locate sum of 2 numbers in a linear array (unsorted and sorted) and their complexities
For unsorted array, use nested loops to compare each element with every other element until the sum is found
For sorted array, use two pointers approach starting from the beginning and end of the array and move them towards each other until the sum is found
Complexity for unsorted array is O(n^2) and for sorted array is O(n)
Pointers are used to manipulate memory addresses and values in C++. Increment/decrement, address of and value at operators are commonly used.
Incrementing a pointer moves it to the next memory location of the same data type
Decrementing a pointer moves it to the previous memory location of the same data type
The address of operator (&) returns the memory address of a variable
The value at operator (*) returns the value sto
To determine if a point is inside or outside a rectangle, we check if the point's coordinates fall within the rectangle's boundaries.
Check if the point's x-coordinate is greater than the left edge of the rectangle
Check if the point's x-coordinate is less than the right edge of the rectangle
Check if the point's y-coordinate is greater than the top edge of the rectangle
Check if the point's y-coordinate is less than the b...
To find line that divides rectangle into 2 equal halves through a point inside it.
Find the center of the rectangle
Draw a line from the center to the given point
Extend the line to the opposite side of the rectangle
The extended line will divide the rectangle into 2 equal halves
There are multiple combinations of 8-bit and 16-bit signed numbers. How many such combinations are possible?
There are 2^8 (256) possible combinations of 8-bit signed numbers.
There are 2^16 (65,536) possible combinations of 16-bit signed numbers.
To find the total number of combinations, we can add the number of combinations of 8-bit and 16-bit signed numbers.
Therefore, the total number of possible combinations is 256 +
Find duplicates in an array of elements in 0(n) time and 0(1) space.
Use the property of inputs to your advantage
Iterate through the array and mark elements as negative
If an element is already negative, it is a duplicate
Return all the negative elements as duplicates
I appeared for an interview before May 2016.
I appeared for an interview in Sep 2016.
Swap even and odd bits in a given number
Create a mask for even bits and odd bits
Shift even bits to right and odd bits to left
Combine even and odd bits using bitwise OR operator
based on 1 interview
Interview experience
Associate Technical Leader
45
salaries
| ₹24.2 L/yr - ₹50 L/yr |
Software Engineer
38
salaries
| ₹10 L/yr - ₹29 L/yr |
Technical Lead
35
salaries
| ₹20 L/yr - ₹54 L/yr |
Associate Software Engineer
22
salaries
| ₹13 L/yr - ₹33.7 L/yr |
Senior Software Engineer
16
salaries
| ₹11 L/yr - ₹41 L/yr |
Qualcomm
Intel
TDK India Private Limited
Molex