+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Enroll Now
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. What does DTD stand for?
Dynamic Type Definition
None of these
Direct Type Definition
Document Type Definition
View Answer
2. Which of the following Gson methods are useful for implementing JSON?
None of them
toJson()
fromJson()
Both toJson() & fromJson()
View Answer
3. Identify the incorrect predefined attribute
all of them
xml:data
xml:space
xml:lang
View Answer
4. Choose the Correct Option
a) XSLT
b)XPath
3)XSL-FO
1) Language for navigation XML
2) Language for transforming XML
3) Language for formatting XML
a-3, b-1, c-2
a-2, b-1, c-3
a-3, b-2, c-1
a-2, b-3, c-1
View Answer
5. _________ refers to adherence to basic XML syntax rules while _______ refers to adherence to the DTDs too.
Validity, Well-formed
Internal DTDs, Validity
Well-formed, Internal DTDs
None of these
View Answer
6. Which of the following aspects describes Gson?
All of them
Connects Java Objects into JSON
Open SOurce
Its a Java Library
View Answer
7. Strings are delimited with ________ and support a backslash escaping syntax.
Colon
Single-quotation
Comma
Double-quotation
View Answer
8. Which Protocol service is use JSON?
IP
SOAP
HTTP
GData
View Answer
9. Identify the Errors in the following code
{
"peripherals" [{
"Mouse": [{
"brand" : "Logitech",
"price" : 300,
}]
}] }
All of Them
Remove comma after the last member of Mouse
Colon missing after Peripheral
P of Peripherals in Small Case
View Answer
10. An_________, in XML, is a placeholder that consists of a name and a value.
ENTITY
DTD
ELEMENT
Root Element
View Answer