Domanda di colloquio di First Student

Programming/Algorithms: Question: Write a function to find the longest palindromic substring in a given string. Answer: Use dynamic programming or expand around center technique. Database: Question: Write a SQL query to retrieve departments with more than five employees.

Risposta di colloquio

Anonimo

10 lug 2024

Programming/Algorithms: Question: Write a function to find the longest palindromic substring in a given string. Answer: Use dynamic programming or expand around center technique. Database: Question: Write a SQL query to retrieve departments with more than five employees.