Tech Job Finder - Find Software, Tech Sales and Product Manager Jobs.
Sign In
OR continue with e-mail and password
E-mail address
Password
Don't have an account?
Reset password
Join Tech Job Finder
OR continue with e-mail and password
Username
E-mail address
Password
Confirm Password
How did you hear about us?
By signing up, you agree to our Terms & Conditions and Privacy Policy.

Events

at Evercore

Back to all Other jobs
Evercore logo
Industry not specified

Events

at Evercore

InternshipNo visa sponsorshipOther

Posted 32 minutes ago

No clicks

Compensation
Not specified

Currency: Not specified

City
Paris
Country
France

**Senior Events Manager** Oversee event strategy, execution, and logistics for Evercore. Manage cross-functional teams, vendors, and budgets. Key skills: strategic planning, stakeholder management, project management, and event production. Proven experience (7+ years) in corporate or financial services events. Proficiency in MS Office Suite, CRM, and event management software. Senior-level role requiring demonstrated leadership and innovation.

Events

Filter your results Selecting filters in this area will automatically update the results below.
Clear
Region
  •  
    EMEA (1 Results)
Group
  •  
    Investment Banking (1 Results)
Level
  •  
    Analyst (1 Results)
School / University
Event type
  •  
    Networking (1 Results)
  •  
    Presentation (1 Results)

Events

We look forward to meeting you at one of our events. The list below is updated frequently so if you can't find the event you are looking for today, set up an alert to be notified of our upcoming events. 
Filter on keywords

1 results match!

Title Event
Date
Registration Deadline
Evercore | Restructuring Focus Event - Paris 18 Sept 2026 9 Sept 2026
Alerts

The link above will allow you to register for job alerts

window.onload = function() { if (WCN.labels.ACCESSIBILITY_STATEMENT_FULL_TEXT) { var url = "https://evercore.tal.net/vx/lang-en-GB/mobile-0/appcentre-1/brand-7/candidate/accessibility_statement"; document.getElementById("accessibility-statement").innerHTML = "Accessibility Statement"; } }

U.S. Investment Banking and Evercore ISI businesses are conducted through Evercore Group L.L.C., a member of FINRA and SIPC | Terms and Conditions | Important Regulatory Information | GDPR Privacy Notice | CCPA Privacy Notice

© Copyright 2020, Evercore. All rights reserved.

