The questions focused on internal auditing and how to ensure the appropriate controls where in place
Security Testing Interview Questions
27 security testing interview questions shared by candidates
What version of CVSS do you use, and how do you calculate it?
Solution for CSRF prevention in struts framework.
Write a program to print nos. from 50 to 70 (evens) and 80 to 100(odds) using one loop. Eg. 52 54 56 . . . . . 68 70 81 83 . . . . . 97 99
Write a program in C to print if number entered by user is not prime. (do not print anything if number is prime and you are not allowed to use else statement.)
Write a program in C to print numbers from n1 to n2 and n2 to n1, n times. where n1, n2 and n are entered by user on runtime. example: n1=10 n2=13 n=2 output: 10 11 12 13 12 11 10 11 12 13 12 11 10
You are given a list of n-1 integers and these integers are in the range of 1 to n. There are no duplicates in list. One of the integers is missing in the list. Write an efficient code to find the missing integer.
Q: What projects have you worked on outside of your required course work?
Web authentication,SSRF,CSRF,Scripting,Java code review,XSS,TLS handshake,encryption.Needed to have a very deep understanding of those.
What are the testcases for JWT token? what is the structure of JWT token ?can you bypass signature in JWT token?
Viewing 11 - 20 interview questions