Question
Which of the following statement/s is/are correct
regarding payment of Gratuity Act 1972?        I.           It is applicable where at least  20 or more workers are employed, or were employed on any day of preceding twelve months.      II.           The employer shall arrange to pay the amount of gratuity under 30 days.   III.   The amount of gratuity payable to an employee shall not exceed three lakhs and fifty thousand rupees.Solution
It is applicable where 10 or more workers are employed, or were employed on any day of preceding twelve months.
In which scenario would para virtualization be preferred over full virtualization?Â
Who is widely regarded as the "Father of the Computer" for his conceptual design of the Analytical Engine?
- Which of the following best defines the concept of Encapsulation in Object-Oriented Programming (OOP)?
Which of the following best describes the main advantage of a Management Information System (MIS)?
In relational databases, which of the following best describes the role of a "foreign key"?  Â
Which of the following code snippets correctly implements a singly linked list in Java, including the ability to insert a new node at the beginning?
Dynamic programming is used by
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
Which of the following design patterns violates the Open/Closed Principle of SOLID principles in object-oriented design?Â
In the Least Recently Used (LRU) page replacement algorithm, given the following reference string 4, 2, 4, 1, 5, 2, 3, 4, and assuming 3 frames, how man...