Question 1
What is the result of an unhandled exception in a .NET application?
Question 2
Which Azure service provides fully managed Kubernetes orchestration?
Question 3
What is logged?
Promise.resolve()
.then(() => { throw new Error("x"); })
.catch(() => "A")
.then(v => console.log(v));
Question 4
What is the purpose of the Sprint Retrospective in Scrum?
Question 5
What is a ""Deadlock"" in computer science?
Question 6
Which of the following best describes a “framework” in software development?
Question 7
In Git, what does git rebase primarily do?
Question 8
Which of the following is a front-end framework?
Question 9
In object-oriented programming, what is inheritance?
Question 10
What is the main benefit of automated testing?
Question 11
Which AWS service provides managed container orchestration using Kubernetes?
Question 12
Which service is best fit for running short lived functions in response to S3 events without managing servers on AWS?
Question 13
What is the primary benefit of using containers (e.g., Docker) in application development?
Question 14
What is Amazon EC2 mainly used for in AWS?
Question 15
Which statement about APIs is true?
Question 16
What is a "Boolean"?
Question 17
What does “responsive design” ensure?
Question 18
In C#, what is the primary difference between IEnumerable and IQueryable?
Question 19
Which Scrum role is responsible for maximizing product value?
Question 20
Which strategies help achieve high availability in modern applications?