Adith Sreeram
Adith Sreeram
  • 152
  • 79 022
Data Vault Project: Enhancing Digital Banking and Data Storage Analytics
Data Bank Project: Enhancing Digital Banking and Data Storage Analytics
Project Overview:
The Data Bank initiative is an innovative project at the intersection of digital banking, cryptocurrency, and data management. As the financial industry evolves with Neo-Banks-digital-only banks without physical branches-Data Bank emerges as a unique platform that not only offers traditional banking services but also provides the world’s most secure distributed data storage solution. Customers’ cloud data storage limits are directly tied to their account balances, creating a dynamic and novel business model.
Project Objectives:
Database Design and Optimization: Develop a robust PostgreSQL database architecture to efficiently manage and integrate banking and customer data.
Data Modeling and Analysis: Analyze customer data storage needs and forecast growth to support strategic decision-making.
SQL Query Development and ETL Implementation: Create complex SQL queries and ETL processes to ensure accurate data extraction, transformation, and analysis.
Reporting and Presentation: Synthesize insights into actionable reports and present them to the management team to inform business expansion strategies.
Key Accomplishments:
Database Design and Management:
Engineered a PostgreSQL database consisting of 3 essential tables, designed to seamlessly integrate digital banking transactions and customer data storage metrics. This architecture facilitated efficient data management and supported complex analysis requirements for the financial services provided by Data Bank.
Data Modeling and Hypothesis Testing:
Developed advanced data models to evaluate customer data storage needs in relation to their account balances. Implemented hypothesis testing across 3 distinct scenarios to uncover critical insights, leading to the identification of 8 key metrics that are vital for forecasting customer growth and data storage demands.
Advanced SQL Query Development and ETL Processes:
Executed over 50 complex SQL queries to extract, transform, and analyze data from various financial and customer data sources. Designed ETL packages to standardize and integrate data, ensuring accurate and consistent data reporting. These processes were crucial for developing forecasts and supporting strategic planning within the Data Bank.
Comprehensive Reporting and Strategic Recommendations:
Compiled the findings and insights into a detailed PowerPoint presentation, highlighting key performance indicators, growth forecasts, and actionable insights. Presented these recommendations to the management team, aiding in their strategic decision-making processes for business expansion and enhanced data management.
Tools and Technologies:
PostgreSQL: For database design, management, and query execution.
SQL: For developing complex queries to support data extraction and analysis.
ETL Processes: For integrating and standardizing financial and customer data.
PowerPoint: For synthesizing and presenting key findings to stakeholders.
Impact:
The Data Bank project provided critical insights into customer behavior, data storage needs, and growth potential, enabling the management team to make informed decisions regarding business expansion and service optimization. The project’s successful implementation of data modeling, database design, and advanced analytics positioned Data Bank as a leader in the digital banking and data storage space.
Website: narrow-taxi-1de.notion.site/Data-Vault-227e7042865d4b4a9525b8899f63b695
Github
github.com/ASR373
UA-cam
www.youtube.com/@adithsreeram
LinkedIn
www.linkedin.com/in/adithsreeram/
Website
www.adithnadar.wixsite.com/home
Переглядів: 56

Відео

