24,000+ questions & coding problemsSoftware & IT16,274 questionsGovernment jobs26 examsAptitudenew questions every timeAI practice interviewwith feedback65 topics to practiseMechanical1,149 questionsGATE ME9 papersEngineering Mathematics381 questions2-minute checkfreeDSA Problems1,422Civil1,005 questionsGATE CE9 papersCS Fundamentals1,209 questionsYour scores6 skillsSystem Design25Electrical / EEE1,047 questionsGATE EE9 papersRun your codeC++ · Java · PythonLow-Level Design144Electronics & Comm.975 questionsGATE EC9 papersAI help on every questionFull-Stack6,282Chemical1,005 questionsGATE CH9 papersAI whiteboardsystem designWork abroadEurope · remote · transfersESE ME1 paperGATE practice papers2019–2026ESE CE1 paperDate alertsbefore the last dateESE EE1 paperBehavioural courseHR round practiceESE ET1 paperResume optimizerSSC JE ME1 paperApplication trackerSSC JE CE1 paperCompany-wise prepSSC JE EE1 paperRole roadmapsRRB JE1 subjectPriced in ₹UPI · cardsISRO SC1 paperGATE CS9 papersIBPS SO IT1 paperUGC NET CS1 paperSSC CGL26 papersIBPS PO26 papersRRB NTPC26 papersSSC CHSL26 papersIBPS Clerk26 papersSBI Clerk26 papersRRB Group D26 papersSSC CPO26 papersSSC GD26 papers

Digital Signal Processing interview questions

27 real Digital Signal Processing questions from the ECE Core bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.

1. What is Discrete Fourier transform?

Junior
  1. A.sustained low-level oscillations in fixed-point recursive filters caused by rounding or overflow in the feedback path even when the input is zero
  2. B.mapping s = (2/T)(1 − z⁻¹)/(1 + z⁻¹) from analog to digital filter that preserves stability but warps frequency, corrected by pre-warping the critical frequencies
  3. C.N-point frequency representation of a finite sequence with bin spacing fs/N, itself periodic in N and computable by fast algorithms
  4. D.sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
Reveal the answer + AI explanation — free account

2. Which term means: "N-point frequency representation of a finite sequence with bin spacing fs/N, itself periodic in N and computable by fast algorithms"?

Junior
  1. A.Quantisation noise
  2. B.Circular convolution
  3. C.Discrete Fourier transform
  4. D.Limit cycles
Reveal the answer + AI explanation — free account

3. Which statement is correct?

Junior
  1. A.Discrete Fourier transform — tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  2. B.Discrete Fourier transform — sustained low-level oscillations in fixed-point recursive filters caused by rounding or overflow in the feedback path even when the input is zero
  3. C.Discrete Fourier transform — mapping s = (2/T)(1 − z⁻¹)/(1 + z⁻¹) from analog to digital filter that preserves stability but warps frequency, corrected by pre-warping the critical frequencies
  4. D.Discrete Fourier transform — N-point frequency representation of a finite sequence with bin spacing fs/N, itself periodic in N and computable by fast algorithms
Reveal the answer + AI explanation — free account

4. What is FFT complexity?

Junior
  1. A.radix-2 decimation reduces N² complex multiplications to (N/2)·log2 N, requiring the length to be a power of two or zero-padded to one
  2. B.error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid
  3. C.tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  4. D.sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
Reveal the answer + AI explanation — free account

5. Which term means: "radix-2 decimation reduces N² complex multiplications to (N/2)·log2 N, requiring the length to be a power of two or zero-padded to one"?

Junior
  1. A.FFT complexity
  2. B.Quantisation noise
  3. C.Limit cycles
  4. D.Decimation
Reveal the answer + AI explanation — free account

6. Which statement is correct?

Junior
  1. A.FFT complexity — finite impulse response filters are always stable and can have exactly linear phase but need many taps; recursive filters need fewer coefficients but risk instability and phase distortion
  2. B.FFT complexity — tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  3. C.FFT complexity — radix-2 decimation reduces N² complex multiplications to (N/2)·log2 N, requiring the length to be a power of two or zero-padded to one
  4. D.FFT complexity — convolution of two length-N sequences modulo N, which equals linear convolution only when N is at least L1 + L2 − 1, the basis of overlap-add FFT filtering
Reveal the answer + AI explanation — free account

7. What is FIR versus IIR filters?

