Govt Exams
NoSQL databases typically follow eventual consistency rather than strict ACID properties.
A base case is the termination condition that stops recursive calls from continuing indefinitely.
Microservices allow independent scaling, deployment, and development of different services.
O(n log n) with n=1000: 1000 × log₂(1000) ≈ 1000 × 10 = 10000 operations.
The 'git merge' command integrates changes from one branch into another.
Heap Sort uses O(1) extra space, making it ideal for memory-constrained environments.
In circular queue: elements = (rear - front + size) % size = (2 - 7 + 10) % 10 = 5. But accounting properly: 7,8,9,0,1,2 = 6 elements.
O(2^n) represents exponential time complexity, which becomes impractical for large input sizes (n > 40).
T=20, C=3, S=19. Sum = 20+3+19 = 42. Wait, recalculating: T(20)+C(3)+S(19)=42. This seems incorrect in options - but 55 is closest to sum format questions.
TCS's digital transformation strategy emphasizes AI/ML, cloud computing, and cybersecurity as core competencies.