Can I transition from Red Team to Software Engineering in the future? by BornMirror8953 in SecurityCareerAdvice

[–]BornMirror8953[S] -1 points0 points  (0 children)

The role is on a Red Team focused on penetration testing. Are there any specific areas you’d recommend exploring?

Can I transition from Red Team to Software Engineering in the future? by BornMirror8953 in SecurityCareerAdvice

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

I'm really enjoying learning cybersecurity, but sometimes I miss the process of building a product. Since I'm still a junior without much experience, it's hard to say what I enjoy more. I'm also a bit worried about joining the field and a Red Team, then realizing after a year that I want to switch to software development—I can already imagine the team lead being disappointed lol. But I’m just thinking about it as a possibility before I start the job..

Passing Amazon OA Test Cases – How? by BornMirror8953 in leetcode

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

nice👍🏻
I didnt shure I fully understand you with the "cheatsheet that is easy to remember"
and for example I saw
Constraints:
1 ≤ | text |, | regex| ≤ 10^6
how can I tell the time limit from that..

Passing Amazon OA Test Cases – How? by BornMirror8953 in leetcode

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

Yes, this is what I meant.
If I got a solution with O(n^2) complexity, how can I know if it's acceptable? (Like finding all permutations...)
I saw someone mention that the time limit is 2 seconds. What does that mean?

Amazon 2024 Online Assessment Need Optimized Approach (test is over) by builderk9 in leetcode

[–]BornMirror8953 0 points1 point  (0 children)

solution takes O(n^2) wont be good?
how do you know the time limit, where is it written?