[ INFO ]category: Behavioral · Onsite difficulty: average freq: first seen: 2022-01-25
[AVERAGE][ONSITE]OnsiteSWE III (Senior)Rejected
$catproblem.md
Total: 3 rounds
Round 1: DS and Algo
Introduction of interviewer followed by my Introduction then coding problems
Find All Numbers Disappeared in an Array (Leetcode)
Remove all duplicates in an unsorted array without extra space
Preorder traversal of Binary Tree
Round 2: Java and OOPS
Introduction of interviewer followed by my Introduction
Questions related to Java and OOPS like inner working of some classes in collections, abstract class vs interface, Functional Interfaces, Lambda, Stream api and other questions on multi threading.
Coding questions
Create a singleton Class (extended to thread-safe)
Deadlock
Find square of all even numbers in an array using stream api (with map and filter)