Saama Technologies Interview Question

1. List vs Tuple 2. Deep vs Shallow Copy 3. Memory Management in Python 4. "==" vs "is"

Interview Answer

Anonymous

Sep 12, 2020

1. List vs Tuple - Describe about mutability and immutability and what does it actually mean 2. Deep vs Shallow - Describe by giving example ( Pass by reference and pass by value) 3. Tell them the concept of Reference counting and how garbage collector works 4. Describe about the reference matching vs the actual value matching concept