|
INTERVIEW QUESTIONS
MICROSOFT
ASP.NET
DETAILS
Question: Contrast OOP and SOA. What are tenets of each
Answer: Service Oriented Architecture. In SOA you create an abstract layer that your applications use to access various “services” and can aggregate the services. These services could be databases, web services, message queues or other sources. The Service Layer provides a way to access these services that the applications do not need to know how the access is done. For example, to get a full customer record, I might need to get data from a SGL Server database, a web service and a message queue. The Service layer hides this from the calling application. All the application knows is that it asked for a full customer record. It doesn’t know what system or systems it came from or how it was retrieved.
|
|
|
Category |
ASP.NET Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6927 users |
Added on |
9/17/2014 |
Views |
72205 |
Rate it! |
|
|
Question:
Contrast OOP and SOA. What are tenets of each
Answer:
Service Oriented Architecture. In SOA you create an abstract layer that your applications use to access various “services” and can aggregate the services. These services could be databases, web services, message queues or other sources. The Service Layer provides a way to access these services that the applications do not need to know how the access is done. For example, to get a full customer record, I might need to get data from a SGL Server database, a web service and a message queue. The Service layer hides this from the calling application. All the application knows is that it asked for a full customer record. It doesn’t know what system or systems it came from or how it was retrieved. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What does this do? gacutil /l | find /i “about”
|
View Answer
|
|
What is FullTrust? Do GAC’ed assemblies have FullTrust?
|
View Answer
|
|
What are PDBs? Where must they be located for debugging to work?
|
View Answer
|
|
What is strong-typing versus weak-typing? Which is preferred? Why?
|
View Answer
|
|
What is the difference between an EXE and a DLL?
|
View Answer
|
|
What is a Windows Service and how does its lifecycle differ from a “standard” EXE?
|
View Answer
|
|
Describe the difference between a Thread and a Process?
|
View Answer
|
|
What is the difference between boxing and unboxing ?
|
View Answer
|
|
What is the standard you use to wrap up a call to a Web service?
|
View Answer
|
|
What tags do you need to add within the asp:datagrid tags to bind columns manually?
|
View Answer
|
|
What are the disadvantages of viewstate/what are the benefits?
|
View Answer
|
|
Describe session handling in a webfarm, how does it work and what are the limits?
|
View Answer
|
|
How many classes can a single .NET DLL contain?
|
View Answer
|
|
True or False: To test a Web service you must create a windows application or Web application to consume this service?
|
View Answer
|
|
Which control would you use if you needed to make sure the values in two different controls matched?
|
View Answer
|
|
What tags do you need to add within the asp:datagrid tags to bind columns manually?
|
View Answer
|
|
Where on the Internet would you look for Web services?
|
View Answer
|
|
What does WSDL stand for?
|
View Answer
|
|
True or False: A Web service can only be written in .NET.?
|
View Answer
|
|
What is the transport protocol you use to call a Web service?
|
View Answer
|