Nike: positioning and supply chain strategy

Hello!  The case is about Nike’s positioning and supply chain strategy.  I confirm that you can send me bullet point style answers/text (since I will then be putting your answers it into a PowerPoint). No citing needed, no introduction needed.  Answers should come straight from the case PDF.  These are the questions:

-Assess the options that the team of experts provide.
-Indicating the main advantages and disadvantages of each options.
-Indiate each options’ effect on the FTS targets.

Viacom Project: EDA in Tableau

Integrated Experiential Learning: EDA & Project Plan
XN Project: EDA & Project Plan
Create a report that includes the following information:
    EDA in Viacom project by using Tableau.
    Your analytic approach to answer the project requirements (what models/tools/techniques)
    Milestones to measure progress
    Key risks and strategies to mitigate them
    Measure of success
    Delivery of your proof of concept
Note: exploratory data analysis (EDA) is an approach to analyzing data sets to summarize their main characteristics, often with visual methods. A statistical model can be used or not, but primarily EDA is for seeing what the data can tell us beyond the formal modeling or hypothesis testing task. Exploratory data analysis was promoted by John Tukey to encourage statisticians to explore the data, and possibly formulate hypotheses that could lead to new data collection and experiments.

Report: three pages, double space. Include APA citations where appropriate.
Tableau: one twbx file.

Project Goals and objectives
The Viacom Company wants to know the performance of audiences by using visualization tool. This project aims to find some patterns or trends from the customers online orders. Also, the project wants to make user portraits for future targeted advertising or recommendation. Therefore, the project may needs to solve questions as following:
    What are the attributes of custom audience that result in high engagement (large clicks and low cpc)?
    Whether the number of users and orders are growing steadily each year, and whether the volume of sales is changing from quarter to quarter
    What kind of goods do people in different countries and regions prefer
    What’s the correlation between CTR and audiences’ impressions?
    Build the statistical model of predicting the cpm, cpc and ctr for them.
Dataset: custom_audience_ads.csv lookalike_data.csv
Data dictionary: data_dict_custom_audiences.docx

n

Write a Java application that allows the user to read, validate, store, display, sort and search the account number and balance for N bank customers. N should be declared as a constant and it should be equal to the largest digit of your student id number (e.g. if your ID number is 50506 then N should be equal to 6 and you can declare it as final int N= 6 ;). The account number and balance must be stored in two separate single dimension 9 arrays/array, Lists (index 0 for customer 1 and index N-1 for customer N)

Weighted Directed Graphs C++

Your task is to implement a directed_graph class, where each node/edge has a weight.  (Please use adjacency matrix)

The class should offer a reasonably effective suite of operations. Some (but not all) of basic operations are:

Adding and removing nodes and edges (with weights);

Depth-first and breadth-first traversals;

Computing a tree rooted by the given vertex (the tree may not contain all vertices of the graph);

Pre-order, in-order, and post-order traversals of the tree;