<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Preeti Hemant</title>
    <description>The latest articles on DEV Community by Preeti Hemant (@preeti_hemant).</description>
    <link>https://dev.to/preeti_hemant</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F659889%2F606297b7-2b36-412d-b4bc-ae1a319d19b9.png</url>
      <title>DEV Community: Preeti Hemant</title>
      <link>https://dev.to/preeti_hemant</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/preeti_hemant"/>
    <language>en</language>
    <item>
      <title>What is Data Profiling?</title>
      <dc:creator>Preeti Hemant</dc:creator>
      <pubDate>Sat, 05 Mar 2022 20:42:28 +0000</pubDate>
      <link>https://dev.to/preeti_hemant/what-is-data-profiling-2jm4</link>
      <guid>https://dev.to/preeti_hemant/what-is-data-profiling-2jm4</guid>
      <description>&lt;p&gt;Imagine this scenario...&lt;/p&gt;

&lt;p&gt;You have started a new job as a Data Engineer. It's an exciting time, new data, new tools, new people! While you are familiarizing yourself, your manager who is also very excited to have you look at their backlog, sends a request across.&lt;/p&gt;

&lt;p&gt;"One of our stakeholders has been waiting on this for a long time - could you look into &lt;em&gt;this&lt;/em&gt; job that's resulting in a very large table in the data warehouse. The stakeholder would love an aggregated table with the data rolled up to a week."&lt;/p&gt;

&lt;p&gt;What is one of the first things you do?&lt;/p&gt;

&lt;p&gt;Data Profiling!&lt;/p&gt;

&lt;p&gt;It's a systematic analysis of the data in a table to understand the structure and relationships - leading to conclusions on its usability.&lt;/p&gt;

&lt;p&gt;The tools to extract this information are measures in descriptive statistics - min, max, mode, frequency, sum, count (You get the picture).&lt;br&gt;
The next set of parameters to understand are data types, nulls, uniqueness which answer questions on missing data, duplicates and so on.&lt;/p&gt;

&lt;p&gt;You could run this analysis on individual columns or do a cross-columns analysis.&lt;/p&gt;

&lt;p&gt;At the end of this exercise, you should be able to make a few decisions&lt;br&gt;
1) Is this data able to support the analysis/reporting use case?&lt;br&gt;
2) Do the data quality issues originate from the source or from the ETL jobs?&lt;br&gt;
3) Are there inconsistencies in the structure of the table?&lt;/p&gt;

&lt;p&gt;So, this was a short introduction to the Data Profiling technique. For further reading, here are some links.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.kimballgroup.com/wp-content/uploads/2012/05/DT59SurprisingValue.pdf"&gt;http://www.kimballgroup.com/wp-content/uploads/2012/05/DT59SurprisingValue.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.researchgate.net/publication/262221918_Data_Profiling_Revisited"&gt;https://www.researchgate.net/publication/262221918_Data_Profiling_Revisited&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>data</category>
      <category>dataengineering</category>
      <category>shortread</category>
      <category>analyticsengineering</category>
    </item>
    <item>
      <title>Data architecture models</title>
      <dc:creator>Preeti Hemant</dc:creator>
      <pubDate>Wed, 23 Feb 2022 03:11:53 +0000</pubDate>
      <link>https://dev.to/preeti_hemant/data-architecture-models-3592</link>
      <guid>https://dev.to/preeti_hemant/data-architecture-models-3592</guid>
      <description>&lt;p&gt;Data has come a long way, starting from the 1640s when the term “data” had its first use, to the 21st century, where AI has become integral to everyday life.&lt;/p&gt;

&lt;p&gt;As you can imagine, several software and hardware developments have co-evolved with data, bringing us to the here and now. One of the early challenges in data was ingesting it — how the data was to be used and the needs it served, weren't nearly as interesting. The use cases were extremely narrow, mostly defaulting to basic business reporting. Today however, the focus has shifted from ingesting data to making it accessible in a way that would support a plethora of applications — parameters of accuracy, timeliness, reliability and trust at a massive scale, are paramount.&lt;/p&gt;

&lt;p&gt;The challenges today in data - a consequence of its scale and speed - are in the areas of data discoverability, governance and reliability. The market is flooded with tools for every data problem conceivable. But, is there a guiding philosophy on how to bring these multitude of tools together, or how to stitch the different roles in an org with these tools? &lt;/p&gt;

