I applied through other source. The process took 3 weeks. I interviewed at Amazatic (Pune) in Jan 2025
Interview
The interview process is extremely challenging and consists of 3 to 4 rounds. It often takes a significant amount of time to schedule each round, resulting in delays and a prolonged hiring experience. Candidates may find the process time-consuming and demanding due to the multiple stages and the waiting periods between interviews.
I applied online. The process took 1 week. I interviewed at Amazatic in Jul 2023
Interview
I received a message on cutshort.io for the position of Software Developer in .NET Core. I replied to it and got shortlisted for the first round of the interview. The interviewer for the first round was good. Subsequently, I was selected for the second round of the interview, but the interviewer seemed unaware that it was the second round. He inquired whether it was the first or second round, and I clarified that it was the second round. He then initiated a rapid-fire round, appearing in a hurry and not allowing much time for responses. Unfortunately, after that, there was no further communication or feedback from their team.
Interview questions [1]
Question 1
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?