Question 1
What is the main purpose of CSS in web development?
Question 2
Which of the following is the best practice for writing clean and readable Python code?
Question 3
What is the main purpose of an IDE?
Question 4
In languages like C++, which type of memory allocation requires explicit deallocation by the programmer?
Question 5
Which of the components of the Microsoft 365 platform is used to deliver data external to Azure into Microsoft Graph services and applications?
Question 6
Which of the following terms describes a key principle of object-oriented programming?
Question 7
What is the primary purpose of the Dependency Injection pattern?
Question 8
Which of the following best describes Continuous Integration (CI)?
Question 9
What is the best way to handle an exception in Python?
Question 10
Which Git command is used to create a new branch in a project?
Question 11
Which of the following choices is a benefit of infrastructure as code?
Question 12
Which HTTP method is idempotent and should not have side effects on the server?
Question 13
In Java, what is the main difference between a HashMap and a ConcurrentHashMap?
Question 14
What is the main purpose of a microservices architecture?
Question 15
In the context of version control systems, what is a “fork”?
Question 16
In a microservices architecture, what is the purpose of the Saga pattern?
Question 17
Which keyword is used to define a class in Python?
Question 18
What is the result of the following Java program?
import java.util.*;
public class Main {
public static void main(String[] args) {
Set set = new HashSet();
set.add(""A"");
set.add(""B"");
set.add(""A"");
System.out.println(set.size());
}
}
Question 19
What is the primary use of Docker in development?
Question 20
Which language is primarily used for web development?