&lt;p&gt;What we need are data architectures that can provide directional guidance, allow for weighing trade-offs, are domain-agnostic and at the same time don’t put us at the risk of building something that quickly becomes obsolete.&lt;/p&gt;

&lt;p&gt;Data architecture is a relatively new term. In fact, one of the first references to data architecture is the mention of Data mesh as a model in this &lt;a href="https://www.infoq.com/articles/architecture-trends-2020/"&gt;article&lt;/a&gt; in April, 2020.&lt;/p&gt;

&lt;p&gt;So, is data mesh the only model or one of many? A search will show "&lt;strong&gt;Data Fabric&lt;/strong&gt;" and "&lt;strong&gt;Data Mesh&lt;/strong&gt;" as two popular candidates for data architecture models. &lt;/p&gt;

&lt;p&gt;If you are looking for a short form introduction to the two models; Think of data fabric as a convergence of the modern data tools, stitched together to collect disparate data and move it within a system in a multi-hop manner. The objectives being, data discoverability, accessibility and management — for varied consumers and use cases. Data Mesh then, is the next step in the evolution of data architectures; brining in aspects of product management and decentralization to data.&lt;/p&gt;

&lt;p&gt;Contrasting one with the other, Data fabric allows for ingestion of data from any source, for any use case — without gating it for quality during ingestion — trust in data, data integrity are addressed through layers that logically come after ingestion. Whereas, Data mesh places strong emphasis on data quality and data being treated as a product, even before it can become part of the data ecosystem.&lt;/p&gt;

&lt;p&gt;Is one better than the other? Which one renders itself better to implementation? Here’s the long form of the two models.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Fabric&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fV5e20D6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/19szspz1ria2ybx90z85.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fV5e20D6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/19szspz1ria2ybx90z85.png" alt="A Data Fabric architecture" width="880" height="347"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How should data move in a system, What characteristics should data retain and shed as it moves? In the Data fabric architecture, data follows a set of steps that determine its flow. The first step takes data through an integration phase. In the integration phase, data is ingested and then cleaned, transformed and loaded into storage. Then, there is the data quality phase where quality assessment is performed on the stored data. This data is then made available for different use cases through a combination of a data lake and a data warehouse, Typical use cases are BI, analytics and machine learning. Data governance policies are defined for the ingested data and a data catalog is used for discoverability.&lt;/p&gt;

&lt;p&gt;The above functions are mostly centralized — a team of data specialists are designing and implementing the different stages in the fabric and also setting up policies and access controls.&lt;/p&gt;

&lt;p&gt;Simply put, Data Fabric is how most data ecosystems move, store and access data today.&lt;/p&gt;

&lt;p&gt;The beauty of data fabric as an architecture model is the flexibility it offers — not all components are a must, there are multiple vendors with off-the-shelf solutions that can collect and process data from &lt;em&gt;any&lt;/em&gt; source and &lt;em&gt;any&lt;/em&gt; use case.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Mesh&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Of9mMU0V--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h7dk7e6kpg3p6g0zc41h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Of9mMU0V--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h7dk7e6kpg3p6g0zc41h.png" alt="A Data Mesh architecture" width="880" height="361"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Riding on the shift of software systems towards distributed domain design, data mesh is built on the principles of distributed architecture. There are three major components in a data mesh - &lt;strong&gt;Decentralized Domain ownership of data&lt;/strong&gt; and the resulting &lt;strong&gt;Data products&lt;/strong&gt;, &lt;strong&gt;Self-serve data infrastructure&lt;/strong&gt; and &lt;strong&gt;Federated Governance&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Data Mesh has been designed to derive value from data at scale, in complex environments — complex not in data volume or velocity but in the number of use cases and the diversity of data sources. Since the complexity in not only technical, this architecture is modelled as a socio-technical construct.&lt;/p&gt;

&lt;p&gt;Domain owned data is probably the most critical shift in going from Data Fabric to a Mesh. The idea is quite simple — Who better to own and provide data for use, than the teams generating the very data? In this paradigm, business domains decide what data is useful and should be exposed for different use cases within the org. If that is true, are these the teams also building methods and tools to serve this data? No — This requires skills that the domains are not expected to have and is instead delegated to the data infrastructure that builds a self-serve data platform.&lt;/p&gt;