Junior
  1. A.tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  2. B.N-point frequency representation of a finite sequence with bin spacing fs/N, itself periodic in N and computable by fast algorithms
  3. C.finite impulse response filters are always stable and can have exactly linear phase but need many taps; recursive filters need fewer coefficients but risk instability and phase distortion
  4. D.sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
Reveal the answer + AI explanation — free account

8. Which term means: "finite impulse response filters are always stable and can have exactly linear phase but need many taps; recursive filters need fewer coefficients but risk instability and phase distortion"?

Junior
  1. A.FIR versus IIR filters
  2. B.Quantisation noise
  3. C.FFT complexity
  4. D.Window functions
Reveal the answer + AI explanation — free account

9. Which statement is correct?

Junior
  1. A.FIR versus IIR filters — error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid
  2. B.FIR versus IIR filters — sustained low-level oscillations in fixed-point recursive filters caused by rounding or overflow in the feedback path even when the input is zero
  3. C.FIR versus IIR filters — finite impulse response filters are always stable and can have exactly linear phase but need many taps; recursive filters need fewer coefficients but risk instability and phase distortion
  4. D.FIR versus IIR filters — sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
Reveal the answer + AI explanation — free account

10. What is Circular convolution?

Junior
  1. A.convolution of two length-N sequences modulo N, which equals linear convolution only when N is at least L1 + L2 − 1, the basis of overlap-add FFT filtering
  2. B.error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid
  3. C.radix-2 decimation reduces N² complex multiplications to (N/2)·log2 N, requiring the length to be a power of two or zero-padded to one
  4. D.sustained low-level oscillations in fixed-point recursive filters caused by rounding or overflow in the feedback path even when the input is zero
Reveal the answer + AI explanation — free account

11. Which term means: "convolution of two length-N sequences modulo N, which equals linear convolution only when N is at least L1 + L2 − 1, the basis of overlap-add FFT filtering"?

Junior
  1. A.FFT complexity
  2. B.Window functions
  3. C.Quantisation noise
  4. D.Circular convolution
Reveal the answer + AI explanation — free account

12. Which statement is correct?

Junior
  1. A.Circular convolution — convolution of two length-N sequences modulo N, which equals linear convolution only when N is at least L1 + L2 − 1, the basis of overlap-add FFT filtering
  2. B.Circular convolution — error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid
  3. C.Circular convolution — tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  4. D.Circular convolution — sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
Reveal the answer + AI explanation — free account

13. What is Bilinear transform?

Mid
  1. A.sustained low-level oscillations in fixed-point recursive filters caused by rounding or overflow in the feedback path even when the input is zero
  2. B.radix-2 decimation reduces N² complex multiplications to (N/2)·log2 N, requiring the length to be a power of two or zero-padded to one
  3. C.sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
  4. D.mapping s = (2/T)(1 − z⁻¹)/(1 + z⁻¹) from analog to digital filter that preserves stability but warps frequency, corrected by pre-warping the critical frequencies
Reveal the answer + AI explanation — free account

14. Which term means: "mapping s = (2/T)(1 − z⁻¹)/(1 + z⁻¹) from analog to digital filter that preserves stability but warps frequency, corrected by pre-warping the critical frequencies"?

Mid
  1. A.Quantisation noise
  2. B.Decimation
  3. C.Discrete Fourier transform
  4. D.Bilinear transform
Reveal the answer + AI explanation — free account

15. Which statement is correct?

Mid
  1. A.Bilinear transform — error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid
  2. B.Bilinear transform — finite impulse response filters are always stable and can have exactly linear phase but need many taps; recursive filters need fewer coefficients but risk instability and phase distortion
  3. C.Bilinear transform — sustained low-level oscillations in fixed-point recursive filters caused by rounding or overflow in the feedback path even when the input is zero
  4. D.Bilinear transform — mapping s = (2/T)(1 − z⁻¹)/(1 + z⁻¹) from analog to digital filter that preserves stability but warps frequency, corrected by pre-warping the critical frequencies
Reveal the answer + AI explanation — free account

16. What is Window functions?

Mid
  1. A.finite impulse response filters are always stable and can have exactly linear phase but need many taps; recursive filters need fewer coefficients but risk instability and phase distortion
  2. B.tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  3. C.error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid
  4. D.N-point frequency representation of a finite sequence with bin spacing fs/N, itself periodic in N and computable by fast algorithms
Reveal the answer + AI explanation — free account

17. Which term means: "tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe"?

Mid
  1. A.Window functions
  2. B.FIR versus IIR filters
  3. C.Discrete Fourier transform
  4. D.Limit cycles
