Xperi
Quick Navigation
Summary
I was contacted by HR and after discussing my current role and expectations, a virtual interview was scheduled. This post details my first round interview questions.
Full Experience
I was initially contacted by a HR representative from Xperi, where we discussed my current role and my career expectations. Following this conversation, a virtual face-to-face interview was scheduled. This post details the questions I faced during the first round of interviews.
Interview Questions (3)
Q1
Explain Java Generics and Their Utility
Other
Describe what generics are in Java and explain their usefulness in programming.
Q2
Design Generic HashMap
Data Structures & AlgorithmsMedium
Design a generic hashmap implementation that supports put and get operations.
Q3
Bottom View of a Binary Tree
Data Structures & AlgorithmsMedium
Given a binary tree, find its bottom view. The bottom view of a binary tree is the set of nodes visible when the tree is viewed from the bottom.