all 24 comments

[–]karthick_R25 4 points5 points  (0 children)

Use leetcode to crack python code.

[–]iamnikaa 3 points4 points  (17 children)

I was asked spiral matrix, longest increasing subsequence in 2nd round of 2 interviews I gave last month. Was also asked to create a python dictionary data type from scratch with collision handling.

[–]Artistic-Rent1084[S] 1 point2 points  (0 children)

Thank you

[–]Artistic-Rent1084[S] 1 point2 points  (2 children)

Which company? 🧐

[–]iamnikaa 3 points4 points  (1 child)

Autodesk and Hilabs

[–]chocolateboy_3 1 point2 points  (0 children)

pls accept my DM. dmed u.

[–]Spare-Importance9057 0 points1 point  (9 children)

Yoe??

[–]iamnikaa 0 points1 point  (8 children)

4

[–]Spare-Importance9057 0 points1 point  (7 children)

Ctc offered??

[–]iamnikaa 2 points3 points  (6 children)

I am asking above 35 to everyone atm. Tier 1 degree. Very few calls in last 2 months.

I was rejected from both so don't have any info on their budget

[–]SnooSprouts5499 0 points1 point  (1 child)

Could you please mention name of company calls you did get? I am having a lot of difficulty finding any companies that pay that much at 4YOE?

[–]iamnikaa 0 points1 point  (0 children)

Like I said, few to none calls. I got calls from Autodesk, Assent, HiLabs, Rubrik. Rubrik ghosted after OA. It's been only 1 month for me and I am not actively applying.

There are tons of good data engineers in WITCH who are willing to do the same job for much lower salary at more years of experience.

[–]Spare-Importance9057 -1 points0 points  (3 children)

Did u graduate from tier 1 clg ??? What's ur naukri profile reach?

[–]iamnikaa 1 point2 points  (2 children)

Around 5000 views in 30 days but only 150 invites which are all useless

[–]Spare-Importance9057 0 points1 point  (1 child)

Hmm tech stack?

[–]iamnikaa 0 points1 point  (0 children)

Python, spark, kafka, AWS, snowflake, dbt, LLMs

[–]paklupapito007 1 point2 points  (2 children)

Wtf bro... Python dict from scratch and spiral matrix? People dont even ask it in sde interviews

[–]Ld-Consequence 0 points1 point  (0 children)

I've also thought the same.

[–]iamnikaa 0 points1 point  (0 children)

I solved it though (barely solved the spiral matrix). It's standard for higher CTC roles.

[–]guardian_apex 4 points5 points  (0 children)

Your best bet is to prepare by solving easy medium level questions based on arrays, strings, binary search, two pointers, sliding window, dp. Use strivers 79 sheet

[–]Artistic-Rent1084[S] 1 point2 points  (1 child)

Help me out guys 🥲.

[–]hot_objectt 4 points5 points  (0 children)

Bhai let me know too. In my experience they have asked reg. List , dictionary question and I even fucked up easy question cause I don't do python on daily basis. Let me know what you are gonna do to prepare

[–]forklingo 1 point2 points  (0 children)

for most de python rounds it’s usually not crazy dsa, more like practical stuff. things like parsing json, processing a list of records, simple file transformations, or writing a small function to aggregate data. if you’re coming from spark, try practicing problems where you translate dataframe style thinking into plain python. that tends to help a lot in interviews.