Filter interviews by
I applied via Walk-in and was interviewed in Aug 2023. There were 2 interview rounds.
Digital Signal Processing offers advantages such as flexibility, accuracy, and ease of implementation.
Flexibility: Digital signals can be easily manipulated and processed using algorithms, allowing for more complex operations compared to analog signals.
Accuracy: Digital processing reduces noise and distortion, leading to more accurate results compared to analog processing.
Ease of implementation: Digital signal processi...
Types of digital filters include FIR filters, IIR filters, and adaptive filters.
FIR filters: Finite Impulse Response filters have a finite duration impulse response.
IIR filters: Infinite Impulse Response filters have a feedback loop in their design.
Adaptive filters: These filters adjust their parameters based on input signals to optimize performance.
Examples: Butterworth filter (IIR), Chebyshev filter (IIR), and Kalman
Types of FFT include Cooley-Tukey, Radix-2, Radix-4, Split-Radix, Prime Factor, and Bluestein.
Cooley-Tukey: most common FFT algorithm, divides input into smaller DFTs
Radix-2: divides input into smaller DFTs of size 2
Radix-4: divides input into smaller DFTs of size 4
Split-Radix: combines Radix-2 and Radix-4 algorithms for efficiency
Prime Factor: decomposes DFT into smaller prime factor DFTs
Bluestein: used for arbitrary
DSP in speech is used for speech recognition, noise cancellation, audio compression, and synthesis.
Speech recognition: DSP algorithms are used to analyze and recognize spoken words.
Noise cancellation: DSP techniques can remove background noise from speech signals.
Audio compression: DSP is used to compress audio data for efficient storage and transmission.
Speech synthesis: DSP algorithms can generate human-like speech f
Analog-to-Digital conversion involves sampling, quantization, and encoding of analog signals into digital form.
Sampling: capturing the analog signal at discrete time intervals
Quantization: converting the sampled values into discrete levels
Encoding: representing the quantized values in binary form
Example: In audio recording, the continuous sound wave is sampled at regular intervals, quantized into specific levels, and e
Basic elements of a Digital Signal Processing system include analog-to-digital converter, digital signal processor, memory, and input/output interfaces.
Analog-to-digital converter (ADC) - Converts analog signals into digital form for processing.
Digital signal processor (DSP) - Processes digital signals using algorithms and mathematical operations.
Memory - Stores data and instructions for processing.
Input/output interfa...
Types of representation of numbers include decimal, binary, octal, and hexadecimal.
Decimal representation uses base 10 and consists of digits 0-9.
Binary representation uses base 2 and consists of digits 0 and 1.
Octal representation uses base 8 and consists of digits 0-7.
Hexadecimal representation uses base 16 and consists of digits 0-9 and A-F.
The two types of convolution with discrete time sequences are linear convolution and circular convolution.
Linear convolution involves summing the products of corresponding elements of two sequences over all possible values.
Circular convolution involves summing the products of corresponding elements of two sequences after wrapping around the end of the sequences.
Example: Linear convolution - [1, 2, 3] * [4, 5, 6] = [4, ...
DSP in speech is used for speech recognition, enhancement, synthesis, and compression.
Speech recognition: converting speech to text for applications like virtual assistants.
Speech enhancement: reducing noise or improving quality of speech signals.
Speech synthesis: generating human-like speech for applications like voice assistants.
Speech compression: reducing the size of speech data for efficient storage and transmissi
The two types of Fast Fourier Transform (FFT) are Cooley-Tukey FFT and Radix-2 FFT.
Cooley-Tukey FFT: Divides the DFT into smaller DFTs and recursively applies the algorithm.
Radix-2 FFT: Decomposes the DFT into smaller DFTs of size 2, which are then combined to get the final result.
Steps involved in A/D conversion
Sampling: The continuous analog signal is sampled at regular intervals.
Quantization: Each sample is assigned a digital value based on its amplitude.
Encoding: The digital values are encoded into binary format for processing.
Resolution: The number of bits used to represent each sample determines the resolution.
Conversion: The final step involves converting the digital signal into an analog
Types of digital filters include FIR filters, IIR filters, and adaptive filters.
FIR filters: Finite Impulse Response filters have a finite impulse response, meaning they only respond to a finite duration input signal.
IIR filters: Infinite Impulse Response filters have an infinite impulse response, allowing for feedback in the filter design.
Adaptive filters: These filters adjust their parameters based on the input signa...
Basic elements of a digital signal processing system include analog-to-digital conversion, digital filters, and signal processing algorithms.
Analog-to-digital conversion: Converts continuous analog signals into discrete digital signals for processing.
Digital filters: Used to remove unwanted noise or enhance specific frequencies in the signal.
Signal processing algorithms: Algorithms used to analyze, manipulate, and extr...
DSP offers advantages such as higher precision, faster processing, and better noise reduction compared to ASP.
DSP allows for higher precision in signal processing compared to ASP
DSP can process signals faster than ASP due to specialized hardware and algorithms
DSP techniques such as filtering and noise reduction are more effective than those in ASP
DSP enables real-time processing of signals, which is crucial in applicat...
I applied via Newspaper Ad and was interviewed before Jan 2022. There were 2 interview rounds.
Digital Signal Processing has applications in various fields such as telecommunications, audio and video processing, radar and sonar systems, medical imaging, and speech recognition.
Telecommunications: DSP is used for signal compression, error detection and correction, and modulation and demodulation techniques.
Audio and video processing: DSP is used for audio and video compression, noise reduction, and enhancement of ...
Digital Signal Processing offers advantages over Analog Signal Processing
DSP allows for greater accuracy and precision in signal processing
DSP can be easily programmed and reprogrammed for different applications
DSP can handle complex algorithms and computations more efficiently
DSP can eliminate noise and interference more effectively than analog processing
DSP can be integrated with other digital systems for seamless co...
Sampling in A/D conversion is the process of measuring and converting analog signals into digital signals at regular intervals.
Sampling involves taking discrete samples of an analog signal at regular intervals
The frequency of sampling is determined by the Nyquist-Shannon sampling theorem
The accuracy of the digital signal depends on the sampling rate and the resolution of the A/D converter
Examples of A/D conversion incl...
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
Increased sales by 20% through targeted marketing campaigns, implemented successful social media strategies, and won industry awards for innovative marketing campaigns.
Increased sales by 20% through targeted marketing campaigns
Implemented successful social media strategies
Won industry awards for innovative marketing campaigns
I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.
PPT was asked to make and represent(as it was for online teaching). The purpose was to check teaching skills.
posted on 11 Dec 2024
They have taken counselling session
I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.
Quant + Logical + Verbal
Impact of AI on Employment
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in Aug 2024. There were 4 interview rounds.
Very Bad. Need to improve the process.
Coding and programming tasks
A bad manager approach can negatively impact team morale and productivity.
Lack of communication and transparency
Micromanaging and not trusting employees
Failure to provide feedback or recognition
Playing favorites or showing bias
Not addressing conflicts or issues in a timely manner
posted on 9 Jul 2024
Asked to solve Basic Python codes in given time
Logistic Regression is a statistical method used to model the relationship between a binary outcome variable and one or more predictor variables.
Logistic Regression is used when the dependent variable is binary (e.g. 0/1, Yes/No, True/False).
It estimates the probability of a certain event occurring based on one or more independent variables.
The output of logistic regression is a probability score that can be converted ...
Supervised learning involves training a model on labeled data, while unsupervised learning involves finding patterns in unlabeled data.
Supervised learning requires a target variable to be predicted, while unsupervised learning does not.
Examples of supervised learning include classification and regression tasks, while examples of unsupervised learning include clustering and dimensionality reduction.
In supervised learnin...
Mutability refers to the ability of an object to be changed after it is created, while immutability refers to the inability of an object to be changed once it is created.
Mutability allows for changes to be made to an object's state, while immutability ensures that an object's state remains constant.
In programming, mutable objects can be modified directly, while immutable objects require creating a new object with the d...
List is mutable, Tuple is immutable in Python.
List can be modified after creation, Tuple cannot be modified
List is defined using square brackets [], Tuple is defined using parentheses ()
Example: list_example = [1, 2, 3], tuple_example = (1, 2, 3)
Regression is a statistical method used to analyze the relationship between variables. Different types include linear, logistic, polynomial, etc.
Regression is a statistical technique used to understand the relationship between a dependent variable and one or more independent variables.
Different types of regression include linear regression, logistic regression, polynomial regression, ridge regression, and lasso regress...
OOPM stands for Object-Oriented Project Management, a methodology that focuses on managing projects using object-oriented principles.
OOPM emphasizes breaking down projects into smaller, manageable components called objects
It promotes reusability, modularity, and flexibility in project development
Examples of OOPM tools include UML (Unified Modeling Language) and Agile methodologies
Find the sales for air tickets for an aeroplane company using Logistic Regression
based on 20 reviews
Rating in categories
Assistant Professor
11
salaries
| ₹1.9 L/yr - ₹3.6 L/yr |
Senior Assistant Professor
6
salaries
| ₹4 L/yr - ₹4 L/yr |
Lecturer
3
salaries
| ₹1.5 L/yr - ₹1.9 L/yr |
Associate Professor
3
salaries
| ₹5 L/yr - ₹33.5 L/yr |
HR Trainer
3
salaries
| ₹7 L/yr - ₹8 L/yr |
Indian Institute of Technology Gandhinagar
National Institute of Technology
Birla Institute of Technology, Mesra
VIT University