+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. How can you enable communication between threads while synchronizing the threads?
By using the Task class
None of them
By using the ThreadPool class
By using synchronization events
View Answer
2. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
application-Level
user-defined
system-defined
system-level
View Answer
3. The validity of a cache item is based on the _________.
Cache directory
Cache system
Cache dependencies
Memory used
View Answer
4. Which property can be used to find the length of a string?
length()
Length
textlength()
getlength()
View Answer
5. Which interface supports simple iteration over elements of a generic collection.
ICollection
IDictionary
IEnumerator
IList
View Answer
6. What is the correct way to create an object called myObj of MyClass?
new obj = new ();
class myobj = myclass();
myclass myobj = new myclass();
all of these
View Answer
7. The __________ method is used to add the dependent cache item.
Cache.Add()
Cache.Remove()
Cache.Insert()
Chache.Save()
View Answer
8. EF queries are converted to ______ queries for underlying databases.
SQL
API
Reference
XML
View Answer
9. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
ArrayList
Queue
Array
Stack
View Answer
10. Which access modifier makes the code only accessible within the same class?
private
public
protected
abstract
View Answer