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
Security Testing Interview Questions
38 security testing interview questions shared by candidates
Why I was interested in the position.
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.
When running a PT what type of vulnerability would you manually test and how would you go about it
What is IDOR? Give an example.
Given a website, using SAST, DAST and Secure Code Review, how would you implement a security process to find/fix security issues
What are the testcases for JWT token? what is the structure of JWT token ?can you bypass signature in JWT token?
can we get XSS in file upload functionality ? what is frame busting and clickjack ?
Viewing 21 - 30 interview questions