Open In App

TechMojo Solution Interview Experience for Senior Software Engineer (Python)

Improve
Improve
Like Article
Like
Save
Share
Report

Round 1 :

Python-related questions :

  • Difference between list and tuple
  • What are mutable and immutable examples and differences
  • Decorators and use cases
  • Iterators and generators use cases
  • Can the list be used as key for dictionary

Coding Questions are:

  • Maximum subarray sum
  • Given a list of return pairs having sum = k

SQL:

  • Given a table of students and marks write a query to find rank of given student name

Round 2 :

  • Machine coding round
  • Design dictionary in python without using python dict, (basic design of classes was required )

Last Updated : 04 Oct, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads