return res 의미
해결됨
(2026 최신!) 일주일만에 합격하는 정보처리기사 실기
함수와 재귀함수(v2) 38:23 return res; 구문은 의미가 없이 그냥 있는건가요?
- python
- java
- c
- 정보처리기사
- 정보처리산업기사
172만명의 커뮤니티!! 함께 토론해봐요.
해결됨
(2026 최신!) 일주일만에 합격하는 정보처리기사 실기
함수와 재귀함수(v2) 38:23 return res; 구문은 의미가 없이 그냥 있는건가요?
해결됨
(2026 최신!) 일주일만에 합격하는 정보처리기사 실기
함수와 재귀함수(v2) 22:15 void printString(char *str){ printf("입력된 문자열: %s\n", str); } int main(){ char myString[] = "this is string"; printString(myString); return 0; } 위 구문에서 void 구문 중 char *str 부분에서 설명으로 myString을 가리키는 주소 값 중 1번째를 가리킨다고 하는데 t가 아니라 왜 this is string 배열 전체를 의미하는지 이해가 되지 않습니다.
해결됨
AI 에이전트 개발 오리엔테이션
Mastering Information Security Governance for ServiceNow CIS-SPM Exam Success For professionals preparing for the CIS-SPM exam, mastering Information Security Governance (ISG) is critical for both exam success and practical career application. The CIS-SPM exam evaluates candidates on their understanding of governance frameworks, risk management strategies, regulatory compliance, and best practices for safeguarding enterprise information systems. Developing a strong foundation in these areas ensures that you are not only prepared for the exam but also capable of applying governance principles effectively in real-world scenarios. Understanding Information Security Governance Information Security Governance is the framework by which organizations direct, manage, and monitor information security to support their overall business objectives. Within the CIS-SPM exam, candidates must understand how governance aligns with corporate strategy, risk management, and compliance requirements. Governance goes beyond day-to-day security operations; it involves strategic alignment with organizational goals, efficient allocation of security resources, performance measurement using KPIs, and demonstrating value delivery to stakeholders. Exam questions frequently assess your ability to differentiate between governance and management and to interpret governance principles in practical situations. Key Frameworks and Standards in CIS-SPM A deep understanding of established frameworks is a cornerstone of CIS-SPM exam preparation. ISO/IEC 27001 and 27002 are essential standards defining the requirements for an Information Security Management System (ISMS) and outlining specific controls to manage risks effectively. The NIST Cybersecurity Framework (CSF) emphasizes core functions such as Identify, Protect, Detect, Respond, and Recover, which are often referenced in exam scenarios. Candidates should also be familiar with COBIT, which focuses on aligning IT governance with business objectives, and ITIL security management practices that integrate security into IT service management. A practical grasp of these frameworks allows candidates to confidently address scenario-based questions that test governance, policy creation, and compliance alignment. Governance Policies and Compliance Developing and enforcing security policies is a critical topic in the CIS-SPM exam. Policies form the foundation of governance and ensure consistency across organizational processes. Candidates should understand how to create, maintain, and implement acceptable use policies, data protection policies, and incident response procedures. Regulatory compliance knowledge, including GDPR, HIPAA, and ISO standards, is also essential, as exam scenarios often involve aligning policies with legal requirements. Additionally, understanding accountability and the distinction between executive responsibility and operational execution is frequently tested in CIS-SPM exam questions, particularly in scenarios involving audits or security incidents. Risk Management and Strategic Decision-Making Risk management is central to information security governance and a major focus of the CIS-SPM exam. Candidates are expected to identify threats, vulnerabilities, and potential impacts, evaluate risks using qualitative or quantitative methods, and recommend mitigation strategies. The exam often presents scenarios requiring judgment in prioritizing risks, allocating security resources, and communicating findings to senior management. A successful candidate demonstrates the ability to make strategic decisions grounded in governance principles, rather than simply applying technical solutions. Measuring and Reporting Security Effectiveness Effectively measuring and reporting on information security programs is another key area for CIS-SPM exam success. Candidates should understand how to utilize key performance indicators (KPIs) such as incident resolution times, audit compliance results, and the number of detected security incidents. Key risk indicators (KRIs) help identify potential vulnerabilities or regulatory exposures. The ability to interpret these metrics and use them to refine policies, controls, and security posture is frequently tested in exam questions. CIS-SPM emphasizes continuous improvement and governance iteration, requiring candidates to demonstrate analytical and strategic thinking. Effective ServiceNow CIS-SPM Exam Preparation and Practice Taking a CIS-SPM exam is a crucial step for exam success, as it helps candidates identify knowledge gaps, improve time management, and get familiar with scenario-based questions that test governance, risk management, and compliance skills. Practice exams allow you to apply theoretical concepts to real-world situations, such as evaluating policies for regulatory compliance or recommending risk mitigation strategies. By reviewing results and focusing on weak areas, candidates can refine their decision-making and strategic thinking. P2PExams offers high-quality CIS-SPM Practice Exams with detailed explanations and real-world case studies, helping learners build confidence, reinforce key concepts, and enter the exam fully prepared to succeed.
해결됨
[퇴근후딴짓] 빅데이터 분석기사 실기 (작업형1,2,3)
안녕하세요. 올해 반드시 빅데이터분석기사를 취득하고자 하는데요. 대학원과 직장 병행으로 실기에 계속 불합격하고, 필기를 합격한 후 2년 만료가 지나버렸습니다.. 게으른 제탓입니다ㅠ 올해도 제12회차 필기 때 잘 없던 토요일 출장이 잡혀서 필기도 응시 못했는데요. 제13회차때는 필기와 실기 모두 한번에 합격하는 것으로 목표로 하고있습니다. 송구스럽지만, 2026년 8월 14일까지인 기간을 11월 28일(제13회차 실기)일까지 연장이 가능할까요? 만약, 별도 연장 결제 방법이 있다면 말씀 부탁드립니다.
해결됨
(AI 퀀트) 코드 한 줄 안 쓰고 주식 자동 분석 시스템 만들기 feat. Claude CLI
현재 강의가 마무리는 아닌거 같은대, 언제 강의가 업로드 될까요..?
해결됨
(2026 최신!) 일주일만에 합격하는 정보처리기사 실기
포인터 조작과 출제 패턴(2. 포인터 중가/감소, 이중 포인터) 9:40 포인터 값 관련하여 예를 들어 배열 값이 5, 7, 9, 11, 13일 경우 *(ptr_a + 1) 출력값에 대해서는 초기 인덱스 [0]의 값 5에서 포인터 위치를 1칸 오른쪽으로 이동 후 해당 값에 대한 것을 적는것으로 확인이 되는데 그러면 답은 7이 될 겁니다. 지금 강의를 보면 ++이나 +1에 대해서는 값을 더하기 1하는 것이 아닌 포인터 위치를 오른쪽으로 1칸 이동시키는 것만 나오는 것 같은데 값 자체를 1증가시크는 것과 포인터 위치를 1 오른쪽으로 이동하는 것 관련하여 어떻게 구분하는지 모르겠습니다.
해결됨
(AI 퀀트) 코드 한 줄 안 쓰고 주식 자동 분석 시스템 만들기 feat. Claude CLI
안티그래비티 대신 커서+클로드 사용해도 되나여? 수업 중 기술적인 문제나 고유 기능에는 없을까요?
해결됨
(AI 퀀트) 코드 한 줄 안 쓰고 주식 자동 분석 시스템 만들기 feat. Claude CLI
강의 하단에 노션 수업자료 링크 클릭하면 권한이 없다고 하는데 보는 방법좀 알려주시면 감사하겠습니다.
미해결
100% 비개발자 바이브 코딩: 앱 200개로 월 140만 수익 노하우
강의 정말 잘 보았습니다! 좋은 내용 감사드립니다ㅎㅎ 궁금한 점이 있는데 구글 계정과 구글플레이콘솔 개발자 계정, 애드몹 계정 파이어베이스 계정 관련해서 각각 다른 계정들이어도 배포에 상관 없을까요? 아니면 모두 같은 계정이어야 하는지 궁금합니다! 추가로 앱 배포하실 때 계정들을 분리하여 앱을 배포하시는지도 궁금합니다!
미해결
우리를 위한 프로그래밍 : 파이썬 중급 (Inflearn Original)
예전에 해당 과정을 이수하고, 다시 재신청해서 듣다보니, 이번에도 진도가 확인되지 않습니다. 수정 부탁드립니다.. (참고로, 기초편도 진도 확인이 안되어 일괄 조정해주셨습니다)
미해결
RAG 마스터: 기초부터 고급기법까지 (feat. LangChain)
5분 경의 테스트데이터셋 평가 에 대해 계산값이 자꾸 0.000이 나와서 context_docs와 retrieved_docs 내용을 확인해 보니 2번째 사진과 같이 나왔습니다. content 내용은 동일해도 doc_id 값이 다르며, 함수 수정을 통해 doc_id를 동일하게 변경해도 평가지표 값이 0.000이 나옵니다. 애초에 구조 자체가 좀 달라서 발생하는 문제 같습니다. 제가 어떤 것을 해볼 수 있을까요?
해결됨
[퇴근후딴짓] 빅데이터 분석기사 실기 (작업형1,2,3)
안녕하세요. 저번 실기 2회차에서 아쉽게 합격하지 못 했습니다. 이번 1회차 합격을 위해 수강 연장 부탁 드려도 될까요? 강의는 정말 좋았습니다. 이메일: didgus0314@naver.com
미해결
처음하는 파이썬 백엔드 FastAPI 입문 (FastAPI부터 비동기 SQLAlchemy까지) [풀스택 Part1-2]
강의 자료 다운 받아봤는데, 코드만 있네요 ㅠㅠㅠ
해결됨
김영한의 실전 데이터베이스 입문 - 모든 IT인을 위한 SQL 첫걸음(SQL부터 차근차근)
안녕하세요. sum과 같은 집계함수를 나중에 select 에서 계산한다는 부분이 교재에 조금 헷갈리게 되어있는거 같아서요. 그러니까 sum, count 같은부분은 이미 group by 하고 난다음 select전에 집계함수가 미리 구해진 걸로 ai로 공부하다가 찾아보면서 알게되어서요.. 그렇게 미리 구해진 집계함수가 having이나 select에서 사용되는 거지 select 절에서 계산되는게 아니라고 알게 되었어요. 그거 때문에 성능도 빠른거라고.. 그런데 교재 7. 집계와 그룹핑에 p. 31에 보면 5번 select 절이 실행될때 집계함수 계산이 여기에 이루어진다고 나와있습니다. 수정이 필요한게 아닌가 싶습니다. 아.. 그래서 group by 가 없는 경우와도 헷갈렸었는데 그 경우도 select에서 집계함수가 계산된다기 보다 group by가 없어도 전체 데이터가 하나의 데이터로 implicit grouping으로 select 전에 계산되어지고 select에서는 보여주는 것만 관여하는게 되어서 흐름이 맞춰지더라구요... 개인적으로.. 공식문서에 https://dev.mysql.com/doc/refman/8.0/en/aggregate-functions.html " This section describes aggregate functions that operate on sets of values"
해결됨
(2026 최신!) 일주일만에 합격하는 정보처리기사 실기
영상 약 39초 부근에 terminal 설명하실때 영상이 살짝 되감기 되더니 그 이후로 목소리랑 싱크가 안맞습니다 .
미해결
[2026] 비전공자도 한 번에 합격하는 SQLD 올인원
아래 빨간색 박스에 해당하는 내용이 이해가 되지 않아서 여쭤봅니다. 아래 과목 테이블을 보시면, 과목명 (미적분)을 알아도 담당교수가 홍길동인지 나적분인지 모르는데 , A -> B 함수 종속이 어떻게 이루어지는건지 모르겠습니다.
해결됨
(2026 최신!) 일주일만에 합격하는 정보처리기사 실기
전공자 겸 개발자로 일하고 있는 사회초년생 개발자입니다.. 정보처리산업기사를 2024년에 취득 후 기사딸 생각 없이 지내다가 필요해져서 급하게 필기 취득하고 1달이란 기간동안...어떻게 공부해야될지 모르겠는데 공부 계획같은것 좀 알려주심 감사하겠습니다.. 그리고 이론 pdf를 어디서 받는지를 못찾고있는데 위치도 알려주심 감사하겠습니다..
미해결
김영한의 실전 데이터베이스 - 설계 2편, 실무에서 반드시 마주치는 9가지 설계 패턴
안녕하세요, 좋은 강의 만들어주셔서 정말 감사합니다!! 이번에 신규 기능을 추가하면서 통계 데이터도 필요한 상황인데 통계 데이터에 사용되는 원본 데이터가 수정되는 케이스는 어떻게 설계하는게 좋을지 조언을 구하고자 질문드립니다. 통계 데이터는 유저가 조회하고, 데이터 조회 기간은 최근 7일/최근 한달/과거 한달(사용자 조정 가능)로 조정이 가능하고, 한 화면에 4가지 유형의 통계 데이터를 제공해야 해서 이를 위해 일별 통계 테이블을 사용하려고 했는데요. 그런데 원본 데이터가 언제든 수정되거나 추가될 수 있는 상황입니다. 그래서 수정한 사용자와 수정 일자를 따로 모아 배치를 돌리는 방향이 생각났는데 이렇게 설계해본 경험이 없어, 우선은 실시간 증분 업데이트를 진행하고 데이터 정확성이 필요해지는 상황이 필요하다면 그때 위와 같은 배치를 돌리는게 나을지 또는 다른 방향이 있을지 궁금하여 질문드립니다. 정산 데이터는 아니기 때문에 멱등성이 깨질 수 있는 상황은 감안하고, 기획 요구사항인 실시간성을 반영하는게 좋을지도 고민이 되어 질문드립니다!
해결됨
(2026 최신!) 일주일만에 합격하는 정보처리기사 실기
오른쪽에 노란색 필기로 word[0] -> "alpha" ... 이렇게 써주셨는데 word가 아니라 words가 맞겠죠..???? 맞다면 간단하게 대답해주셔도 됩니다!
해결됨
[퇴근후딴짓] 빅데이터 분석기사 실기 (작업형1,2,3)
학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! 질문과 관련된 영상 위치를 알려주면 더 빠르게 답변할 수 있어요 먼저 유사한 질문이 있었는지 검색해보세요 안녕하세요! 금년도 1회차 실기를 준비하고 있는 학생입니다. 매번 5점 10점 차이로 불합격하여 금번에는 요령없이 공부해서 꼭 붙고싶습니다,, 금번 필기시험 인정 만료일도 이번 1회차까지라 2026 1회차 실기시험일자까지 만이라도 연장이 가능할지 여쭤보고싶습니다. 남은 기간 열심히 공부해보려고합니다. 도움 받을 방법이 있을까요? 이메일 : abcd7037@naver.com