It was an introduction of the company, questions about projects and positions that I already worked in english, some math and logic questions. The host was Gabriela kindly and friendly person which made me feel very comfortable.
Interview questions [1]
Question 1
What is the skill that I am most comfortable to work?
I applied online. The process took 6 days. I interviewed at BairesDev (Bogotá, Bogota) in May 2024
Interview
We meet in the punctual interview and talk about the technical aspects related to the position, and the other contractual aspects as well as the general types of clients and BairesDev projects; finally, the next technical interview was scheduled
I applied through a recruiter. I interviewed at BairesDev in Dec 2022
Interview
A long process and technical questions that do not measure your practical knowledge. The technical interview is basically made up of "What is the difference between" questions. Most of the questions a software developer ignores during his work.
Interview questions [1]
Question 1
- What is the difference between Overloading and Overriding? - What is the difference between soft and weak references? - Can I call the garbage collector explicitly in the code? - What is the difference between List and Set? - What is the difference between String and StringBuffer and StringBuilder? Which one is serializable? - What are volatile and transient in Java? - In which scenario is a HashMap not a suitable structure? - What is the hierarchy involving Collections, List, and Set? - What is a Functional Interface? - What is a default method? - Can I add more methods in a Functional Interface? - Can I use Functional Interfaces in Streams? - What is the difference between Functional Interface and Predicate? - What is the difference between array and ArrayList? - What is the difference between Stack and Heap memories? - Why can't I use primitive type in Generics? - How to use primitive types in Generics? - What does lambda offer to Java? - How to measure an application's performance?