&lt;p&gt;Domains serve their data as a product — a product that meets well-defined standards that ensure interoperability with data from other domains. This data product lives as a node on the mesh. This is how the concept of ETLs is done with in the Data Mesh paradigm.&lt;/p&gt;

&lt;p&gt;Decentralized domain data ownership is the highlight in this architecture. Ownership of design and deployment of the infrastructure that serves data, however is centralized — with the data platform team. Naturally, there arises a need for a body that balances these aspects, delineates decisions that lie localized with each domain from the decisions that are considered global. This group is the federated governance group that is carved out of both the data platform team and individual domains.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Similarities between Data Fabric and Data Mesh&lt;/strong&gt;&lt;br&gt;
Both the architecture models attempt to solve the problem of getting value from data at scale - while making data secure, accessible and easy to use and interpret.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do they differ?&lt;/strong&gt;&lt;br&gt;
In a Data Fabric, a dataset gains value by being onboarded, catalogued  and made available through a standardized set of governance rules.&lt;br&gt;
In a Data Mesh, a dataset gains value because of its usability as determined by its consumers (data scientists/data analysts)&lt;/p&gt;

&lt;p&gt;In a Data fabric, there is standardization in how data is cleaned, labeled and checked for quality.&lt;br&gt;
In a Data Mesh, the decision on how data is to be made consumption ready i.e the pre-processing steps lies with the domains that own the data.&lt;/p&gt;

&lt;p&gt;In a Data Fabric, the onus of understanding the data, interoperability of data sets generated by different services becomes a joint responsibility of the data engineering team and consumers of data - the analysts and the scientists.&lt;br&gt;
In a Data Mesh, it is the responsibility of the teams serving their data, to understand how the data could be used to generate value and design it in a way that meets the needs of the consumers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Finally, which one should you pick?&lt;/strong&gt;&lt;br&gt;
Data Fabric addresses and recommends solutions to the fundamental questions on ingestion and use of data. Data Mesh as a model, can become a solution when the fabric hits a wall on issues around data ownership and data quality. Also, an important pre-requisite for Data Mesh architecture to be successful is domain oriented software architecture and teams in an organization.&lt;/p&gt;

&lt;p&gt;All things considered, it is a good idea for a data org to get started with the data fabric paradigm and adopt principles from data mesh as their data, their needs and complexity of the data systems evolve!   &lt;/p&gt;

&lt;p&gt;References:&lt;br&gt;
&lt;a href="https://martinfowler.com/articles/data-mesh-principles.html"&gt;Data Mesh Principles and Logical Architecture&lt;/a&gt;&lt;br&gt;
&lt;a href="https://engineering.hellofresh.com/hellofresh-journey-to-the-data-mesh-7fe590f26bda"&gt;HelloFresh Journey to the Data Mesh&lt;/a&gt;&lt;br&gt;
&lt;a href="https://learning.oreilly.com/library/view/data-fabric-as/9781098105952/introduction01.html"&gt;Data Fabric as Modern Data Architecture&lt;/a&gt;&lt;/p&gt;

</description>
      <category>datamesh</category>
      <category>data</category>
      <category>dataengineering</category>
      <category>etl</category>
    </item>
    <item>
      <title>12 Rules for Recruitment</title>
      <dc:creator>Preeti Hemant</dc:creator>
      <pubDate>Sat, 08 Jan 2022 19:33:15 +0000</pubDate>
      <link>https://dev.to/preeti_hemant/12-rules-for-recruitment-2odc</link>
      <guid>https://dev.to/preeti_hemant/12-rules-for-recruitment-2odc</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--P4jF4gCD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/55gfu80qkbuclts2yrf8.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--P4jF4gCD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/55gfu80qkbuclts2yrf8.jpg" alt="An image showing selection of a candidate from a pool of applicants" width="880" height="660"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Hiring can be a hit or a miss. While there is no set formula to hiring good candidates, there are some practices that can be used set up a good hiring process!&lt;/p&gt;

