I applied online. The process took 1 week. I interviewed at Credit Lyonnais Securities Asia (Hong Kong) in Feb 2022
Interview
First round - pair programing
Second round - conversational interview about job experience and technical question (but I had been screened at first round)
Third round (not sure) - interview with Director
Interview questions [1]
Question 1
Pair Programming to implement a binary tree in generic way with Java
I applied online. The process took 4 weeks. I interviewed at Credit Lyonnais Securities Asia (Pune) in Sept 2025
Interview
I have completed the first round of the interview, which primarily focused on Java fundamentals, Spring Boot concepts, multithreading, and basic coding questions. Currently, I am waiting for the results of this round. Based on the outcome, the subsequent rounds may include advanced technical discussions, problem-solving exercises, system design, and HR discussions to assess both my technical skills and cultural fit within the organization.
Interview questions [1]
Question 1
1. Self-introduction
2. Code: Find the second largest number in an array using brute force.
3. Questions related to `String` and `StringBuffer`.
4. String Constant Pool.
5. Is multiple inheritance supported in Java?
6. Multiple inheritance using interfaces.
7. Threads: Thread creation, thread implementation, ExecutorService, and thread lifecycle.
8. Explain `@SpringBootApplication`.
9. Code: Write CRUD operations for a controller.
10. Explain `@Autowired` and `@RequiredArgsConstructor`.
11. Explain `@Lazy`.