Tell me about yourself and your experience.
Api Developer Interview Questions
139 api developer interview questions shared by candidates
Why is integration required in cloud?
Design a distributed system for a large read-only dataset.
How to make a system thread-safe in Java?
Write a RESTful web service that schedules messages to be printed. The web service should accept a message content and delivery time. The web service should return 202 status code (accepted) if the message was successfully scheduled. The web service should print the message content on the console at the delivery time specified.
You have a cluster of identical servers sharing a database. They each have a similar list of cron tasks that they might want to execute. Each task needs to run on a single machine, so the servers need to decide which one will run each job so that each task will perform on one server. The servers have no idea how many of them are in the cluster at any given moment. Suggest a distributed arbitration algorithm similar to all machines that have no single point of failure (besides the database if it uses it) to perform that arbitration task.
SOLID Principle, Code Qaulity, Azure DevOps, Azure PaaS
What is the difference between a PUT and a GET request?
What kinds of tests have you written for your applications?
Q: Tell me about yourself. Q: How do you communicate and collaborate with people on your team? Q: What motivates you?
Viewing 71 - 80 interview questions