Smart Mock Interview Logo
Get Started
Oracle
Coding
Oracle Cloud Engineer Coding Interview
Created by Smart Mock Interview

Interview Questions

  1. Implement HashMap
    coding

    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).