Question
Number of male employees who are married is how much
percent more/less than number of female employees who are unmarried? Study the following information carefully and answer the given questions: There are total 840 employees (male + female) in company βXYZβ. There are two types of categories married and unmarried employees. 120 male employees are married which is 30% of total male (married + unmarried) employees. Difference between number of male and female employees who are unmarried is 180.Solution
Total number of male employees who are married = 120 Total number of male employees (married + unmarried) = (120/30) Γ 100 = 400 Number of male employees who are unmarried = 400 β 120 = 280 Total number of female employees = 840 β 400 = 440 Total number of female employees who are unmarried = 280 β 180 = 100 Number of female employees who are married = 440 β 100 = 340 Required % = [(120 β 100)/100] Γ 100 = 20%
In the context of backups, what is a retention policy?
A firewall that monitors the state of active connections and makes decisions based on the context of those connections is known as a:
What is the main advantage of Hadoop's HDFS (Hadoop Distributed File System)?
In the context of a database, what is a transaction?
If we want to represent the graph as an______ , then it can be implemented as_______.Β
How many dimensions are selected in Slice operation?
In a depth-first traversal of a tree or graph, what data structure is typically used to keep track of nodes to be visited next?
In dynamic programming, what is the purpose of the "bottom-up" approach?
What is the scope of a variable in programming?
What is the worst-case time complexity of inserting n elements into an empty linked list, if the linked list needs to be maintained in sorted order? Mo...