Data Interview Qs - Selecting computers for a company

InterviewQs

Selecting computers for a company

Data Analysis Python Pandas Data Manipulation Data Visualization External Dataset Case Study

Forward this email to a friend or colleague and challenge them to solve it.

Hi, 

Suppose you're trying to help a company (with hundreds of employees) determine which computers to purchase. The company has been able to pull utilization data by employee that classifies users into 3 bins, depending on how much they use their computer in their work:

  • Low usage - spends a lot of time in meetings, checking email, doing people management
  • Average usage - requires some compute power, with balanced mix of heads down/technical work along with a good amount of meetings/email writing
  • High usage - power user, relies heavily on computer performance

Additionally, they've surveyed employees to collect the relative importance of the following variables describing a computer's performance:

  • Memory
  • Processing
  • Storage
  • Price inverse - this metric was given to you by the company, with the directive that price should have a 25% weight in the purchase decision.

The results of the survey data can be found here.

Lastly, the company is looking to purchase a maximum of 3 different computer models, and have compiled the following list scoring their memory, processing, storage, and relative price. Each dimension is scored from 0-10, with 10 being the best.

Given this information, provide the company with a recommendation on which computers to purchase. Be sure to lay out the logic behind your recommendation and the assumptions/steps you took to arrive there. You can consider this more of an open-ended/case study question.

To help get you started, below is code (Python) to import the referenced datasets:

    

# Import libraries

%matplotlib inline

import pandas as pd

import matplotlib.pyplot as plt

import numpy as np

# Import data

employee_utilization = pd.read_csv('https://raw.githubusercontent.com/erood/interviewqs.com_code_snippets/master/Datasets/computer_case/employee_utilization.csv')

computer_options = pd.read_csv('https://raw.githubusercontent.com/erood/interviewqs.com_code_snippets/master/Datasets/computer_case/computer_options.csv')

survey_results = pd.read_csv('https://raw.githubusercontent.com/erood/interviewqs.com_code_snippets/master/Datasets/computer_case/survey_results.csv')

Our solution will be written using Python for premium users, and lay out our assumptions/logic behind our recommendation as we would to a stakeholder at the company.


 

You’ve accumulated 368 questions since joining our email list. Create a premium account to access detailed solutions to each problem (including this one) + our new Case studies.


Was this email forwarded to you? You can join our list here to receive questions

How did you like today's question?

15411 Boischatel, Montreal, QC, H9H1Y7, Canada
Don't want to get these emails anymore? We'll forgive you if you unsubscribe

Key phrases

Older messages

Matrix multiplication using nested loops

Friday, November 4, 2022

Python, Data Structures, Algorithms, Matrix Multiplication, InterviewQs Matrix multiplication using nested loops Python Data Structures Algorithms Matrix Multiplication Forward this email to a friend

Evaluating lottery system

Wednesday, November 2, 2022

Statistics, Hypergeometric Distribution, Probability, InterviewQs Evaluating lottery system Statistics Hypergeometric Distribution Probability Forward this email to a friend or colleague and challenge

Highest performing students by college program

Monday, October 31, 2022

SQL, Database Querying, Subquery, Case Statement, InterviewQs Highest performing students by college program SQL Database Querying Subquery Case Statement Forward this email to a friend or colleague

Multicollinearity in linear regression

Friday, October 28, 2022

Statistics, Regression, Multicollinearity, PCA, InterviewQs Multicollinearity in linear regression Statistics Regression Multicollinearity PCA Forward this email to a friend or colleague and challenge

First recurring character

Wednesday, October 26, 2022

Python, Algorithms, Sets, InterviewQs First recurring character Python Algorithms Sets Forward this email to a friend or colleague and challenge them to solve it. Hi, Write a function that returns the

You Might Also Like

Data Science Weekly - Issue 543

Friday, April 19, 2024

Curated news, articles and jobs related to Data Science, AI, & Machine Learning ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

A deal made in cloud security heaven

Thursday, April 18, 2024

Meta's Llama 3 goes public and hackers hold World-Check data for ransom View this email online in your browser By Christine Hall Thursday, April 18, 2024 Welcome to TechCrunch PM! I'm glad you

💎 Issue 413 - RubyJS-Vite

Thursday, April 18, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 413 Release Date Apr 18, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 406 - Swift for C++ Practitioners, Part 1

Thursday, April 18, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 406 Release Date Apr 18, 2024 Your weekly report of the most popular .NET news, articles and projects

💻 Issue 413 - How to implement HLS Video Streaming in a React App

Thursday, April 18, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 413 Release Date Apr 18, 2024 Your weekly report of the most popular Node.js news, articles and

📱 Issue 407 - Textual Healing: iOS Text Editing Minutiae

Thursday, April 18, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 407 Release Date Apr 18, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💻 Issue 413 - Interview with Senior JavaScript Developer 2024 [video]

Thursday, April 18, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 413 Release Date Apr 18, 2024 Your weekly report of the most popular JavaScript news, articles

💻 Issue 331 - 30+ app ideas with complete source code

Thursday, April 18, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 331 Release Date Apr 18, 2024 Your weekly report of the most popular React news, articles and projects

💻 Issue 408 - Curl: Hyper, is it worth it?

Thursday, April 18, 2024

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 408 Release Date Apr 18, 2024 Your weekly report of the most popular Rust news, articles and projects

📱 Issue 410 - Swift for C++ Practitioners, Part 1

Thursday, April 18, 2024

This week's Awesome Swift Weekly Read this email on the Web The Awesome Swift Weekly Issue » 410 Release Date Apr 18, 2024 Your weekly report of the most popular Swift news, articles and projects