Subject:
CS511 ( Web Engineering )
Questions :
Objective Part :
Full Forms Of :
* HTTP
* npm
* HTTPS
* PDO
Mcqs were mostly from php, Laravel and jQuery
* Like : which symbol is used to create variable in php
* According to SOAP which javas script engine is used in Google chrome
About 85% paper was from php
Subjective Part :
Concatenate Two Strings in PHP: Create two variables in PHP, assign string values
to them, concatenate them, and then display the result.
Static Variable in a Class: Create a class with a static variable, assign a numeric
value to it, and create a get function to return the value of the static variable.
HTTP Methods: List four HTTP methods.
Backend Languages in [Link]: Name two backend lan…
🗓 Date | Day: 31-July-2025 | Thursday
[Link]
ate | Day : 31-8-25
Time:
10AM
Subject:
CS511 ( Web Engineering )
Questions :
Objective Part :
Full Forms Of :
* HTTP
* npm
* HTTPS
* PDO
Mcqs were mostly from php, Laravel and jQuery
* Like : which symbol is used to create variable in php
* According to SOAP which javas script engine is used in Google chrome
About 85% paper was from php
Subjective Part :
Concatenate Two Strings in PHP: Create two variables in PHP, assign string values
to them, concatenate them, and then display the result.
Static Variable in a Class: Create a class with a static variable, assign a numeric
value to it, and create a get function to return the value of the static variable.
HTTP Methods: List four HTTP methods.
4. Backend Languages in [Link]: Name two backend lan…
🗓 Date | Day: 31-July-2025 | Thursday
🕗 Time : 8:00 AM
ate | Day
: 31-8-25
Time:
10AM
Subject:
CS511 ( Web Engineering )
Questions :
Objective Part :
Full Forms Of :
* HTTP
* npm
* HTTPS
* PDO
Mcqs were mostly from php, Laravel and jQuery
* Like : which symbol is used to create variable in php
* According to SOAP which javas script engine is used in Google chrome
About 85% paper was from php
Subjective Part :
1. Concatenate Two Strings in PHP: Create two variables in PHP, assign string
values to them, concatenate them, and then display the result.
2. Static Variable in a Class: Create a class with a static variable, assign a
numeric value to it, and create a get function to return the value of the static
variable.
3. HTTP Methods: List four HTTP methods.
4. Backend Languages in [Link]: Name two backend languages that can be used with
[Link].
5. Change Paragraph Value using jQuery: We have two paragraphs created using HTML,
displaying “This is paragraph one” and “This is paragraph two”. Use jQuery to
change the value of the first paragraph.
6. Redirect to About Page: Create a script that redirects a user from the root URL
(“[Link] to the about page (“[Link] and
returns the message “About Us” when the user visits the root URL.
Example Code :
if ($_SERVER[‘REQUEST_URI’] == ‘/’) {
header(‘Location: /about’);
echo “About Us”;
exit;
}
ime:
10AM
Subject: CS511 ( Web Engineering )
Questions :
Objective Part :
Full Forms Of :
* HTTP
* npm
* HTTPS
* PDO
Mcqs were mostly from php, Laravel and jQuery
* Like : which symbol is used to create variable in php
* According to SOAP which javas script engine is used in Google chrome
* 3-4 mcqs were from sql queries
About 85% paper was from php