Question & Additional Information
 
What kind of salary do you need?
Add to My IQ
 

 | 
Inappropriate
Answer Title
Answer
It will obviously be a reasonable salary, as it will be entirely depending on the job and the standard of the company
Question Tag Title
Tags
Question Asked At Title
Asked At
None
Question Job Title
Job Titles


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
The answer to this question needs extensive research. Do you have enough educational and research background to conduct that kind of research independently? Is there a potential for securing grants? Does the university have capability of accommodating such research activity? Will the research add to the already diminishing glory of the institution?
Create Date
:
Sunday, March 30, 2008
Asked At
:
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
Salary is something that every worker deserves, that it is the fruit of one's hard work.
Create Date
:
Saturday, April 12, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (1) :
1.
My answer
Thursday, October 02, 2008 8:31 PM
For the question, "What are your ideas on salary?"  Did the interviewer really ask you the question that way? Or did he ask you "What kind of salary were you looking for?"  If he asked you the latter, you could reply with, "What would be the salary range for someone with my experience and skills?"  Also, were you asked this question  before you were offered the job? Never offer an amount until you know they are ready to hire you.
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
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
1050
Create Date
:
Tuesday, May 13, 2008
Tags
:
Asked At
:
None
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
105
Create Date
:
Tuesday, May 13, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
 
• More Related Questions: