Question 1
In a microservices architecture, which pattern is most appropriate for decoupled, asynchronous communication between services?
Question 2
Which of the following is NOT a characteristic of Agile methodology?
Question 3
Which cloud model offers the most control to the developer?
Question 4
Which of the following is a front-end framework?
Question 5
Which tool is most commonly used to integrate GitHub Copilot into a developer’s workflow?
Question 6
Which of the following best describes the purpose of version control systems like Git?
Question 7
In non-strict mode, what is logged?
const obj = {
x: 1,
f() { return this.x; }
};
const g = obj.f;
console.log(g());
Question 8
Which AWS service supports event-driven compute?
Question 9
Which access modifier restricts access to within the same class only?
Question 10
In functional programming, functions can have side effects that modify global state.
Question 11
What does ACID stand for in database systems?
Question 12
Which AWS service provides resizable compute capacity in the cloud?
Question 13
What is the purpose of CORS (Cross Origin Resource Sharing)?
Question 14
Which AWS service manages relational databases?
Question 15
What is the main purpose of a RESTful API?
Question 16
What is the main benefit of automated testing?
Question 17
What does CI/CD primarily enable in .NET development?
Question 18
Which statements about the .NET GC are true?
Question 19
Which logging practice best supports debugging in a distributed microservices environment?
Question 20
Which HTTP status code represents Too Many Requests?