Apptitude Test
1 / 40
Which SQL clause is used to filter records?
2 / 40
Which SQL command is used to add a new record?
3 / 40
Which function is used to count the number of elements in an array?
4 / 40
What is the capital of India?
5 / 40
Which statement is used for conditional execution in PHP?
6 / 40
What is the default port number of MySQL?
7 / 40
What is the purpose of an INDEX in MySQL?
8 / 40
Which SQL query returns all records from the left table and matching records from the right table
9 / 40
If 5 developers complete a task in 10 days, this question is mainly related to:
10 / 40
What will be the output? echo strlen("ABC Studio");
11 / 40
Choose the correct sentence:
12 / 40
Which symbol is used to declare a variable in PHP?
13 / 40
Which OOP concept allows one class to acquire properties and methods of another class?
14 / 40
Which PHP function is used to hash passwords securely?
15 / 40
What is the output of the following PHP code? $x = 5; echo $x++;
16 / 40
Which SQL function is used to count records?
17 / 40
Which JOIN returns matching records from both tables?
18 / 40
Which SQL clause is used to group rows having the same values?
19 / 40
Which of the following is used to prevent SQL Injection?
20 / 40
Which PHP function is commonly used to establish a connection with MySQL?
21 / 40
Which method is used to access a class property inside the same class?
22 / 40
Which organization manages the PHP programming language?
23 / 40
Which HTTP method should generally be used for inserting sensitive data into a database?
24 / 40
What does HTTP stand for?
25 / 40
Which SQL keyword is used to sort query results?
26 / 40
What comes next? 2, 4, 8, 16, _
27 / 40
What is 25% of 200?
28 / 40
Which PHP superglobal is used to collect form data sent using POST?
29 / 40
Which PHP function is used to start a session?
30 / 40
What does CRUD stand for?
31 / 40
Which PHP function is used to include a file only once?
32 / 40
Which SQL command is used to retrieve data from a database?
33 / 40
34 / 40
Choose the correct word: "She _ working on a PHP project."
35 / 40
What is the purpose of a primary key?
36 / 40
What will be the output? $a = "10"; $b = 10;
if($a == $b){ echo "Equal"; }
37 / 40
What will be the output? $arr = array(1,2,3); echo count($arr);
38 / 40
If a product costs ₹800 and has a 10% discount, what is the final price?
39 / 40
Which keyword is used to create a class in PHP?
40 / 40
Which SQL command is used to remove records from a table?
Restart quiz