I applied through an employee referral. The process took 1 day. I interviewed at Infosys (Hyderâbâd) in Sep 2023
Interview
I'm excited to share that I aced my software developer interview and landed the job! During the interview, they were particularly interested in my major project, which focused on user authentication, security, and algorithms. I explained how I created a strong system for making sure users are who they say they are. I used things like multiple steps to prove someone's identity, making it super secure. I also talked about the special math and logic I used in our project. The interviewers were impressed with how I knew about keeping things safe and could explain tricky ideas in a way that's easy to understand. I stressed the importance of using codes to protect data, keeping passwords safe, and checking for security issues regularly. It's a great feeling to get this job because it means I get to use my skills to build cool software and make it super safe at the same time!
Interview questions [1]
Question 1
1.Can you explain in simple terms how your user authentication system worked in your major project? 2.How did you ensure the security of user data in your project, and what specific security measures did you implement?
1st round had 3 dsa question with many hidden test cases 2-medium 1-hard question. Failed to find edge cases in all questions. Attended 2questions got right answer for public test cases only.
2 rounds and both where coding interviews. In the first they asked some basic DSA questions and my SQL and similarly in 2nd interview round, they asked 2 coding questions and some details on the project.
Interview questions [1]
Question 1
1. Return is Prime Number with optimised solution 2. Implement min heap