There is a HashMap in which the key has the type Integer and the value has the type String.
What index of the bucket will an element {45, "The King"} have?
The number of buckets in HashMap is default.
Tip: You can use the formula to calculate the answer or create an actual HashMap and see where the element would be.