1.
If you want to wrap a block of text around an image, which CSS property would you use?
2.
What does CSS stand for?
4.
Which function is used to check if a variable is empty or not in php ?
5.
Which are 2 fundamental data structures ?
6.
Where in an HTML document is the correct place to refer to an internal style sheet?
7.
Where in an HTML document is the correct place to refer to a js?
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
8.
Which HTML attribute is used to define inline styles?
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
9.
What takes more time to load ?
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
10.
How to write anchor tag ?
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
11.
Select the correct one.
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
12.
How long is an IPv6 address?
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
13.
In a network with dozens of switches, how many root bridges would you have?
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
14.
What is the main reason the OSI model was created?
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
15.
What is the name of the first page you encounter after logging into your web page?
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
16.
What are the steps you can take if your WordPress file is hacked?
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
17.
Does Multilingual sites are allowed in Wordpress?
query to print first 50 rows of that table. Assume table name "BANK_DETAIL"
Input Format
Output Format
The result should print the ids and the names of the customers, sorted by CUSTOMER.NAME in descending order. If two or more customers have the same CUSTOMER.NAME, then sort these by CUSTOMER.ID in ascending order.
Explanation
According to the lexicographical arrangement,
Ruth Hanson > Ruth Gutierrez > Paula Fuller > Joe Garza > Frances White > Ernest Thomas > Carolyn Bradley > Bonnie Johnston > Annie Fernandez > Anne Harris
18.
What do you mean by hooks?
19.
Which one is not a variable scope in PHP?
20.
How to display output in PHP?
21.
what starts with __ (double underscore) in PHP?
22.
Which function used to find the position of the first occurrence of a char. in a string?