Buy Questpond's video subscriptions on
huge discount
.
Online: 12402
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
> WCF
WCF Interview Questions and Answers (209) - Page 11
Latest and authentic Interview questions. You can also
post an interview question
and
win monthly prizes
as well as gain community
credit points
.
209 records found.
Post
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Exclusive Questions
Get 650+ Questpond's Interview videos on discount
Loading ...
Consider we have a WCF Data Service as MyService.It has an entity say Employee that has 4 properties namely age, name, salary and gender. You need to form a WCF Data Service query that will fetch the top 3 records from the Employee entity sorted by salary.
NOTE: This is objective type question, Please click question title for correct answer.
Consider we have a WCF Data Service as MyService.It has an entity say Employee that has 4 properties namely age, name, salary and gender.There are a total of 56 records being present in Employee entity. Our requirement is to fetch the records between 41 to 56.Also the records will be sorted by salary. Which of the below WCF Data Service Query will help to do that?
NOTE: This is objective type question, Please click question title for correct answer.
Consider we have a WCF Data Service as MyService.It has an entity say Employee that has 4 properties namely age, name, salary and gender.We want to display only name and gender property.How can we do that?
NOTE: This is objective type question, Please click question title for correct answer.
How can the client application get the precise server exception ?
If the client app(s) wants to get the reason for the precise exception cause,
FaultException
which happens through
FaultContract
finds it's place.
Another way to achieve the precise server exception is to set
<serviceDebug
includeExceptionDetailInFaults="true"
/>
In production environment, must should set it to False.
Consider we have a WCF Data Service as MyService. Which query of WCF Data Service helps to get the list of all Employees from MyService?
NOTE: This is objective type question, Please click question title for correct answer.
Consider we have a WCF Data Service as MyService. Which query of WCF Data Service helps to get the Item name 'RNA Team' from the list of all Employees Entity from MyService?
NOTE: This is objective type question, Please click question title for correct answer.
What is MTOM?
MTOM is an interoperable message format that allows the effective transmission of attachments or large messages (greater than 64K).
MTOM is the basically comes under Encoding part of a binding.
Apart from MTOM we have Text and Binary formats.
Communication between computers across peer-to-peer services. Supports duplex contracts. Which of the following?
NOTE: This is objective type question, Please click question title for correct answer.
What is ABC in WCF?
Address
: An address that indicates where to find the service.
Binding
: A binding that specifies how a client can communicate with the service.
Contract
: A Contract that specifies what can the service do for us.
So without this ABC WCF wont work and this are consider to be an Endpoints.
An Endpoint is a piece of information that tells WCF how to build the runtime communication channels to send and receive messages. An endpoint consists of the three things address, binding and contract.
1
...
4
5
6
7
8
9
10
11
More WCF Exclusive Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
Interview Questions and Answers Categories
.NET Certifications
.NET Core
.NET Framework
ADO.NET
AI ML
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML