Question 1
In a CI/CD setup, which stage should normally run before deploying to production?
Question 2
What is dependency injection mainly used for in .NET applications?
Question 3
What is the main purpose of using higher-order functions?
Question 4
Which statements about the .NET GC are true?
Question 5
Which HTTP method is typically used to update an existing resource?
Question 6
Lambda expressions allow you to define anonymous functions in functional programming languages.
Question 7
In Git, which command is used to combine changes from one branch into another?
Question 8
Which statements are true?
Question 9
What are key characteristics of RESTful APIs?
Question 10
Which AWS service provides managed container orchestration using Kubernetes?
Question 11
In Git, what does git rebase primarily do?
Question 12
What is the main purpose of the async and await keywords in C#?
Question 13
Which cloud model offers the most control to the developer?
Question 14
In C#, what is the primary difference between IEnumerable and IQueryable?
Question 15
Which design pattern is used to hide a complex subsystem behind a simple interface?
Question 16
What does the term “refactoring” mean in software development?
Question 17
Which of the following techniques help improve application security?
Question 18
Which features are provided by Docker containers?
Question 19
In a microservices architecture, which pattern is most appropriate for decoupled, asynchronous communication between services?
Question 20
What is the purpose of REST APIs?