Domanda di colloquio di Pendo

1. write a python code foo(x) where foo(4) =3 and foo(3)=4 2. How would you design a google calendar-like app. 3. Given a jupyter notebook, find what was done wrong. Try going over model assumptions, accurate metrics for imbalanced data etc... They give you the data in advance so try going over it and predict what they might ask about it

Risposta di colloquio

Anonimo

9 mag 2023

1. 7 - x / using pattern matching / if-else / dict