Used for hiring
WCF Developers
Senior .Net Developers
Skills required
WCF basics
WCF transaction protocol
C# and Object Oriented Programming
WCF Developer Assessment
You can test a candidate on the following areas to assess their proficiency in WCF:
- Development of Windows web applications
- Leveraging the WCF technology for service-oriented development
- Knowledge of C# and Object Oriented Programming
How this test helps with hiring WCF candidates
Steps to assess WCF Developers
Create a test
Add questions to assess WCF skills
Send invites to candidates
Evaluate the report
Common types of assessments used by our top customers
Programming question on development of a Windows web application
10 MCQ questions on the WCF technology
Sample questions
In WCF, which of the following is used to prompt only one caller at a time?
- ConcurrencyMode.SingleCorrect Answer
- ConcurrencyMode.One
- ConcurrencyMode.Unique
- Concurrency.Unique
Which of the following facilities is used to interact between a client application and a WCF service?
- Message
- Endpoint
- Contracts
- MetaDataCorrect Answer
In WCF, which of these is a mechanism for transmitting large binary attachments with SOAP messages as raw bytes, allowing for smaller messages?
- MTOM Correct Answer
- MEP
- MTOP
- TOP