Analyzing Phone Call Records with Pairwise Data Aggregation || Day20 of #21DaysOfQuerying
Переглядів 135 місяців тому
In this video, we tackle an intriguing SQL problem that involves analyzing a dataset of phone call records. The dataset, represented by a table named Calls, includes information about phone calls made between different users, including the caller's ID (from_id), the recipient's ID (to_id), and the duration of each call. The challenge is to generate a report that shows the number of calls and th...
Total Mass of Grocery & Max Quantity Purchased Per Product Each Year || Day 19 of #21DaysOfQuerying
Переглядів 165 місяців тому
Video Description: In this video, we dive into two engaging SQL problems that explore data aggregation and analysis techniques using transaction data. Whether you’re a beginner looking to understand basic SQL queries or an experienced data analyst refining your skills, these problems offer valuable insights into handling and processing data efficiently. First Problem: Total Mass of Grocery Item...
Manager name by Employee Count & Salary Differences btn Departments || Day 18 of #21DaysOfQuerying
Переглядів 175 місяців тому
In today's video, we dive into solving two interesting SQL problems that are common in data analysis and database management. Whether you're brushing up on your SQL skills or tackling a specific data challenge, these queries will offer valuable insights. Query 1: Finding Top Departments with Manager Positions Our first query focuses on identifying the top department based on employee count and ...
Ranking Top Salaries by Department and Filtering Results || Day 17 of #21DaysOfQuerying
Переглядів 5285 місяців тому
In this video, we delve into an interesting SQL problem that involves querying data from two tables: employees and departments. Our goal is to retrieve the top 3 highest employee salaries by department. If a department has fewer than 3 employees, we should list the available top salaries accordingly. This is a common scenario in data analysis where we need to rank and filter data based on speci...
Calculate Percentage of Queries with All Ratings Below 3 || Day 16 of #21DaysOfQuerying
Переглядів 4145 місяців тому
Welcome to our SQL tutorial! In this video, we'll tackle a real-world problem: calculating the percentage of search queries where every result has a rating below 3. This task involves aggregating data and applying conditional logic. Whether you're a beginner or looking to enhance your SQL skills, this video is for you! What You'll Learn: Problem Overview: We'll determine the percentage of searc...
Top 5 Projects by Budget Ratio & Third Purchase Analysis || Day 15 of #21DaysOfQuerying
Переглядів 1145 місяців тому
Welcome to our channel! In today's video, we dive into solving two exciting SQL query challenges that are perfect for honing your database querying skills. Whether you're a beginner looking to understand the basics or an advanced user aiming to refine your techniques, these examples will offer valuable insights into effective SQL querying. Challenge 1: Top Five Most Expensive Projects by Budget...
Top 5 Actions on Apple Platforms in November 2020 || Day14 of #21DaysOfQuerying
Переглядів 85 місяців тому
Welcome to another SQL tutorial! In this video, we analyze user actions performed on Apple platforms (iPhone, iPad) during November 2020 using PostgreSQL. 🔍 Problem Statement: We have an events table that records user actions on various platforms. The task is to determine the top 5 actions performed on Apple platforms (iPhone, iPad) in November 2020 and rank them. If two actions are performed e...
Find Top 2 Restaurants by Highest Average Rating in Each City || Day 13 of #21DaysOfQuerying
Переглядів 205 місяців тому
Description: Welcome back to our SQL tutorial series! In today's video, we tackle an interesting and practical problem: how to find the top 2 restaurants in each city based on the highest average rating using PostgreSQL. 🔍 Problem Statement: We have three tables: cities, restaurants, and orders. The task is to write an SQL query identifying the top 2 restaurants in each city with the highest av...
Calculate Unpurchased Seats for Each Flight || Day 12 of #21DaysofQuerying || Adith Sreeram
Переглядів 105 місяців тому
Description: In this comprehensive tutorial, we delve into the intricacies of SQL to solve a fascinating problem: calculating the number of unpurchased seats for each flight. Whether you're a beginner or an experienced SQL user, this video will help you enhance your SQL skills and deepen your understanding of database management. What You'll Learn: Understanding the Problem: We'll start by brea...
SQL Challenges: Top Users, Daily Downloads & Membership Analysis || Day 11 of #21DaysOfQuerying
Переглядів 355 місяців тому
Welcome to our latest video where we delve into practical SQL challenges that are perfect for sharpening your data analysis skills! In this session, we'll walk you through three real-world SQL problems, providing comprehensive solutions and explanations. Whether you're preparing for a job interview or looking to enhance your SQL proficiency, this video has something for everyone. Problem 1: Top...
Analyzing Top Departments by Employee Salary Distribution || Day 10 of #21DaysOfQuerying
Переглядів 396 місяців тому
In this video, we tackle a complex SQL problem involving employees and departments. Our goal is to identify the top 3 departments with at least ten employees and rank them based on the percentage of employees earning over $100K in salary. We'll walk through the solution step-by-step, using common table expressions (CTEs) and aggregate functions to calculate and filter the data efficiently. This...
Discover How SQL Reveals the True Impact of Marketing Channels! || Day 9 of #21DaysOfQuerying
Переглядів 116 місяців тому
In this video, we tackle a fascinating SQL problem involving first-touch attribution analysis for an online retail company. We'll delve into understanding how to identify the first channel through which a user discovered the website, leading to a purchase. This analysis is crucial for marketers and data analysts as it helps in attributing the right marketing channel to conversions. Using advanc...
Weighted Average in SQL || Day 8 of #21DaysOfQuerying
Переглядів 716 місяців тому
In this video, we dive into advanced SQL techniques by tackling a real-world problem involving sales data analysis. We will guide you through the process of calculating a 3-day weighted moving average of sales for each product, a common task in performance reviews and trend analysis in the sales industry. Using a step-by-step approach, you'll learn how to apply different weights (0.5 for the cu...
Advanced Queries for Customer Insights & Product Analysis || Day 7 of #21DaysOfQuerying
Переглядів 896 місяців тому
Video Description: In this video, we dive into two challenging SQL problems that are perfect for honing your data analysis and database querying skills. The first problem involves calculating the total amount spent by each customer, requiring you to join multiple tables and aggregate data. You'll learn how to effectively use JOINs, GROUP BY, and aggregate functions to derive meaningful insights...
SQL Interview Questions Solved || Day 6 of #21DaysOfQuerying
Переглядів 676 місяців тому
SQL Interview Questions Solved || Day 6 of #21DaysOfQuerying
SQL Interview Questions Solved || Day 5 of #21DaysofQuerying
Переглядів 256 місяців тому
SQL Interview Questions Solved || Day 5 of #21DaysofQuerying
Data Bank Case Study - Exploring Customer Nodes and Transactions | Day 4 of #21DaysofQuerying
Переглядів 416 місяців тому
Data Bank Case Study - Exploring Customer Nodes and Transactions | Day 4 of #21DaysofQuerying
Data Bank Case Study - Exploring Customer Nodes and Transactions | Day 3 of #21DaysofQuerying
Переглядів 306 місяців тому
Data Bank Case Study - Exploring Customer Nodes and Transactions | Day 3 of #21DaysofQuerying
JP Morgan SQL Interview Questions Solved!! || Day 2 of #21DaysofQuerying
Переглядів 2416 місяців тому
JP Morgan SQL Interview Questions Solved!! || Day 2 of #21DaysofQuerying
Piizza Runner | Complete Pizza Metrics Case Study Solution | Day 1 of #21DaysofQuerying
Переглядів 506 місяців тому
Piizza Runner | Complete Pizza Metrics Case Study Solution | Day 1 of #21DaysofQuerying
My USA F1 Visa Interview Experience at Hyderabad | May 2024
Переглядів 36 тис.7 місяців тому
My USA F1 Visa Interview Experience at Hyderabad | May 2024
Leetcode SQL | Product Sales Analysis 3 - 1070 | Montly transactions 1 - 1193 | Solved
Переглядів 47Рік тому
Leetcode SQL | Product Sales Analysis 3 - 1070 | Montly transactions 1 - 1193 | Solved
Feature Selection in Machine Learning using Pandas
Переглядів 2342 роки тому
Feature Selection in Machine Learning using Pandas
Combine CSV files using Python || Using Pandas || Python
Переглядів 4,1 тис.2 роки тому
Combine CSV files using Python || Using Pandas || Python
Why no one is using 3D Plots in their Analytics Report || Adith Sreeram || Misleading or Worthless
Переглядів 1223 роки тому
Why no one is using 3D Plots in their Analytics Report || Adith Sreeram || Misleading or Worthless
Plotly 3D Plots | Scatter 3D, Bubble 3D, Axes 3D, 3D Line Plots using Plotly Python || Adith Sreeram
Переглядів 1,1 тис.3 роки тому
Plotly 3D Plots | Scatter 3D, Bubble 3D, Axes 3D, 3D Line Plots using Plotly Python || Adith Sreeram
Deploying our Web App || Machine Learning Web App Portfolio Project || Streamlit || Part - 6/6
Переглядів 3803 роки тому
Deploying our Web App || Machine Learning Web App Portfolio Project || Streamlit || Part - 6/6
Machine Learning Web App Portfolio Project || Streamlit || Part - 5/6
Переглядів 4073 роки тому
Machine Learning Web App Portfolio Project || Streamlit || Part - 5/6
Machine Learning Web App Portfolio Project || Streamlit || Part - 4/6
Переглядів 2263 роки тому
Machine Learning Web App Portfolio Project || Streamlit || Part - 4/6

