J'ai postulé en ligne. J'ai passé un entretien chez LRDTech en mai 2026
Entretien
Utter waste of time and probably the worst technical interview experience ever. Interviewer was some sloppy CEO who kept interrupting the problem solving process to "show off" his know knowledge while intermittently going back to his laptop to look up stuff. Not recommended if you actually want a real engineering job.
Questions d'entretien [1]
Question 1
Some typical leetcode palindrome question with 3 stages:
1) How to determine if a string is a palindrome.
2) How to determine if any arrangement of characters in a string would produce a palindrome.
3) Some dynamic programming question about the longest palindromic subsequence.