> For the complete documentation index, see [llms.txt](https://hochan049.gitbook.io/cs-interview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hochan049.gitbook.io/cs-interview/interview/undefined.md).

# 질문 사항

#### 1. 회사에 대해 알고 있는 내용을 말해주세요.

#### 2. 서비스를 사용해보면서 불편했던 점이 있었나요?

#### 3. 사이드 프로젝트를 하면서 좋았던 경험과 나빴던 경험이 있나요?

#### 4. 서비스 분야와 관련된 컴포넌트를 만들어본 적 있나요?

#### 5. 프론트엔드 개발자가 디자인도 해야된다고 생각하나요?

#### 6. 요즘 관심있는 기술 분야를 알려주세요.

#### 7. 기술을 배우는 방식이 어떻게 되나요?

#### 8. 테스트 코드 작성 철학은?

#### 9. 간단하게 자기소개 해달라&#x20;

#### 10. 이력서 상 (특정)프로젝트에 참여했다고 나와있는데, 이 프로젝트에서는 구체적으로 어떤 역할을 했었나? 그때 했던 일 중에 아쉬웠던 일이 있나?

#### 11. 업무 상 이슈가 발생했을 때, 가장 먼저 어떤 행동을 하나? 그 결과는 어땠나?&#x20;

#### 12. 팀원과 커뮤니케이션 미스가 발생했을 때, 어떻게 대처하는가?


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hochan049.gitbook.io/cs-interview/interview/undefined.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
