I attended an online interview that included basic Java questions, two coding problems one on Fibonacci series and another on string manipulation and one SQL query. It tested logic, coding, and database skills.
Interview questions [1]
Question 1
They asked me to write a program to generate the Fibonacci series using Java. I explained the logic and wrote both iterative and recursive solutions.