if (window.location.pathname.indexOf('candidate/faq') > -1) { !(function (e, t, a) { var c = e.head || e.getElementsByTagName('head')[0], n = e.createElement('script'); (n.async = !0), (n.defer = !0), (n.type = 'text/javascript'), (n.src = t + '/static/js/chat_widget.js?config=' + JSON.stringify(a)), c.appendChild(n); })(document, 'https://agents.engati.ai', { bot_key: '108b556ffe464fbb', welcome_msg: true, branding_key: 'default', server: 'https://agents.engati.ai', e: 'p', }); }
(function(){ $(document).ready(function() { var params = {}; params['location'] = 'opportunity'; params['jb_id'] = 1; params['jb_type'] = 'vacancy'; WCN.candidateAdverts.get('.right-column', params); }); $(document).ready(function(){ (function posting_location_init() { var location_opps = []; var your_loc_lat = ""; var your_loc_lng = ""; var your_loc_string = ''; var update_markers; var you_marker; var last_facet_url; function init_maps() { var mapOptions = { center: new google.maps.LatLng(45.644768217751924, -28.0645751953125), zoom: 1 }; var map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); var autocomplete; var $input = $('#pac-input'); var pac_input = $input.get()[0]; (function pacSelectFirst(input) { var _addEventListener = (input.addEventListener) ? input.addEventListener : input.attachEvent; function addEventListenerWrapper(type, listener) { if (type == "keydown") { var orig_listener = listener; listener = function(event) { var suggestion_selected = $(".pac-item-selected").length > 0; if (event.which == 13 && !suggestion_selected) { event.preventDefault(); var simulated_downarrow = $.Event("keydown", { keyCode: 40, which: 40 }); orig_listener.apply(input, [simulated_downarrow]); return false; } orig_listener.apply(input, [event]); }; } _addEventListener.apply(input, [type, listener]); } input.addEventListener = addEventListenerWrapper; input.attachEvent = addEventListenerWrapper; autocomplete = new google.maps.places.Autocomplete(input); autocomplete.bindTo('bounds', map); })(pac_input); you_marker = new google.maps.Marker({ map: map, visible: false, icon: { url: '/images/marker_blue.png', size: new google.maps.Size(32, 32), origin: new google.maps.Point(0, 0), anchor: new google.maps.Point(16, 30) } }); if (your_loc_lat && your_loc_lng) { you_marker.setPosition({ lat: your_loc_lat, lng: your_loc_lng }); you_marker.setVisible(true); if (your_loc_string) { $input.val( your_loc_string ); } } if( navigator && navigator.geolocation ) { var $cur_loc_link = $('.use_current_location'); $cur_loc_link.removeClass('hidden'); $cur_loc_link.on('click', function(ev) { ev.preventDefault(); navigator.geolocation.getCurrentPosition(function(position) { set_your_location(new google.maps.LatLng(position.coords.latitude,position.coords.longitude)); }); }) } var opp_icon = { url: '/images/marker_red.png', size: new google.maps.Size(32, 32), origin: new google.maps.Point(0, 0), anchor: new google.maps.Point(16, 30) }; var add_marker_events = function(marker, opp_id) { google.maps.event.addListener(marker, 'mouseover', function() { $('.opp_' + opp_id).addClass('row_hover'); }); google.maps.event.addListener(marker, 'mouseout', function() { $('.opp_' + opp_id).removeClass('row_hover'); }); }; var get_opp_by_id = function(id) { if (typeof id === "undefined") { return undefined; } var loc_length = location_opps.length; for(i=0;i
14 && this.initialZoom == true) { this.setZoom(14); this.initialZoom = false; } google.maps.event.removeListener(zoomChangeBoundsListener); }); }); map.initialZoom = true; map.fitBounds(bounds); } } update_markers(); var set_your_location = function(pos) { you_marker.setVisible(false); $input.val(''); if (!pos) { return; } var geocoder = new google.maps.Geocoder(); geocoder.geocode({'location': pos}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { if (results[0]) { $input.val(results[0].formatted_address); set_map_position_data(pos, results[0]); } else { set_map_position_data(pos); } } else { set_map_position_data(pos); } }); }; $('#location_radius_limit, input[name="location_unit_ui"]').change(function(ev) { if (you_marker.getVisible()) { var url = last_facet_url ? last_facet_url : window.location.href; url = url.replace('clear=1', ''); url = url.replace(/start=\d+/, 'start=0'); var req_data = {}; var radius = $('#location_radius_limit').val(); req_data.radius = radius; req_data.location_unit = $('input[name="location_unit_ui"]:checked').val(); WCN.ajax({ dataType: 'html', url: url, preserve_url: true, type: 'POST', data: req_data, success: function(res_html) { update_results(res_html) } }); if (typeof dataLayer !== 'undefined') { dataLayer.push({ 'job_board_search_radius': req_data }); } } }) var set_map_position_data = function(pos, place_data) { var req_data = { update_pos: 1, lat: '', lng: ''}; if (pos) { you_marker.setPosition(pos); you_marker.setVisible(true); req_data.lat = pos.lat(); req_data.lng = pos.lng(); if (place_data) { req_data.place_data = JSON.stringify(place_data); } var radius = $('#location_radius_limit').val(); req_data.radius = radius; req_data.location_unit = $('input[name="location_unit_ui"]:checked').val(); } var url = last_facet_url ? last_facet_url : window.location.href; url = url.replace('clear=1', ''); url = url.replace(/start=\d+/, 'start=0'); WCN.ajax({ dataType: 'html', url: url, preserve_url: true, type: 'POST', data: req_data, success: function(res_html) { update_results(res_html) } }); if (typeof dataLayer !== 'undefined') { dataLayer.push({ 'job_board_search_position': req_data }); } } } if (WCN.google_maps_loaded) { init_maps(); } else { window.addEventListener('vxInitMap', function(ev) { init_maps(); }); } var update_results = function(data) { var links = $('#facets', data); links.attr('class', $('#facets').attr('class')); $( "#facets" ).replaceWith( links ); var $res_list = $('#main-content > div', data); $('#main-content').html( $res_list ); enable_select2(); if (update_markers) { update_markers(); } /** * Size tiles on ajax success. */ WCN.tileLayout.setTileHeights(); }; var formatFilter = function(state) { var text = state.text if (text && text.trim) { text = text.trim(); } return "
 
" + text + " (" + $(state.element).data('count') + ")
"; }; var enable_select2 = function () { $(".filter-show-more") .select2($.extend({ allowClear: true, theme: 'bootstrap', dropdownCssClass: 'filter-show-more-container', formatResult: formatFilter, escapeMarkup: function(m) { return m; } }, WCN.baseConfig.select2)) .on('select2:select', function(e) { last_facet_url = '?' + e.params.data.id; WCN.ajax( { type : 'get', url : last_facet_url, preserve_url : true, dataType : 'html', success : update_results }); }); $('.visually-hidden.search-filter-value input').attr('tabindex','-1'); }; enable_select2(); $( ".vacancy-filter" ).on( "change", "input", function(event) { var $this = $(this); var id = this.id; if ($this.attr('id') === 'pac-input') { return; } var $form = $this.closest('form'); var params = $form.serialize(); if ($('#fulltext_field_search').length === 1 && $('#fulltext_field_search').val() !== '') { params += '&ftq=' + $('#fulltext_field_search').val(); } last_facet_url = '?' + params; WCN.ajax( { type : 'get', url : last_facet_url, preserve_url : true, dataType : 'html', element: id, success : update_results }) .done(function () { $('#' + this.element).focus(); window.history.pushState({}, '', '?' + params) }); if (typeof dataLayer !== 'undefined') { var facetData = {}; $('input[type=checkbox]:checked', $form).each(function () { var $this = $(this); var label_text = $this.parent().find('.facet_label').first().text(); var cat = $this.parent().parent().parent().find('.search-filter-title').first().text(); if (typeof facetData[cat] === 'undefined') { facetData[cat] = []; } facetData[cat].push(label_text); }); dataLayer.push({ 'job_board_search': facetData }); } }); $( "#facet_clear" ).click(function(event) { event.preventDefault(); var $this = $(this); var url = $this.attr('href'); $('#pac-input').val(''); $('#location_radius_limit').val(''); last_facet_url = undefined; if (you_marker) { you_marker.setVisible(false); } WCN.ajax( { type : 'get', url : url, preserve_url : true, dataType : 'html', success: function(res_html) { update_results(res_html) var currentURL = window.location.href; var baseURL = (currentURL.split(window.location.host)[1]).split("?")[0]; window.history.pushState({}, '', baseURL); } }); }) }()); }); WCN.cookiePreferences.gdprExpiryTimeDays = 182; // update cookie expiry time: WCN.cookiePreferences.set(); if (WCN.cookiePreferences.showBanner()) { $('html').addClass('cookies-banner-present') $('#cookies-banner').fadeIn('slow'); } $('#cookies-accept-button').click(function () { WCN.cookiePreferences.set('hide_banner', 1); WCN.cookiePreferences.set('tracking_services', 1); if (/candidate\/cookie_policy$/.test(location)) { location.reload(); } includeGTM(); $('#cookies-banner').fadeOut('slow'); $('html').removeClass('cookies-banner-present'); }); $('#cookies-optout-button').click(function () { WCN.cookiePreferences.set('hide_banner', 1); WCN.cookiePreferences.set('tracking_services', 0); if (/candidate\/cookie_policy$/.test(location)) { location.reload(); } $('#cookies-banner').fadeOut('slow'); $('html').removeClass('cookies-banner-present'); }); })();
#focus-snail_svg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: 0; background: transparent; visibility: hidden; pointer-events: none; -webkit-transform: translateZ(0);}#focus-snail_svg.focus-snail_visible { visibility: visible; z-index: 999;}#focus-snail_polygon { stroke-width: 0;}
$(function() { $(function() { $( "body" ).on( "click", ".logout_button", function( event ) { event.preventDefault(); document.forms.logout_form.submit(); }); }); });

Events

at Evercore

Back to all Other jobs
Evercore logo
Industry not specified

Events

at Evercore

InternshipNo visa sponsorshipOther

Posted 32 minutes ago

No clicks

Compensation
Not specified

Currency: Not specified

City
Paris
Country
France

**Senior Events Manager** Oversee event strategy, execution, and logistics for Evercore. Manage cross-functional teams, vendors, and budgets. Key skills: strategic planning, stakeholder management, project management, and event production. Proven experience (7+ years) in corporate or financial services events. Proficiency in MS Office Suite, CRM, and event management software. Senior-level role requiring demonstrated leadership and innovation.

Events

Filter your results Selecting filters in this area will automatically update the results below.
Clear
Region
  •  
    EMEA (1 Results)
Group
  •  
    Investment Banking (1 Results)
Level
  •  
    Analyst (1 Results)
School / University
Event type
  •  
    Networking (1 Results)
  •  
    Presentation (1 Results)

Events

We look forward to meeting you at one of our events. The list below is updated frequently so if you can't find the event you are looking for today, set up an alert to be notified of our upcoming events. 
Filter on keywords

1 results match!

Title Event
Date
Registration Deadline
Evercore | Restructuring Focus Event - Paris 18 Sept 2026 9 Sept 2026
Alerts

The link above will allow you to register for job alerts

window.onload = function() { if (WCN.labels.ACCESSIBILITY_STATEMENT_FULL_TEXT) { var url = "https://evercore.tal.net/vx/lang-en-GB/mobile-0/appcentre-1/brand-7/candidate/accessibility_statement"; document.getElementById("accessibility-statement").innerHTML = "Accessibility Statement"; } }

U.S. Investment Banking and Evercore ISI businesses are conducted through Evercore Group L.L.C., a member of FINRA and SIPC | Terms and Conditions | Important Regulatory Information | GDPR Privacy Notice | CCPA Privacy Notice

© Copyright 2020, Evercore. All rights reserved.

if (window.location.pathname.indexOf('candidate/faq') > -1) { !(function (e, t, a) { var c = e.head || e.getElementsByTagName('head')[0], n = e.createElement('script'); (n.async = !0), (n.defer = !0), (n.type = 'text/javascript'), (n.src = t + '/static/js/chat_widget.js?config=' + JSON.stringify(a)), c.appendChild(n); })(document, 'https://agents.engati.ai', { bot_key: '108b556ffe464fbb', welcome_msg: true, branding_key: 'default', server: 'https://agents.engati.ai', e: 'p', }); }
(function(){ $(document).ready(function() { var params = {}; params['location'] = 'opportunity'; params['jb_id'] = 1; params['jb_type'] = 'vacancy'; WCN.candidateAdverts.get('.right-column', params); }); $(document).ready(function(){ (function posting_location_init() { var location_opps = []; var your_loc_lat = ""; var your_loc_lng = ""; var your_loc_string = ''; var update_markers; var you_marker; var last_facet_url; function init_maps() { var mapOptions = { center: new google.maps.LatLng(45.644768217751924, -28.0645751953125), zoom: 1 }; var map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); var autocomplete; var $input = $('#pac-input'); var pac_input = $input.get()[0]; (function pacSelectFirst(input) { var _addEventListener = (input.addEventListener) ? input.addEventListener : input.attachEvent; function addEventListenerWrapper(type, listener) { if (type == "keydown") { var orig_listener = listener; listener = function(event) { var suggestion_selected = $(".pac-item-selected").length > 0; if (event.which == 13 && !suggestion_selected) { event.preventDefault(); var simulated_downarrow = $.Event("keydown", { keyCode: 40, which: 40 }); orig_listener.apply(input, [simulated_downarrow]); return false; } orig_listener.apply(input, [event]); }; } _addEventListener.apply(input, [type, listener]); } input.addEventListener = addEventListenerWrapper; input.attachEvent = addEventListenerWrapper; autocomplete = new google.maps.places.Autocomplete(input); autocomplete.bindTo('bounds', map); })(pac_input); you_marker = new google.maps.Marker({ map: map, visible: false, icon: { url: '/images/marker_blue.png', size: new google.maps.Size(32, 32), origin: new google.maps.Point(0, 0), anchor: new google.maps.Point(16, 30) } }); if (your_loc_lat && your_loc_lng) { you_marker.setPosition({ lat: your_loc_lat, lng: your_loc_lng }); you_marker.setVisible(true); if (your_loc_string) { $input.val( your_loc_string ); } } if( navigator && navigator.geolocation ) { var $cur_loc_link = $('.use_current_location'); $cur_loc_link.removeClass('hidden'); $cur_loc_link.on('click', function(ev) { ev.preventDefault(); navigator.geolocation.getCurrentPosition(function(position) { set_your_location(new google.maps.LatLng(position.coords.latitude,position.coords.longitude)); }); }) } var opp_icon = { url: '/images/marker_red.png', size: new google.maps.Size(32, 32), origin: new google.maps.Point(0, 0), anchor: new google.maps.Point(16, 30) }; var add_marker_events = function(marker, opp_id) { google.maps.event.addListener(marker, 'mouseover', function() { $('.opp_' + opp_id).addClass('row_hover'); }); google.maps.event.addListener(marker, 'mouseout', function() { $('.opp_' + opp_id).removeClass('row_hover'); }); }; var get_opp_by_id = function(id) { if (typeof id === "undefined") { return undefined; } var loc_length = location_opps.length; for(i=0;i
14 && this.initialZoom == true) { this.setZoom(14); this.initialZoom = false; } google.maps.event.removeListener(zoomChangeBoundsListener); }); }); map.initialZoom = true; map.fitBounds(bounds); } } update_markers(); var set_your_location = function(pos) { you_marker.setVisible(false); $input.val(''); if (!pos) { return; } var geocoder = new google.maps.Geocoder(); geocoder.geocode({'location': pos}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { if (results[0]) { $input.val(results[0].formatted_address); set_map_position_data(pos, results[0]); } else { set_map_position_data(pos); } } else { set_map_position_data(pos); } }); }; $('#location_radius_limit, input[name="location_unit_ui"]').change(function(ev) { if (you_marker.getVisible()) { var url = last_facet_url ? last_facet_url : window.location.href; url = url.replace('clear=1', ''); url = url.replace(/start=\d+/, 'start=0'); var req_data = {}; var radius = $('#location_radius_limit').val(); req_data.radius = radius; req_data.location_unit = $('input[name="location_unit_ui"]:checked').val(); WCN.ajax({ dataType: 'html', url: url, preserve_url: true, type: 'POST', data: req_data, success: function(res_html) { update_results(res_html) } }); if (typeof dataLayer !== 'undefined') { dataLayer.push({ 'job_board_search_radius': req_data }); } } }) var set_map_position_data = function(pos, place_data) { var req_data = { update_pos: 1, lat: '', lng: ''}; if (pos) { you_marker.setPosition(pos); you_marker.setVisible(true); req_data.lat = pos.lat(); req_data.lng = pos.lng(); if (place_data) { req_data.place_data = JSON.stringify(place_data); } var radius = $('#location_radius_limit').val(); req_data.radius = radius; req_data.location_unit = $('input[name="location_unit_ui"]:checked').val(); } var url = last_facet_url ? last_facet_url : window.location.href; url = url.replace('clear=1', ''); url = url.replace(/start=\d+/, 'start=0'); WCN.ajax({ dataType: 'html', url: url, preserve_url: true, type: 'POST', data: req_data, success: function(res_html) { update_results(res_html) } }); if (typeof dataLayer !== 'undefined') { dataLayer.push({ 'job_board_search_position': req_data }); } } } if (WCN.google_maps_loaded) { init_maps(); } else { window.addEventListener('vxInitMap', function(ev) { init_maps(); }); } var update_results = function(data) { var links = $('#facets', data); links.attr('class', $('#facets').attr('class')); $( "#facets" ).replaceWith( links ); var $res_list = $('#main-content > div', data); $('#main-content').html( $res_list ); enable_select2(); if (update_markers) { update_markers(); } /** * Size tiles on ajax success. */ WCN.tileLayout.setTileHeights(); }; var formatFilter = function(state) { var text = state.text if (text && text.trim) { text = text.trim(); } return "
 
" + text + " (" + $(state.element).data('count') + ")
"; }; var enable_select2 = function () { $(".filter-show-more") .select2($.extend({ allowClear: true, theme: 'bootstrap', dropdownCssClass: 'filter-show-more-container', formatResult: formatFilter, escapeMarkup: function(m) { return m; } }, WCN.baseConfig.select2)) .on('select2:select', function(e) { last_facet_url = '?' + e.params.data.id; WCN.ajax( { type : 'get', url : last_facet_url, preserve_url : true, dataType : 'html', success : update_results }); }); $('.visually-hidden.search-filter-value input').attr('tabindex','-1'); }; enable_select2(); $( ".vacancy-filter" ).on( "change", "input", function(event) { var $this = $(this); var id = this.id; if ($this.attr('id') === 'pac-input') { return; } var $form = $this.closest('form'); var params = $form.serialize(); if ($('#fulltext_field_search').length === 1 && $('#fulltext_field_search').val() !== '') { params += '&ftq=' + $('#fulltext_field_search').val(); } last_facet_url = '?' + params; WCN.ajax( { type : 'get', url : last_facet_url, preserve_url : true, dataType : 'html', element: id, success : update_results }) .done(function () { $('#' + this.element).focus(); window.history.pushState({}, '', '?' + params) }); if (typeof dataLayer !== 'undefined') { var facetData = {}; $('input[type=checkbox]:checked', $form).each(function () { var $this = $(this); var label_text = $this.parent().find('.facet_label').first().text(); var cat = $this.parent().parent().parent().find('.search-filter-title').first().text(); if (typeof facetData[cat] === 'undefined') { facetData[cat] = []; } facetData[cat].push(label_text); }); dataLayer.push({ 'job_board_search': facetData }); } }); $( "#facet_clear" ).click(function(event) { event.preventDefault(); var $this = $(this); var url = $this.attr('href'); $('#pac-input').val(''); $('#location_radius_limit').val(''); last_facet_url = undefined; if (you_marker) { you_marker.setVisible(false); } WCN.ajax( { type : 'get', url : url, preserve_url : true, dataType : 'html', success: function(res_html) { update_results(res_html) var currentURL = window.location.href; var baseURL = (currentURL.split(window.location.host)[1]).split("?")[0]; window.history.pushState({}, '', baseURL); } }); }) }()); }); WCN.cookiePreferences.gdprExpiryTimeDays = 182; // update cookie expiry time: WCN.cookiePreferences.set(); if (WCN.cookiePreferences.showBanner()) { $('html').addClass('cookies-banner-present') $('#cookies-banner').fadeIn('slow'); } $('#cookies-accept-button').click(function () { WCN.cookiePreferences.set('hide_banner', 1); WCN.cookiePreferences.set('tracking_services', 1); if (/candidate\/cookie_policy$/.test(location)) { location.reload(); } includeGTM(); $('#cookies-banner').fadeOut('slow'); $('html').removeClass('cookies-banner-present'); }); $('#cookies-optout-button').click(function () { WCN.cookiePreferences.set('hide_banner', 1); WCN.cookiePreferences.set('tracking_services', 0); if (/candidate\/cookie_policy$/.test(location)) { location.reload(); } $('#cookies-banner').fadeOut('slow'); $('html').removeClass('cookies-banner-present'); }); })();
#focus-snail_svg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: 0; background: transparent; visibility: hidden; pointer-events: none; -webkit-transform: translateZ(0);}#focus-snail_svg.focus-snail_visible { visibility: visible; z-index: 999;}#focus-snail_polygon { stroke-width: 0;}
$(function() { $(function() { $( "body" ).on( "click", ".logout_button", function( event ) { event.preventDefault(); document.forms.logout_form.submit(); }); }); });

SIMILAR OPPORTUNITIES

No similar jobs available at the moment.