Ready to practice?
The AI interviewer will ask you all 1 questions with real-time feedback.
Oracle
Coding
Oracle Cloud Engineer Coding Interview
Created by Smart Mock Interview
Interview Questions
- Implement HashMapcoding
Title: Implement HashMap
Problem: Design and implement a hash map (dictionary) data structure without using built-in libraries. Provide methods to put(key, value), get(key) and remove(key).