Reveal the answer + AI explanation — free account

18. Which statement is correct?

Mid
  1. A.Window functions — tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  2. B.Window functions — error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid
  3. C.Window functions — convolution of two length-N sequences modulo N, which equals linear convolution only when N is at least L1 + L2 − 1, the basis of overlap-add FFT filtering
  4. D.Window functions — sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
Reveal the answer + AI explanation — free account

19. What is Decimation?

Mid
  1. A.mapping s = (2/T)(1 − z⁻¹)/(1 + z⁻¹) from analog to digital filter that preserves stability but warps frequency, corrected by pre-warping the critical frequencies
  2. B.N-point frequency representation of a finite sequence with bin spacing fs/N, itself periodic in N and computable by fast algorithms
  3. C.error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid
  4. D.sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
Reveal the answer + AI explanation — free account

20. Which term means: "sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band"?

Mid
  1. A.Quantisation noise
  2. B.Decimation
  3. C.Window functions
  4. D.Circular convolution
Reveal the answer + AI explanation — free account

21. Which statement is correct?

Mid
  1. A.Decimation — tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  2. B.Decimation — radix-2 decimation reduces N² complex multiplications to (N/2)·log2 N, requiring the length to be a power of two or zero-padded to one
  3. C.Decimation — sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
  4. D.Decimation — finite impulse response filters are always stable and can have exactly linear phase but need many taps; recursive filters need fewer coefficients but risk instability and phase distortion
Reveal the answer + AI explanation — free account

22. What is Quantisation noise?

Senior
  1. A.tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  2. B.sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
  3. C.sustained low-level oscillations in fixed-point recursive filters caused by rounding or overflow in the feedback path even when the input is zero
  4. D.error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid
Reveal the answer + AI explanation — free account

23. Which term means: "error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid"?

Senior
  1. A.Quantisation noise
  2. B.FIR versus IIR filters
  3. C.Circular convolution
  4. D.Decimation
Reveal the answer + AI explanation — free account

24. Which statement is correct?

Senior
  1. A.Quantisation noise — finite impulse response filters are always stable and can have exactly linear phase but need many taps; recursive filters need fewer coefficients but risk instability and phase distortion
  2. B.Quantisation noise — tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  3. C.Quantisation noise — mapping s = (2/T)(1 − z⁻¹)/(1 + z⁻¹) from analog to digital filter that preserves stability but warps frequency, corrected by pre-warping the critical frequencies
  4. D.Quantisation noise — error from finite ADC word length, treated as uniform white noise giving SNR of 6.02N + 1.76 dB for a full-scale sinusoid
Reveal the answer + AI explanation — free account

25. What is Limit cycles?

Senior
  1. A.radix-2 decimation reduces N² complex multiplications to (N/2)·log2 N, requiring the length to be a power of two or zero-padded to one
  2. B.mapping s = (2/T)(1 − z⁻¹)/(1 + z⁻¹) from analog to digital filter that preserves stability but warps frequency, corrected by pre-warping the critical frequencies
  3. C.sustained low-level oscillations in fixed-point recursive filters caused by rounding or overflow in the feedback path even when the input is zero
  4. D.sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
Reveal the answer + AI explanation — free account

26. Which term means: "sustained low-level oscillations in fixed-point recursive filters caused by rounding or overflow in the feedback path even when the input is zero"?

Senior
  1. A.Decimation
  2. B.Quantisation noise
  3. C.Limit cycles
  4. D.Discrete Fourier transform
Reveal the answer + AI explanation — free account

27. Which statement is correct?

Senior
  1. A.Limit cycles — sample-rate reduction by integer M that must be preceded by a low-pass filter with cutoff π/M to prevent aliasing of the discarded band
  2. B.Limit cycles — tapers applied to a truncated impulse response or data record; rectangular gives −13 dB sidelobes, Hamming about −43 dB at the price of a wider main lobe
  3. C.Limit cycles — sustained low-level oscillations in fixed-point recursive filters caused by rounding or overflow in the feedback path even when the input is zero
  4. D.Limit cycles — mapping s = (2/T)(1 − z⁻¹)/(1 + z⁻¹) from analog to digital filter that preserves stability but warps frequency, corrected by pre-warping the critical frequencies
Reveal the answer + AI explanation — free account

Free to start

Answers, AI explanations, and a free readiness check

Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take the free 2-minute readiness check for a scored result. The full AI mock interview, scored like a real panel, unlocks with Pro.

Practice Digital Signal Processing free