Question 1
What are key characteristics of RESTful APIs?
Question 2
What does SQL stand for?
Question 3
Which statement about APIs is true?
Question 4
In cloud-native application design, stateless services are preferred because they:
Question 5
In Git, which command is used to combine changes from one branch into another?
Question 6
Which statements about SQS message processing are true?
Question 7
Which of the following best describes a Monoid in functional programming?
Question 8
Which principles are part of SOLID design principles?
Question 9
Which HTTP header is most commonly used to control how long a response can be cached by clients or proxies?
Question 10
Which service is best fit for running short lived functions in response to S3 events without managing servers on AWS?
Question 11
In Kubernetes, what is the role of a ConfigMap?
Question 12
Lambda expressions allow you to define anonymous functions in functional programming languages.
Question 13
Which HTTP method is typically used to update an existing resource?
Question 14
What is the main purpose of the async and await keywords in C#?
Question 15
Which AI technique is primarily used for predicting numerical values?
Question 16
In Java, which keyword prevents a method from being overridden?
Question 17
In a multithreaded application, what is the best way to protect a shared in memory counter from race conditions?
Question 18
What is the main advantage of using dependency injection in software design?
Question 19
In a microservices architecture, which pattern is most appropriate for decoupled, asynchronous communication between services?
Question 20
What is dependency injection mainly used for in .NET applications?