Pergunta de entrevista da empresa IBM

whats your favorite languages, explain the differences

Resposta da entrevista

Sigiloso

8 de out. de 2025

My favorite languages are Python, Java, and TypeScript, each for different reasons. I like Python for its simplicity and readability — it’s great for prototyping, scripting, and data-heavy work since it has strong library support (NumPy, Flask, TensorFlow, etc.). I use Java when I need robustness and structure — it’s strongly typed, has excellent tooling, and is great for large-scale backend systems where performance and reliability matter. Finally, I enjoy TypeScript for web development. It brings static typing to JavaScript, which helps catch errors early and makes large front-end or full-stack projects easier to maintain. In short: Python for flexibility, Java for reliability, and TypeScript for scalable web apps.