Which is a key dimension of customer demand in foreign

Assignment Help C/C++ Programming
Reference no: EM13939269

1. Some global enterprises engage in joint research projects to broaden their contacts. What is another reason?

A) to reduce risk

B) to ease barriers to entry

C) to increase costs

D) to decrease certainty

E) to increase competitive complexity

2. Political factors in choosing a foreign manufacturing site include:

A) attitude toward foreign investment

B) cost of local borrowing

C) degree of labor force in management

D) currency rate

E) interest rates

3. Which one of the following is a key dimension of customer demand in foreign markets?

A) customers' acceptance of sub-standard products.

B) the rate of product innovation desired.

C) the company's desire to propagate its brand name.

D) the number of suppliers in that foreign market.

4. Factors that increase the degree to which an industry is multi-domestic include:

A) a need for standardized products

B) fragmented industry with few competitors

C) distribution channels unique to each country

D) the existence of economies of scale

E) high technological dependence of subsidiaries' R&D

5. Rapid technological development:

A) requires less management control

B) has no effect on product life cycles

C) lengthens product life cycles

D) shortens product life cycles

E) requires no management control

6. Franchising is a special form of:

A) exporting

B) joint venture

C) foreign branch

D) licensing

7. A global firm competing in a global industry must:

A) be responsive to global conditions only

B) be responsive to both global and local conditions

C) be responsive to local conditions only

D) compete in a multi-domestic industry also

E) not use intracorporate resources when also competing in a multi-domestic industry

8. A multi-national corporation:

A) has limited location options for functional activities

B) should not have different locations for marketing and operations

C) should spread R&D functions across facilities

D) must determine how to coordinate activities

E) must have highly coordinated functions among its different locations

9. Coordination of functional activities across countries:

A) is very necessary in a multi-domestic industry

B) is not necessary in a global strategy

C) will stifle global strategic growth

D) is more necessary in global firms

E) none of the above

10. The choice of a pure global strategy results in:

A) high coordination and geographic concentration of activities

B) low coordination of activities

C) geographic dispersion of functional activities

D) loose coordination of geographic activities

E) none of the above

11. Research has shown that in different countries corporate financial goals:

A) are basically consistent

B) vary

C) often change to match the U.S. perspective

D) are usually to maximize stock price

E) are always to maximize earnings before taxes

12. Prior to global expansion remember to:

A) maintain consistent stock maximization policies

B) guard against changing the mission statement

C) guard against changes in strategic decision making

D) review and revise the mission statement

E) none of the above

13. The mission statement:

A) does not accommodate changes in strategy

B) should not be revised because of globalization

C) is unlikely to remain in tact in a global context

D) does not specify a basic market need it is to satisfy

E) specifies the firm's intention of securing its future through growth and profitability

14. The global corporation's mission statement:

A) has a growth dimension closely tied to profitability

B) reflects the firm's commitment to survival through growth and profits only

C) develops a directional flow of benefits from environments to the firm

D) expresses separateness of revenues and social responsibility

E) none of the above

15. Globalization:

A) necessitates strategic decision makers located exclusively at corporate headquarters

B) disperses corporate resources

C) contains operations centrally

D) makes strategic decision makers most accessible for decision making

E) reduces the need for a mission statement

16. The complexity of a strategy refers to:

A) the breadth of a firm's business lines

B) a continuum of possible strategic choices

C) the diversity of the products

D) the number of critical success factors required

E) none of the above

17. The primary niche market approach for exporting:

A) begins with a mutually agreeable pooling of capital

B) involves the transfer of some industrial property right

C) is to modify select product performance or measurement characteristics to special foreign demands

D) utilizes a foreign branch extension to distribute

E) none of the above

18. The transfer of an industrial property right is called:

A) franchising

B) licensing

C) exporting

D) transferring

E) none of the above

19. Globalization strategies include:

A) joint contracts

B) patents

C) corporation expansion

D) niche-market exporting

E) none of the above

20. Joint ventures:

A) can not address complex markets

B) speed efforts to integrate into the foreign environment with less financial commitment than acquiring a foreign subsidiary

C) must be overseen by an outside board of directors

D) requires no disclosure of proprietary information

E) none of the above

Reference no: EM13939269

Questions Cloud

Requirement of communication skills for effective leadership : Communication skills are secondary to technical expertise in effective leadership. Write about requirement of Communication skills for effective leadership.
Determine the direction of operands : If the operands in the expressions are evaluated right to left? Let the function fun be defined as
Evaluate the ethical behavior of manny : Evaluate the ethical behavior of Manny. Should Manny have called Todd in the first place? What if Todd had agreed to meet the lower bid price-would there have been any problems?
Determine the local max local min and absolute max : Determine the local max, local min, absolute max and absolute min for the following equations: f(x) = -3x4 - 8x3 + 11x2 + 26x
Which is a key dimension of customer demand in foreign : Some global enterprises engage in joint research projects to broaden their contacts. What is another reason?
What additional annual cost is the shop incurring : What additional annual cost is the shop incurring by staying with this order size?  Other than cost savings, what benefit would using the optimal order quantity yield?
Positional bargainers in maintaining good working relations : a) Interest-based negotiators can achieve better outcomes than positional bargainers in maintaining good working relationships.
What molecule from the blood are both derived from : A search on the internet will likely indicate that the stomach is considered part of the upper gastrointestinal (GI) tract. But this is a classical view. In more modern terms, the stomach has properties it shares with the upper GI and with the low..
Compute the payback period for the proposed plant : Compute the payback period for the proposed plant. Is Karl right that the payback period is greater than four years? Explain.

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Develop data structures - chord system

Develop data structures which are suitable to hold required information for each peer in a CHORD system. Note that index nodes can hold local information only

  Software implementation of a simple three rotor enigma

Write a software implementation of a simple three rotor Enigma Machine. Please refer to the following wikipedia entries for the Enigma Machine and the Enigma Rotor details.

  Load in the household configuration file

The first thing the program is required to do is load in the household configuration file, with the following  filename: housecfg.dat

  In this assignment you have to implement and test a public

in this assignment you have to implement and test a public transport fare ticketing system. you will need to

  Composite data types (arrays & records)

Composite data types (arrays & records) can be a problem when they are passed as parameters or returned by functions. Why?

  The access attributes, list and describe

Without considering the access attributes, list and describe which base class members may not be inherited by a derived class and provide a rationale for why this is?

  Program that loads the keywords and definitions

1) Develop the part of the program that loads the keywords and definitions from the external file

  Create a c++ function named pathexists

Write a C++ function named pathExists that determines whether or not a there's a path from start to finish in a 10x10 maze. A 2-dimensional 10x10 character array of Xs and dots that represents the maze. Each 'X' represents a wall, and each '.' rep..

  Display the largest and smallest numbers entered

Design a java program with a loop that lets the user enter a series of numbers - After all the numbers have been entered, the program should display the largest and smallest numbers entered.

  Write program that print a diamond shape featuring asterisk

For this assignment, we will need to write a c++ program that is print out a diamond shape featuring the * asterisk to the console window. Please submit .cpp file.

  The multi-purpose sorting program that function pointers

3.  Take the multi-purpose sorting program that uses function pointers. Create a new auxiliary function such that the routine will sort numbers in ascending order, but all zeros will be placed at the end of the list. For example, an array with 3, 0, ..

  Prompt the user for 3 sentences of text

Prompt the user for 3 sentences of text. Pass these pieces of text into a function connect() which will connect all three sentences into one long sentence. Pass the combination sentence back to the main program, where it is printed.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd