3-13 과제
미해결
BigQuery(SQL) 활용편(퍼널 분석, 리텐션 분석)
안녕하세요 과제 제출합니다! 감사합니다. https://app.notion.com/p/3db130f3c2d88053b03cdac6b65cd928?source=copy_link
- sql
- Google-Analytics
- firebase
- google-sheets
- bigquery
174만명의 커뮤니티!! 함께 토론해봐요.
미해결
BigQuery(SQL) 활용편(퍼널 분석, 리텐션 분석)
안녕하세요 과제 제출합니다! 감사합니다. https://app.notion.com/p/3db130f3c2d88053b03cdac6b65cd928?source=copy_link
해결됨
임베디드 시스템의 본질 - 기본편 (Embedded Systems Essentials)
라즈베리파이에서 python 환경설정 및 가상환경 꾸미기 실습 수업중 package 'pigpio' has no installation candidate에러가 뜨면서 설치가 중단 됩니다. 어떻게 해결하나요?
미해결
Earning the Microsoft 365 Certified: Administrator Expert credential proves you can coordinate identities, enforce Zero Trust access controls, and neutralize advanced threats across modern hybrid estates. The pathway to that expert badge hinges on passing the ms-102 exam ( ms 102 certification ). Unlike entry-level tests, the ms-102 assessment demands architectural judgment and operational precision. Candidates often struggle with multi-layered policy precedence, real-time risk remediation, and granular workload administration. To succeed on test day, relying on rote memorization is not enough. You need targeted, scenario-driven ms102 exam questions paired with practical lab experience. At Pass4Future , we analyze the patterns and technical depth of official Microsoft role-based exams to help candidates master complex scenarios, identify tricky distractors, and pass with confidence on their very first attempt. What the MS-102 Exam Actually Measures The ms-102 blueprint evaluates your technical execution across four core domains: Deploy and Manage a Microsoft 365 Tenant (25–30%): Configuring custom domains, group-based licensing, hybrid identity architectures (comparing Entra Connect Sync with lightweight Cloud Sync), and scoping delegated rights through Administrative Units (AUs) and Privileged Identity Management (PIM). Implement and Manage Identity and Access (25–30%): Designing Conditional Access policies with session controls, deploying passwordless authentication (FIDO2, Windows Hello for Business), and automating remediation using Entra ID Protection risk signals. Manage Security and Threats by Using Microsoft Defender (25–30%): Implementing Microsoft Defender for Office 365 (Safe Links, Safe Attachments, and Zero-hour Auto Purge), configuring Microsoft Defender for Endpoint with Attack Surface Reduction (ASR) rules, and orchestrating Automated Investigation and Response (AIR). Manage Compliance by Using Microsoft Purview (15–20%): Rolling out Data Loss Prevention (DLP) across endpoints and collaboration workloads, managing sensitivity labels, and structuring retention policies across static and adaptive scopes. Whether you arrived here after completing your associate-level prerequisites or looking for an md102 practice test to round out your endpoint knowledge alongside your ms102 certification journey, mastering how these workloads intersect is essential. 3 Core Architectural Concepts Tested on the Exam 1. Entra PIM Combined with Administrative Units A classic scenario on the ms 102 exam involves delegating administrative duties without violating the principle of least privilege. For instance, when Helpdesk staff need to reset passwords for standard frontline workers without the ability to touch executive or administrative accounts, standard directory roles are too broad. The exam expects you to combine a scoped role (such as Helpdesk Administrator) restricted by an Administrative Unit (AU) and governed through Privileged Identity Management (PIM) for just-in-time, approval-based activation. 2. Fine-Grained Conditional Access & App-Enforced Restrictions A core component of any comprehensive ms 102 study guide is understanding how Conditional Access interacts with native workload security. When configuring access for unmanaged personal devices, a standard block policy is often too restrictive. The exam regularly tests your ability to pair a Conditional Access policy targeting browser sessions with App-Enforced Restrictions . This configuration allows users to read documents in Office Online via SharePoint and Exchange while preventing them from downloading, printing, or syncing sensitive data to unmanaged endpoints. Moving Beyond Static Dumps: Why Realistic Practice Wins Many candidates fall into the trap of searching for unverified ms102 exam dumps . Memorizing static answer keys is a recipe for failure on Microsoft's adaptive, case-study-rich testing platform. Questions are frequently updated, answer options are randomized, and subtle wording changes can completely reverse the correct technical outcome. Instead of unvetted collections, modern administrators rely on authentic, scenario-based resources like an interactive ms102 practice exam from Pass4Future : Realistic Scenario Simulation: Pass4Future presents multi-step troubleshooting dilemmas that mirror the actual test environment. Detailed Technical Rationales: Every question is supported by comprehensive explanations of why the correct response aligns with Microsoft best practices—and why the alternatives fall short. Targeted Weak-Area Identification: Pinpoint whether your knowledge gaps lie in Entra identity governance, Defender XDR rule creation, or Purview compliance enforcement. Final Thoughts Earning your ms-102 certification signals to employers and peers that you possess the advanced skills required to secure and administer enterprise cloud environments. By grounding your preparation in hands-on lab experimentation and validating your readiness with verified ms102 exam questions from Pass4Future , you can approach your test date with clarity, speed, and executive-level confidence.
미해결
Java/Spring 테스트를 추가하고 싶은 개발자들의 오답노트
Long writerId 를 안쓰고 객체를 직접 사용한 이유가 있을까요? 의존이 생기면 추후에 도메인 분리가 안되지 않나해서요 사실 지금테스트 코드 강의와는 크게 상관이 없지만 객체를 참조하신 이유가 있나 궁금하여 여쭤봅니다
미해결
Security teams no longer just need technical talent, they need people who can lead. Earning a CCNP Cybersecurity Certification signals exactly that blend of deep technical skill and strategic readiness employers look for when filling leadership positions. The CCNP Cybersecurity path goes beyond entry-level knowledge. It validates your ability to design, implement, and troubleshoot advanced security infrastructure, giving you credibility that pure experience alone often can't match. Hiring managers see it as proof you understand both the "how" and the "why" behind enterprise security decisions. Managerial roles demand more than technical know-how; they require decision-making, risk assessment, and cross-team communication. Preparing for this certification sharpens exactly those abilities, since candidates must think through complex, real-world security scenarios rather than memorize isolated facts. When it comes to CCNP Cybersecurity Certification Career Prospects , the trajectory after certification is one of the strongest arguments for pursuing it. Certified professionals often move into roles like Security Operations Manager, IT Security Lead, or Cybersecurity Program Manager within a few years. Organizations increasingly promote from within, and a recognized credential shortens the trust-building process needed for that jump. Choosing the right prep path matters as much as the certification itself. CertBoosters is a solid resource for study guides, exam insights, and updates on certification requirements, helping candidates avoid wasted effort and focus on what actually counts toward exam success. If you're aiming for a leadership seat in cybersecurity, this certification isn't just a technical milestone, it's a career accelerator.
미해결
10주완성 C++ 코딩테스트 | 알고리즘 코딩테스트
#include <bits/stdc++.h> using namespace std; #define ll long long ll A, B, C, R; stack<ll> st; int main() { cin >> A >> B >> C; while (B != 1) { A %= C; if (B % 2 == 1) { st.push(A); } A = (A * A) % C; B = B / 2; } A %= C; while (!st.empty()) { ll i = st.top(); st.pop(); A = (A*i) % C; } cout << A; return 0; } 안녕하세요. 큰돌님. 질문이 있어서 글을 남기게 되었습니다. 테스트 #1인 [10 11 12]에 대해서만 시간 초과 오류가 발생합니다. (로컬에서 시도했을때는 정상 출력되는 것을 확인했습니다.) 하지만, 왜 시간 초과가 발생하는 지 이유를 알지 못하겠습니다. 위 코드 방식대로라면 반복문이 3번에 끝나게 된다고 생각하는데, 무엇이 잘못된 부분인지 알려주시면 감사할 것 같습니다. 감사합니다. +++) 9/14, 18:49 방금 확인해봤는데, 정답 코드 그대로 제출해도 똑같이 시간초과가 납니다.! (채점서버도 최신으로 업데이트 해봤습니다.!)
미해결
FPGA 구현을 위한 RISC-V CPU 설계 ① Python으로 배우는 RV32I 명령어 구조와 실행 원리
내용이 빨라서 필기를 하면서 보려고하는 데 강의노트를 못 찾았습니다. 혹시 어디에 있을까요?
미해결
클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
미션을 제출하면 피드백을 해주나요?
미해결
클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
파워쉘에 관리자 모드로 들어가서 설치를 시작했는데 아래와 같은 오류가 뜨면서 설치가 안됩니다. 뭐가 문제일까요? 저는 윈도우즈11 pro버전을 사용하고 있고 시스템 정보에도 64비트 운영 체제, x64 기반 프로세서라고 되어 있습니다. PS C:\WINDOWS\system32> irm https://claude.ai/install.ps1 | iex irm https://claude.ai/install.ps1 | iex : Claude Code does not support 32-bit Windows. Please use a 64-bit version of Windows. 위치 줄:13 문자:5 + Write-Error "Claude Code does not support 32-bit Windows. Please ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException
미해결
GZS - 우리도 자빅스(Zabbix) - 그라파나, 슬랙 연동
섹션 6. [Slack]슬랙 연동하기 [실습] 팀채널 구분하여 보내기가 영상이 진행되질않네요. 모바일 및 PC(익스,크롬전환) 전부 안됩니다.
미해결
실무 환경 그대로 주문게시판 만들기 웹개발 기초 마스터
안녕하세요. 커뮤니티 글도 참조하고 이클립스 재설치도 해봤지만 Window > Preferences > Add Remote Catalog.. 에서 아래 URL 지정시 New Maven Project에서 TOBESOFT에 아무것도 뜨지 않습니다. mangosteen.tobesoft.co.kr/nexus/repository/tobesoft-snapshots/archetype-catalog.xml 확인 부탁드립니다..
미해결
다양한 사례로 익히는 SQL 데이터 분석
안녕하세요. 강사님 강사님께서 26강 5일 가중이동평균 문제풀이 해주신 방법외에 아래와 같이 lag 함수 활용해서 문제 풀어도 현업에서 사용하기 문제 없을까요? with temp_01 as (select a.order_date as d_day, sum(b.amount) as sum_amount , row_number() over(order by date(a.order_date) asc) as rnum from nw.orders a join nw.order_items b on a.order_id = b.order_id where a.order_date >= date('1996-07-08') group by a.order_date) , temp_02 as ( select * , count(*) over(order by d_day rows between 4 preceding and current row) as cnt , avg(sum_amount) over(order by d_day rows between 4 preceding and current row) as m_avg_5days #일반 이동평균 구하기 , ( lag(sum_amount,1) over(order by d_day) * 1 + lag(sum_amount,2) over(order by d_day) * 1 + lag(sum_amount,3) over(order by d_day) * 1 + lag(sum_amount,4) over(order by d_day) * 0.5 + sum_amount * 1.5 ) / 5 as w_m_avg_5days #5일 가중이동평균 구하기 from temp_01 order by d_day ) select * from temp_02 where rnum >= 5; 이런식으로 풀어도 괜찮을까요? 현업에서 활용할때 어떤 방식이 더 효율적일지 궁금합니다!
미해결
클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
Next.js 설치한 폴더에 npx shadcn@latest init를 실행하여 설치 진행시 프로젝트 폴더를 적게 되어있는데 이미 사용중이라고 설치가 안된다고 합니다. 영상에서는 동일한 폴더에 설치가 되어 파일이 변경된 것으로 보여지는데 확인 부탁드립니다.
미해결
보상형 애드몹 승인이 따로 필요한걸꺼요? adsense 의경우 승인 받아야하는데, 애드몹은 승인없어도 무조건 바로 달수있을까요
미해결
만세력 개발 관련 오픈소스 오류가 자꾸나네요... 쉽게 github로 조정하는방법좀요ㅠ
미해결
클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
메인 컨텍스트는 /compact 나 /clear 로 관리를 하는데 서브 에이전트는 따로 관리를 하지 않아도 되는건가요 ? ?
미해결
3D 모델링 입문을 위한 라이노(Rhino) '꿀팁' Part.1
17:57에서 블랜드서피스로 중간에 뚫린 부분을 이어주셨는데 여기서 제가 blendsrf - chainedges로 한번에 엣지를 선택하고 만들었더니 모양이 이상하더라고요. 왜 chainedges를 하면 안되나요? 이렇게 밀리는? 이유가 무엇인가요?
해결됨
수익형 AI Agent n8n 전문가 강의, 블로그·쇼츠 자동화
강의대로 잘 따라가다가, 마지막에 Chat URL부분이 http로 시작하네요... 뭘 건드려야 할 지 모르겠습니다
미해결
챗봇을 만들며 배우는 ai agent 개발의 모든것(fastapi, RAG, vector, LangChain, sLLM/파인튜닝)
안녕하세요! 요즘은 제미나이, 클로드도 많이 쓰는걸로 알고 있는데, 임베딩 api는 gpt가 더 낫다고 보시나요? 실무에서도 써보고 싶어 문의드립니다.
미해결
장박사의 블록체인 이해와 구조
chohr0309@naver.com 으로 보내주시면 감사하겠습니다.