MBAP 6041
Organizational Theory and Behavior
Dr. Korovyakovskaya
Final Exam
Please answer the questions below to the best of your ability. There is no limit on the length of an essay question answer. Please give examples to illustrate your thoughts and concepts. The total value of the exam is 100 points. Answer to each question should be at least 2 paragraphs in length, 4-5 sentences in each paragraph (2 paragraphs x 4-5 sentences = at least 8-10 sentences). Examples can help expand your answers.
Essay Questions (25 points each)
1. What is the Myers-Briggs Type Indicator (MBTI), and what are its strengths and weaknesses? Give examples.
2. What are the key traits in the Big Five personality model? How do the Big Five traits predict behavior at work? How Big Five Traits Influence organizational behavior (OB) criteria (variables)? Give examples.
3. From chapters 7 and 8, please choose 3 (three) theories of motivation that you find most relevant to the workforce (employees) at present. Describe the theories and discuss how each one is (can be) used in workplaces to motivate employees. Give examples.
4. What are the key tenets of expectancy theory? Give examples how managers can use this theory for motivational purposes in organizations.
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });