A hiring manager researched a job applicant s social media history and discovered a post from the applicant about a family member being diagnosed with Parkinson disease. The hiring manager decided not to hire the applicant based on this discovery.Which law did the hiring manager violate?
Answer(s): B
The Genetic Information Nondiscrimination Act (GINA) of 2008 also covers situations where genetic information is inadvertently obtained, such as through social media. It prohibits employers from using genetic information in making employment decisions, including hiring, firing, job assignments, and promotions. The hiring manager's decision not to hire the applicant based on a social media post about a family member's diagnosis with Parkinson's disease constitutes a violation of GINA.
Genetic Information Nondiscrimination Act of 2008, U.S. Equal Employment Opportunity Commission (EEOC) website
Why is human resource planning an important human resource management activity?
Human resource planning is a critical function of human resource management that involves forecasting an organization's future human resource needs and planning for how to meet those needs. This includes designing jobs and workspaces for optimal efficiency, ensuring the right number of employees with the right skills are in place, and aligning human resources with the organization's strategic goals. This planning ensures the organization can meet its future demands and remain competitive.
Human Resource Planning, Society for Human Resource Management (SHRM) website
Which tools are used for the employee-relations functions of human resource management (HRM)?
Labor Participation Programs: These programs encourage employee involvement in organizational decision-making, promoting better labor relations and a more engaged workforce.Employee Surveys: These are tools used to gather feedback from employees about their job satisfaction, work environment, and overall experience within the company. The data collected helps HR identify areas of improvement and address any concerns.Purpose in HRM: Both tools are crucial for understanding employee perspectives, improving communication, and fostering a positive work environment, which are central to effective employee relations.Benefits: Improved employee relations can lead to higher job satisfaction, reduced turnover, and enhanced organizational performance.
Society for Human Resource Management (SHRM) resources on employee relationsHuman Resource Management textbooks and best practices
What is a benefit to the employer of providing a healthy and safe work environment?
Healthy Work Environment: Providing a healthy and safe work environment helps prevent workplace injuries and illnesses, promoting overall well-being.Absenteeism Reduction: When employees are healthy, they are less likely to take time off due to illness or injury, leading to decreased absenteeism.Productivity and Morale: A safe work environment enhances employee morale and productivity, as employees feel valued and protected.Cost Savings: Reduced absenteeism also translates into cost savings for the employer, as fewer resources are spent on temporary replacements and overtime for covering absent employees.
Occupational Safety and Health Administration (OSHA) guidelinesStudies on workplace safety and productivity by the National Institute for Occupational Safety and Health (NIOSH)
What is the definition of staffing?
Definition of Staffing: Staffing encompasses a series of activities aimed at ensuring the organization has the right people in the right jobs at the right time.Components:Planning: Assessing current and future staffing needs based on organizational goals.Acquiring: Recruiting and selecting candidates who fit the organizational culture and job requirements.Deploying: Placing employees in roles where they can be most effective.Retaining: Implementing strategies to keep talented employees engaged and committed to the organization.Importance: Effective staffing ensures that the organization has the human capital necessary to achieve its objectives and maintain a competitive edge.
Human Resource Management theories and practicesStrategic Staffing models and frameworks
Which area has the main functions of staffing, health, safety, employee-management relations, rewards, benefits, training, development, and performance management?
Scope of HRM: Human resource management (HRM) covers a wide range of functions critical to managing an organization's workforce.Key Functions:Staffing: Recruiting, selecting, and onboarding employees.Health and Safety: Ensuring a safe workplace and promoting employee well-being.Employee-Management Relations: Managing interactions between employees and management to maintain a positive work environment.Rewards and Benefits: Designing compensation packages and benefits that attract and retain talent.Training and Development: Providing learning opportunities to enhance employee skills and career growth.Performance Management: Evaluating and improving employee performance to align with organizational goals.Objective: The main objective of HRM is to maximize employee performance and ensure that human capital contributes effectively to the achievement of organizational goals.
Fundamentals of Human Resource Management by Gary DesslerSHRM guidelines and best practices in HRM
What is an example of the perception of personal loss leading to bias?
Answer(s): D
Definition of Perception of Personal Loss: This refers to the feeling that one's own opportunities or status within the organization may be threatened by certain changes or policies.Bias Formation: When a manager believes that hiring a diverse workforce will limit future employment opportunities, this belief stems from a perception of personal loss. The manager might feel that their own prospects or advantages are at risk due to increased competition or changes in organizational priorities.Impact on Diversity and Inclusion: Such a bias can negatively impact the organization's diversity and inclusion efforts. It can lead to resistance against hiring diverse candidates and maintaining a homogenous workforce, which can limit the benefits that come from a diverse team.Addressing the Bias: It is important to educate and train managers to understand the value of diversity, which includes improved problem-solving, creativity, and performance. Overcoming this bias helps create a more inclusive environment that benefits everyone in the organization.
SHRM: Understanding and Managing Bias in the WorkplaceDiversity and Inclusion Best Practices by the Human Resources Professional Association (HRPA) Studies on the impact of diversity on organizational performance by McKinsey & Company
Which type of work culture utilizes hiring, retaining, developing, and motivating employees while making work assignments that are connected to data or outcomes?
Answer(s): A
A performance culture is one that focuses on achieving specific results and aligning employee activities with the organization's strategic goals. In this type of culture, hiring, retaining, developing, and motivating employees are driven by data and outcomes. Performance metrics are used to make work assignments and evaluate employee contributions to ensure that the organizational objectives are met effectively and efficiently.
"High Performance Work Systems" by David A. Buchanan and Andrzej A. Huczynski, "Organizational Behavior"Society for Human Resource Management (SHRM) articles on performance culture
Share your comments for WGU Managing-Human-Capital exam with other users:
Question 3:Question 3 asks for two valid ways to meet the purchase order creation validation (warn if the vendor is on the exclusion list for the customer/product and block/alert accordingly). Correct answers: C and D
Question 12:Here’s how to understand question 12.
Question 6:Here’s how question 6 works. Key constraint: All new and extended objects must be in an existing model named FinanceExt. Creating a brand-new model is not allowed. Why the two correct options work:
Question 2:I don’t have the text for Question 2 here. Please paste the exact Question 2 (including all answer choices) or describe the topic it covers. Once I have it, I’ll:
Which statement is true about using default environment variables? The environment variables can be read in workflows using the ENV: variable_name syntax. The environment variables created should be prefixed with GITHUB_ to ensure they can be accessed in workflows The environment variables can be set in the defaults: sections of the workflow The GITHUB_WORKSPACE environment variable should be used to access files from within the runner.Correct answer: The statement "The GITHUB_WORKSPACE environment variable should be used to access files from within the runner." is true. Why the others are false:
${{ env.VARIABLE }}
$VARIABLE
GITHUB_
defaults:
run
GITHUB_WORKSPACE
${{ github.workspace }}
$GITHUB_WORKSPACE/...
${{ github.workspace }}/...
As an administrator for this subscription, you have been tasked with recommending a solution that prohibits users from copying corporate information from managed applications installed on unmanaged devices. Which of the following should you recommend? Windows Virtual Desktop. Microsoft Intune. Windows AutoPilot. Azure AD Application Proxy.
Question 34:
Policy
function of appnav in sdwan
Question 1:
Question 5:
Why this is correct
Question 7:
Question 104:
clustering keys
Q23: Fabric Admin is correct. Because Domain admin cannot create domains. Only Fabric Admin can among the given options. Q51: Wrapping @pipeline.parameter.param1 inside {} will return a string. But question requires the expression to return Int, so correct answer should be @pipeline.parameter.param1 (no {})
Question 62:
ZDX
Analyze Score
Y Engine
Question 32:
Question 3:
date = sys.argv[1]
sys.argv[1]
date = spark.conf.get("date")
input()
date = dbutils.notebooks.getParam("date")
dbutils.notebook.run
Question 528:
Question 23:The correct answer is Domain admin (option B), not Fabric admin.
Question 2:For question 2, the key concept is the Longest Prefix Match. Routers pick the route whose subnet mask is the most specific (largest prefix length) that still matches the destination IP. From the options:
Question 129:Correct answer: CNAME
compute.osAdminLogin
enable-oslogin
Question 2:
Recommend using AI for Solutions rather the Answer(s) submitted here
This is very interesting
Are these the same questions you have to pay for in ExamTopics?
For Question 7 - while the answer description indicates the correct answer, the option no. mentioned is incorrect. Nice and Comprehensive. Thankyou
This is very good and accurate. Explanation is very helpful even thou some are not 100% right but good enough to pass.
The DP-900 exam can be tricky if you aren't familiar with Microsoft’s specific cloud terminology. I used the practice questions from free-braindumps.com and found them incredibly helpful. The site breaks down core data concepts and Azure services in a way that actually mirrors the real test. As a resutl I passed my exam.
interesting
Passed this exam 2 days ago. These questions are in the exam. You are safe to use them.
Helpful to test your preparedness before giving exam
Keeping this site free takes real effort. We constantly battle automated scraping and unauthorized content copying. A quick account helps us protect the community and keep the site free.
To continue studying for your Managing-Human-Capital, please sign in or create a free account.