Upload Button Icon Add office photos

Xperi

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Xperi Intern Interview Questions and Answers

Updated 12 Jul 2024

Xperi Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 12 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude, DSA and general coding questions - easy to medium

Round 2 - Coding Test 

It was easy and the interviewer is also cool and helpful

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round consists of apt, digital , verilog , analog objective as well as descriptive questions in descriptive mostly related to fifo depth , counter and draw wave forms , analog questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. Mostly basics of verilog digital and analog were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Three coding questions and MCQ's

Round 2 - Technical 

(3 Questions)

  • Q1. Live coding, mostly questions based on C pointers
  • Q2. Types of Memory Allocations in C
  • Ans. 

    Types of memory allocations in C include static, dynamic, and automatic.

    • Static memory allocation: memory is allocated at compile time and remains constant throughout the program's execution. Example: int x = 5;

    • Dynamic memory allocation: memory is allocated at runtime using functions like malloc() or calloc(). Example: int *ptr = (int*)malloc(sizeof(int));

    • Automatic memory allocation: memory is allocated on the stack and...

  • Answered by AI
  • Q3. Pointers in C - Types of pointers
  • Ans. 

    Pointers in C are variables that store memory addresses. Types include null pointers, void pointers, function pointers, etc.

    • Null pointers: int *ptr = NULL;

    • Void pointers: void *ptr;

    • Function pointers: int (*ptr)(int, int);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good programming skills in C language

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

The questions consisted of aptitude and since iam from cs, cs core subjects.

Round 2 - Interview 

(2 Questions)

  • Q1. The interview was of 30 min. It started off with introducing ourselves and getting into projects. And core questions along with dsa .
  • Q2. What is threading, how many threads a process contains?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the core concepts of your subjects. OS questions regarding threading were asked for me. And a DSA question was asked the question being implement the paging table using data structures.

Intern Interview Questions & Answers

Qualcomm user image jigyasu khandelwal

posted on 27 Mar 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your research.
  • Q2. Probability of 2 rvs added.
  • Ans. 

    The probability of 2 random variables added together.

    • The sum of two independent random variables is the convolution of their probability distributions.

    • The probability distribution of the sum of two random variables is the convolution of their probability distributions.

    • The mean of the sum of two random variables is the sum of their means.

    • The variance of the sum of two random variables is the sum of their variances.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions revolve around probability and statistics.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Case Study 

Based on talent retention

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions About self and motivations
  • Q2. Questions on how to go on to solve the case study
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

60 mins test which comprises of 2 sections, Technical and aptitude. Both sections have a time limit of 30 mins. The technical questions were easy to medium and i could finish it in time but i needed more time for finishing the aptitude, a total 40 questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

    • Completed internships at tech companies such as Google and Microsoft

  • Answered by AI
  • Q2. Find the voltage through the resistor
  • Ans. 

    To find the voltage through a resistor, use Ohm's Law: V = I * R

    • Use Ohm's Law: V = I * R, where V is the voltage, I is the current flowing through the resistor, and R is the resistance of the resistor

    • If the current flowing through the resistor is 2A and the resistance is 5 ohms, the voltage would be V = 2 * 5 = 10V

    • Make sure to use the correct units for current (Amps) and resistance (Ohms) to get the voltage in Volts

  • Answered by AI
  • Q3. The interviewer just kept on adding an extra resistor in parallel and in series to the resistor and asked me to find the voltage
  • Q4. He then asked a question on transient analysis ie 2 capacitors connected in series with a switch which closes at t>0 with the voltage across the 2 capacitors being 3 v and asked to find the total voltge
  • Q5. Explain the working of a capacitor and resistor and relation between resistance and length , area
  • Ans. 

    Capacitors store electrical energy while resistors limit the flow of current. Resistance is directly proportional to length and inversely proportional to area.

    • Capacitors store electrical energy by creating an electric field between two conductive plates separated by an insulating material

    • Resistors limit the flow of current in a circuit by dissipating energy in the form of heat

    • The resistance of a resistor is directly pr...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Texas Instruments Intern interview:
  • AEC
  • Network analysis
  • Control System
Interview preparation tips for other job seekers - Study the complete basics of electronics also the questions completely depends on the interviewer. My panelist was just asking about circuit analysis and basics and nothing more not even about project or even about my resume. Other panelists were asking about AEC, NT , CS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic EE, Aptitude and reasoning Questions. Focused on Analog and Digital

Round 2 - One-on-one 

(2 Questions)

  • Q1. Solving a RC network circuit which further evolved into more complex network
  • Q2. Explain the Projects on resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Genreal apptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Difference between latch and flipflop
  • Ans. 

    Latch is level triggered, while flip-flop is edge triggered. Latch is asynchronous, while flip-flop is synchronous.

    • Latch is level triggered, meaning it changes output when the input signal is high or low continuously.

    • Flip-flop is edge triggered, meaning it changes output only on the rising or falling edge of the clock signal.

    • Latch is asynchronous, meaning the output changes as soon as the input changes.

    • Flip-flop is syn...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions in electroics, digital and analog

Round 2 - Technical 

(2 Questions)

  • Q1. Basic to tough questions on opamp
  • Q2. Basic to tough RC circuit questions
Contribute & help others!
anonymous
You can choose to be anonymous

Xperi Interview FAQs

How many rounds are there in Xperi Intern interview?
Xperi interview process usually has 2 rounds. The most common rounds in the Xperi interview process are Aptitude Test and Coding Test.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

LIST OF COMPANIES

HSCC India

Overview

SALARIES

HSCC India

INTERVIEWS

Xperi

No Interviews

INTERVIEWS

Gap

No Interviews

LIST OF COMPANIES

nference

Overview

LIST OF COMPANIES

Thorogood

Overview

JOBS

Gap

No Jobs

SALARIES

nference

Tell us how to improve this page.

Xperi Intern Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Intern Interview Questions from Similar Companies

Amazon Intern Interview Questions
4.1
 • 21 Interviews
Zomato Intern Interview Questions
3.8
 • 3 Interviews
Myntra Intern Interview Questions
4.0
 • 2 Interviews
View all
Senior Software Engineer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sdet Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Xperi with

Qualcomm

3.8
Compare

Broadcom

3.4
Compare

NXP Semiconductors

3.7
Compare

Texas Instruments

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview