안녕하세요! 좋은 강의 감사합니다! 제가 1년 동안 기획하고 개발해서 플레이 스토어에 출시한 커뮤니티 앱이 있습니다. 그 후 6개월동안 꾸준히 업데이트하고 관리해서(코드 13만줄, 앱 계속 운영중) 현재 1300다운로드, 리뷰 80개를 달성했는데, 이제 취업을 하려고 하니 차라리 적당히 하고, 다른 스펙 쌓는 게 나았을까 생각이 드네요 저의 성과가 어느 정도 가치가 있는지 솔직한 평가가 궁금합니다. 앱 개발에 너무 몰두하다 보니 다른 팀 프로젝트나 자격증이 부족하다고 느껴져서 만약 그렇게 큰 가치가 없다고 하면 부트캠프를 지원하거나 해서 팀 프로젝트를 쌓고, 가치가 있다고 하면 코테에 몰두하려고 합니다 정말 솔직한 말씀 부탁드립니다!
함수와 재귀함수(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 배열 전체를 의미하는지 이해가 되지 않습니다.
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.
안녕하세요. 올해 반드시 빅데이터분석기사를 취득하고자 하는데요. 대학원과 직장 병행으로 실기에 계속 불합격하고, 필기를 합격한 후 2년 만료가 지나버렸습니다.. 게으른 제탓입니다ㅠ 올해도 제12회차 필기 때 잘 없던 토요일 출장이 잡혀서 필기도 응시 못했는데요. 제13회차때는 필기와 실기 모두 한번에 합격하는 것으로 목표로 하고있습니다. 송구스럽지만, 2026년 8월 14일까지인 기간을 11월 28일(제13회차 실기)일까지 연장이 가능할까요? 만약, 별도 연장 결제 방법이 있다면 말씀 부탁드립니다.
포인터 조작과 출제 패턴(2. 포인터 중가/감소, 이중 포인터) 9:40 포인터 값 관련하여 예를 들어 배열 값이 5, 7, 9, 11, 13일 경우 *(ptr_a + 1) 출력값에 대해서는 초기 인덱스 [0]의 값 5에서 포인터 위치를 1칸 오른쪽으로 이동 후 해당 값에 대한 것을 적는것으로 확인이 되는데 그러면 답은 7이 될 겁니다. 지금 강의를 보면 ++이나 +1에 대해서는 값을 더하기 1하는 것이 아닌 포인터 위치를 오른쪽으로 1칸 이동시키는 것만 나오는 것 같은데 값 자체를 1증가시크는 것과 포인터 위치를 1 오른쪽으로 이동하는 것 관련하여 어떻게 구분하는지 모르겠습니다.
강의 정말 잘 보았습니다! 좋은 내용 감사드립니다ㅎㅎ 궁금한 점이 있는데 구글 계정과 구글플레이콘솔 개발자 계정, 애드몹 계정 파이어베이스 계정 관련해서 각각 다른 계정들이어도 배포에 상관 없을까요? 아니면 모두 같은 계정이어야 하는지 궁금합니다! 추가로 앱 배포하실 때 계정들을 분리하여 앱을 배포하시는지도 궁금합니다!
5분 경의 테스트데이터셋 평가 에 대해 계산값이 자꾸 0.000이 나와서 context_docs와 retrieved_docs 내용을 확인해 보니 2번째 사진과 같이 나왔습니다. content 내용은 동일해도 doc_id 값이 다르며, 함수 수정을 통해 doc_id를 동일하게 변경해도 평가지표 값이 0.000이 나옵니다. 애초에 구조 자체가 좀 달라서 발생하는 문제 같습니다. 제가 어떤 것을 해볼 수 있을까요?
비개발자인데, N8N은 워크플로우에 적용해보고 싶어서 강의를 수강하려고 합니다. 회사에서 배포 진행시에는 사내 개발팀 분들과 협업할 수 있는 상황인데, 현재 개발팀이 다른 프로젝트 진행 중이라 한 달 뒤에 TF팀으로 합류할 수 있어 먼저 강의 통해서 N8N을 어떻게 적용하는지 한 번 실습 겸 수강하려는데 비개발자라 배포 과정(AWS)에서 오히려 막혀서 진입이 어려워서 (ㅠㅠ) 혹시 N8N 자체 saas (?)를 사용해서 수강해도 괜찮을지 문의드립니다. Docker 만으로 가능한건지, 아니면 AWS까지해야하는지도 사실 헷깔리네요 (ㅠㅠ)