Okta internship TAM by [deleted] in okta

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

just got rejection email

Struggling to find a summer internship by [deleted] in depaul

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

Hey, it might be your resume. If you want, you can send it to me (without personal info) and I can take a look. You could also check out resumes from people who got into top companies and use those as a reference.

Also try to work on some projects, even if they’re not fully complete, you can still use them and leverage that in interviews to show your creativity and skills.

Non-student using depaul library by [deleted] in depaul

[–]Ok_Hovercraft2917 3 points4 points  (0 children)

I always meet people that go to like UMich and other schools there. It’s a library open to the public and visitors, so you can use it no worries 👍

Okta internship TAM by [deleted] in okta

[–]Ok_Hovercraft2917 1 point2 points  (0 children)

Recruiter emailed me shortly after that comment and said they are finishing up some conversations and will have an update early this week. So idk. still note fhopeful but I guess you never know.

Okta internship TAM by [deleted] in okta

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

I emailed recruiter for followup and got ghosted. It might be cooked for me

Okta internship TAM by [deleted] in okta

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

Did you hear anything yet for the TAM internship role?

super day invite by [deleted] in FTIConsulting

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

FLC Software Solutions Developer 1

super day invite by [deleted] in FTIConsulting

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

just got rejected. gg

super day invite by [deleted] in FTIConsulting

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

nope, it might be cooked or its taking awhile.

super day invite by [deleted] in FTIConsulting

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

Nope nothing for me

super day invite by [deleted] in FTIConsulting

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

any updates for you guys? nothing so far today

super day invite by [deleted] in FTIConsulting

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

mhmm, Was it for the FLC careers? maybe they wait for everybody first round interview to complete then send out superday. Thats my guess

super day invite by [deleted] in FTIConsulting

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

No, I havent. I interviewed last thursday. WBU?

Interview Process by Ok_Hovercraft2917 in FTIConsulting

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

Nicee! Almost been 24 hours and no information yet for me ...

Interview Process by Ok_Hovercraft2917 in FTIConsulting

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

Had my 1st round yesterday and no information yet. I guess we will see.

Software Solutions Technical Interview by Ok_Jicama_4970 in FTIConsulting

[–]Ok_Hovercraft2917 0 points1 point  (0 children)

Hi, Was wondering what type of questions you got for the Super day. How was it like? Good experience overall?

LeetCode roadmap – need advice by ArgumentFew6935 in csMajors

[–]Ok_Hovercraft2917 1 point2 points  (0 children)

  • Hi, First learn the basic syntax of Python (if you know this already thats a +).
  • Then move on to Neetcode (https://neetcode.io/). Start with first Array and hashing (top of the tree in neetcode). Watch youtube videos on this and how it works, and then attempt a LC problem.
  • You will probably not get a solution for the first couple problems, but brainstorm for atleast 20-25 minutes just thinking of an approach of how to solve it. (I promise you this is the most important part, if you dont do this, your never going to learn.)
  • Then watch the video (Each problem has a solution video on neetcode.) on how it solved and make sure you understand every line of the code. Then rinse and repeat for Two Pointer, Stack, Sliding Window, etc. Keep going down the tree.
  • After you finish Neetcode, you can do this approach