함수와 재귀함수(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 배열 전체를 의미하는지 이해가 되지 않습니다.
저는 현재 20대 후반으로, 마이스터고 졸업 후 직장 생활을 하다가 게임 서버 프로그래머로서의 이직을 위해 6개월간의 휴직과 함께 전업으로 서버 공부에 매진하고 있습니다. 루키즈님의 Part1,3,4의 강의를 들으면서 3개월 정도의 시간이 지나고 익숙해지려는 찰나, 이번 라이브 강의에서 언리얼 엔진 내 데디케이티드 서버 운용 능력의 중요성과 최근 AI로 인해 신입 프로그래머가 뚫어야 할 취업의 문턱이 더욱 높아질 것이라는 이야기를 듣고 제 학습 방향성에 대해 깊은 고민에 빠지게 되었습니다. 여름에 다시 복직을 앞두고 있어 전업으로 집중할 수 있는 시간이 한정되어 있고, 내년 초에라도 커리어 전환을 이루고 싶었기에, 현업에 계신 루키즈님의 현실적인 조언을 구하고자 질문을 드립니다. 첫번째로 현재 시점에서의 학습 방향성과 우선순위에 대한 고민입니다. 비전공자로서 이제 막 C++과 서버 지식의 기반을 다지고 있는 상황입니다. 하지만 이제는 언리얼 엔진 내 데디케이티드 서버를 운용할 수 있는 프로그래머쪽이 앞으로의 생존에 있어 더욱 유리할 것이라는 말씀을 들으니, 컴퓨터공학 전공을 배우지 않았고, 이제 막 배우기 시작한 제가 어떻게 다시 목표를 세워나가야할지 고민이 되었습니다. 그렇기에 당초 계획했던 대로 'C++ 기반 자체 서버 구현 및 포트폴리오 완성'까지 기본적인 공부를 마무리 짓는 것이 맞을지 아니면 지금부터라도 언리얼 엔진 프로그래머,데디케이티드 서버를 다루기 위한 학습 계획으로 수정해야 할지 혼란스럽습니다. 두번째로 비전공 고졸 신입의 현실적인 커리어 패스와 학위 문제에 대한 고민입니다. 독학을 결심하면서, 회사 규모에 상관없이 1~2년 내에 서버 개발자로 취업을 하고, 이후 재직자 전형을 통해 컴퓨터 공학 야간대학에 진학하여 독학으로는 부족한 전공 지식을 채우려는 로드맵을 세웠습니다. 하지만 현재처럼 채용 시장이 얼어붙고 요구 스펙이 급격하게 상승되는 상황에서, 저의 이러한 계획이 현업 면접관들의 시선에서 얼마나 가능성이 있을지 혹은 너무 낙관적인 접근인지 객관적인 시각에서 조언을 부탁드리고 싶습니다. 그래도 루키즈님의 양질의 강의 덕분에 매일 많고 새로운 것을 깨달으며 처음으로 즐겁게 공부하고 있습니다. 긴 글 읽어주셔서 진심으로 감사드립니다.
@Query( """ SELECT new io.dodn.commerce.storage.db.core.SettlementTargetSummary( settlement.merchantId, settlement.settlementDate, SUM(settlement.targetAmount), COUNT(settlement.id), COUNT(DISTINCT settlement.orderId) ) FROM SettlementTargetEntity settlement WHERE settlement.settlementDate = :settlementDate GROUP BY settlement.merchantId, settlement.settlementDate """, ) fun findSummary(settlementDate: LocalDate): List<SettlementTargetSummary> 이부분에서 where절에서 이미 settlementDate를 필터링하고 있는데 group by에서 settlementDate가 필요한 이유가 따로 있을까요? 어차피 parameter로 넘어온 settlementDate만 조회가 되는 로직이라 Group By에서는 필요가 없어보여 질문 남깁니다.
안녕하세요 강의 복습하면서 열심히 학습중입니다. 33강 문제 3번에서 퍼블릭 IP를 사용해서는 안된다는것은 인터넷 연결을 피해야한다고 생각하는데 D 번은 결국 NAT 게이트웨이를 통해 인터넷을 거쳐 S3와 통신하는거라 생각하고 있습니다. 결국 S3의 입장에서는 인터넷을 통한 통신이 들어오는거라고 생각해서요. 제가 잘못 이해한건지 알려주시면 감사합니다!
섹션[6] 66.[출제유형] 거리측정, 최단거리 페이지 오타 방법 2) 큐에 거리 정보까지 함께 저장하는 방식 ✔ visited를 사용한 구현 코드 설명에 visited 코드 예시가 아니라 아래 설명되어있는 distance와 동일한 코드 예시로 되어있습니다. visited로 활용하는 코드로 변경 필요할 것 같습니다. 현재 노션도 이와 동일하게 되어있습니다..!
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.
안녕하세요, 수업중에 CLAUDE.md파일은 시스템 프롬프트가 아니라 100% 따르지 않는다고 설명해 주셨는데요, 이 말을 다르게 말하면 클로드는 시스템 프롬프트는 100% 따른다는 말로 들립니다. 그렇다면 우리가 시스템 프롬프트를 설정하는 방법도 배워야 한다고 생각이 들어서요. 그런데 '시스템 프롬프트'라는 용어가 익숙하지 않아서 그런데, 혹시 지난 모든 강의 중에서 우리가 시스템 프롬프트에 대해서 배운적이 있을까요? 우리가 배우지 않은건지, 제가 놓친건지 알수가 없어서 질문으로 드립니다. 배우지 않았다면 추후에 이 강의를 통해 배울 수 있는지, 혹은 설정이 권장되지 않기 때문에 배우지 않은 부분인지 궁금합니다 !
안녕하세요. 올해 반드시 빅데이터분석기사를 취득하고자 하는데요. 대학원과 직장 병행으로 실기에 계속 불합격하고, 필기를 합격한 후 2년 만료가 지나버렸습니다.. 게으른 제탓입니다ㅠ 올해도 제12회차 필기 때 잘 없던 토요일 출장이 잡혀서 필기도 응시 못했는데요. 제13회차때는 필기와 실기 모두 한번에 합격하는 것으로 목표로 하고있습니다. 송구스럽지만, 2026년 8월 14일까지인 기간을 11월 28일(제13회차 실기)일까지 연장이 가능할까요? 만약, 별도 연장 결제 방법이 있다면 말씀 부탁드립니다.
안녕하세요, 2번째 실습 진행하다 궁금한 점이 있어 질문 남깁니다. '풍성한 머리결' / '튀지 않는 스타일' / '5,000원 쿠폰 증정' 세 가지 모두 프레임 도구를 사용하여 만들었는데, 사각형 도형을 사용하지 않고 프레임을 사용하는 이유가 따로 존재하는 건지 궁금합니다!