Q1.Please respond to these questions:
① What does behavioral interview means to you? What would you expect?
② What are some problems you could associate with job interviews in general?
③ What role do you feel background investigations play in selection?
Would you want one done on you?
④ Describe the eight-step selection process.
⑤ What are some tips you can offer in managing difficult people?
What would you offer as advice to a child for example
Q2.
Have you ever been asked unacceptable or non-skills/non-job related questions? If so, what were they? (Please, if it was totally inappropriate, use your discretion when posting).
How did you handle it?
If you were to be asked that same unacceptable question again, how would you react, remembering that quite often the interviewer is NOT highly skilled, may accidentally ask a question they realize was inappropriate, and you may have great potential at getting this job? You just might not take extreme offense, in other words.
Conversely, what were some of the BEST questions you like to be asked in an interview?
Lastly, what are some questions you were not prepared for in an interview?
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 });