КОМЕНТАРІ

  • @kaushikO2
    @kaushikO2 Місяць тому

    *when the Luck factor kicks inn... Wish you the best, brother!.

  • @jameelmustafa4241
    @jameelmustafa4241 5 місяців тому

    You are stammering like anything please improve your English.

  • @j..3650
    @j..3650 5 місяців тому

    Hello, Bhai koi Puri website banana sikhaa do streamlit sy

  • @adithsreejeyas9823
    @adithsreejeyas9823 5 місяців тому

    Nice one brother ❤🎉

  • @Hana_shorts8436
    @Hana_shorts8436 5 місяців тому

    Well done Adith!

  • @Hana_shorts8436
    @Hana_shorts8436 5 місяців тому

    Thanks for sharing this useful information Adith!

  • @Hana_shorts8436
    @Hana_shorts8436 5 місяців тому

    Thanks for sharing this useful information Adith!

  • @Hana_shorts8436
    @Hana_shorts8436 5 місяців тому

    Thanks for sharing this useful information Adith!

  • @Hana_shorts8436
    @Hana_shorts8436 5 місяців тому

    Thanks for sharing this useful information Adith!

  • @Hana_shorts8436
    @Hana_shorts8436 5 місяців тому

    Thanks for sharing this useful information Adith!

  • @Hana_shorts8436
    @Hana_shorts8436 5 місяців тому

    Thanks for sharing this useful information Adith!

  • @Hana_shorts8436
    @Hana_shorts8436 6 місяців тому

    Amazon :)

  • @Hana_shorts8436
    @Hana_shorts8436 6 місяців тому

    Well done Adith! super helpful video..

  • @Hana_shorts8436
    @Hana_shorts8436 6 місяців тому

    Well done. Super useful video Adith.

  • @Hana_shorts8436
    @Hana_shorts8436 6 місяців тому

    Well done Video! thanks for sharing your knowledge with us.

  • @Hana_shorts8436
    @Hana_shorts8436 6 місяців тому

    Well done Adith, thanks for sharing useful information.

  • @professor_DJ_010
    @professor_DJ_010 6 місяців тому

    Bhai table data.. Dataset provide kr do pls

    • @adithsreeram
      @adithsreeram 6 місяців тому

      8weeksqlchallenge.com/case-study-4/

  • @Hana_shorts8436
    @Hana_shorts8436 6 місяців тому

    Well done. Super useful video Adith.

  • @Hana_shorts8436
    @Hana_shorts8436 6 місяців тому

    Super useful information. Thanks for sharing!

  • @Hana_shorts8436
    @Hana_shorts8436 6 місяців тому

    Well done Adith! super helpful video..

  • @Hemang-n3d
    @Hemang-n3d 6 місяців тому

    SO WE NEED TO GIVE PERSONALISED ANSWERS AND LESS GENERIC.

  • @siyana_g
    @siyana_g 6 місяців тому

    hi Adith. I am from Nepal but i am applying for F1 through India and I had some questions. where can I message you?

  • @albklbk4664
    @albklbk4664 7 місяців тому

    which counter pls

  • @chandfatima6766
    @chandfatima6766 7 місяців тому

    After interview is approved i mean if they take our passport means the visa is approved right so can we track for the passport or we will get any mail or something?

    • @adithsreeram
      @adithsreeram 7 місяців тому

      u can check ur visa status here: ceac.state.gov/CEACStatTracker/Status.aspx u will receive a email once ur passport is ready for collection, if ur passport collection area is in those 5 cities where the consulates are located then it will max take 5 days if not a week or more

  • @PrashanthHV-j4h
    @PrashanthHV-j4h 7 місяців тому

    Congrats bro🥳

  • @neweraagriculturetelugu
    @neweraagriculturetelugu 7 місяців тому

    I was listening nearly 100's of interviews since a year but your interview really made difference and given good info thankyou Adith.

    • @joelpjain
      @joelpjain 6 місяців тому

      Bro how is Hyderabad consulate overall

  • @vijayqar
    @vijayqar 7 місяців тому

    Neeku visa ichina nigerian lady ni anali ra. Nuvvu nee reinforcements

    • @ForMr-lt9rp
      @ForMr-lt9rp 7 місяців тому

      ee raa? nee visa reject chesindha 😂😂

  • @Thanjavurponnu
    @Thanjavurponnu 7 місяців тому

    Today Dubai embassy my visa rejected 😢

  • @nikhilkumar8362
    @nikhilkumar8362 7 місяців тому

    english ranapudu telugu lo mtsldi dengichikoo ra puka

  • @sriharsha4123
    @sriharsha4123 7 місяців тому

    VIT-AP?

  • @Vitchu911
    @Vitchu911 7 місяців тому

    Have you received your passport? Is there delay in passport delivery in Hyderabad?

    • @adithsreeram
      @adithsreeram 7 місяців тому

      I am from Chennai so I gave my pickup location as Chennai and I received my passport within 5 days.

  • @ZeHriXx
    @ZeHriXx 7 місяців тому

    Bai financial statement Leke geya tha

    • @ZeHriXx
      @ZeHriXx 7 місяців тому

      @pauljass4507 vaise aap leke gaye the kya 😄 mujhe agent ne kaha rehne do ✔️ mera agent ne show kiya hai to problem na aye isliye Mai vaise hi prepare hu

    • @adithsreeram
      @adithsreeram 7 місяців тому

      please carry that and be on the safer side

    • @RajBiswas-o9d
      @RajBiswas-o9d 6 місяців тому

      Bhai apka agent kitna charge kar rha hain

    • @ZeHriXx
      @ZeHriXx 6 місяців тому

      @@RajBiswas-o9d mai to reject bhi ho geya 😹 bhai sun financial statement leke Jana compulsory nhi mujh se ni mangi

  • @_sandeepSingh
    @_sandeepSingh 7 місяців тому

    Have You completed your undergraduate or still persuing ?

    • @adithsreeram
      @adithsreeram 7 місяців тому

      i completed my ug 2 weeks back

  • @itsrizwan7969
    @itsrizwan7969 7 місяців тому

    2:25

  • @KainsazEdits
    @KainsazEdits 7 місяців тому

    So we have to be original and truthful

  • @syedirfan2467
    @syedirfan2467 7 місяців тому

    good bro

  • @jitzzzzzz
    @jitzzzzzz 7 місяців тому

    congratulations brother, have a safe visit to the US!

    • @adithsreeram
      @adithsreeram 7 місяців тому

      will soon meet u there!!!

  • @funnyview275
    @funnyview275 7 місяців тому

    Bro are u from vitap

  • @kosururamu7626
    @kosururamu7626 7 місяців тому

    Hi bro na visa kuda aprove eyandhe i need information about fligh ticket at low cost from hyderabad to newyork

    • @adithsreeram
      @adithsreeram 7 місяців тому

      Check on websites like Sky Scanner and Student Universe

    • @PriyaPradesham
      @PriyaPradesham 7 місяців тому

      Which University in New York

    • @yaswanthsrinivas9853
      @yaswanthsrinivas9853 7 місяців тому

      Chennai to new york, takkuva untai

    • @foodreligion78
      @foodreligion78 7 місяців тому

      klm airlines having cheaper tickets to us.

    • @rahull264uk
      @rahull264uk 7 місяців тому

      Bro please sir the visa interview questions

  • @prettygirl_leilah
    @prettygirl_leilah 8 місяців тому

    Congrats! Well deserved.. All the best.

  • @TeamYogaandWellness
    @TeamYogaandWellness 8 місяців тому

    🎉🎉🎉🎉

  • @adithsreejey695
    @adithsreejey695 8 місяців тому

    Very useful, 👍 🎉 congratulations bro

  • @Hana_shorts8436
    @Hana_shorts8436 8 місяців тому

    Useful information. Thanks for sharing! Just curious to know during 30 mins of waiting time.. what was in your mind? anxious or reading books?

    • @adithsreeram
      @adithsreeram 8 місяців тому

      Thank you! During the 30 minutes of waiting time, I was a bit anxious, but I managed to keep myself calm by rehearsing the answers in my head.

  • @GVenkatesh-r4i
    @GVenkatesh-r4i Рік тому

    Thank you so much bro excellent teaching

  • @naren.j2177
    @naren.j2177 Рік тому

    super bro

  • @stoic_sapien1
    @stoic_sapien1 Рік тому

    Thanks Man! GIve linkedin

    • @adithsreeram
      @adithsreeram 7 місяців тому

      www.linkedin.com/in/adithsreeram/

  • @tatendagutuza3866
    @tatendagutuza3866 Рік тому

    Df1 = pd.concat(map(pd.read_csv.... all other lines are running except for this one.

    • @gam3rman85
      @gam3rman85 Рік тому

      i think he wrote it wrong, and it should be pd.read_csv(files)

  • @Hana_shorts8436
    @Hana_shorts8436 Рік тому

    Very good video Sri ma..Welcome back..looking forward to see more engaging, informative content from you! - Senthil

  • @RameshNat
    @RameshNat Рік тому

    Thank you