0% found this document useful (0 votes)
13 views3 pages

Cs 614

The document provides solutions for CS614 Assignment 2 for Fall 2024, detailing TechnoSys Corp.'s journey in improving data quality through various stages of the Quality Management Maturity Grid. It outlines the company's initial challenges, actions taken, and eventual integration of quality management into corporate policy. Additionally, it includes a parallel sorting task involving processing times across multiple servers and discusses the impact of skew in partitioning on overall processing time.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views3 pages

Cs 614

The document provides solutions for CS614 Assignment 2 for Fall 2024, detailing TechnoSys Corp.'s journey in improving data quality through various stages of the Quality Management Maturity Grid. It outlines the company's initial challenges, actions taken, and eventual integration of quality management into corporate policy. Additionally, it includes a parallel sorting task involving processing times across multiple servers and discusses the impact of skew in partitioning on overall processing time.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

MORE SOLUTIONS, CURRENT AND PAST PAPERS FREELY VISIT

VUAnswer.pk

CS614 ASSIGNMENT 2 SOLUTION FALL 2024

Due Date: 2-Jan-2024


Total Marks: 20

Bc210202305
Question 1:
TechnoSys Corp., a mid-sized IT company specializing in software development and consulting,
has faced persistent challenges in maintaining data quality across internal and client-facing
systems, negatively impacting decision-making and customer satisfaction. Initially, the company
lacked awareness of data quality's importance, resulting in frequent errors, confusion, and a
reactive blame culture. As client complaints increased, management acknowledged the issue but
relied on short-term fixes without taking consistent action. A major client loss prompted the
company to hire a Quality Manager, establish a dedicated department, and allocate resources for
training and systematic problem resolution. Over time, the company implemented best practices,
preventative measures, and continuous improvement programs, integrating quality goals into
performance evaluations. Eventually, quality management became a core part of corporate
policy, with robust systems preventing defects and earning TechnoSys a reputation as a reliable
and accurate industry leader.

Question: Based on the problem statement for TechnoSys Corp., complete the table below by
matching each situation or statement with the appropriate stage of the Quality Management
Maturity Grid.

SOLUTION
Situation/Statement Stage of the Quality
Management Maturity
Grid
Management acknowledged the issue and relied on short-term Stage 2: Awakening
fixes but failed to take consistent action.
A Quality Manager was hired, and resources were allocated Stage 3: Enlightenment
for training and systematic problem resolution.
MORE SOLUTIONS, CURRENT AND PAST PAPERS FREELY VISIT

VUAnswer.pk

The company lacked awareness of data quality's importance, Stage 1: Uncertainty


resulting in frequent errors and a reactive blame culture.
Preventative measures and continuous improvement programs Stage 4: Wisdom
were implemented, integrating quality goals into operations.
Quality management became a core part of corporate policy, Stage 5: Certainty
preventing defects and ensuring reliability.

Question 2:
In a parallel sorting task, you have data distributed across 6 query servers. The processing times
for each partition are as follows: Server 1: 10ms, Server 2: 15ms, Server 3: 12ms, Server 4:
17ms, Server 5: 16ms, and Server 6: 20ms.
Calculate the total time required to sort all partitions and explain in one line how Skew in
partitioning affects the total processing time.

Give your answer in the following Table.

SOLUTION

Steps Explanation Time


Total Time to The total time to sort is determined by the server with the longest 20ms
Sort processing time since it dictates the completion time.
Impact of Skew Skew in partitioning leads to uneven distribution of workload, N/A
causing the overall processing time to be dictated by the slowest
server.
MORE SOLUTIONS, CURRENT AND PAST PAPERS FREELY VISIT

VUAnswer.pk

You might also like