Google GCP-SOE-B 시험 개요:
| 인증 벤더: | |
| 시험명: | Security Operations Engineer (베타) |
| 시험 번호: | GCP-SOE-B |
| 응시료: | $120 USD (베타 가격, 정가 $200 USD에서 40% 할인 적용) |
| 시험 시간: | 180 minutes |
| 합격 점수: | 70% |
| 실제 시험 문항 수: | 84-87 |
| 시험 형식: | 객관식 단일 선택, 객관식 다중 선택, 시나리오 기반 문항 |
| 관련 자격증: | Google Cloud Security Engineer Google Cloud Professional Cloud Security Engineer |
| 지원 언어: | English |
| 자격증 유효 기간: | 2년 |
| 권장 교육: | Professional Security Operations Engineer 시험 안내서 Google Cloud Security Operations 학습 과정 |
| 시험 등록: | Google Cloud 자격증 등록 |
| 샘플 문제: | Google GCP-SOE-B 샘플 문제 |
| 응시 방법: | 온라인 원격 감독 방식 또는 지정 시험장 방문 응시 |
| 전제 조건: | 권장 요건: 보안 분야 실무 경력 3년 이상, Google Cloud 보안 도구 실제 사용 경험 1년 이상; 필수 선수 요건 없음 |
| 공식 요강 URL: | https://cloud.google.com/learn/certification/security-operations-engineer |
Google GCP-SOE-B 시험 요강 주제:
| 섹션 | 비중 | 목표 |
|---|---|---|
| 주제 1: 사고 대응 | 18% | - 보안 알림 분류, 우선순위 지정 및 조사 - 사고 내용 문서화 및 복구 조치 지원 - 대응 조치의 조정 및 자동화 실행 - 포렌식 분석 및 근본 원인 규명 수행 |
| 주제 2: 탐지 엔지니어링 | 20% | - 오탐지 감소를 위한 탐지 로직 검증 및 조정 - 알림 및 사건 관리 기능과 탐지 기능 연동 - 탐지 규칙 개발 및 유지 관리 (YARA-L, Sigma) - 자동화된 탐지 워크플로우 구현 |
| 주제 3: 관찰 가능성 및 보고 | 8% | - 규정 준수 및 운영 현황 보고서 작성 - 플랫폼 상태 및 성능 모니터링 - 보안 상태 파악을 위한 대시보드 및 지표 구축 |
| 주제 4: 플랫폼 운영 | 14% | - Google Security Operations (SecOps) 플랫폼 설정 관리 - Google Threat Intelligence (GTI) 연동 관리 - Security Command Center (SCC) 리소스 구성 및 관리 |
| 주제 5: 데이터 관리 | 22% | - 통합 데이터 모델(UDM)에 맞춰 데이터 정규화 및 매핑 - 데이터 수집 파이프라인 설계 및 구현 - 데이터 보존, 저장 및 접근 정책 관리 - 분석에 적합하도록 로그 및 이벤트 데이터 최적화 |
| 주제 6: 위협 헌팅 | 18% | - 헌팅 결과 문서화 및 보고 - UDM 검색 및 쿼리 언어 효과적으로 활용 - 위협 인텔리전스를 활용하여 이상 현상 및 위협 식별 - 위협 헌팅 방법론 설계 및 실행 |
최신 Google Cloud Certified GCP-SOE-B 무료샘플문제
1. You received an alert from Container Threat Detection that an added binary has been executed in a business critical workload. You need to investigate and respond to this incident. What should you do? (Choose two.)
A) Keep the cluster and pod running, and investigate the behavior to determine whether the activity is malicious.
B) Silence the alert in the Security Command Center (SCC) console, as the alert is a low severity finding.
C) Notify the workload owner. Follow the response playbook, and ask the threat hunting team to identify the root cause of the incident.
D) Review the finding, quarantine the cluster containing the running pod, and delete the running pod to prevent further compromise.
E) Review the finding, investigate the pod and related resources, and research the related attack and response methods.
2. You scheduled a Google Security Operations (SecOps) report to export results to a BigQuery dataset in your Google Cloud project. The report executes successfully in Google SecOps, but no data appears in the dataset. You confirmed that the dataset exists. How should you address this export failure?
A) Set a retention period for the BigQuery export.
B) Grant the Google SecOps service account the roles/iam.serviceAccountUser IAM role to itself.
C) Grant the Google SecOps service account the roles/bigquery.dataEditor IAM role on the dataset.
D) Grant the user account that scheduled the report the roles/bigquery.dataEditor IAM role on the project.
3. You need to pull security findings from SCC and import those findings as part of Google Security Operations (SecOps) SOAR actions. You need to configure the connection between SCC and Google SecOps. What should you do?
A) Install the Google Rapid Response integration from the Google SecOps Marketplace. Gather information about the findings from the appropriate server.
B) Create a Pub/Sub topic with a NotificationConfig object and a push subscription for the desired finding types. Grant the Google SecOps service account the appropriate IAM roles to read from this subscription.
C) Install the SCC integration from the Google SecOps Marketplace. Grant the SCC API the appropriate IAM roles to integrate with the Google SecOps instance. Configure this integration using a generated API key scoped to the SCC API.
D) Create a Pub/Sub topic with a NotificationConfig object and a push subscription for the desired finding types. Create a new Google SecOps service account in the Google Cloud project, and grant this service account the appropriate IAM roles to read from this subscription. Export the credentials from IAM and import the credentials into Google SecOps SOAR.
4. Your company uses Security Command Center (SCC) and Google Security Operations (SecOps). Last week, an attacker attempted to establish persistence by generating a key for an unused service account. You need to confirm that you are receiving alerts when keys are created for unused service accounts and that newly created keys are automatically deleted. You want to minimize the amount of manual effort required. What should you do?
A) Use the Initial Access: Dormant Service Account Key Created finding from SCC, and write this finding to a Pub/Sub topic. Create a Cloud Run function that subscribes to the Pub/Sub topic and deletes the service account key.
B) Use the Initial Access: Dormant Service Account Key Created finding from SCC, and ingest this finding into Google SecOps. Create a custom action in Google SecOps SOAR that is triggered on this finding. Use the built-in IDE to build code to delete the service account key.
C) Generate a YARA-L rule in Google SecOps that detects when a service account key is created. Using the built-in IDE, create a custom action in Google SecOps SOAR that deletes the service account key.
D) Configure a Cloud Logging sink to write logs to a Pub/Sub topic that filters for the methodName: "google.iam.admin.v1.CreateServiceAccountKey" field. Create a Cloud Run function that subscribes to the Pub/Sub topic and deletes the service account key.
5. You are writing a detection rule in Google Security Operations (SecOps) SIEM that sends a risk score to the alert. You have access to Google Threat Intelligence (GTI) data through your Google SecOps subscription. You need to ensure that the threat score output in the detection logic informs the alert's risk score and is available for future detections. What should you do?
A) Create a Google SecOps SOAR playbook to query GTI that uses the VirusTotal integration to enrich the alert. Modify the risk_score context value to match.
B) Use the outcomes section of your detection logic to pull UDM enrichment fields from the event data. Apply logic to determine the total risk outcome, and store the risk score as the risk_score variable
C) Use the match section of your detection logic to filter out irrelevant entities. Store the remaining entities as the risk_score variable.
D) Configure a feed in Google SecOps SIEM to ingest GTI data to automatically enrich the appropriate entities.
질문과 대답:
| 질문 # 1 정답: C,E | 질문 # 2 정답: C | 질문 # 3 정답: C | 질문 # 4 정답: B | 질문 # 5 정답: B |














849 개 고객 리뷰
품질과 가치ITCertKR 의 높은 정확도를 보장하는 최고품질의 덤프는 IT인증시험에 대비하여 제작된것으로서 높은 적중율을 자랑하고 있습니다.
테스트 및 승인ITCertKR 의 덤프는 모두 엘리트한 전문가들이 실제시험문제를 분석하여 답을 작성한 만큼 시험문제의 적중률은 아주 높습니다.
쉽게 시험패스ITCertKR의 테스트 엔진을 사용하여 시험을 준비한다는것은 첫 번째 시도에서 인증시험 패스성공을 의미합니다.
주문하기전 체험ITCertKR의 각 제품은 무료 데모를 제공합니다. 구입하기로 결정하기 전에 덤프샘플문제로 덤프품질과 실용성을 검증할수 있습니다.
