job 인터뷰/코테(Matroid) 준비

[글래스토어 후기] Matroid

hyunkookim 2025. 4. 13. 04:59

Got the leetcode style technical challenge. Was judged on question completion rather than the calculated score. Have to complete 4/4 questions otherwise would be auto rejected. Questions were relatively easy except one.

Interview questions [1]

Question 1

Leetcode Easy Array Category Question
--
I interviewed at Matroid

Interview

They require a full 600 score on Codesignal to move to the technical rounds. The technical round involved implementing a grocery shopping list in React that lets you enter, delete, and cross off items.

Interview questions [1]

Question 1

Asked about previous internship and project experience

Answer question
--
--
I had one technical interview and it was great! It was building a React application with the interviewer and he provided tips and tricks when I got stuck. They were super nice and helpful although I didn't make it to the next round.

Interview questions [1]

Question 1

How to use map in React?

Answer question
--
Interview

interviewer is nice and just simple questions. Not very hard. will give you hints. some behavior questions too, just ask why you want to work here, what is your interest and resume experience

Interview questions [1]

Question 1

Leetcode questions like memorized recursion
---
Ask about experience and algorithm questions ( write program to make every three word uppercase, write a function that takes array of integers and return binary search tree. ). Interviewer was very nice and helped me out when I interpreted the question wrong.

Interview questions [1]

Question 1

Build binary search tree (including nodes), build program to make every third word uppcase
---
I only had a technical interview. The interviewer showed up late and asked several questions along the lines of "Do you know X technology?" which could have been answered by reading my resume, giving me the impression they were a little unprepared. The rejection email did include some personalized feedback on why they didn't move forward with me though, which was nice.

Interview questions [1]

Question 1

What is the difference between an image and a container in Docker?
---
Interview

Initial round screening was done through a Codesignal Assessment. The Codesignal Assessment was 75 minutes for 4 problems. This was then followed up with a 1 hour technical interview. First half of the interview consisted of a coding question where you are asked to make changes to a hypothetical piece of program. Second half consisted of a wide variety of technical questions mostly pertaining to networking/cloud.

Interview questions [1]

Question 1

Given a basic file storage system that has a slow but large disk storage, and a small but fast memory, How would you utilize the memory to improve runtime. Multithreading, When to use threads vs processes. TCP vs UDP TLS/SSL What you know about Docker/containers and container networking.

Answer question
---
I'm feeling a little overwhelmed, et's say I'm comfortable with Python. I know how to use list comprehension.. How to work with dictionaries, write functions. I'm not too comfortable with objected oriented programming. How do I go about getting good with programming interviews? I know you've first gotta understand basic data structures such as Arrays, Linked Lists, Stacks, Queues, Trees, Graphs, Recursion, Sorting, Searching, Dynamic Programming approaches..

Interview questions [1]

Question 1

i. How do I know I'm strong with fundamentals? at what point can I confidently open leetcode.com and start solving?
---
This was a while ago (in 2019). The question was a simple question finetune a tf classifier for a specific task. However there were glitches in the weights shared (it was also a Caffe Model - who in academia ever touched this antiquated language) and I was given a very short time to work on the project. After spending 2 sleepless nights and getting back to them - they didn't even have the courtesy to schedule an initial interview. It is okay to reject but respect the other person's time and effort they put into the interview. It says a lot about the type of company you want to become.

Interview questions [1]

Question 1

Fine tune a VGG classifier for some task
----
Interview

first and last step: They sent me a link to do the take-home challenge. I did it and they said the link was expired (I did the challenge already how could it be expired!) and it too late to complete it. They said it was the website's glitch that showed you the exercise it shouldn't have, we can't accept it since it was done a day late. They treat interviewees like kindergartners! Their behavior over the email was really really unprofessional and rude. I'm glad I haven't wasted my time more than this on these people. I feel bad for employees that work there.

Interview questions [1]

Question 1

Deep learning model implementation and tuning.
---
Interview

Given a deep learning challenge, finish it within three days. The task itself isn't super difficult, but still takes decent time to complete. There're four steps listed in the description required to accomplish. However, the interviewer in the end judged the performance based on things never mentioned in the description. They'd expected you spending lots of time finishing the first round project and also guess what they liked you to do. In my opinion, it's a total waste of time and irrespective to the candidates.

Interview questions [1]

Question 1

deep learning challenge: build a model
---
Interview

I was tested on three different topics such as systems, statistics, and algorithms. The statistics part involved deep learning/machine learning techniques and also general data science questions regarding decisions to make for different types of data.

Interview questions [1]

Question 1

what is the difference between threads and processes?
---