DemandBase (Java SSE, 4yoe)

demandbase logo
demandbase
java sse4 yearsOngoing
July 4, 20234 reads

Summary

I got a call from HR through naukri.com for a Java SSE role at DemandBase and went through the first round of interviews, which was virtual.

Full Experience

I received a call from HR via naukri.com, and after discussing the role, I proceeded with the interview process. The first round was a virtual face-to-face interview where I was asked two coding problems and some core Java concepts.

Interview Questions (3)

Q1
Search in Rotated Sorted Array
Data Structures & AlgorithmsMedium

I was asked to find an element in a rotated sorted array. I had to write the code in a shared Google Doc.

Q2
Longest Palindromic Subsequence
Data Structures & AlgorithmsMedium

I was tasked with finding the longest palindromic subsequence. I initially presented a recursive approach, discussing its time and space complexity. Following that, I explained a memoization approach and again discussed its time and space complexity.

Q3
Core Java Concepts: Virtual, Atomic, Callable vs. Comparator
Other

I was asked to explain the concepts of 'virtual' and 'atomic' in Java, and elaborate on the differences between Callable and Comparator interfaces.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!