zealous-techJun 23, 20214 min readHow to Answer Tricky Interview QuestionsWhenever you are facing the interview you can feel the nervousness which is natural. As soon as the interview start one of the panelists...
zealous-techJul 19, 20205 min readAWS Certification Sample QuestionsHere I have put few questions with answer on AWS certification.
zealous-techJul 14, 20202 min readHow to create a static website on AWS S3In this post, I will show you how to host a static website on AWS S3
zealous-techJul 8, 20202 min readScoop to Hive with Multilevel Partition tableHey Guys, I came across issue while running Sqoop import to a partitioned table, and found workaround for same, sharing my two cents.....
zealous-techJul 6, 20202 min readScenario:Count of vowels from string fieldsProblem Statement : Let's consider, We have employee table and we need to find out number of vowels from first_name column. So before...
zealous-techJul 4, 20201 min readScenario : How to remove duplicate in one table and unique value in another target(oracle tables)In this scenario, We will consider source as a oracle table with few duplicate values. Source table structure : create table...
zealous-techJun 27, 20202 min readFactA Fact Table is a central table in a star schema of a data warehouse. A fact table stores quantitative information for analysis and is...
zealous-techJun 27, 20202 min readDimension A dimension is a structure, usually composed of one or more hierarchies that categorizes data. If a dimension hasn't got hierarchies and...
zealous-techJun 27, 20201 min readOLTP vs. OLAPWhat is OLAP? Online Analytical Processing, a category of software tools which provide analysis of data for business decisions. OLAP...