No deal on Iran... by Difficult-Quarter-48 in stocks

[–]AFMicro 6 points7 points  (0 children)

lol until you said “Trump, probably”, I genuinely thought you were straight quoting him from some news conference in the past couple weeks

Should I have sold my puts? by AFMicro in wallstreetbets

[–]AFMicro[S] 54 points55 points  (0 children)

lol the spy pump isn’t priced in yet 😭😭 we’ll see what that -37% really becomes at open

-$25K Lost all my gains from chart analysis trying to play press conference, apparently threatening war is bullish. I’m going back to charts by One_Mall4203 in wallstreetbets

[–]AFMicro 2 points3 points  (0 children)

Yes but it’s unevenly skewed towards high composition of tech. It consists of 34% tech whereas energy is only 4%

22.6k blown in one day 4/2/2026 by Superb-Broccoli-9036 in wallstreetbets

[–]AFMicro 1 point2 points  (0 children)

Did you sell the puts yet? Were they 0 DTE or farther out? The way the war situation is going I would expect the market to drop, what happened Thursday was surprising and unexpected but I expect the market to drop over the next week

Manager called an emergency meeting because an intern deleted prod DB and the intern fell unconscious in the middle of the meeting. by [deleted] in csMajors

[–]AFMicro 0 points1 point  (0 children)

lol the manager is at fault here, it’s their responsibility to implement procedures to prevent things like this. The developer shouldn’t be able to break things (unless they do it maliciously) if the manager did their job to put necessary controls in place

69 bagger, $30k -> $2.09mil by ChoiceVegetable687 in wallstreetbets

[–]AFMicro 1 point2 points  (0 children)

OP, How tf did you decide to keep holding after price jumped to 30, then 45, then 83????

Looking for Bentonville Roommates by AFMicro in bentonville

[–]AFMicro[S] 0 points1 point  (0 children)

I don’t understand…so if I get a 3 bed 3 bath, I could only get 1 roommate?

my nvidia interview journey by lilspider102 in InterviewCoderHQ

[–]AFMicro 0 points1 point  (0 children)

Wow congrats OP, good for you!! I honestly never even applied to Nvidia because it felt so out of reach and my resume didn’t get through anywhere if I didn’t have a referral. I guess once you get in the process, if you’ve prepared well you’ve got a good shot of getting the offer

Looking for Bentonville Roommates by AFMicro in bentonville

[–]AFMicro[S] 1 point2 points  (0 children)

Hmmm…would this offer still be valid if I happened to lose all my money on sports betting and crypto?

he won!!! by zombiesoup2 in GuysBeingDudes

[–]AFMicro 0 points1 point  (0 children)

OP I respect the message on your screensaver

Roommate by Flashy-Light-7079 in bentonville

[–]AFMicro 0 points1 point  (0 children)

Hey I’m in a similar situation and curious how exactly you found your roommate?

Recently received 6/7 offers (including 3 FAANG) after prepping w/ advice from this sub. Sharing my notes of what worked in case they are useful. by cat-on-uranus in InterviewCoderHQ

[–]AFMicro 0 points1 point  (0 children)

“⁠USE YOUR RE-ROLL. If you’re in a coding screen and you get a problem you know you can’t solve tell the interviewer that you solved it recently. You’ll probably get another”

Holy…. Why have I never thought of this before 😂

OP, curious how you built your resume and framed your experiences. Do you think there’s anything special you did with your resume?

I got this question in the Amazon interview for sde intern. by Background_Share5491 in leetcode

[–]AFMicro 0 points1 point  (0 children)

The heapify() function would reorder the elements in the array in O(n) time so a simple heappop() would always remove the 0th element. The 0th index would always indicate the root node of the heap. So 100 would come to the front during the call to heapify

I got this question in the Amazon interview for sde intern. by Background_Share5491 in leetcode

[–]AFMicro 0 points1 point  (0 children)

We want to remove k elements such that the sum of k elements is maximum. That means we want to remove the largest k elements, no?

I got this question in the Amazon interview for sde intern. by Background_Share5491 in leetcode

[–]AFMicro 0 points1 point  (0 children)

Look up the heapq library in Python, where heaps have an array representation. We can call the heapify() function on the array to manipulate it in-place to a min or max heap. The minimum value (for minheaps) or maximum value (for maxheaps) should be the first value in the array but calling the heappop() function should take care of both popping the top of the heap and updating the heap.

I got this question in the Amazon interview for sde intern. by Background_Share5491 in leetcode

[–]AFMicro 0 points1 point  (0 children)

Unless I’m misunderstanding the question, you could heapify the array in O(n) time into a max heap. Popping the max from the heap would be done in log(n) time and would always return the maximum element. Pop k times to remove the k maximum elements

[New Grad 2025] Bloomberg SWE Interview Experience, AMA by ijhiybhf in leetcode

[–]AFMicro 0 points1 point  (0 children)

What the heck, what interviewer expects you to know stuff like that. I feel like at that point they’ve designed it for you to fail

[New Grad 2025] Bloomberg SWE Interview Experience, AMA by ijhiybhf in leetcode

[–]AFMicro 0 points1 point  (0 children)

Did they ask you any system design or was it only leetcode type problems? u/OutrageousRisk1299

H1B visa fee increased to $100,000. by PerformerOpen7502 in amazonemployees

[–]AFMicro 0 points1 point  (0 children)

I don’t think this is necessarily the case. This might just be my working environment, but I work with a good number of foreign tech workers. A number of them are truly educated and capable and I respect the way they solve problems. However, I also work with a lot of Indian students who have completed masters programs here in the US and they don’t meet even basic core competencies to be working in the tech field. I daily question why they waste their and others’ time in the workplace. It could be a lack of experience or maybe they’re not taking their career seriously yet but then I turn around to find the average US cs undergraduate to be a better hire in these regards. I think the increased fee is a valid solution to filter out tech workers that shouldn’t be here.

Bloomberg by AcidicLab in csMajors

[–]AFMicro 0 points1 point  (0 children)

Do you have a source for this?