it was moderately tough. They asked to solve 2 coding problems while sharing the screen. They were just checking how I approached the problem, Followed by asking core java questions.
Interview questions [1]
Question 1
Write a program to find the next palindrome number for the given integer.
I applied through college or university. The process took 8 weeks. I interviewed at Infosys (Greater Noida) in Jun 2024
Interview
It was a online interview. We were called at office and we asked to connect to their wifi and we're given links for interview at personal cabins. Then interviewer first asked to tell me about myself. Then he gave me some questions of DSA (we were given pen and paper to write psudo code), it was of moderate to hard level question. Then he asked deeply from my resume and projects thoroughly. After then we discussed about some latest technologies. After 1 hr. we ended the interview.
The interview process for the Specialist Programmer position at Infosys consists of three coding questions. These questions test various aspects of programming and problem-solving skills. Candidates are expected to demonstrate their proficiency in writing efficient and optimized code.
Interview questions [1]
Question 1
During my interview, one of the questions they asked was to solve a complex algorithmic problem involving dynamic programming. I approached the problem by first explaining my thought process, then writing the pseudocode, and finally implementing the solution in code. I made sure to test the solution with different edge cases and provided a time and space complexity analysis.