Upload Button Icon Add office photos

Xperi

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Xperi Software Developer Interview Questions and Answers

Updated 31 Oct 2024

Xperi Software Developer Interview Experiences

2 interviews found

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

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Common HR questions
Round 2 - Technical 

(1 Question)

  • Q1. Questions on programming language knowledge
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

There were questins of dsa array and linked list

Round 2 - Technical 

(2 Questions)

  • Q1. What is API ?
  • Ans. 

    API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods for requesting and receiving data between software applications

    • APIs can be used to access functionality of a remote system or service

    • Examples of APIs include Google Maps API, Twitter API, and Facebook Graph API

  • Answered by AI
  • Q2. Javascript based coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Ads the skills which u know I ur resume and no fake skills

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Interview questions from similar companies

I was interviewed in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. A C program was asked to write
  • Q2. How to implement sr flipflop using gates.
  • Ans. 

    An SR flip-flop can be implemented using NAND gates.

    • Use two NAND gates to create the SR flip-flop.

    • Connect the output of one NAND gate to the input of the other NAND gate.

    • Connect the Set (S) and Reset (R) inputs to the inputs of the NAND gates.

    • The output of the first NAND gate is the Q output, and the output of the second NAND gate is the Q̅ output.

  • Answered by AI
  • Q3. Steps to find temperature of N rooms and display the same
  • Ans. 

    The answer describes the steps to find and display the temperature of N rooms.

    • Create an array to store the temperature of each room

    • Iterate through each room and prompt the user to enter the temperature

    • Store the temperature in the corresponding array index

    • Display the temperature of each room

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: The first criteria for shortlisting is based on CGPA (8 above)

Round: Test
Experience: A technical test was conducted which had questions from C language and Microcontroller. It was MCQ type.The test was moderately hard
Duration: 30 minutes
Total Questions: 30

Round: Technical Interview
Experience: The above questions were asked and a paper was provided to answer it. The next shotlist was based on the paper evaluation
Tips: Technical knowledge mandatory

Skills: Technical
College Name: Government Model Engineering College, Thrikkakara

Skills evaluated in this interview

I was interviewed in Sep 2016.

Interview Preparation Tips

Round: Test
Experience: Questions aren't tough but they take more time to read itself.
Tips: First try to attempt the questions which are seemingly small. Reading bigger questions first and wasting more time on that isnt a good idea at all.
Duration: 30 minutes
Total Questions: 30

Skills: Technical Skill, Analytical Skills
College Name: IIT Kharagpur

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. What is a program, task and threads
  • Ans. 

    A program is a set of instructions that tells a computer what to do. A task is a unit of work performed by a program. A thread is a sequence of instructions within a task.

    • A program is a collection of instructions that are executed by a computer to perform a specific task.

    • A task is a unit of work that is performed by a program. It can be a specific action or a set of actions.

    • A thread is a sequence of instructions within...

  • Answered by AI
  • Q2. Delete a node in a linked list
  • Ans. 

    To delete a node in a linked list, we need to adjust the pointers of the previous and next nodes.

    • Find the node to be deleted by traversing the linked list

    • Adjust the pointers of the previous and next nodes to skip the node to be deleted

    • Free the memory occupied by the node to be deleted

  • Answered by AI
  • Q3. What is a function pointer and volatile type in c
  • Ans. 

    A function pointer is a variable that stores the address of a function. Volatile type is used to declare variables that can be modified by external factors.

    • Function pointers are used to pass functions as arguments to other functions.

    • Volatile type is used when a variable's value can be changed unexpectedly by external factors.

    • Function pointers can be used to implement callbacks or event handling mechanisms.

    • Volatile type...

  • Answered by AI
  • Q4. Summarise your resume
  • Ans. 

    Experienced software developer with expertise in Java, Python, and SQL

    • Proficient in Java, Python, and SQL programming languages

    • Developed web applications using Java Spring framework

    • Experience with database management and optimization using SQL

    • Worked on various software projects in a team environment

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Paper was challenging and It was well set.

Duration: 90 minutes
Total Questions: 60

Round: Technical Interview
Experience: It was a very good experience overall. Interviewer helped to ease the tension.
Tips: Waiting time can be reduced.

General Tips: Prepare for precedence of operators in C.
Try to be fast in solving the problems.
Skills: Knowledge Of Your Resume Points, Pointers In C, Operating System Basics
Duration: 2
College Name: IIT Madras
Motivation: Qualcomm is a

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. In C programming they asked about storage classes, Volatile , Whole compilation process steps by steps, Dangling pointer , Memory leak, Memory corruption
  • Q2. In data structure they asked question on String , Linked List and array
  • Q3. Data structure question section is easy don't go for complex algorithms just study basic algorithms. like reverse the linked list in group on given size
  • Q4. They also asked question on bit manipulation. Like Check that given number binary representation is palindrome or not?
  • Q5. Swap even and odd bits in given number
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

College Name: NA

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Linkedlist questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Depth Os and C
  • Q2. Multi threading and semaphores
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

2 hours, inked list, graphs and dequeue, on hackerank

Interview Preparation Tips

Topics to prepare for Qualcomm Software Developer interview:
  • OS
Interview preparation tips for other job seekers - solve atleast 500 leetcode
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Nil nil nil nil nil nil

Round 2 - Technical 

(2 Questions)

  • Q1. Nil nil nil nil nil nil
  • Q2. Nil nil nil nil nil nil boss good
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DataStructure C OS RTOS HARDWARE

Round 2 - Technical 

(1 Question)

  • Q1. String compare | string copy repeTED ELEMENT IN ARRAY LINKED LIST
  • Ans. 

    The question is about string comparison, string copying, repeated elements in an array, and linked lists.

    • String comparison involves comparing two strings to check if they are equal or not.

    • String copying refers to creating a copy of a string.

    • Finding repeated elements in an array involves identifying elements that occur more than once.

    • Linked lists are data structures that consist of nodes linked together.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. More deep on domain knowledge os processor ARM arch

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Xperi Interview FAQs

How many rounds are there in Xperi Software Developer interview?
Xperi interview process usually has 2 rounds. The most common rounds in the Xperi interview process are Technical, Coding Test and HR.
How to prepare for Xperi Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Xperi. The most common topics and skills that interviewers at Xperi expect are Coding, SAN, DTS, Agile and Consumer Electronics.
What are the top questions asked in Xperi Software Developer interview?

Some of the top questions asked at the Xperi Software Developer interview -

  1. What is AP...read more
  2. Questions on programming language knowle...read more
  3. Javascript based coding questi...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

ANSR Global Corporation

No Interviews

INTERVIEWS

Gap

No Interviews

LIST OF COMPANIES

Gap

Locations

INTERVIEWS

Gap

No Interviews

INTERVIEWS

Thorogood

No Interviews

INTERVIEWS

Gap

No Interviews

INTERVIEWS

nference

No Interviews

INTERVIEWS

Qualcomm

No Interviews

Tell us how to improve this page.

Xperi Software Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Xperi Software Developer Salary
based on 7 salaries
₹14 L/yr - ₹22 L/yr
122% more than the average Software Developer Salary in India
View more details

Xperi Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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