Solicité el puesto a través de un captador. El proceso duró 2 semanas. Acudí a una entrevista en Globant (Pune) en abr 2024
Entrevista
There are 4 rounds in total which includes 2 technical coding rounds, 1 HM round and 1 HR round. The interviews asked mostly Core Java concepts, Collection framework, Java 8 features & Spring Boot terminologies and concepts.
Preguntas de entrevista [1]
Pregunta 1
Round 1:
SOLID Principles, Abstraction, Inheritance, Immutable Class
Internal working of concurrent hashmap & hashset
Contract between equals and hashcode
Can we insert Employee e1 = new Employee(1, "Name") & Employee e12= new Employee(1, "Name") in a Hashmap ? If yes, what will be the size
How will the decision be made during insertion.
What design patterns have you used? Explain Singleton design pattern.
Give an example for factory design pattern.
How do you write unit tests? Difference between @Mock & @Inject
Explain try with resources. If a class is passed as resource in try then what should be taken care at the class level ?
How to make custom exceptions ?
Questions on exception handling
About kafka messaging - how microservices interact ?
Explain consumer publisher event mechanism
What do you do when one of the microservice is down ? How to do fault tolerance ?
Do your microservices share DB ? If yes, how is concurrency maintained in that case
How to add custom configurations to spring boot application?
Which will be considered if a spring boot application has both application.yml & application.properties files ?
If there are multiple beans with same name, how to prioritise one bean over others ?
How to create custom annotations?
SQL Question: Consider a list of employees, filter out the employees whose salary is > 50000 and dept is “IT”. Do the same using streams.
Round 2:
Diff between array and linked list ?
Explain encapsulation and abstraction taking real life example.
What is String and StringBuilder ? Why do we use them and when ?
What is diff between atomicity and consistency in databases?
How and where are foreign keys stored in many to many mapping ?
Spring boot api designing - what all parameters and scenarios will you consider ?
Microservices architecture
How do you do security config in a spring boot application?
Custom exceptions - how to create them ?
Mockito - @InjectMock vs @Mock
Coding question:
Stream :
1. Find the highest occurring character in a string
Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en Globant (Medellín, Antioquia)
Entrevista
The interview was based in Javascript Question in english, asking about basic concepts of Javascript and NodeJS, It asked about the lyfecycle of an app in Javascript, and AWS context.
it was a great experience having interview with globant. there as many things which i understood here. The manager round was good. More he was asking toward the general understanding
Solicité el puesto a través de un captador. Acudí a una entrevista en Globant
Entrevista
Technical interview based on Azure Cloud - Azure functions Service bus.
Design patterns- Abstract factory pattern.
micro-service arch, Different types of arch. Web Api related - HTTP headers.
Overall interview was vast , covering all the basics of web development.
Preguntas de entrevista [1]
Pregunta 1
Technical interview based on Azure Cloud - Azure functions Service bus.
Design patterns- Abstract factory pattern.
micro-service arch, Different types of arch. Web Api related - HTTP headers.
when to use transient in DI.
what is execution plan - DB.
Github - merge, rebase. branching.
Code coverage, unit testing framworks.
Abstract vs interface. virtual method. SOLID principle.