About
Building high performing teams and scalable data platforms to solve true big data…
Contributions
-
Here's how you can showcase your value as a mid-career data engineer to your teams and organizations.
Your ability to create data models and set up data warehouses can help your organization in making data easily accessible for analysts and data scientists. Your experience allows you to optimize the performance of data queries and provide critical insights that can improve the efficiency of databases.
-
Here's how you can showcase your value as a mid-career data engineer to your teams and organizations.
Your understanding of business objectives and the role of data in achieving those goals can help in strategic decision making. You can guide the data strategy of your organization and ensure that the data infrastructure aligns with business requirements.
-
Here's how you can showcase your value as a mid-career data engineer to your teams and organizations.
As a mid-career data engineer, you have developed deep knowledge and skills in handling data efficiently. You can design, construct, install, test, and maintain highly scalable data management systems. The field of data engineering is constantly evolving. Your willingness and ability to learn and adapt to new technologies can keep your organization at the forefront of the industry.
Activity
-
No matter what industry you’re in, bad data means risk. But in the financial sector, that risk is a whole lot riskier. Whether it’s meeting their…
No matter what industry you’re in, bad data means risk. But in the financial sector, that risk is a whole lot riskier. Whether it’s meeting their…
Liked by Kautuk Pandey
-
Caution: AI experts at work :) In my view; AI won't replace HI (Human intelligence), it would free up human Intelligence for future innovations…
Caution: AI experts at work :) In my view; AI won't replace HI (Human intelligence), it would free up human Intelligence for future innovations…
Liked by Kautuk Pandey
-
Had an interesting #dataquality #dataprofiling product request from a senior data stakeholder in our DQ/DG leadership forum: "Hi Folks, is anyone…
Had an interesting #dataquality #dataprofiling product request from a senior data stakeholder in our DQ/DG leadership forum: "Hi Folks, is anyone…
Liked by Kautuk Pandey
Experience
Education
-
Indian Institute of Information Technology, Jabalpur
-
Activities and Societies: Programming club
Winner of the best B.Tech. project during the course.
Ranked 2nd in class at the end of the course with CPI of 9.3/10 -
Licenses & Certifications
-
Become an AI-Powered Manager
LinkedIn
IssuedCredential ID c9898725d78fe7df3379ab50f53275b95d199ace7c559de2075534f8fe414cc6 -
AI Pair Programming with GitHub Copilot
LinkedIn
IssuedCredential ID 62bf6c4da49f5fe13738848567488a9ada62487e23fdd9d2e1cdbc97651a40d8 -
Pair Programming with AI
LinkedIn
IssuedCredential ID 6dbe268b32febe50527f207ce270b53af5b45cb9591ed26d866ade1e7201de7e
Publications
-
Learning SSAS: Data Sources and Data Source Views
SSWUG.org
This article talks at length about data sources and data source views in SSAS. The reader should be able to connect to a SQL Server instance and create his own data source view after reading this article.
-
Learning SQL Server Analysis Services: Part 1- Introduction
SSWUG.org
This is first part of the series dedicated to learning SQL Server Analysis Services. This article serves as an introduction to the technology and acquaints the reader with the basic terms of the field.
-
Columnar Databases and SQL Server Columnstore Indexes
SSWUG.org
This article talks about columnar databases, how they are different from the row store databases that we use every day and why do we need them. Also, it puts into perspective what SQL Server has to offer with Apollo and how it stacks up to other columnar databases.
-
Spool Operators: Index spool and Window spool
SSWUG.org
As continuation of the previous post, this article talks about the remaining spool operators in SQL Server and different ways to avoid spools in your SQL queries.
-
Spool Operators: Eager Spool, Lazy Spool, Row Count Spool
SSWUG.org
The article talks about few of the spool operators used by the SQL Server query optimizer. It talks in detail on why the spool operators are used and what effect it has on the performance of the queries.
-
New features in Denali
SSWUG.org
This article talks about few of the most important new features added to SQL Server 2012 aka Denali. I talk about AlwaysON, contained databases and a few functions that should prove helpful for developers.
-
Encryption in SQL Server 2008
SSWUG.org
This article talks about Transparent Data Encryption used in SQL Server 2008 and its advantages over the previous methods of encryptions.
-
Learning SSAS: Building Cubes
sswug.org
This article talks about creating OLAP cubes using SSAS. The reader should be able to build cubes on top of a data source view after reading this article.
-
How to get monthly YTD data
SQLServerCentral.com
The article showcases one of the simpler methods to get year-to-date data using T-SQL. It uses common table expressions to get the required format of data. Though SSAS has simpler methods for the same problem but this article is for SQL developers not very proficient in SSAS/cubes.
-
Overview of SQL Server Indexes
SSWUG.org
The article deals with the basics of how indexes work in SQL Server. It talks about the important things-to-know while working with indexes. It covers following topics in detail:
How data is stored in indexes
How indexing helps a server
What are the factors which may affect the index performance
What should be the design criteria for indexes -
SQL Server Service Broker demystified
SQLServerCentral.com
This article presents a simplified explanation of whats and hows of SQL Server Service Brokers. The article deals with the features, advantages,disadvantages etc. of using Service Brokers, developing a small messaging tool in the process.
Projects
-
Numerify360 for IT
- Present
Building state of the art data warehouse to support reporting and analytics over the cloud.
-
Data API: Price Aggregates
- Present
S&P Capital IQ provides its own Excel plugin to its clients to allow them to use licensed data directly from MS Office. This project aims at extending the functionalities of the plugin by adding capabilities to do aggregations on the data directly in excel. My responsibilities include:
Writing SQL procedures to support the business logic while fetching data from SQL Server databases
Populating the reference data tables with new data to create new user formulas
Do load testing on…S&P Capital IQ provides its own Excel plugin to its clients to allow them to use licensed data directly from MS Office. This project aims at extending the functionalities of the plugin by adding capabilities to do aggregations on the data directly in excel. My responsibilities include:
Writing SQL procedures to support the business logic while fetching data from SQL Server databases
Populating the reference data tables with new data to create new user formulas
Do load testing on Vertica and SQL Server for the new functionalities to be added to the plugin
Fix the existing issues/bugs reported by the QA team -
Business Intelligence Reports
-
The project aims at providing our clients with the customized reports as per their requirements. While many clients get the reports delivered to their inbox, a lot of reports are accessible from the Capital IQ platform. Also, we provide reports for various sub-teams to help them analyze various aspects like sales, marketing, goals allocation etc.
-
Hadoop cluster setup
-
The aim was to setup a Hadoop cluster using VMs on commodity machines which can be used as a warehousing solution for the data collected from SQL Server environments. The prime objective was to allow Database Administrators to use this cluster as a source for huge amount of data within acceptable limits of performance metrics.
Other creators -
Centralized audit system
-
This project involved developing a central auditing system using SQL Server Service Brokers which can track and log all the DDL changes applied by users to objects present on the server. It maintained a central repository which keeps track of all the records to trace who modified/created/modified what.
-
Workflow warehousing
-
Setting up an equivalent OLAP solution which can offer better performance than relational database
Creating the OLAP cube on top of the SQL Server data
Create automated process for partitioning of fact data based on time dimension
Creating usage based aggregations and queries to support aggregate queries
Using proactive caching to make the system as real-time as possible while using the advantages of OLAP
Creating various reporting and drill-through actions on top of… Setting up an equivalent OLAP solution which can offer better performance than relational database
Creating the OLAP cube on top of the SQL Server data
Create automated process for partitioning of fact data based on time dimension
Creating usage based aggregations and queries to support aggregate queries
Using proactive caching to make the system as real-time as possible while using the advantages of OLAP
Creating various reporting and drill-through actions on top of the cube
Writing MDX queries to extract data from the cube
Honors & Awards
-
D&M Proficiency Silver Medal:Best Project during the course
Indian Institute of Information Technology, Jabalpur
Awarded the D&M Proficiency Silver Medal for the best project during the course.
-
Cerificate of Merit
MHRD
Awarded the Certificate of Merit for outstanding performance during the third year of the program.
-
Certificate of Merit
MHRD
Awarded the Certificate of Merit for outstanding performance during the second year of the programme.
-
Certificate of Merit
MHRD
Awarded the Certificate of Merit for outstanding performance during the first year of the course.
Languages
-
English
Full professional proficiency
-
Hindi
Full professional proficiency
More activity by Kautuk
-
Leaders who “stay in their lane” are digging their own graves. If you’re focused only on your work, your team, and your projects, you’re missing the…
Leaders who “stay in their lane” are digging their own graves. If you’re focused only on your work, your team, and your projects, you’re missing the…
Liked by Kautuk Pandey
-
<Weekend rant> Why India doesn't produce massively successful tech product companies? Because our companies have absolute zero regard for customer's…
<Weekend rant> Why India doesn't produce massively successful tech product companies? Because our companies have absolute zero regard for customer's…
Posted by Kautuk Pandey
-
Sharing small milestone from my side. Completed "Advanced Certification Program in Generative AI and Prompt Engineering" from IISC. Great Learning…
Sharing small milestone from my side. Completed "Advanced Certification Program in Generative AI and Prompt Engineering" from IISC. Great Learning…
Liked by Kautuk Pandey
Other similar profiles
Explore collaborative articles
We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.
Explore MoreOthers named Kautuk Pandey
1 other named Kautuk Pandey is on LinkedIn
See others named Kautuk Pandey