لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
Fred is planning on using the windows socket application ClientApp.exe program to create a client-side application that his employees will use. This program will access backend programs from two different remote sites over WAN connections. If Fred does not make any modifications to the ClientApp.exe default settings, what port must he have the network engineer open in order for the application to communicate?
A. 21
B. 23
C. 25
D. 80
عرض الإجابة
اجابة صحيحة: D
السؤال #2
Devon is writing the following code to avoid what?
A. Parent path tampering
B. GET source code path
C. Type safety
D. Canonicalization
عرض الإجابة
اجابة صحيحة: D
السؤال #3
What would be the result of the following code? #include #include int main(int argc, char *argv[]) char *input=malloc(20); char *output=malloc(20); strcpy(output, normal output); strcpy(input, argv[1]); printf(input at %p: %s\n, input, input); printf(output at %p: %s\n, output, output); printf(\n\n%s\n, output);
A. Stack buffer overflow
B. Heap overflow
C. Query string manipulation
D. Pointer Subterfuge
عرض الإجابة
اجابة صحيحة: B
السؤال #4
Which Linux command will securely delete a file by overwriting its contents?
A. rm –rf /
B. Shred
C. ps –rm
D. del –rm
عرض الإجابة
اجابة صحيحة: B
السؤال #5
David is an applications developer working for Dewer and Sons law firm in Los Angeles David just completed a course on writing secure code and was enlightened by all the intricacies of how code must be rewritten many times to ensure its security. David decides to go through all the applications he has written and change them to be more secure. David comes across the following snippet in one of his programs: #include int main(int argc, char **argv) int number = 5; printf(argv[1]); putchar(\n); prin
A. Change putchar(‘\n’) to putchar(“%s”, ‘\n’)
B. Change printf(argv[1]) to printf(“%s”, argv[1])
C. Change printf(argv[1]) to printf(constv [0])
D. Change int number = 5 to const number = “”
عرض الإجابة
اجابة صحيحة: B
السؤال #6
What type of encryption will be used from the following code? Dim Publickey As Byte() = {214,46,220,83,160,73,40,39,201 155,19,202,3,11,191,178,56,74,90,36,248,103, 18,144,170,163,145,87,54,61,34,220,222,207, 137,149,173,14,92,120,206,222,158,28,40,24, 30,16,175,108,128,35,203,118,40,121,113,125, 216,130,11,24,9,0,48,194,240,105,44,76,34,57, 249,228,125,80,38,9,136,29,117,207,139,168,181, 85,137,126,10,126,242,120,247,121,8,100,12,201, 171,38,226,193,180,190,117,177,87,143,242,213, 11,44,18,0,113,93,106,99,
A. Asymmetric encryption
B. MITM encryption
C. Symmetric encryption
D. Reverse-key encryption
عرض الإجابة
اجابة صحيحة: A
السؤال #7
Harold is programming an application that needs to be incorporate data encryption. Harold decides to utilize an encryption algorithm that uses 4-bit working registers instead of the usual 2-bit working registers. What encryption algorithm has Harold decided to use?
A. Blowfish
B. RC5
C. RC4
D. RC6
عرض الإجابة
اجابة صحيحة: D
السؤال #8
After learning from an external auditor that his code was susceptible to attack, George decided to rewrite some of his code to look like the following. What is George preventing by changing the code? public voif doContent(...) { ... String s; if ((s = getUsernameByID(userid)) != null) { s = StringUtils.encodeToHTML(s, 50); response.write(
Applicant: + s + ); ...
A. Query string manipulation
B. XSS attack
C. Cookie poisoning
D. SQL injection
عرض الإجابة
اجابة صحيحة: B
السؤال #9
Shayla is designing a web-based application that will pass data to and from a company extranet. This data is very sensitive and must be protected at all costs. Shayla will use a digital certificate and a digital signature to protect the data. The digital signature she has chosen to use is based on the difficulty in computing discrete logarithms. Which digital signature has she chosen?
A. Rabin
B. Diffie-Hellman
C. SA-PSS
D. ElGamal
عرض الإجابة
اجابة صحيحة: D
السؤال #10
What is defined as the practice of using selected process techniques to improve the quality of a software development effort?
A. Systems life-cycle engineering
B. Business systems analysis
C. Software engineering
D. Software coding
عرض الإجابة
اجابة صحيحة: C
السؤال #11
Although software companies despise software piracy, they often realize that illegal release of their product parallel to the legal release can actually increase the item's user base. These illegal versions of the software can oftentimes increase actual legal buyers. What is this process called where illegal copies are released to the public along with the legal versions?
A. Brigand diffusion
B. Sideline diffusion
C. Shadow diffusion
D. Backdoor diffusion
عرض الإجابة
اجابة صحيحة: C
السؤال #12
What two encryption methods are used by the Secure Electronic Transaction system?
A. RSA
B. 3DES
C. AES
D. DES
عرض الإجابة
اجابة صحيحة: AD
السؤال #13
Steve is using the libcap library to create scripts for capturing and analyzing network traffic. Steve has never used libcap before and is struggling with finding out the correct functions to use. Steve is trying to pick the default network interface in his script and does not know which function to use. Which function would he use to correctly choose the default interface in the script?
A. pcap_open_live
B. pcap_int_default
C. pcap_lookupdev
D. pcap_use_int
عرض الإجابة
اجابة صحيحة: C
السؤال #14
Processes having the “CAP_NET_BIND_SERVICE” can listen on which ports?
A. Any TCP port over 1024
B. Any UDP port under 1024
C. Any TCP port under 1024
D. Any UDP port over 1024
عرض الإجابة
اجابة صحيحة: C
السؤال #15
What security package is implemented with the following code? dwStatus = DsMakSpn ldap, MyServer.Mydomain.com, NULL, 0, NULL, &pcSpnLength, pszSpn ); rpcStatus = RpcServerRegisterAuthInfo psz RPC_C_AUTHN_GSS_NEGOTIATE, NULL, NULL );
A. Diffie-Hellman encryption
B. Repurposing
C. SSPI
D. SMDT
عرض الإجابة
اجابة صحيحة: A

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: