Institution Affiliation
Arianne Vargas
Southern New Hampshire University
May 16, 2015
Interview Questions
These questions apply to an interview with a police deputy inspector at the New York Police Department. The interview comes in the wake of a recent successful interagency effort to apprehend a wanted criminal
- [salutations] Kindly begin by stating your position, rank and department you represent
- What do you understand by inter-department collaboration and have you ever being involved in such an activity?
- How is collaboration achieved? And is there possibility for confusing and insubordination?
- How many agencies can be involved in a single operation at the same time?
- What happens when there is no collaboration and each department does its investigations separately?
- Have such situations where collaboration was desired but not authorized occurred?
- What consequences are there for failure in collaborative policing?
- Which do you prefer more; police collaboration or independent investigation?
- Mention a case where independent investigation is more suitable than collaborative policing.
- Mention a case where collaborated agency efforts are desired to achieve an optimal security solution
- There are pedigrees and ranking considerations in collaboration between agencies. Kindly explain how this is maintained
- How often is collaboration done in investigations across your area of jurisdiction?
- Which policing or security agency offers the most collaborative assistance to your department?
- What do you like most about interagency collaboration?
- What would you change about interagency collaboration given the opportunity?
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 });

