Skip to main content

Quiz

Question 1
Not yet graded / 2 pts
What is the definition of business strategy?  
(Complete your response in no more than three sentences.)
Your Answer:

The organizations existing will have certain specific goals and mission, and objectives that help it to grow. Business strategy is a plan that helps organization to achieve those specific goals. Business strategy creates set of activities needed to maximize the performance of the company.

 
Question 2
/ 1 pts
A product development strategy specifies the portfolio of new products that a company will try to develop. Life cycle assessments and analyses are systems for addressing the environmental consequences of entire product chain.  True or False?
  
  
 
Question 3
/ 1 pts
Diversification occurs when a firm enters into the same markets (e.g. international, domestic markets) with existing products or services.  True or False?
  
  
 
Question 4
/ 1 pts
Firms try to maintain value added, which is the sales revenue from output minus the cost of material inputs (e.g. wages, interest, rent, royalties, license fees, and taxes).  True or False
  
  
 
IncorrectQuestion 5
/ 2 pts
__________________  ___________________ is a good proxy (and reasonable assumption) for a measure of strategic effectiveness.
(The answer should be two words.)
 
IncorrectQuestion 6
/ 2 pts
Companies do all sorts of reporting.  Sustainability reporting mainly occurs to:
  
  
  
  
  
 
Question 7
Not yet graded / 3 pts
What is the GRI?  Explain the definition, purpose, and guidelines.
Your Answer:

GRI means Global reporting initiative, it is an international framework for generating sustainability reports. These reports discuss sustainability impacts. The various topics it covers include effective utilization of energy, waste management practices of the company and labor policies

The main purpose of using GRI is to disclose organizations abilities and concerns in economic, social and governance performance

The guidelines of GRA includes several standards Data universally applicable to all existing business. The standards are topic specific, and they are categorized into different sectors. These guidelines encourage organizations to disclose relevant information in meaningful ways.   

Comments

Popular posts from this blog

IS5203 Type 2 Post Assessment and Final Quiz

  Carlos has just created a new subnet for the finance department. He needs to be able to allow the employees in finance to retrieve files from the sales server, which is located in another subnet. Which of the following OSI model layers would it be necessary to categorize the device into? a. Layer 4 b. Layer 6 c. Layer 2 d. Layer 3 All of the cubicles in a company's office have cables that run up to the ceiling and across to an IDF. Inside the IDF, they connect directly to the latest generation switch available from the networking equipment vendor that they have chosen. Which of the following describes the physical topology most likely in use? a. mesh

GE5103-2 Project Management [Aug 23 Syllabus]

    Some of the advantages of using time boxes and cycles in project coordination efforts include creating urgency, measuring progress, and allowing for predictable measurements. A)        True 2.    Even though most project managers are not contract specialists, they need to understand the process well enough to coordinate with the team. For the current assignment, you are looking at a short-term and small effort with a contractor of just a few hours without significant clarity. Which of the following would be the most applicable contract to use in this situation? A)        Time and materials 3. The project you are working on has had modifications to the plan from the start and even how the project is run. Project governance covers all of the 3 following except: A)        Naming The project manager 4. Of the following, which is most likely a trigger condition defined early in the project? A) Alerting Governance board if 10 percent over schedule 5. Of the following options, which stand

IS5213 Data Science and Big Data Solutions

WEEK- 2 code  install.packages("dplyr") library(dplyr) Rajeshdf = read.csv('c:\\Insurance.csv') str(Rajeshdf)                        str(Rajeshdf) summary(Rajeshdf) agg_tbl <- Rajeshdf %>% group_by(Rajeshdf$JOB) %>%    summarise(total_count=n(),             .groups = 'drop') agg_tbl a = aggregate( x=Rajeshdf$HOME_VAL, by=list( Rajeshdf$CAR_TYPE), FUN=median, na.rm=TRUE ) a QUIZ 2. What famous literary detective solved a crime because a dog did not bark at the criminal? A). Sherlock Holmes 1.  In the Insurance data set, how many Lawyers are there? A).  1031 3. What two prefixes does the instructor use for variables when fixing the missing values? Select all that apply. A). IMP_ M_ 4. What is the median Home Value of a person who drives a Van? A).  204139 5. In the insurance data set, how many missing (NA) values does the variable AGE have? A) 7   1. What is the process called where missing data is fixed? a). Imputing   2. According to the instructor