Register to Better Coder! It's free.
Enjoy the premium features and succeed at every job interview.
Have you ever consumed some 3rd party API? What was it? Have you ever designed your own API? Could you describe it a bit?
Experience Level: Medior
Tags: .NETArchitectureASP.NET WebAPIC#Web services
Answer
Nice to hear
- Web services - WCF, WebAPI, SOAP, REST/RESTFul
- HTTP protocol
- Transport formats - JSON/XML
- Authentication
- Security - https/SSL, certificates
- HTTP headers, methods, status codes
- Base64
- Webhooks
- Versioning
- Testing
- Troubleshooting
Related C# job interview questions
What is abstract class and what is it good for?
C# MediorWhat is covariance and contravariance?
.NETASP.NET MVCASP.NET WebAPIASP.NET WebFormsC# SeniorWhat is serialization/deserialization? What types of serialization do you know?
.NETC# MediorWhat is a MultiCastDelegate? What is it good for? Give some real use case
.NETC# SeniorCan you use multiple catch blocks in try/catch? What would be a use case for such thing?
C# Junior