&lt;p&gt;Here are 12 "rules" that have helped me grow my teams.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Attract the right candidate&lt;/strong&gt;&lt;br&gt;
One of the first steps to hiring is creating a pool of good candidates by gaining attention of suitable candidates. An accurate job description, an outline of the day-to-day work and expected outcomes at the three, six and twelve month mark, attract candidates with relevant experience and interests. During the recruiter screening phase, sharing details on the interview steps and the onboarding plan (created for new hires) further provide clarity and help keep candidates in the interview loop.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Develop a bias towards a short interview loop&lt;/strong&gt;&lt;br&gt;
A quick and efficient interview process is highly desirable, both by candidates and hiring teams. Lengthy and involved interviews tend to push candidates away. It also means a continued engagement from your team. While it is not easy to contain all aspects of evaluation in just a couple of rounds, it is possible to trim redundancy and tighten the process.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Design the early rounds of interviews to test for well-roundedness&lt;/strong&gt;&lt;br&gt;
With a bias to shorter interviews, it is critical that early rounds test for a variety of traits and skills. An interview that evaluates cultural fit through value-based questions gives a peek into a candidates' thought processes and mindset.&lt;br&gt;
Screening for the desired attitude and pre-dispositions early on, can be valuable.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Define an ideal candidate profile&lt;/strong&gt;&lt;br&gt;
Each one of the interview rounds help build a perceived profile of a candidate. Having a reference that defines what an ideal candidate looks like, helps keep the evaluation accurate, fair and unbiased.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Recruit a diverse interview panel&lt;/strong&gt;&lt;br&gt;
A hiring manager and the team may best understand the requirements of the role, but only a diverse panel can judge the many aspects that make someone successful at work.&lt;br&gt;
Include technical and non-technical folks in the interviews.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Provide a sneak peek into the team, org culture and upcoming projects&lt;/strong&gt;&lt;br&gt;
Recruitment is always a two-way street -  It is important that both the team and candidates see the role as a good fit. Candidates understand what it takes to flourish in your team, if the culture is a match and they see themselves succeeding in the team.  I have found that sooner an applicant meets the hiring manager, the better it is to address and discuss team culture and goals.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Involve the team and set up candidate-team interactions&lt;/strong&gt;&lt;br&gt;
Getting the team to meet the candidate and vice versa ensures the candidate can validate the culture as described by the hiring manager, it is also an opportunity to build consensus on the candidate within the team. If your team is large with many members, then it is important that at least the people expected to interact the most with the potential hire meet before hand.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Explain the role of the team and its importance in the org&lt;/strong&gt;&lt;br&gt;
Everybody is looking to make an impact through their work. Let candidates have clarity on how their work can create an impact from within the team. For this, the role of your team in the org and how it contributes to business goals is an important detail to share and discuss. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Explain Org Goals and Strategy&lt;/strong&gt;&lt;br&gt;
Organizational strategy and business goals create excitement and help candidates picture their growth. It gives them a chance to evaluate if the org strategy aligns with their long term interests and to see a future in the organization.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Provide details on tech stack, tech maturity and complexity of the team's tasks&lt;/strong&gt;&lt;br&gt;
Candidates rarely are an ideal fit. Most applicants have experience in a different set of processes and practices. Discussing these details allow both the hiring manager/team and the candidate to compare and contrast methods and approaches. It helps with identifying gaps. It also helps with assessing parts of their experience that can be leveraged and skills that are transferrable.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Don't rely solely on ATS&lt;/strong&gt;&lt;br&gt;
There are too many examples of recruitment gone wrong due to the errors and biases introduced by automation. My favourite is the fiasco &lt;a href="https://www.reuters.com/article/us-amazon-com-jobs-automation-insight/amazon-scraps-secret-ai-recruiting-tool-that-showed-bias-against-women-idUSKCN1MK08G"&gt;AI assisted ATS&lt;/a&gt; created for Amazon.&lt;br&gt;
Human-in-the-loop screening is time consuming, but in many cases worth the effort. In my experience, there are many variations in documents that candidates submit and screening is best not left to the ATS alone.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Iterate on the 11 steps mentioned above&lt;/strong&gt;&lt;br&gt;
The most important of all rules, perhaps, is the last one - Iterate on your hiring process and strategy. No two roles are the same and no two times are the same.&lt;br&gt;
Adapt and adopt!&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>hiring</category>
      <category>recruitment</category>
      <category>leadership</category>
      <category>interview</category>
    </item>
    <item>
      <title>Hiring - Candidate Personas</title>
      <dc:creator>Preeti Hemant</dc:creator>
      <pubDate>Thu, 02 Dec 2021 08:31:17 +0000</pubDate>
      <link>https://dev.to/preeti_hemant/hiring-candidate-personas-18be</link>
      <guid>https://dev.to/preeti_hemant/hiring-candidate-personas-18be</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xEPD1Uip--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7w9a3voufunu0bw0aprc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xEPD1Uip--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7w9a3voufunu0bw0aprc.png" alt="An image depicting different people" width="880" height="600"&gt;&lt;/a&gt;&lt;br&gt;
