Govt Exams
Binary search has O(log n) time complexity as it divides the search space in half with each iteration, making it highly efficient for sorted data.
Infosys has committed to achieving 75% renewable energy consumption by 2025 as part of its sustainability and ESG initiatives.
HTTP status code 201 Created is the correct response when a new resource is successfully created via POST request, typically including the resource location in the response header.
In Scrum-based Agile methodology used by Infosys, a Sprint typically lasts 2-4 weeks, allowing for regular feedback and iterations.
OWASP Top 10 lists the most critical web application security vulnerabilities that developers must understand and mitigate.
AES-256 is the industry-standard encryption for data at rest, providing 256-bit key strength and is mandated in Infosys' security policies.
Infosys focuses on augmenting human potential with AI, creating human-AI collaboration models rather than replacement strategies.
CAP theorem states that distributed systems can guarantee only two out of three properties: Consistency, Availability, and Partition Tolerance.
Infosys' Digital-First approach prioritizes digital channels and experiences while still maintaining traditional support options for customer choice and accessibility.
The Token Bucket algorithm is used to control the rate at which API requests are allowed, preventing abuse and ensuring fair resource utilization.