Q) Drivers For Business Analytics
Q) Drivers For Business Analytics
Similarly, an
HR department can also analyze which competence
• Increasing numbers of relevant computer packages
(qualification, knowledge, skill, or training) has the
and applications. One example is the R programming
most influence on the organization’s or team’s
environment with its various data sets,
capability to deliver quality within committed
documentation on its packages, and ready-made
timelines.
algorithms. • Feasibility to consolidate related and
relevant data from various sources and of various •Product Design: Product design is not easy and often
types.An example is the consolidation of information involves complicated processes. Risks factored in
from data files in a Microsoft SQL Server database during product design, subsequent issues faced during
with data from a Twitter message stream. • Growth of manufacturing, and any resultant issues faced by
seemingly infinite storage and computing capabilities customers or field staff can be a rich source of data
by clustering multiple computers and extending these that can help you understand potential issues with a
capabilities via the cloud. An example is the use of future design. This analysis may reveal issues with
Apache Hadoop clusters to distribute and analyze materials, issues with the processes employed, issues
huge amounts of data. • Availability of many easy-to- with the design process itself, issues with the
use programming tools, platforms, and frameworks. • manufacturing, or issues with the handling of the
Emergence of many algorithms and tools to effectively equipment installation or later servicing. The results
use statistical and mathematical concepts for business of such an analysis can substantially improve the
analysis. One example is the k-means algorithm used quality of future designs by any company.
for partition clustering analysis. •The need for
business survival and growth techniques in our highly •Service Design: Like products, services are also
competitive world. The highly competitive nature of carefully designed and priced by organizations.
business requires each company to deep-dive into Identifying components of the service (and what are
data in order to understand customer behaviour not) also depends on product design and cost factors
patterns and take advantage of them. • Business compared to pricing. The length of warranty, coverage
complexity arising from globalization. An economic or during warranty, and pricing for various services can
political situation in a particular country can affect the also be determined based on data from earlier
sales in that country experiences and from target market characteristics.
Some customer regions may more easily accept “use
Q)Applications of Business Analytics: Business and throw” products, whereas other regions may
analytics has been applied effectively to many fields, prefer “repair and use” kinds of products.
including retail, e-commerce, travel, hospitality,
logistics, and manufacturing. Furthermore, business •Customer Service and Support Areas After-sales
analytics has been applied to a whole range of other service and customer service is an important aspect
businesses, including predictive failure analysis of that no business can ignore. A lack of effective
machines and equipment. customer service can lead to negative publicity,
impacting future sales of new versions of the product
•Marketing and Sales: Marketing and sales teams are or of new products from the same company. Hence,
the ones that have heavily used business analytics to customer service is an important area in which data
identify appropriate approaches to marketing in order analysis is applied significantly. Customer comments
to reach a maximum number of potential customers on the Web or on social media (for example, Twitter)
at an optimized or reduced effort. These teams use provide a significant source of understanding about
business analytics to identify which marketing channel the customer pulse as well as the reasons behind the
would be most effective (for example, e-mails, web issues faced by customers.
sites, or direct telephone contacts). They also use
business analytics to determine which offers make
sense to which types of customers (in terms of
geographical regions, for instance) and to specifically
tune their offers.
Types of data visualization: ii)The bar chart or bar graph is one of the most
i)A line chart or line graph is a data visualization type common data visualizations on this list. They’re
that showcases changing data over time. Like a bar sometimes also referred to as column charts. Bar
graph, the line chart has an x and y-axis. The charts are used to compare data along two axes. One
difference is that both axes contain numerical values of the axes is numerical, while the other visualizes the
representative of the data. categories or topics being measured.
•To create a line chart, input the relevant time frame You can use a bar chart with vertical bars or horizontal
along the x-axis and the quantitative measurement on bars. On vertical bar graphs, numerical values are on
the y-axis. Plot the data in the graph by connecting the y axis (vertical axis); on horizontal bars, they are
the time value and the numeric value. After plotting on the x-axis (horizontal axis.)
all the dots, connect them with a line. To choose which style of bar graph to use, take a look
•A line graph can have one line or several. In the case at your data. If your qualitative data has long,
of a chart with several lines, each one represents a descriptive names, then a horizontal bar chart would
category. Every category has a color and the be the best choice. Another creative option is to use a
description is detailed in the legend. visual axis system
iii)A scatter plot is a data visualization type used to
analyze the correlation between variables. The data is
plotted on the chart as dots at the intersection of its
two values.
•When there are dots outside of the expected range,
these are called outliers and should be taken into
consideration when analyzing the data. Use scatter
plots where your variables are related to each other
regarding a group of test subjects.
• Stay away from plotting too many data points on a
scatter plot or it will become impossible to read. Use
no more than two different color dots and always use
a legend if that’s the case.