Question 1
In object-oriented programming, what does "encapsulation" refer to?
Question 2
Which of the following App Service plan categories provides the maximum scale-out capabilities?
Question 3
Which of the following is a version control system?
Question 4
Which of the following formats is most commonly used for storing data in REST API communication?
Question 5
What will this C# code output?
int[] arr = {1, 2, 3, 4};
Console.WriteLine(arr[1] + arr[3]);
Question 6
What HTTP status code is returned when a resource is successfully created via a POST request?
Question 7
Which of the following is a NoSQL database?
Question 8
An organization wants to implement a serverless workflow to solve a business problem. One of the requirements is the solution needs to use a designer-first (declarative) development model. Which of the choices below meets the requirements?
Question 9
Which HTTP method is idempotent and should not have side effects on the server?
Question 10
What is the main purpose of using dependency injection in software development?
Question 11
What is the purpose of using version control systems like Git?
Question 12
What is the primary purpose of Dependency Injection (DI) in .NET Core?
Question 13
Which Git command is used to create a new branch in a project?
Question 14
What is the purpose of the 'QueueClient' class in Azure Queue Storage when using .NET?
Question 15
Which of the following data structures is immutable in Python?
Question 16
What does 'responsive' design mean?
Question 17
Which of the following best describes the concept of “lazy evaluation” in programming?
Question 18
Which software development methodology emphasizes iterative development, flexibility, and collaboration?
Question 19
What is the purpose of an ORM (Object-Relational Mapping) tool?
Question 20
Which of the following best describes Continuous Integration (CI)?