Risk Management Report: 1. Data Analysis Project

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

1.

Data Analysis Project:

RISK MANAGEMENT REPORT


I was involved in this Report which needs to be generated at the end of every month where the
requested data is to be displayed across 5 charts, each with its own accompanying data tables. By
default, this report will run for the current month’s data at the end of the month, but users have also
flexibility to select any combination of from/to Business Dates.

For this, we used ETL Process i.e. Extract, Transform & Load

E (Extract) — we were Extracting the data from the data source which is our vendor Hong Kong
Exchange in terms of CSV File and then we were loading those data into the Staging layer first without
doing any modifications.

T (Transform)—In this Report , various transformations are done according to the different business
requirements like calculations or concatenations or aggregations on data depending upon the
requirements. So basically, we are doing transformations on data which adds value and changes data
such that the insightful report can be generated.

L (Load) — Once the transformations are done, we will load those data into our warehouse which will
be then used for the reporting purpose to give valuable information like trends, patterns, relationships
etc. within the data.

Tools Used- IBM Data Studio, Putty, Pentaho Report Designer, GitHub, JIRA

Tech Skills Required- SQL Server, Data warehouse-ETL, DB2, UNIX, Reporting

2. SELECT Customer_id FROM Orders


GROUP BY Customer_id
ORDER BY COUNT(*) DESC
LIMIT 1;

3. Self-Assessment Of Skills:
Areas:
•  Insights - scope business requirements & deliver actionable insights to stakeholders - 9
I analyze the requirements whenever it is given and then communicate with the clients if I am
facing any issues so that I can deliver my solutions on time without any error.

• SQL - basic syntax, window functions, use views to clean/ data, optimize queries - 9
I have used SQL in my whole experience of around 5 years.

•   Data quality - define processes, identify & manage outliers – 8


I have an experience of data quality assurance testing which eliminate data
contamination.

•   Data sources - structured/unstructured, SQL databases, Big data, Time series, APIs – 7
I have experience of working in SQL databases, Data sources- structured/unstructured.
•     ETL - build pipelines across a range of data sources – 9
I have mostly worked on the projects which was related to ETL.

•     Visualisation tools - compelling visualisations with Tableau / PowerBI / other tool - 8


I have worked on Reporting on Pentaho Report Designer.
Also, I have learnt Tableau as it was being used on my project while I was in TCS.

•   Modeling - build statistical models through selection, training & deployment –No
Experience

•   Statistics - calculate statistical significance, design A/B tests, quantify trends ---No
Experience

You might also like