Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso Global Minds (Poona) nel mese di set 2024
Colloquio
The interview consisted of three rounds. The first was an online round, followed by two virtual interviews on the same day. Questions focused on OOP concepts and pattern programs. The overall difficulty was moderate, and the interviewers were friendly and encouraging.
Domande di colloquio [1]
Domanda 1
What is the difference between abstraction and encapsulation in Java?
Write a Java program to print a right-angled triangle pattern of stars.
Explain the four pillars of OOP.
What is the difference between == and .equals() in Java?
Explain the concept of method overloading and method overriding.
What are access modifiers in Java?
Write a program to reverse a string without using built-in methods.
What is the difference between an interface and an abstract class?
Explain the working of a for loop in Java.
How do you connect Java with MySQL using JDBC?