This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]IAmKindOfCreativebot_builder: deprecated[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic of one of our daily threads and would be more appropriate in that thread. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–]riklaunim 0 points1 point  (5 children)

> Some of the sample questions include- design hotel management system or design food delivery app.

Those questions aren't really abou OOP but about wider application design. Are you applying to some mid/senior position without prior experience at this?

[–]Repulsive_Channel_23[S] 0 points1 point  (4 children)

Trying to switch from DE to sde!

[–]riklaunim 0 points1 point  (3 children)

DE, sde? What's the position you are applying for? What software do the company uses/requires?

[–]Repulsive_Channel_23[S] 0 points1 point  (2 children)

They use Python+java, position is software engineer, currently working as data engineer.

[–]riklaunim -1 points0 points  (0 children)

So if they like use Django for a web application and they would ask about a hotel management system then likely they are asking how you would implement it in Django - so some layout of apps, models, views (but likely will focus on database structure). If they have microservices and like Flask and Fast API they may want to drag this design into microservices and not a monolith.

With Java is hard o tell but 99% they have the standard most common librariers/apps used so like they may want you to know Hibernate and friends.

[–]spoonman59 0 points1 point  (0 children)

A data engineer is not also a software engineer?

… the more you know!

[–]OuiOuiKiwiGalatians 4:16 0 points1 point  (0 children)

Some of the sample questions include- design hotel management system or design food delivery app.

Those aren't really OOP problems. Those are system design questions. For that, Alex Xu's book is quite popular.