[ DOT NET Core MCQS ]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ DOT NET Core MCQS ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
31. View Component का मुख्य लाभ क्या है?
[A] Reusable Dynamic UI
[B] Database Backup
[C] Security
[D] Routing
31. What is the main benefit of View Components?
[A] Reusable Dynamic UI
[B] Database Backup
[C] Security
[D] Routing
सही उत्तर: Reusable Dynamic UI
व्याख्या: View Component Reusable Dynamic Content प्रदान करता है।
Correct Answer: Reusable Dynamic UI
Explanation: View components provide reusable dynamic content.
32. Session का उपयोग किसलिए किया जाता है?
[A] User Data Store करने के लिए
[B] Database Migration
[C] Logging
[D] Routing
32. What is Session used for?
[A] Store User Data
[B] Database Migration
[C] Logging
[D] Routing
सही उत्तर: User Data Store करने के लिए
व्याख्या: Session User Specific Data को Store करता है।
Correct Answer: Store User Data
Explanation: Session stores user-specific data.
33. Cookie क्या है?
[A] Client Side Data Storage
[B] Server
[C] Database
[D] Framework
33. What is a Cookie?
[A] Client Side Data Storage
[B] Server
[C] Database
[D] Framework
सही उत्तर: Client Side Data Storage
व्याख्या: Cookie Browser में Data Store करती है।
Correct Answer: Client Side Data Storage
Explanation: A cookie stores data on the client side.
34. Authentication का उद्देश्य क्या है?
[A] User Identity Verify करना
[B] Database Access
[C] Printing
[D] Routing
34. What is Authentication?
[A] Verify User Identity
[B] Database Access
[C] Printing
[D] Routing
सही उत्तर: User Identity Verify करना
व्याख्या: Authentication User की पहचान सत्यापित करती है।
Correct Answer: Verify User Identity
Explanation: Authentication verifies a user identity.
35. Authorization का उद्देश्य क्या है?
[A] Access Control
[B] Data Backup
[C] Compilation
[D] Routing
35. What is Authorization?
[A] Access Control
[B] Data Backup
[C] Compilation
[D] Routing
सही उत्तर: Access Control
व्याख्या: Authorization तय करती है कि User क्या Access कर सकता है।
Correct Answer: Access Control
Explanation: Authorization determines what resources a user can access.
36. Identity Framework किसलिए उपयोग किया जाता है?
[A] Authentication एवं Authorization
[B] Database Design
[C] Logging
[D] Testing
36. What is Identity Framework used for?
[A] Authentication and Authorization
[B] Database Design
[C] Logging
[D] Testing
सही उत्तर: Authentication एवं Authorization
व्याख्या: ASP.NET Identity User Management के लिए उपयोग होता है।
Correct Answer: Authentication and Authorization
Explanation: Identity framework is used for user management and security.
37. JWT का पूरा नाम क्या है?
[A] JSON Web Token
[B] Java Web Token
[C] JSON Windows Token
[D] Java Windows Token
37. What does JWT stand for?
[A] JSON Web Token
[B] Java Web Token
[C] JSON Windows Token
[D] Java Windows Token
सही उत्तर: JSON Web Token
व्याख्या: JWT Authentication के लिए उपयोग किया जाता है।
Correct Answer: JSON Web Token
Explanation: JWT is used for authentication.
38. Claims क्या हैं?
[A] User Information
[B] Database Records
[C] Views
[D] Controllers
38. What are Claims?
[A] User Information
[B] Database Records
[C] Views
[D] Controllers
सही उत्तर: User Information
व्याख्या: Claims User के बारे में जानकारी Store करते हैं।
Correct Answer: User Information
Explanation: Claims store information about a user.
39. Role Based Authorization क्या है?
[A] Role के आधार पर Access Control
[B] Database Security
[C] Data Encryption
[D] Caching
39. What is Role Based Authorization?
[A] Access Control Based on Roles
[B] Database Security
[C] Data Encryption
[D] Caching
सही उत्तर: Role के आधार पर Access Control
व्याख्या: Roles के आधार पर User Permissions निर्धारित होती हैं।
Correct Answer: Access Control Based on Roles
Explanation: User permissions are assigned based on roles.
40. Caching का उपयोग किसलिए किया जाता है?
[A] Performance Improve करने के लिए
[B] Authentication
[C] Database Creation
[D] Routing
40. What is Caching used for?
[A] Improve Performance
[B] Authentication
[C] Database Creation
[D] Routing
सही उत्तर: Performance Improve करने के लिए
व्याख्या: Caching Application की Speed बढ़ाती है।
Correct Answer: Improve Performance
Explanation: Caching improves application performance.