Вы находитесь на странице: 1из 5

I also faced this Question!!

Rank Answer Posted By

Re: what is data access layer?

Answer

#1

Data Access Layer which is receive a request from buisness

object layer and speaks to database , get the result and

return to buisness object.

All sqls and Stored procedure execution will be placed.

Is This Answer Correct ? 6 Yes 0 No

Arunachalam

Re: what is data access layer?

Answer

#2

Hi... Data access layer is nothing but EIS(Enterprise

Information Server)which can store the databse objects

associated to the webapplication.

Is This Answer Correct ? 1 Yes 0 No

Devarathnam C,kotagudibanda(po
Re: what is data access layer?

Answer

#3

Data Access Layer or DAL in an application is the layer which

takes care of interaction with database. In DAL , generally

Insert, Update and Delete Queries are written. DAL sits

between database and the Business layer.

Is This Answer Correct ? 0 Yes 2 No

Design Baboo

Re: what is data access layer?

Answer

#4

DAL is a class which you can for talking to database. In

this case you do not need to worry about creating DB

connection, destroy db objects, connection pooling.

Everything is handled by DAL for you. You only need to

create class derived from DAL and define sored procedures

and classes for storing result from stored procedures.


This is very convenient way of talking to DB.

Is This Answer Correct ? 8 Yes 0 No

Dheeraj

Re: what is data access layer?

Answer

#5

DAL stands for Data Access Layer one of the design patterns

used in application Design architecture. DAL used in

UI ->BL->DAL->DB

The IO from UI is passed to BL. The BL talks with DAL for

retriving and updating values in the database. DAL forms a

bridge between the Buisness Logic (BL) and the Database (DB).

Is This Answer Correct ? 1 Yes 0 No

Mvkotekar
Other Design Patterns Interview Questions

Question Asked @ Answers

what is diffrence between Function Oriented Design and Obeject Oriented


design 3

What is software 'quality'? 2

write 5 best test cases like any password?password should be mixed case
with atlest one number or special characters? Wipro 1

i have file(ps),dont know how many records are there. move half of the
records to 2 files. how can we do IBM 1

What are cascaded style sheets? 1

Identify three types of systems or system upgrades that may be ideal


candidates for a Waterfall Development Model strategy. 1

What are 5 common problems in the software development process? HP


1

What are the Design Patterns you know 4

What are the different types of Design Patterns and Explain them? TCS
2

How to add CSS styles Styles to Elements with Particular Attributes?


1

what is data access layer? Honeywell 5

What are sequence diagrams, collaboration diagrams and difference between


them ? Infosys 3

Explain the singleton, facade, or handle class design pattern? ABC 1

How do you ensure quality of code ? Infosys 2

Give the syntax of css? 1

What is impedance mismatch and How to solve the problem? HP 1


What are External Style Sheets? 1

Which Design Patterns you know? Honeywell 4

If there is a Model class,View class,Controller class then How these are


internally related? Which layer objects instantiated in which layer? How they
communicates? Honeywell 4

Dd you useuse OOA/OOD methodologies?did you use design patterns? HP


1

Вам также может понравиться