[ PHP Programming MCQS ]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ PHP Programming MCQS ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
181. RSA मुख्य रूप से किस प्रकार का algorithm है?
[A] Symmetric
[B] Asymmetric
[C] Hashing
[D] Compression
181. RSA is what type of algorithm?
[A] Symmetric
[B] Asymmetric
[C] Hashing
[D] Compression
सही उत्तर: Asymmetric
व्याख्या: Public-key cryptography algorithm।
Correct Answer: Asymmetric
Explanation: An asymmetric cryptographic algorithm.
182. AES किस प्रकार का encryption algorithm है?
[A] Asymmetric
[B] Symmetric
[C] Hashing
[D] Encoding
182. What type of encryption algorithm is AES?
[A] Asymmetric
[B] Symmetric
[C] Hashing
[D] Encoding
सही उत्तर: Symmetric
व्याख्या: Fast symmetric encryption standard।
Correct Answer: Symmetric
Explanation: Widely used symmetric encryption standard.
183. OAuth 2.0 Authorization Code Flow किसके लिए सबसे उपयुक्त है?
[A] Server-side Applications
[B] Static HTML
[C] CSV Files
[D] FTP Servers
183. Authorization Code Flow is best suited for?
[A] Server-side Applications
[B] Static HTML
[C] CSV Files
[D] FTP Servers
सही उत्तर: Server-side Applications
व्याख्या: Secure web applications के लिए।
Correct Answer: Server-side Applications
Explanation: Ideal for secure web applications.
184. OAuth Refresh Token का उद्देश्य क्या है?
[A] Delete Session
[B] Obtain New Access Token
[C] Encrypt Password
[D] Store Cookies
184. What is the purpose of a Refresh Token?
[A] Delete Session
[B] Obtain New Access Token
[C] Encrypt Password
[D] Store Cookies
सही उत्तर: Obtain New Access Token
व्याख्या: Expired access token को renew करने के लिए।
Correct Answer: Obtain New Access Token
Explanation: Used to obtain a new access token.
185. Bearer Token सामान्यतः कहाँ भेजा जाता है?
[A] URL Fragment
[B] Authorization Header
[C] HTML Comment
[D] Cookie Name
185. Where is a Bearer Token typically sent?
[A] URL Fragment
[B] Authorization Header
[C] HTML Comment
[D] Cookie Name
सही उत्तर: Authorization Header
व्याख्या: API authentication के लिए।
Correct Answer: Authorization Header
Explanation: Used in API authentication.
186. Event-Driven Architecture में communication किस पर आधारित होती है?
[A] Direct Calls
[B] Events
[C] SQL Tables
[D] Cookies
186. Event-Driven Architecture is based on?
[A] Direct Calls
[B] Events
[C] SQL Tables
[D] Cookies
सही उत्तर: Events
व्याख्या: Services events publish और consume करती हैं।
Correct Answer: Events
Explanation: Services publish and consume events.
187. Event Producer का कार्य क्या है?
[A] Event Publish करना
[B] Database Backup
[C] Cache Clear करना
[D] Session Delete करना
187. What does an Event Producer do?
[A] Publish Events
[B] Database Backup
[C] Clear Cache
[D] Delete Session
सही उत्तर: Event Publish करना
व्याख्या: System में events generate करता है।
Correct Answer: Publish Events
Explanation: Generates and publishes events.
188. Event Consumer का कार्य क्या है?
[A] Event Process करना
[B] Database Create करना
[C] Compile Code
[D] Manage CSS
188. What does an Event Consumer do?
[A] Process Events
[B] Create Database
[C] Compile Code
[D] Manage CSS
सही उत्तर: Event Process करना
व्याख्या: Published events को handle करता है।
Correct Answer: Process Events
Explanation: Handles published events.
189. DDD का पूरा नाम क्या है?
[A] Domain Driven Design
[B] Data Driven Development
[C] Dynamic Domain Design
[D] Distributed Data Design
189. What is the full form of DDD?
[A] Domain Driven Design
[B] Data Driven Development
[C] Dynamic Domain Design
[D] Distributed Data Design
सही उत्तर: Domain Driven Design
व्याख्या: Complex business domains के लिए architecture approach।
Correct Answer: Domain Driven Design
Explanation: Approach for complex business domains.
190. DDD में Entity की मुख्य विशेषता क्या होती है?
[A] Identity
[B] Color
[C] Size
[D] Cache
190. What is the key characteristic of an Entity in DDD?
[A] Identity
[B] Color
[C] Size
[D] Cache
सही उत्तर: Identity
व्याख्या: Unique identity द्वारा पहचानी जाती है।
Correct Answer: Identity
Explanation: Defined by a unique identity.