- Which of the following best describes security testing?
View Answer
Correct answer: A — Ensuring system is protected against threats
- Vulnerability scanning is used to:
View Answer
Correct answer: A — Detect known security weaknesses
- Penetration testing focuses on:
View Answer
Correct answer: A — Simulating real-world attacks
- Which tool is commonly used for penetration testing?
View Answer
Correct answer: A — Metasploit
- OWASP ZAP is used for:
View Answer
Correct answer: A — Web application security testing
- Which of the following is NOT a security testing type?
View Answer
Correct answer: C — Load testing
- Static Application Security Testing (SAST) analyzes:
View Answer
Correct answer: A — Source code for vulnerabilities
- Dynamic Application Security Testing (DAST) analyzes:
View Answer
Correct answer: A — Running applications for vulnerabilities
- Which of the following is true about penetration testing?
View Answer
Correct answer: A — It simulates hacker attacks
- OWASP Top 10 refers to:
View Answer
Correct answer: A — Common web application vulnerabilities
- What will be printed?
1 System.out.println("Eduinq Security Test"); View Answer
Correct answer: A — Eduinq Security Test
- Which of the following is true about vulnerability scanning?
View Answer
Correct answer: A — It identifies known weaknesses
- Penetration testing is also known as:
View Answer
Correct answer: A — Ethical hacking
- Which of the following is a security testing tool?
View Answer
Correct answer: A — Burp Suite
- Risk assessment in security testing involves:
View Answer
Correct answer: A — Identifying and prioritizing risks
- Which of the following is NOT part of OWASP Top 10?
View Answer
Correct answer: C — Load imbalance
- Security regression testing ensures:
View Answer
Correct answer: A — Fixes do not introduce new vulnerabilities
- Which of the following is true about DAST?
View Answer
Correct answer: A — It tests applications at runtime
- SAST is performed:
View Answer
Correct answer: A — On source code before execution
- Which of the following is true about Burp Suite?
View Answer
Correct answer: A — It is used for web application security testing
- Which of the following is true about SQL Injection?
View Answer
Correct answer: A — It exploits improper input validation
- Cross-Site Scripting (XSS) attacks target:
View Answer
Correct answer: A — Client-side scripts in web pages
- Which of the following is a preventive measure against SQL Injection?
View Answer
Correct answer: A — Parameterized queries
- Which of the following is true about authentication testing?
View Answer
Correct answer: A — It validates login mechanisms
- Which of the following is a common vulnerability in web applications?
View Answer
Correct answer: A — Broken Authentication
- Security testing includes:
View Answer
Correct answer: A — Vulnerability scanning, penetration testing, risk assessment
- Which of the following is true about HTTPS?
View Answer
Correct answer: A — It encrypts communication between client and server
- Which of the following is a tool for vulnerability scanning?
View Answer
Correct answer: A — Nessus
- Which of the following is true about CSRF (Cross-Site Request Forgery)?
View Answer
Correct answer: A — It tricks users into executing unwanted actions
- Which of the following is a preventive measure against XSS?
View Answer
Correct answer: A — Input sanitization
- What will be printed?
1 System.out.println("Eduinq Security Vulnerability Test"); View Answer
Correct answer: A — Eduinq Security Vulnerability Test
- Which of the following is true about password policies?
View Answer
Correct answer: A — They enforce strong authentication
- Which of the following is a common vulnerability in APIs?
View Answer
Correct answer: A — Broken Object Level Authorization
- Which of the following is true about encryption testing?
View Answer
Correct answer: A — It validates data confidentiality
- Which of the following is a preventive measure against CSRF?
View Answer
Correct answer: A — CSRF tokens
- Which of the following is true about session management testing?
View Answer
Correct answer: A — It validates secure handling of user sessions
- Which of the following is a tool for web application security testing?
View Answer
Correct answer: A — Acunetix
- Which of the following is true about penetration testing phases?
View Answer
Correct answer: A — Planning, scanning, exploitation, reporting
- Which of the following is a preventive measure against SQL Injection?
View Answer
Correct answer: A — Stored procedures with parameterization
- Which of the following is true about security audits?
View Answer
Correct answer: A — They review policies and procedures for compliance
- Which of the following is a common vulnerability in mobile applications?
View Answer
Correct answer: A — Insecure Data Storage
- Which of the following is true about firewall testing?
View Answer
Correct answer: A — It validates firewall rules and configurations
- Which of the following is a preventive measure against insecure data storage?
View Answer
Correct answer: A — Encrypt sensitive data
- Which of the following is true about penetration testing reports?
View Answer
Correct answer: A — They document vulnerabilities and remediation steps
- Which of the following is a tool for network security testing?
View Answer
Correct answer: A — Nmap
- Which of the following is true about intrusion detection systems?
View Answer
Correct answer: A — They monitor and detect suspicious activities
- Which of the following is a preventive measure against brute force attacks?
View Answer
Correct answer: A — Account lockout policies
- Which of the following is true about vulnerability management?
View Answer
Correct answer: A — It involves identification, classification, remediation, and mitigation
- Which of the following is a common vulnerability in cloud environments?
View Answer
Correct answer: A — Misconfigured access controls
- Which of the following best describes security testing overall?
View Answer
Correct answer: A — Ensures system is protected against threats and vulnerabilities