Pergunta de entrevista da empresa Amazatic

First Round: 1. Write a C# Sharp program to compute the sum of the two numerical values. If the two values are the same, return triple their sum. Sample Input: 1, 2 3, 2 2, 2 Expected Output: 3 5 12 2. Write any sorting algorithm. 3. Write a single-line SQL query to update a column, toggling its value from 0 to 1 and vice versa. Second round: 1. What is repository design pattern? 2. What are SOLID principles? 3. What is Liskov substitution principle? 4. What is difference between POST and PUT? 5. What is CI/CD? 6. What is the difference between agile and waterfall model?