Product Development Manager - Markham
Aviva Recruiter Profile
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the skill-farm-translate domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /mnt/customers/customers-bh-5dqay4/customers-el-3801902-42009-chefir-wordpress-pvc-6383974c856eb30020797afd/wp-content/wp-includes/functions.php on line 6121
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the senna-finance domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /mnt/customers/customers-bh-5dqay4/customers-el-3801902-42009-chefir-wordpress-pvc-6383974c856eb30020797afd/wp-content/wp-includes/functions.php on line 6121
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the elementor domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /mnt/customers/customers-bh-5dqay4/customers-el-3801902-42009-chefir-wordpress-pvc-6383974c856eb30020797afd/wp-content/wp-includes/functions.php on line 6121
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the e-addons-for-elementor domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /mnt/customers/customers-bh-5dqay4/customers-el-3801902-42009-chefir-wordpress-pvc-6383974c856eb30020797afd/wp-content/wp-includes/functions.php on line 6121
Deprecated: Creation of dynamic property EAddonsForElementor\Plugin::$controls_manager is deprecated in /mnt/customers/customers-bh-5dqay4/customers-el-3801902-42009-chefir-wordpress-pvc-6383974c856eb30020797afd/wp-content/wp-content/plugins/e-addons-for-elementor/core/plugin.php on line 175
WordPress database error: [Unknown column 'session_id' in 'where clause']SELECT id FROM ec3mA_senna_user_sessions WHERE session_id = 'senna_gmSJ8uo9VKTs4gkX5iNmXP94o70phhbP'
WordPress database error: [Unknown column 'session_id' in 'field list']INSERT INTO `ec3mA_senna_user_sessions` (`session_id`, `user_id`, `start_time`, `entry_page`, `device_type`, `browser`, `os`, `ip_address`) VALUES ('senna_gmSJ8uo9VKTs4gkX5iNmXP94o70phhbP', NULL, '2025-11-26 01:11:20', 'https://skillfarm.co/search-results/?mode=jobs&q=Via+Recruiter+interview+process+compensation+compensation+london+compensation+compensation+director&sffc_page=17', 'desktop', 'Other', 'Other', '216.73.216.37')
WordPress database error: [Table 'ec3mA_sffc_networking_requests' already exists]CREATE TABLE ec3mA_sffc_networking_requests (
id bigint(20) NOT NULL AUTO_INCREMENT,
requester_id bigint(20) NOT NULL,
target_id bigint(20) NOT NULL,
request_message text,
requester_name varchar(255),
requester_position varchar(255),
requester_company varchar(255),
target_name varchar(255),
target_position varchar(255),
target_company varchar(255),
status enum('pending', 'accepted', 'declined', 'expired') DEFAULT 'pending',
created_at datetime DEFAULT CURRENT_TIMESTAMP,
responded_at datetime NULL,
expires_at datetime NOT NULL,
ip_address varchar(45),
user_agent text,
PRIMARY KEY (id),
KEY idx_requester (requester_id),
KEY idx_target (target_id),
KEY idx_status (status),
KEY idx_created (created_at),
KEY idx_expires (expires_at),
UNIQUE KEY unique_active_request (requester_id, target_id, status)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'ec3mA_sffc_professional_connections' already exists]CREATE TABLE ec3mA_sffc_professional_connections (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_1_id bigint(20) NOT NULL,
user_2_id bigint(20) NOT NULL,
connection_type enum('introduction', 'direct', 'mutual') DEFAULT 'introduction',
established_at datetime DEFAULT CURRENT_TIMESTAMP,
request_id bigint(20) NULL,
notes text,
PRIMARY KEY (id),
KEY idx_user1 (user_1_id),
KEY idx_user2 (user_2_id),
KEY idx_type (connection_type),
KEY idx_established (established_at),
UNIQUE KEY unique_connection (user_1_id, user_2_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'ec3mA_sffc_professional_profiles' already exists]
CREATE TABLE ec3mA_sffc_professional_profiles (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
profile_title varchar(255) DEFAULT NULL,
professional_summary longtext DEFAULT NULL,
current_position varchar(255) DEFAULT NULL,
current_company varchar(255) DEFAULT NULL,
years_experience int(3) DEFAULT NULL,
expertise_areas longtext DEFAULT NULL,
professional_certifications longtext DEFAULT NULL,
industry_focus varchar(255) DEFAULT NULL,
networking_preferences longtext DEFAULT NULL,
introduction_bio longtext DEFAULT NULL,
linkedin_url varchar(500) DEFAULT NULL,
company_website varchar(500) DEFAULT NULL,
profile_visibility varchar(20) DEFAULT 'private',
open_to_introductions tinyint(1) DEFAULT 1,
mentor_available tinyint(1) DEFAULT 0,
seeking_mentor tinyint(1) DEFAULT 0,
profile_completed tinyint(1) DEFAULT 0,
last_active datetime DEFAULT NULL,
created_at datetime DEFAULT CURRENT_TIMESTAMP,
updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (id),
UNIQUE KEY user_id (user_id),
KEY industry_focus (industry_focus),
KEY profile_visibility (profile_visibility),
KEY open_to_introductions (open_to_introductions)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'ec3mA_sffc_professional_expertise' already exists]
CREATE TABLE ec3mA_sffc_professional_expertise (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
expertise_title varchar(255) NOT NULL,
expertise_level varchar(50) DEFAULT 'Expert',
years_experience int(3) DEFAULT NULL,
certification_proof varchar(500) DEFAULT NULL,
verification_status varchar(20) DEFAULT 'pending',
verified_by bigint(20) DEFAULT NULL,
verified_at datetime DEFAULT NULL,
display_order int(3) DEFAULT 0,
created_at datetime DEFAULT CURRENT_TIMESTAMP,
updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY user_id (user_id),
KEY verification_status (verification_status),
KEY display_order (display_order)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'ec3mA_sffc_professional_analytics' already exists]
CREATE TABLE ec3mA_sffc_professional_analytics (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
metric_type varchar(50) NOT NULL,
metric_value longtext DEFAULT NULL,
date_recorded date NOT NULL,
month_year varchar(7) NOT NULL,
created_at datetime DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY user_id (user_id),
KEY metric_type (metric_type),
KEY date_recorded (date_recorded),
KEY month_year (month_year)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'ec3mA_sffc_professional_subscriptions' already exists]
CREATE TABLE ec3mA_sffc_professional_subscriptions (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
subscription_type varchar(100) NOT NULL,
subscription_status varchar(20) NOT NULL,
start_date datetime NOT NULL,
end_date datetime DEFAULT NULL,
usage_limit int(10) DEFAULT NULL,
usage_current int(10) DEFAULT 0,
last_usage_reset datetime DEFAULT NULL,
subscription_data longtext DEFAULT NULL,
created_at datetime DEFAULT CURRENT_TIMESTAMP,
updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY user_id (user_id),
KEY subscription_status (subscription_status),
KEY end_date (end_date)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'ec3mA_sffc_professional_networking' already exists]
CREATE TABLE ec3mA_sffc_professional_networking (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
connection_user_id bigint(20) NOT NULL,
connection_type varchar(50) DEFAULT 'professional',
connection_status varchar(20) DEFAULT 'pending',
introduction_context longtext DEFAULT NULL,
introduced_by bigint(20) DEFAULT NULL,
connection_strength int(2) DEFAULT 1,
last_interaction datetime DEFAULT NULL,
mutual_connections int(5) DEFAULT 0,
created_at datetime DEFAULT CURRENT_TIMESTAMP,
updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY user_id (user_id),
KEY connection_user_id (connection_user_id),
KEY connection_status (connection_status),
KEY introduced_by (introduced_by),
UNIQUE KEY unique_connection (user_id, connection_user_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'ec3mA_sffc_professional_introductions' already exists]
CREATE TABLE ec3mA_sffc_professional_introductions (
id bigint(20) NOT NULL AUTO_INCREMENT,
requester_id bigint(20) NOT NULL,
target_id bigint(20) NOT NULL,
introducer_id bigint(20) DEFAULT NULL,
introduction_context longtext NOT NULL,
introduction_reason longtext DEFAULT NULL,
mutual_interest varchar(255) DEFAULT NULL,
introduction_status varchar(20) DEFAULT 'pending',
response_message longtext DEFAULT NULL,
scheduled_intro_date datetime DEFAULT NULL,
followup_required tinyint(1) DEFAULT 1,
success_rating int(1) DEFAULT NULL,
created_at datetime DEFAULT CURRENT_TIMESTAMP,
updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY requester_id (requester_id),
KEY target_id (target_id),
KEY introducer_id (introducer_id),
KEY introduction_status (introduction_status),
KEY scheduled_intro_date (scheduled_intro_date)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'ec3mA_sffc_professional_events' already exists]
CREATE TABLE ec3mA_sffc_professional_events (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
event_title varchar(255) NOT NULL,
event_type varchar(100) DEFAULT 'networking',
event_description longtext DEFAULT NULL,
event_date datetime NOT NULL,
event_location varchar(255) DEFAULT NULL,
event_url varchar(500) DEFAULT NULL,
attendance_status varchar(20) DEFAULT 'interested',
professional_credits int(2) DEFAULT 0,
networking_opportunities longtext DEFAULT NULL,
event_notes longtext DEFAULT NULL,
created_at datetime DEFAULT CURRENT_TIMESTAMP,
updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY user_id (user_id),
KEY event_type (event_type),
KEY event_date (event_date),
KEY attendance_status (attendance_status)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Unknown column 'session_id' in 'field list']INSERT INTO `ec3mA_senna_analytics_events` (`user_id`, `session_id`, `event_type`, `event_category`, `event_action`, `event_label`, `page_url`, `referrer`, `user_agent`, `ip_address`, `device_type`, `browser`, `os`, `created_at`, `country`, `region`, `city`) VALUES (NULL, 'senna_gmSJ8uo9VKTs4gkX5iNmXP94o70phhbP', 'page_view', 'navigation', 'view', 'Search Results', 'https://skillfarm.co/search-results/?mode=jobs&q=Via+Recruiter+interview+process+compensation+compensation+london+compensation+compensation+director&sffc_page=17', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '216.73.216.37', 'desktop', 'Other', 'Other', '2025-11-26 01:11:21', '', '', '')
WordPress database error: [Unknown column 'session_id' in 'where clause']UPDATE ec3mA_senna_user_sessions
SET page_views = page_views + 1,
exit_page = 'https://skillfarm.co/search-results/?mode=jobs&q=Via+Recruiter+interview+process+compensation+compensation+london+compensation+compensation+director&sffc_page=17'
WHERE session_id = 'senna_gmSJ8uo9VKTs4gkX5iNmXP94o70phhbP'
WordPress database error: [Can't find FULLTEXT index matching the column list]SELECT DISTINCT si.*, (COALESCE((CASE WHEN MATCH(si.title) AGAINST('Via Recruiter interview process compensation compensation london compensation compensation director' IN NATURAL LANGUAGE MODE) THEN 3.0 ELSE 0 END + CASE WHEN MATCH(si.content, si.excerpt) AGAINST('Via Recruiter interview process compensation compensation london compensation compensation director' IN NATURAL LANGUAGE MODE) THEN 2.0 ELSE 0 END + CASE WHEN MATCH(si.keywords) AGAINST('Via Recruiter interview process compensation compensation london compensation compensation director' IN NATURAL LANGUAGE MODE) THEN 1.0 ELSE 0 END), 0) + COALESCE(si.relevance_score, 0) + COALESCE(si.freshness_score, 0) + COALESCE(si.authority_score, 0)) as final_score
FROM ec3mA_sffc_search_index si
WHERE si.post_type IN ('sffc_job') AND (MATCH(si.title, si.content, si.excerpt, si.keywords) AGAINST('Via Recruiter interview process compensation compensation london compensation compensation director' IN NATURAL LANGUAGE MODE)
OR si.title LIKE '%Via Recruiter interview process compensation compensation london compensation compensation director%'
OR si.content LIKE '%Via Recruiter interview process compensation compensation london compensation compensation director%'
OR si.excerpt LIKE '%Via Recruiter interview process compensation compensation london compensation compensation director%'
OR si.keywords LIKE '%Via Recruiter interview process compensation compensation london compensation compensation director%')
ORDER BY final_score DESC, si.modified_date DESC
LIMIT 20 OFFSET 320
Curated results across 413 premium opportunities.
Aviva Recruiter Profile
Aviva Recruiter Profile
Aviva Recruiter Profile
Aviva Recruiter Profile
Aviva Recruiter Profile
Aviva Recruiter Profile
Aviva Recruiter Profile
MFS Investment Management Recruiter Profile
MFS Investment Management Recruiter Profile
MFS Investment Management Recruiter Profile
MFS Investment Management Recruiter Profile
MFS Investment Management Recruiter Profile
MFS Investment Management Recruiter Profile
MFS Investment Management Recruiter Profile
Juliusbaer Recruiter Profile
MFS Investment Management Recruiter Profile
Juliusbaer Recruiter Profile
Juliusbaer Recruiter Profile
Juliusbaer Recruiter Profile
Current live roles show compensation around £22,000 - £160,000, with an average package of £46,403 for top performers.
Compensation insightAviva Recruiter Profile currently has 8 live opportunities across 2 Locations, 3 Locations, London (UK), Markham, Poland - Warsaw - ASEC, UK Home Based. Roles span Product Development Manager - Markham, Enterprise Architect - London, Data Platform Administrator - Aws, Snowflake - Markham.
Hiring spotlightThe hottest market right now is Singapore with 5 live mandates, followed by London, Zurich.
Geo focus