Candidatei-me online. O processo levou 1 semana. Fui entrevistado pela ZiniosEdge (Bengaluru) em dez. de 2021
Entrevista
Date Of Interview : 23-Sep-21
1. Technical Round
- It was a really good experience, interviewer questions were very relevant to technologies
2. Technical Round
- Could not attend the interview due to last week of notice
Perguntas de entrevista [1]
Pergunta 1
Questions
## Technical Round
# Core Java
- Immutable Class & its Example
- Difference between for & forEach - iteration
- maintain the order and no duplicates - LinkedHashSet
# Java-8
- Optionals & Its method
# Spring
- Load beans - application context
# Spring boot
- Advantages of spring boot
- Actuator - Advantages
- Autowired Vs Qualifier
- @Value annotation for reading properties
- Read two databases using class - @Primary & @Configuration
- Rest service for parsing large file
- Parse using Stream
- Insert using Batch
# Microservices
- symmetric ??????
- CDC - Consumer Driven Contract
# Docker
- Have you used it
# Program
- Program to sort days list given a List<String>
- Program for multi level sorting for employees
# Database
- Function
- Procedure
- Alternate to distinct for eliminating duplicates - group by & having
- Indexing - type of indexing [B-Tree]