> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/devth-interviewers/assessment/creation-management/ide.md).

# 구름IDE로 시험 보기

구름IDE를 이용하여 코딩 테스트를 치루고 싶다면\
`시험목록 > 수정` 혹은 `새 시험 만들기`에서 아래 항목을 체크해주시기 바랍니다.<br>

![](/files/-MUsHSaWsaTdRVyfOvha)

*연동할 경우, 일반 프로그래밍 문제만 지원됩니다.*\
\
\
시험에 접속하면 바로 IDE가 연결됩니다.

![](/files/-MUrotgrUKaUakOTPN8p)

\
접속 후, 좌측(빨강) 문제 화면과 입출력 예시가 나타나며 우측(노랑)부분에는 IDE 실습창이 나타납니다.

![](/files/-MUsHuKpqkY_clkmsk-D)

\
지원자가 문제에 알맞은 코드를 입력 후 문제창 우측에 있는 제출 버튼을 통해 제출 합니다.

![](/files/-MUsIYC_9ToNtOj7pNBT)

![](/files/-MUsIFeu2OV89ma2U8oH)

![](/files/-MUsIIh6bQcEk2iqMQ3y)

\
테스트 종료 후, `결과관리` > `시험이름 클` > `응시자 클` 에서 지원자가 제출한 코드를 확인할 수 있습니다.\
&#x20;

![](/files/-MUsJ8ZC2UFtbJ7HGvP1)

![](/files/-MUsJBPpgBfzDDw6XrKe)

우측 상단에 `구름IDE로 열어보기`를 클릭하시면 지원자가 응시했던 화면으로 코드를 확인하실 수 있습니다.

![](/files/-MUsJMfohiggDeEJLPbA)


---

# 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://help.goorm.io/ko/devth-interviewers/assessment/creation-management/ide.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.
