Question & Additional Information
 
Do you see any adverse effect of economic growth.
Add to My IQ
 

 | 
Inappropriate
Answer Title
Answer

One of the main concerns about expanding rates of economic growth focuses on the effects of congestion, pollution and carbon emissions on the environment. Economic growth in China and India raises fears that the resulting environmental damage could have serious impacts on us all. Other observers say that it is hypocritical for those in the developed world to preach to those trying to develop their economies.Economic growth is the loss of ancient ways of life and cultures. As countries industrialise, natural resources can be lost as more land is sought. The loss of huge areas of the Brazilian rainforest to cattle-ranching is an example of this effect.

Other adverse effects could be

  • The 'one size fits all' view of economic development prevents subtle differences in the routes chosen to development.
  • The search for faster economic growth may prevent countries concentrating on social goals such as care for the elderly or children.
  • The acceptance of materialism as a general goal in life.
  • The homogenised global culture that some observers say has arisen.
Question Tag Title
Tags
Question Asked At Title
Asked At
None
Question Job Title
Job Titles
None


Check out our newest job listings!

Post a Job! $49 for 60 days



Your Name:
Add your comment text
 
Related Questions
Related Questions
Flag this interview question as inappropriate Inappropriate
See Answer
There is difference between Job and Career. One starts with job and builds up Career. Money is the remuneration paid for the services provided. Apart from Money a job provides stability and personal satisfaction for the educational background and also gives a place to sit and work and mingle with other professionals and thus helps in professional and personal growth.
Create Date
:
Wednesday, November 05, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (1) :
1.
bbfromdc
Tuesday, November 18, 2008 8:45 AM
I guess it should be like..This job in addition to good
work culture also gives me great benefits, security in
life and promising future
Flag this interview question as inappropriate Inappropriate
See Answer
A job that allows me to grow in the organization
A job where i can make a positive contribution to the growth of the firm
A job where i am comfortable with my coworkers
A job that pays a decent salary
A job that is so interesting that i am motivated to continue educating myself to be the best that i can be in the field
Create Date
:
Thursday, August 14, 2008
Tags
:
None
Asked At
:
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (2) :
1.
globalindian
Wednesday, September 03, 2008 9:15 AM
I like living in my home country..so my ideal job
would be something with which i can work in my home country and at the same time flexible to travel around with family.
2.
bbfromdc
Tuesday, September 02, 2008 5:32 PM
A job where i can watch over my husband.:-)
Flag this interview question as inappropriate Inappropriate
See Answer

It is difficult to find a clear definition of the term 'globalisation' but it is clear that it is associated with particular characteristics; the following is a list of some of those characteristics:

  • Growth in technology
  • Capitalist or market economic systems
  • Corporate expansion
  • Trade issues
  • Poverty and inequality
  • Impact on the environment
  • Communication
  • Brand expansion and recognition
Create Date
:
Saturday, September 29, 2007
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (1) :
1.
swati
Tuesday, July 22, 2008 8:42 PM
good. describe more.
Flag this interview question as inappropriate Inappropriate
See Answer
In n-tier architecture the entire application is divided in several pieces. These pieces can be logical or physical. Each piece performs a specific task such as displaying user interface or data access. There can be any number of tiers or layers of such pieces. Hence, the name n-tier (Note that many times the terms tier and layer are used interchangeably). However, most commonly applications have 3 distinct tiers or layers. They are:
  • Presentation Layer
  • Business Logic Layer
  • Data Access Layer
As you can guess, presentation layer is nothing but a piece of software that deals with user interface of your application. Displaying data to the end user and allow them to interface with it is the core functionality of this layer.

In most of the cases the data entered by the end user needs some kind of validation or further processing. This is the responsibility of Business Logic Layer.

Finally, your application data needs to be stored and retrieved in some data store (RDBMS, XML etc.). This task is handled by Data Access Layer.

In short, the process works like this:

  • User requests for some application data.
  • The data access layer retrieves the data and is forwarded to the presentation layer via business logic layer. Sometimes data access layer gives this data directly to presentation layer.
  • Presentation layer receives the data to be displayed via business logic layer.
  • The user changes the data and initiates the appropriate action (such as insert, or update).
  • The business logic layer validates the data submitted by the user.
  • If the data is valid it is handed over to data access layer for updating into the database.
Advantages of N-Tier ArchitectureAt first glance this division of tasks may seem to be unnecessary. However, it gives following benefits:
  • The applications gets divided in logically isolated pieces reducing tight coupling between the UI, business processes and database.
  • Change in the underlying database and data access methods do not have any effect on the presentation layer or client application.
  • Client application no longer has SQL statements embedded in it. This makes it de-coupled from rest of the application.
  • Table and column names can be effectively eliminated from the client-side code.
  • The client application is unaware from where data comes (location transparency).
  • It becomes easier to modify or extend your application, without breaking or recompiling the client-side code.
The downside of n-tier architecture is that you need to create many isolated classes and pieces of software. However, benefits of n-tier applications will far outweigh its disadvantage.
Create Date
:
Tuesday, June 10, 2008
Tags
:
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Ecotourism, also known as ecological tourism, is a form of tourism that appeals to ecologically and socially conscious individuals. Generally speaking, ecotourism focuses on volunteering, personal growth, and learning new ways to live on the planet. It typically involves travel to destinations where flora, fauna, and cultural heritage are the primary attractions. Responsible ecotourism includes programs that minimize the negative aspects of conventional tourism on the environment and enhance the cultural integrity of local people. Therefore, in addition to evaluating environmental and cultural factors, an integral part of ecotourism is the promotion of recycling, energy efficiency, water conservation, and creation of economic opportunities for the local communities
Create Date
:
Saturday, June 28, 2008
Tags
:
None
Asked At
:
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
A view may be thought of as a virtual table, that is, a table that does not really exist in its own right but is instead derived from one or more underlying base table. In other words, there is no stored file that direct represents the view instead a definition of view is stored in data dictionary.

Growth and restructuring of base tables is not reflected in views. Thus the view can insulate users from the effects of restructuring and growth in the database. Hence accounts for logical data independence.
Create Date
:
Tuesday, May 13, 2008
Tags
: