HHarshinwottersheep.hashnode.dev·Sep 1, 2023 · 4 min readMy Oracle Interview Experience (2023)I recently gave an interview for the SWE role at Oracle India. It was an on-campus opportunity. In this blog, I’ll talk about the whole process, the questions that were asked in both the OT and offline interview and the mistakes I made that got me re...00
HHarshinwottersheep.hashnode.dev·Dec 15, 2022 · 2 min readRevise 1-D Arrays in 2 minsAn array is a Data Structure that can store data types both primitive and complex. SYNTAX: The fundamental grasp of the syntax will be in java, but you'll be able to compare it to the language you're already familiar with. datatype[] variable_name = ...00
HHarshinwottersheep.hashnode.dev·Dec 14, 2022 · 2 min readWhat Is An API?As part of my Operating Systems course, my professor was teaching us about API and being the obedient student that I am, I didn't listen to a single word that came out of his mouth. I just looked it up for a test tomorrow and here's my simplest defin...01S
HHarshinwottersheep.hashnode.dev·Dec 13, 2022 · 2 min readStable vs Unstable Sorting AlgorithmsAfter learning the fundamentals of the basic sorting algorithms, I went straight to the interview questions to get a gist of what is being asked as part of my study routine. There I came across this question "What is the difference between a stable a...00
HHarshinwottersheep.hashnode.dev·Dec 12, 2022 · 2 min readlength vs length() In JavaI was learning about arrays in Java and the line .length was frequently used to find the size or length of the array. But when I reached the topic of "Strings", unexpectedly .length became .length(), the most amusing thing is that they were performin...00