CSS Quiz 8 AKTU Prutor - Scifi Curoisity
  • CSS Quiz 8 AKTU Prutor




     Q:1. Password should be combination of ____. (according to the video lecture).

    1.
    2.
    3.
    4. ->
    Reason: The key aspects of a strong password are length (the longer the better); a mix of letters (upper and lower case), numbers, and symbols, no ties to your personal information, and no dictionary words

    Q:2.
     The cookies we use, are sent with ______, which in general, _____ the performance.
    1.
    2. ->
    3.
    4.
    Reason : typically cookies are used for a variety of purposes: ... Cookies impact performance because every time you make a request to a ... an HTML file, a CSS file, an image) the browser will send the cookie in the request to the server. ... request becomes a little bigger and thus performance begins to degrade.

    Q:3.
     Which of the following header is used to create cookie ?
    1.
    2.
    3. ->
    4.
    Reason: After receiving an HTTP request, a server can send one or more Set-Cookie headers with the response. The cookie is usually stored by the browser, and then the cookie is sent with requests made to the same server inside a Cookie HTTP header.

    Q:4.
     _______ is an attack to inject code, in which malicious SQL code is passed to an instance of SQL Server from ______.
    1. ->
    2.
    3.
    4.
    Reason: SQL injection is a code injection technique, used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker.

    Q:5.
     How to prevent SQL injection ?
    1.
    2.
    3. ->
    4.

    Reason: The best way to prevent SQL Injections is to use safe programming functions that make SQL Injections impossible: parameterized queries (prepared statements) and stored procedures. Every major programming language currently has such safe functions and every developer should only use such safe functions to work with the database.
  • You might also like

    1 comment :

    1. Css Quiz 8 Aktu Prutor
      -
      Scifi Curoisity >>>>> Download Now

      >>>>> Download Full

      Css Quiz 8 Aktu Prutor
      -
      Scifi Curoisity >>>>> Download LINK

      >>>>> Download Now

      Css Quiz 8 Aktu Prutor
      -
      Scifi Curoisity >>>>> Download Full

      >>>>> Download LINK

      ReplyDelete

Featured

CSS Quiz 8 AKTU Prutor

  Q:1.  Password should be combination of ____. (according to the video lecture). 1. Lower case letters only 2. Memorable names and dates 3....

Tags

Recommended Posts

randomposts

Trending This Week

How to integrate Git bash With Vs code

  # Integrated-VS-code-with-git-bash Let's See How to integrate git bash with vs code  > first you need to oopen setting > sarch setting.json  > then in last you have to paste like these  >      "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"  Now you will able to use git bash terminal in vs code 

CSS Quiz 3 AKtu

Q1) Which of the following programming languages have common buffer overflow problem in the development of applications ? C, Ruby C, C++ Python, Ruby C, Python Note: -   C and C++  languages  because they expose low level representational details of  buffers  as containers for data types. . Q2) Which type of buffer overflows are common among attackers ? Memory-based Queue-based Stack-based Heap-based Note: -    Stack-based  buffer overflows , which are more  common among attackers , exploit applications and programs by using what is known as a stack, the memory space used to store user input . Q:3. In _________ attack, malicious code is pushed into ______. buffer-overflow, stack buffer-overflow, queue buffer-overflow,memory-card buffer-overflow,external drive Note: -  Malicious code  can be  pushed into  the stack during the buffer-overflow  attack . The overflow can be used  to  overwrite the return pointer...

Featured