What candidate persona would add the most value to a team? &lt;/p&gt;

&lt;p&gt;Borrowing from the game of football, a strategy of hiring &lt;strong&gt;&lt;em&gt;squad members&lt;/em&gt;&lt;/strong&gt; and a &lt;strong&gt;&lt;em&gt;playmaker&lt;/em&gt;&lt;/strong&gt; is ideal for setting up and growing a team.&lt;br&gt;
The two roles become critical in a team that is looking to balance sustenance activities along with innovation.&lt;/p&gt;

&lt;p&gt;So, how does one identify these qualities in candidates and build them in team members? &lt;br&gt;
First, let's look at these two personas individually.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Squad member&lt;/strong&gt;&lt;br&gt;
Squad members perform in an individual capacity to deliver outputs on clearly defined requirements.&lt;/p&gt;

&lt;p&gt;Their responsibilities mostly include&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Effectively delivering on individual tasks &lt;/li&gt;
&lt;li&gt;Implementation of small projects&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Look for hiring indicators and values like Efficient delivery, Well rounded execution of tasks, Communication, Collaboration, Code fluency and Empathy&lt;/p&gt;

&lt;p&gt;A squad member has &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The abilities to perform day to day individual tasks well (effectiveness is experience dependent)&lt;/li&gt;
&lt;li&gt;Clear and effective communication&lt;/li&gt;
&lt;li&gt;Dedication to continuously learn and improve&lt;/li&gt;
&lt;li&gt;Problem solving abilities (Nice to have)&lt;/li&gt;
&lt;li&gt;Good time management (Nice to have)&lt;/li&gt;
&lt;li&gt;Self Management (comes with experience)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Playmaker (Expert member)&lt;/strong&gt;&lt;br&gt;
These members are the creative force behind a team, they architect solutions and build them by engaging other squad members.&lt;/p&gt;

&lt;p&gt;They can deliver on a diverse set of responsibilities like &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Building solutions that are modular, scalable and forward looking &lt;/li&gt;
&lt;li&gt;Effectively delivering projects through a large team with significant complexity &lt;/li&gt;
&lt;li&gt;Training/coaching/mentoring team members to deliver on smaller tasks that come together as a larger solution&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Look for hiring indicators and values like Forward looking, Strategic thinking, Critical thinking, Strong sense of ownership, Decision making, Passion for knowledge sharing, Creative problem solving, Team health, System Design, Empathy(very important)&lt;/p&gt;

&lt;p&gt;A playmaker has&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The ability to work with nebulous asks and translate them into well defined smaller tasks&lt;/li&gt;
&lt;li&gt;Proven track record in architecting solutions that solve problems and address shortcomings in the near, mid and long term&lt;/li&gt;
&lt;li&gt;Understands the importance of coaching/mentoring squad members and facilitates knowledge distribution &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In the long term, they raise the bar for the entire team.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Finally&lt;/strong&gt;, the distribution of squad and expert members is dictated by the nature and scope of the work in a team, more specifically the ratio of sustenance to new and innovative work.&lt;/p&gt;

&lt;p&gt;In most situations, I have found this is to be an effective hiring strategy, with case-specific tweaks.  &lt;/p&gt;

&lt;p&gt;What is yours? Please comment and share!&lt;/p&gt;

</description>
      <category>career</category>
      <category>leadership</category>
      <category>hiring</category>
      <category>teams</category>
    </item>
  </channel>
</rss>
