The process took 2 days. I interviewed at Witzeal Technologies in Dec 2024
Interview
Interview ask me some basic question . whatever i explain he don't what to listen that . he only want to listen that word what he know .
even i am expalning the answer my approch he don't want to listen anything . very bad experience with interviewer .
Interview questions [2]
Question 1
What is interface and abstract ? i expalain the correct thing when we should use them . but he want to know only those word whatever he read from somewhere .
int[] arr = {2,1,2,5,2,3,5,3,2};
return the max number which is moslty occur and how many time that occurr in array . he tells me don't use hashmap or any data structure . or you can use loops . so i was thinking about complexity as well . if take 2 loops and try to implement that logic . the complexity will be n2 , so i avoided , and i i go with below approch .
but interview was in rush . he didn't uderstand what i did here . i was explaining but he don't want to even listen to me what is my logic behind . i told him insead of MAX_Integer, i will find the max value and create the array with that size to solve this problem , but he didn't listen to me .