Spaces:
Running
Running
| # SHL Assessment Recommendation Engine - HuggingFace Spaces with Gradio UI | |
| # 2-Stage RAG Pipeline: SBERT + Cross-Encoder Reranking | |
| # 389 Individual Test Solutions from SHL Catalog | |
| import json | |
| import math | |
| import os | |
| import numpy as np | |
| import gradio as gr | |
| from dataclasses import dataclass | |
| from typing import List, Optional, Dict, Any | |
| from sentence_transformers import CrossEncoder, SentenceTransformer | |
| import faiss | |
| # ============================================================================ | |
| # ASSESSMENT DATA - 389 SHL Assessments | |
| # ============================================================================ | |
| SHL_ASSESSMENTS = [ | |
| { | |
| "name": "Account Manager Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/account-manager-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Administrative Professional - Short Form", | |
| "url": "https://www.shl.com/products/product-catalog/view/administrative-professional-short-form", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Administration" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Agency Manager Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/agency-manager-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Banking", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Apprentice + 8.0 Job Focused Assessment", | |
| "url": "https://www.shl.com/products/product-catalog/view/apprentice-8-0-job-focused-assessment-4261", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Apprentice 8.0 Job Focused Assessment", | |
| "url": "https://www.shl.com/products/product-catalog/view/apprentice-8-0-job-focused-assessment", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Bank Administrative Assistant - Short Form", | |
| "url": "https://www.shl.com/products/product-catalog/view/bank-administrative-assistant-short-form", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Bank Collections Agent - Short Form", | |
| "url": "https://www.shl.com/products/product-catalog/view/bank-collections-agent-short-form", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Banking" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Bank Operations Supervisor - Short Form", | |
| "url": "https://www.shl.com/products/product-catalog/view/bank-operations-supervisor-short-form", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Bilingual Spanish Reservation Agent Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/bilingual-spanish-reservation-agent-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Hospitality" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Bookkeeping, Accounting, Auditing Clerk Short Form", | |
| "url": "https://www.shl.com/products/product-catalog/view/bookkeeping-accounting-auditing-clerk-short-form", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Banking" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Branch Manager - Short Form", | |
| "url": "https://www.shl.com/products/product-catalog/view/branch-manager-short-form", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Problem Solving", | |
| "Sales", | |
| "Programming", | |
| "Banking" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Cashier Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/cashier-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Global Skills Development Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/global-skills-development-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": ".NET Framework 4.5", | |
| "url": "https://www.shl.com/products/product-catalog/view/net-framework-4-5", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": ".NET MVC (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/net-mvc-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": ".NET MVVM (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/net-mvvm-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": ".NET WCF (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/net-wcf-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": ".NET WPF (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/net-wpf-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": ".NET XAML (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/net-xaml-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Accounts Payable (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/accounts-payable-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Accounts Payable Simulation (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/accounts-payable-simulation-new", | |
| "category": "Skills and Simulations", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Accounts Receivable (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/accounts-receivable-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Accounts Receivable Simulation (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/accounts-receivable-simulation-new", | |
| "category": "Skills and Simulations", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "ADO.NET (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ado-net-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Adobe Experience Manager (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/adobe-experience-manager-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Adobe Photoshop CC", | |
| "url": "https://www.shl.com/products/product-catalog/view/adobe-photoshop-cc", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Aeronautical Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/aeronautical-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Aerospace Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/aerospace-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Agile Software Development", | |
| "url": "https://www.shl.com/products/product-catalog/view/agile-software-development", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": 7, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Agile Testing (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/agile-testing-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "AI Skills", | |
| "url": "https://www.shl.com/products/product-catalog/view/ai-skills", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Amazon Web Services (AWS) Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/amazon-web-services-aws-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Android Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/android-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Angular 6 (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/angular-6-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "AngularJS (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/angularjs-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Apache Hadoop (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/apache-hadoop-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Apache Hadoop Extensions (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/apache-hadoop-extensions-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Apache HBase (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/apache-hbase-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Apache Hive (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/apache-hive-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Apache Kafka (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/apache-kafka-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Apache Pig (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/apache-pig-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Apache Spark (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/apache-spark-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "ASP .NET with C# (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/asp-net-with-c-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "ASP.NET 4.5", | |
| "url": "https://www.shl.com/products/product-catalog/view/asp-net-4-5", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Assessment and Development Center Exercises", | |
| "url": "https://www.shl.com/products/product-catalog/view/assessment-and-development-center-exercises", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Automata - Fix (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/automata-fix-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Reasoning", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Automata - SQL (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/automata-sql-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Automata (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/automata-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Automata Data Science (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/automata-data-science-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Automata Data Science Pro (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/automata-data-science-pro-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Automata Front End", | |
| "url": "https://www.shl.com/products/product-catalog/view/automata-front-end", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": 30, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Automata Pro (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/automata-pro-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Automata Selenium", | |
| "url": "https://www.shl.com/products/product-catalog/view/automata-selenium", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Automation Anywhere RPA Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/automation-anywhere-rpa-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Automotive Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/automotive-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Basic Biology (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/basic-biology-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Basic Computer Literacy (Windows 10) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/basic-computer-literacy-windows-10-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Basic Statistics (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/basic-statistics-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Biochemistry (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/biochemistry-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Biotech Lab Techniques (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/biotech-lab-techniques-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "BizTalk (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/biztalk-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Business Communication (adaptive)", | |
| "url": "https://www.shl.com/products/product-catalog/view/business-communication-adaptive", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Business Communications", | |
| "url": "https://www.shl.com/products/product-catalog/view/business-communications", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "C Programming (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/c-programming-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "C# Programming (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/c-programming-new-4039", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "C++ Programming (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/c-programming-new-4122", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Cardiology and Diabetes Management (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/cardiology-and-diabetes-management-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Ceramic Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ceramic-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Chemical Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/chemical-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Cisco AppDynamics (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/cisco-appdynamics-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Civil Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/civil-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Cloud Computing (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/cloud-computing-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "COBOL Programming (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/cobol-programming-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Computer Science (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/computer-science-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Contact Center Call Simulation (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/contact-center-call-simulation-new", | |
| "category": "Skills and Simulations", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Conversational Multichat Simulation", | |
| "url": "https://www.shl.com/products/product-catalog/view/conversational-multichat-simulation", | |
| "category": "Skills and Simulations", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Core Java (Advanced Level) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/core-java-advanced-level-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Core Java (Entry Level) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/core-java-entry-level-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Count Out The Money", | |
| "url": "https://www.shl.com/products/product-catalog/view/count-out-the-money", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "CSS3 (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/css3-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Culinary Skills (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/culinary-skills-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Customer Service Phone Simulation", | |
| "url": "https://www.shl.com/products/product-catalog/view/customer-service-phone-simulation", | |
| "category": "Skills and Simulations", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Customer Service Phone Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/customer-service-phone-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Cyber Risk (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/cyber-risk-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Data Entry (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/data-entry-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Data Entry Alphanumeric Split Screen - US", | |
| "url": "https://www.shl.com/products/product-catalog/view/data-entry-alphanumeric-split-screen-us", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Data Entry Numeric Split Screen - US", | |
| "url": "https://www.shl.com/products/product-catalog/view/data-entry-numeric-split-screen-us", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Data Entry Ten Key Split Screen", | |
| "url": "https://www.shl.com/products/product-catalog/view/data-entry-ten-key-split-screen", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Data Science (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/data-science-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Data Warehousing Concepts", | |
| "url": "https://www.shl.com/products/product-catalog/view/data-warehousing-concepts", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Problem Solving", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Dependability and Safety Instrument (DSI)", | |
| "url": "https://www.shl.com/products/product-catalog/view/dependability-and-safety-instrument-dsi", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Dermatology (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/dermatology-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Desktop Support (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/desktop-support-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Digital Advertising (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/digital-advertising-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Digital Readiness Development Report - IC", | |
| "url": "https://www.shl.com/products/product-catalog/view/digital-readiness-development-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Digital Readiness Development Report - Manager", | |
| "url": "https://www.shl.com/products/product-catalog/view/digital-readiness-development-report-manager", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Docker (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/docker-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Dojo (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/dojo-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Drupal (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/drupal-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "DSI v1.1 Interpretation Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/dsi-v1-1-interpretation-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Econometrics (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/econometrics-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Economics (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/economics-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Electrical and Electronics Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/electrical-and-electronics-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Electrical Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/electrical-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Electronics & Telecommunications Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/electronics-and-telecommunications-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Electronics and Embedded Systems Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/electronics-and-embedded-systems-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Electronics and Semiconductor Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/electronics-and-semiconductor-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "English Comprehension (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/english-comprehension-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Enterprise Java Beans (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/enterprise-java-beans-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Enterprise Leadership Report 1.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/enterprise-leadership-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Enterprise Leadership Report 2.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/enterprise-leadership-report-2-0", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Entry Level Cashier Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/entry-level-cashier-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Entry Level Customer Serv-Retail & Contact Center", | |
| "url": "https://www.shl.com/products/product-catalog/view/entry-level-customer-serv-retail-and-contact-center", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Entry Level Customer Service (General) Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/entry-level-customer-service-general-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Entry Level Hotel Front Desk Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/entry-level-hotel-front-desk-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Hospitality" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Entry Level Sales Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/entry-level-sales-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Entry Level Technical Support Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/entry-level-technical-support-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "ETL Testing (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/etl-testing-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Executive Scenarios", | |
| "url": "https://www.shl.com/products/product-catalog/view/executive-scenarios", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Executive Scenarios Narrative Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/executive-scenarios-narrative-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Executive Scenarios Profile Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/executive-scenarios-profile-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "ExpressJS (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/expressjs-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Filing - Names (R1)", | |
| "url": "https://www.shl.com/products/product-catalog/view/filing-names-r1", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Filing - Numbers", | |
| "url": "https://www.shl.com/products/product-catalog/view/filing-numbers", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Financial Accounting (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/financial-accounting-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Banking", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Financial and Banking Services (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/financial-and-banking-services-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Banking", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Fire Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/fire-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Following Instructions v1 - UK (R1)", | |
| "url": "https://www.shl.com/products/product-catalog/view/following-instructions-v1-uk-r1", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Following Instructions v1 - US (R2)", | |
| "url": "https://www.shl.com/products/product-catalog/view/following-instructions-v1-us-r2", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Food and Beverage Services (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/food-and-beverage-services-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Food Science (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/food-science-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Front Office Management (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/front-office-management-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Fundamentals of Chemistry (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/fundamentals-of-chemistry-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Fundamentals of Physics (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/fundamentals-of-physics-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "General Diseases (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/general-diseases-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Geoinformatics Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/geoinformatics-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Geoscience Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/geoscience-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Reasoning", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "GIT (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/git-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Global Skills Assessment", | |
| "url": "https://www.shl.com/products/product-catalog/view/global-skills-assessment", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Graduate Scenarios", | |
| "url": "https://www.shl.com/products/product-catalog/view/graduate-scenarios", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Graduate Scenarios Narrative Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/graduate-scenarios-narrative-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Graduate Scenarios Profile Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/graduate-scenarios-profile-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Hibernate (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/hibernate-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "HIPAA (Security)", | |
| "url": "https://www.shl.com/products/product-catalog/view/hipaa-security", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Healthcare", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "HiPo Assessment Report 1.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/hipo-assessment-report-1-0", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "HiPo Assessment Report 2.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/hipo-assessment-report-2-0", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "HiPo Unlocking Potential Report 2.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/hipo-unlocking-potential-report-2-0", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Housekeeping (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/housekeeping-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "HTML/CSS (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/htmlcss-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "HTML5 (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/html5-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Human Resources (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/human-resources-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "IBM DataStage (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ibm-datastage-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "IBM Sterling Order Management System (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ibm-sterling-order-management-system-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Industrial Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/industrial-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Informatica (Architecture) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/informatica-architecture-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Informatica (Developer) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/informatica-developer-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Instrumentation Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/instrumentation-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Interpersonal Communications", | |
| "url": "https://www.shl.com/products/product-catalog/view/interpersonal-communications", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Interviewing and Hiring Concepts (U.S.)", | |
| "url": "https://www.shl.com/products/product-catalog/view/interviewing-and-hiring-concepts-u-s", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "iOS Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ios-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "ITIL (IT Infrastructure Library) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/itil-it-infrastructure-library-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Java 2 Platform Enterprise Edition 1.4 Fundamental", | |
| "url": "https://www.shl.com/products/product-catalog/view/java-2-platform-enterprise-edition-1-4-fundamental", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Java 8 (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/java-8-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Java Design Patterns (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/java-design-patterns-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Java Frameworks (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/java-frameworks-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Java Platform Enterprise Edition 7 (Java EE 7)", | |
| "url": "https://www.shl.com/products/product-catalog/view/java-platform-enterprise-edition-7-java-ee-7", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Java Web Services (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/java-web-services-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "JavaScript (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/javascript-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Jenkins (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/jenkins-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Job Control Language (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/job-control-language-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "jQuery (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/jquery-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Kubernetes (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/kubernetes-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Linux Administration (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/linux-administration-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Linux Operating System", | |
| "url": "https://www.shl.com/products/product-catalog/view/linux-operating-system", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Linux Programming (General)", | |
| "url": "https://www.shl.com/products/product-catalog/view/linux-programming-general", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Load Runner (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/load-runner-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Management Scenarios", | |
| "url": "https://www.shl.com/products/product-catalog/view/management-scenarios", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Managerial Scenarios Candidate Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/managerial-scenarios-candidate-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Managerial Scenarios Narrative Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/managerial-scenarios-narrative-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Managerial Scenarios Profile Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/managerial-scenarios-profile-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Manual Testing (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/manual-testing-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Manufac. & Indust. - Mechanical & Vigilance 8.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/mechanical-and-vigilance-focus-8-0", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Manufac. & Indust. - Safety & Dependability 8.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/safety-and-dependability-focus-8-0", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Manufacturing & Industrial - Essential Focus 8.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/essential-focus-8-0", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Manufacturing & Industrial - Mechanical Focus 8.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/mechanical-focus-8-0", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Manufacturing & Industrial - Vigilance Focus 8.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/vigilance-focus-8-0", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Marketing (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/marketing-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Maven (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/maven-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Mechanical Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/mechanical-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Mechatronics Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/mechatronics-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Medical Terminology (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/medical-terminology-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Healthcare", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Metallurgical Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/metallurgical-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MFS 360 Enterprise Leadership Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/mfs-360-enterprise-leadership-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MFS 360 UCF Group Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/mfs-360-ucf-group-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MFS 360 UCF Performance Potential Dev Tips Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/mfs-360-ucf-performance-potential-dev-tips-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MFS 360 UCF Standard Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/mfs-360-ucf-standard-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Micro Focus Unified Functional Testing (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/micro-focus-unified-functional-testing-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Microservices (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/microservices-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Microsoft Dynamics Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/microsoft-dynamics-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Microsoft Excel 365 - Essentials (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/microsoft-excel-365-essentials-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Microsoft Excel 365 (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/microsoft-excel-365-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Microsoft Outlook 2013 (adaptive)", | |
| "url": "https://www.shl.com/products/product-catalog/view/microsoft-outlook-2013-adaptive", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Microsoft PowerPoint 365 - Essentials (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/microsoft-powerpoint-365-essentials-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Microsoft SQL Server 2014 Programming", | |
| "url": "https://www.shl.com/products/product-catalog/view/microsoft-sql-server-2014-programming", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Microsoft Windows Server 2012 Administration", | |
| "url": "https://www.shl.com/products/product-catalog/view/microsoft-windows-server-2012-administration", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Microsoft Word 365 - Essentials (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/microsoft-word-365-essentials-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Microsoft Word 365 (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/microsoft-word-365-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Mineral Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/mineral-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Mining Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/mining-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Mobility (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/mobility-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Molecular Biology (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/molecular-biology-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MongoDB (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/mongodb-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Motivation Questionnaire MQM5", | |
| "url": "https://www.shl.com/products/product-catalog/view/motivation-questionnaire-mqm5", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MQ Candidate Motivation Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/mq-candidate-motivation-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MQ Employee Motivation Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/mq-employee-motivation-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MQ Motivation Report Pack", | |
| "url": "https://www.shl.com/products/product-catalog/view/mq-motivation-report-pack", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MQ Profile", | |
| "url": "https://www.shl.com/products/product-catalog/view/mq-profile", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MS Access (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ms-access-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MS Excel (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ms-excel-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MS Office Basic Computer Literacy (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ms-office-basic-computer-literacy-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MS Office Basic Computer Literacy (Sim) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ms-office-basic-computer-literacy-sim-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MS PowerPoint (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ms-powerpoint-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MS Word (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ms-word-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "MuleSoft Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/mulesoft-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Multitasking Ability", | |
| "url": "https://www.shl.com/products/product-catalog/view/multitasking-ability", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Networking and Implementation (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/networking-and-implementation-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Node.js (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/node-js-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Nursing (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/nursing-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Healthcare", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Occupational Personality Questionnaire OPQ32r", | |
| "url": "https://www.shl.com/products/product-catalog/view/occupational-personality-questionnaire-opq32r", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Operations Management (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/operations-management-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Candidate Plus Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-candidate-plus-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Candidate Report 2.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-candidate-report-2-0", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Emotional Intelligence Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-emotional-intelligence-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Leadership Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-leadership-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Manager Plus Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-manager-plus-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Manager Plus Report 2.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-manager-plus-report-2-0", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Maximising your Learning Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-maximising-your-learning-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ MQ Sales Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-mq-sales-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Premium Plus Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-premium-plus-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Premium Plus Report 2.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-premium-plus-report-2-0", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Profile Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-profile-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Team Impact Group Development Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-team-impact-group-development-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Team Impact Individual Development Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-team-impact-individual-development-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Team Impact Selection Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-team-impact-selection-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Team Types & Leadership Styles Profile", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-team-types-and-leadership-styles-profile", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Team Types and Leadership Styles Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-team-types-and-leadership-styles-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ UCF Development Action Planner Report 1.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-ucf-development-action-planner-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ UCF Development Action Planner Report 2.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-ucf-development-action-planner-report-2-0", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Universal Competency Report 1.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-universal-competency-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ Universal Competency Report 2.0", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-universal-competency-report-2-0", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ User and Managers Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-user-and-managers-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "OPQ User Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/opq-user-report", | |
| "category": "Personality Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Oracle DBA (Advanced Level) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/oracle-dba-advanced-level-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Oracle DBA (Entry Level) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/oracle-dba-entry-level-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Oracle PL/SQL (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/oracle-plsql-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Oracle WebLogic Server (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/oracle-weblogic-server-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Organic Chemistry (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/organic-chemistry-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Paint Technology (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/paint-technology-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Pediatrics (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/pediatrics-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Pega Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/pega-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Perl (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/perl-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Petrochemical Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/petrochemical-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Petroleum Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/petroleum-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Pharmaceutical Analysis (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/pharmaceutical-analysis-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Problem Solving", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Pharmaceutical Chemistry (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/pharmaceutical-chemistry-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Pharmaceutical Science (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/pharmaceutical-science-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Pharmaceutics (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/pharmaceutics-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Pharmacology (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/pharmacology-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Reasoning", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "PHP (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/php-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "PJM Development Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/pjm-development-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "PJM Selection Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/pjm-selection-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Polymer Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/polymer-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Power Electronics and Drives (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/power-electronics-and-drives-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Power System Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/power-system-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Prism (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/prism-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Production and Industrial Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/production-and-industrial-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Production Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/production-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Programming Concepts", | |
| "url": "https://www.shl.com/products/product-catalog/view/programming-concepts", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Project Management (2013)", | |
| "url": "https://www.shl.com/products/product-catalog/view/project-management-2013", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Proofreading v1", | |
| "url": "https://www.shl.com/products/product-catalog/view/proofreading-v1", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Python (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/python-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "R Programming (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/r-programming-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "ReactJS (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/reactjs-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Reading Comprehension - English v1", | |
| "url": "https://www.shl.com/products/product-catalog/view/reading-comprehension-english-v1", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Reading Comprehension - Spanish v1", | |
| "url": "https://www.shl.com/products/product-catalog/view/reading-comprehension-spanish-v1", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Reading Comprehension v2", | |
| "url": "https://www.shl.com/products/product-catalog/view/reading-comprehension-v2", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "RemoteWorkQ", | |
| "url": "https://www.shl.com/products/product-catalog/view/remoteworkq", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "RemoteWorkQ Manager Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/remoteworkq-manager-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "RemoteWorkQ Participant Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/remoteworkq-participant-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "RESTful Web Services (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/restful-web-services-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Retail Sales and Service Simulation", | |
| "url": "https://www.shl.com/products/product-catalog/view/retail-sales-and-service-simulation", | |
| "category": "Skills and Simulations", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Reviewing Forms - US (R1)", | |
| "url": "https://www.shl.com/products/product-catalog/view/reviewing-forms-us-r1", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Ruby (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ruby-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Ruby on Rails (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/ruby-on-rails-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Sales & Service Phone Simulation", | |
| "url": "https://www.shl.com/products/product-catalog/view/sales-and-service-phone-simulation", | |
| "category": "Skills and Simulations", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Sales & Service Phone Solution", | |
| "url": "https://www.shl.com/products/product-catalog/view/sales-and-service-phone-solution", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Sales Interview Guide", | |
| "url": "https://www.shl.com/products/product-catalog/view/sales-interview-guide", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Sales Profiler Cards", | |
| "url": "https://www.shl.com/products/product-catalog/view/sales-profiler-cards", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Sales Transformation 1.0 - Individual Contributor", | |
| "url": "https://www.shl.com/products/product-catalog/view/sales-transformation-report-individual-contributor", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Sales Transformation 2.0 - Individual Contributor", | |
| "url": "https://www.shl.com/products/product-catalog/view/salestransformationreport2-0-individualcontributor", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Sales Transformation Report 1.0 - Sales Manager", | |
| "url": "https://www.shl.com/products/product-catalog/view/sales-transformation-report-sales-manager", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Sales Transformation Report 2.0 - Sales Manager", | |
| "url": "https://www.shl.com/products/product-catalog/view/sales-transformation-report-2-0-sales-manager", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Salesforce Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/salesforce-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SAP ABAP (Advanced Level) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sap-abap-advanced-level-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SAP ABAP (Intermediate Level) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sap-abap-intermediate-level-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SAP Basis (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sap-basis-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SAP Business Objects WebI (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sap-business-objects-webi-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SAP BW (Business Warehouse) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sap-bw-business-warehouse-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SAP HCM (Human Capital Management) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sap-hcm-human-capital-management-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SAP Hybris (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sap-hybris-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SAP Materials Management (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sap-materials-management-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SAP SD (Sales and Distribution) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sap-sd-sales-and-distribution-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Search Engine Optimization (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/search-engine-optimization-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Selenium (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/selenium-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Shell Scripting (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/shell-scripting-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SHL Verify Interactive - Inductive Reasoning", | |
| "url": "https://www.shl.com/products/product-catalog/view/shl-verify-interactive-inductive-reasoning", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Reasoning", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SHL Verify Interactive \u2013 Deductive Reasoning", | |
| "url": "https://www.shl.com/products/product-catalog/view/shl-verify-interactive-deductive-reasoning", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Reasoning", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SHL Verify Interactive \u2013 Numerical Reasoning", | |
| "url": "https://www.shl.com/products/product-catalog/view/shl-verify-interactive-numerical-reasoning", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Reasoning" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SHL Verify Interactive G+", | |
| "url": "https://www.shl.com/products/product-catalog/view/shl-verify-interactive-g", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Reasoning" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": 36, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SHL Verify Interactive Numerical Calculation", | |
| "url": "https://www.shl.com/products/product-catalog/view/shl-verify-interactive-numerical-calculation", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Siebel Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/siebel-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Smart Interview Live", | |
| "url": "https://www.shl.com/products/product-catalog/view/smart-interview-live", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Smart Interview Live Coding", | |
| "url": "https://www.shl.com/products/product-catalog/view/smart-interview-live-coding", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Smart Interview On Demand", | |
| "url": "https://www.shl.com/products/product-catalog/view/smart-interview-on-demand", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Professional" | |
| ], | |
| "focus_areas": [ | |
| "General" | |
| ], | |
| "test_type": [ | |
| "Behavioral" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Social Media (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/social-media-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Professional" | |
| ], | |
| "focus_areas": [ | |
| "General" | |
| ], | |
| "test_type": [ | |
| "Behavioral" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Software Business Analysis", | |
| "url": "https://www.shl.com/products/product-catalog/view/software-business-analysis", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Professional" | |
| ], | |
| "focus_areas": [ | |
| "General" | |
| ], | |
| "test_type": [ | |
| "Behavioral" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SonarQube (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sonarqube-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Professional" | |
| ], | |
| "focus_areas": [ | |
| "General" | |
| ], | |
| "test_type": [ | |
| "Behavioral" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Spelling (U.S.) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/spelling-u-s-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Split Screen Typing Test - Form 1", | |
| "url": "https://www.shl.com/products/product-catalog/view/split-screen-typing-test-form-1", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Spring (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/spring-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SQL (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sql-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SQL Server (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sql-server-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SQL Server Analysis Services (SSAS) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sql-server-analysis-services-%28ssas%29-%28new%29", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SQL Server Integration Services (SSIS) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sql-server-integration-services-ssis-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SQL Server Reporting Services (SSRS) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/sql-server-reporting-services-ssrs-new", | |
| "category": "Technical Skills", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Statistical Analysis System (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/statistical-analysis-system-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Struts (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/struts-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SVAR - Spoken English (AUS)", | |
| "url": "https://www.shl.com/products/product-catalog/view/svar-spoken-english-aus", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SVAR - Spoken English (Indian Accent) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/svar-spoken-english-indian-accent-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SVAR - Spoken English (U.K.)", | |
| "url": "https://www.shl.com/products/product-catalog/view/svar-spoken-english-u-k", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SVAR - Spoken English (US) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/svar-spoken-english-us-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SVAR - Spoken French (Canadian) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/svar-spoken-french-canadian-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SVAR - Spoken French (European) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/svar-spoken-french-european-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SVAR - Spoken Spanish (Castilian) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/svar-spoken-spanish-castilian-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "SVAR - Spoken Spanish (North American) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/svar-spoken-spanish-north-american-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Swing (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/swing-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Tableau (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/tableau-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Telecommunications Engineering (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/telecommunications-engineering-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Teradata Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/teradata-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Reasoning", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Time Management (U.S.)", | |
| "url": "https://www.shl.com/products/product-catalog/view/time-management-u-s", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Training Development", | |
| "url": "https://www.shl.com/products/product-catalog/view/training-development", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Typing (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/typing-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "UiPath RPA Development (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/uipath-rpa-development-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Universal Competency Framework Interview Guide", | |
| "url": "https://www.shl.com/products/product-catalog/view/universal-competency-framework-interview-guide", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Universal Competency Framework Job profiling guide", | |
| "url": "https://www.shl.com/products/product-catalog/view/universal-competency-framework-job-profiling-guide", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Universal Competency Framework Profiler Cards (44)", | |
| "url": "https://www.shl.com/products/product-catalog/view/universal-competency-framework-profiler-cards-44", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "UNIX (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/unix-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "VB.NET (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/vb-net-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify - Deductive Reasoning", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-deductive-reasoning", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Reasoning", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": 18, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify - Following Instructions", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-following-instructions", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify - G+", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-g", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Reasoning" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Verify - General Ability Screen", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-general-ability-screen", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify - Inductive Reasoning (2014)", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-inductive-reasoning-2014", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Reasoning", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify - Numerical Ability", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-numerical-ability", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Reasoning" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": 20, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Verify - Technical Checking - Next Generation", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-technical-checking-next-generation", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify - Verbal Ability - Next Generation", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-verbal-ability-next-generation", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Communication", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": 15, | |
| "remote_testing": True, | |
| "adaptive": True | |
| }, | |
| { | |
| "name": "Verify - Working with Information", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-working-with-information", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify G+ - Ability Test Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-g-ability-test-report", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Reasoning" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify G+ - Candidate Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-g-candidate-report", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Numerical", | |
| "Reasoning" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify Interactive Ability Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-interactive-ability-report", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify Interactive G+ Candidate Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-interactive-g-candidate-report", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify Interactive G+ Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-interactive-g-report", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Verify Interactive Process Monitoring", | |
| "url": "https://www.shl.com/products/product-catalog/view/verify-interactive-process-monitoring", | |
| "category": "Cognitive Assessments", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Virtual Assessment and Development Centers", | |
| "url": "https://www.shl.com/products/product-catalog/view/virtual-assessment-and-development-centers", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Visual Basic for Applications (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/visual-basic-for-applications-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Visual Comparison - UK", | |
| "url": "https://www.shl.com/products/product-catalog/view/visual-comparison-uk", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Visual Comparison - US", | |
| "url": "https://www.shl.com/products/product-catalog/view/visual-comparison-us", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "VLSI and Embedded Systems (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/vlsi-and-embedded-systems-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "What Is The Value - US", | |
| "url": "https://www.shl.com/products/product-catalog/view/what-is-the-value-us", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Workplace Administration Skills (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/workplace-administration-skills-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Workplace Health and Safety (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/workplace-health-and-safety-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "WriteX - Email Writing (Customer Service) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/writex-email-writing-customer-service-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Customer Service", | |
| "Sales", | |
| "Programming", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "WriteX - Email Writing (Managerial) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/writex-email-writing-managerial-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "WriteX - Email Writing (Sales) (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/writex-email-writing-sales-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Supervisor" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Written English v1", | |
| "url": "https://www.shl.com/products/product-catalog/view/written-english-v1", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Written Spanish", | |
| "url": "https://www.shl.com/products/product-catalog/view/written-spanish", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "Zabbix (New)", | |
| "url": "https://www.shl.com/products/product-catalog/view/zabbix-new", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Administration", | |
| "Retail" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "360 Digital Report", | |
| "url": "https://www.shl.com/products/product-catalog/view/360-digital-report", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Entry Level", | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| }, | |
| { | |
| "name": "360\u00b0 Multi-Rater Feedback System (MFS)", | |
| "url": "https://www.shl.com/products/product-catalog/view/360-multi-rater-feedback-system-mfs", | |
| "category": "Individual Test Solutions", | |
| "job_levels": [ | |
| "Graduate", | |
| "Professional", | |
| "Manager", | |
| "Senior Manager", | |
| "Executive" | |
| ], | |
| "focus_areas": [ | |
| "Leadership", | |
| "Sales", | |
| "Programming", | |
| "Retail", | |
| "Technical" | |
| ], | |
| "test_type": [ | |
| "Cognitive", | |
| "Behavioral", | |
| "Personality", | |
| "Skills", | |
| "Technical" | |
| ], | |
| "duration_minutes": None, | |
| "remote_testing": True, | |
| "adaptive": False | |
| } | |
| ] | |
| # ============================================================================ | |
| # ASSESSMENT DATA CLASS | |
| # ============================================================================ | |
| class Assessment: | |
| name: str | |
| url: str | |
| category: str | |
| job_levels: List[str] | |
| focus_areas: List[str] | |
| test_type: List[str] | |
| duration_minutes: Optional[int] | |
| remote_testing: bool | |
| adaptive: bool | |
| def to_text(self) -> str: | |
| """Convert assessment to searchable text""" | |
| parts = [ | |
| f"Assessment: {self.name}", | |
| f"Category: {self.category}", | |
| f"Job Levels: {', '.join(self.job_levels)}", | |
| f"Focus Areas: {', '.join(self.focus_areas)}", | |
| f"Test Types: {', '.join(self.test_type)}" | |
| ] | |
| if self.duration_minutes: | |
| parts.append(f"Duration: {self.duration_minutes} minutes") | |
| return ". ".join(parts) | |
| def to_dict(self) -> Dict[str, Any]: | |
| return { | |
| "name": self.name, | |
| "url": self.url, | |
| "category": self.category, | |
| "job_levels": self.job_levels, | |
| "focus_areas": self.focus_areas, | |
| "test_type": self.test_type, | |
| "duration_minutes": self.duration_minutes, | |
| "remote_testing": self.remote_testing, | |
| "adaptive": self.adaptive | |
| } | |
| # ============================================================================ | |
| # RECOMMENDATION ENGINE - 2-Stage RAG Pipeline | |
| # ============================================================================ | |
| class SHLRecommendationEngine: | |
| """ | |
| AI-Powered Assessment Recommendation Engine | |
| Architecture: 2-Stage Retrieval + Reranking (RAG Pipeline) | |
| 1. SBERT (all-MiniLM-L6-v2) - Fast semantic embedding with FAISS index | |
| 2. Cross-Encoder Reranking - Accurate pairwise scoring for top candidates | |
| 3. Hybrid Scoring - Combines retrieval (30%) and reranking (70%) scores | |
| Pipeline: Query -> SBERT -> FAISS -> Top-K -> Cross-Encoder -> Results | |
| """ | |
| def __init__(self): | |
| print("=" * 60) | |
| print("SHL Assessment Recommendation Engine") | |
| print("=" * 60) | |
| # Load assessments | |
| print(f"Loading {len(SHL_ASSESSMENTS)} SHL assessments...") | |
| self.assessments = [] | |
| for d in SHL_ASSESSMENTS: | |
| # Handle missing fields gracefully | |
| self.assessments.append(Assessment( | |
| name=d.get('name', ''), | |
| url=d.get('url', ''), | |
| category=d.get('category', 'Individual Test Solutions'), | |
| job_levels=d.get('job_levels', ['Professional']), | |
| focus_areas=d.get('focus_areas', ['General'])[:5], | |
| test_type=d.get('test_type', ['Behavioral']), | |
| duration_minutes=d.get('duration_minutes'), | |
| remote_testing=d.get('remote_testing', True), | |
| adaptive=d.get('adaptive', False) | |
| )) | |
| self.texts = [a.to_text() for a in self.assessments] | |
| # Load SBERT retriever | |
| print("Loading SBERT retriever (all-MiniLM-L6-v2)...") | |
| self.retriever = SentenceTransformer('all-MiniLM-L6-v2') | |
| # Load Cross-Encoder reranker | |
| print("Loading Cross-Encoder reranker (ms-marco-MiniLM-L-6-v2)...") | |
| self.reranker = CrossEncoder('cross-encoder/ms-marco-MiniLM-L-6-v2') | |
| # Build FAISS index | |
| print("Building FAISS index...") | |
| embeddings = self.retriever.encode(self.texts, convert_to_numpy=True) | |
| faiss.normalize_L2(embeddings) | |
| self.index = faiss.IndexFlatIP(embeddings.shape[1]) | |
| self.index.add(embeddings) | |
| print("=" * 60) | |
| print(f"Engine ready with {len(self.assessments)} assessments!") | |
| print("=" * 60) | |
| def _enhance_query(self, query: str) -> str: | |
| """Enhance query with detected skills/levels""" | |
| enhancements = [] | |
| query_lower = query.lower() | |
| # Detect job levels | |
| if any(w in query_lower for w in ["entry", "junior", "fresh", "graduate"]): | |
| enhancements.append("entry level graduate") | |
| if any(w in query_lower for w in ["manager", "lead", "director", "executive"]): | |
| enhancements.append("manager leadership") | |
| if any(w in query_lower for w in ["senior", "experienced"]): | |
| enhancements.append("senior professional") | |
| # Detect skills | |
| if any(w in query_lower for w in ["code", "program", "develop", "software", "python", "java", ".net", "sql"]): | |
| enhancements.append("software development programming technical coding") | |
| if any(w in query_lower for w in ["sales", "account", "business development"]): | |
| enhancements.append("sales business development") | |
| if any(w in query_lower for w in ["customer", "service", "support"]): | |
| enhancements.append("customer service communication") | |
| if any(w in query_lower for w in ["cognitive", "reasoning", "problem solving", "analytical"]): | |
| enhancements.append("cognitive reasoning analytical aptitude") | |
| if any(w in query_lower for w in ["personality", "behavior", "behavioral"]): | |
| enhancements.append("personality behavioral competencies work style") | |
| if enhancements: | |
| return f"{query} {' '.join(enhancements)}" | |
| return query | |
| def recommend(self, query: str, max_results: int = 10) -> List[Dict[str, Any]]: | |
| """ | |
| Get assessment recommendations using 2-stage RAG pipeline. | |
| Stage 1: SBERT + FAISS retrieval (fast, approximate) | |
| Stage 2: Cross-Encoder reranking (accurate, pairwise) | |
| """ | |
| # Enhance query | |
| enhanced_query = self._enhance_query(query) | |
| # Stage 1: SBERT retrieval | |
| q_emb = self.retriever.encode([enhanced_query], convert_to_numpy=True) | |
| faiss.normalize_L2(q_emb) | |
| k = min(max_results * 3, len(self.assessments)) | |
| scores, indices = self.index.search(q_emb, k) | |
| # Stage 2: Cross-Encoder reranking | |
| pairs = [[query, self.texts[i]] for i in indices[0]] | |
| rerank_scores = self.reranker.predict(pairs) | |
| # Combine scores (30% retrieval, 70% reranking) | |
| results = [] | |
| for i, (idx, retrieval_score) in enumerate(zip(indices[0], scores[0])): | |
| rerank_score = 1 / (1 + np.exp(-rerank_scores[i])) # Sigmoid | |
| hybrid_score = 0.3 * retrieval_score + 0.7 * rerank_score | |
| result = self.assessments[idx].to_dict() | |
| result["similarity_score"] = round(float(hybrid_score), 4) | |
| result["rerank_score"] = round(float(rerank_score), 4) | |
| results.append(result) | |
| # Sort by hybrid score and return top results | |
| results.sort(key=lambda x: x["similarity_score"], reverse=True) | |
| return results[:max_results] | |
| # ============================================================================ | |
| # INITIALIZE ENGINE (Global singleton) | |
| # ============================================================================ | |
| print("Initializing SHL Recommendation Engine...") | |
| engine = SHLRecommendationEngine() | |
| # ============================================================================ | |
| # GRADIO UI FUNCTIONS | |
| # ============================================================================ | |
| def format_recommendations_html(results: List[Dict]) -> str: | |
| """Format recommendations as beautiful HTML cards""" | |
| if not results: | |
| return "<div style='text-align: center; padding: 40px; color: #666;'>No recommendations found. Try a different query.</div>" | |
| html = "<div style='display: flex; flex-direction: column; gap: 16px;'>" | |
| for i, r in enumerate(results, 1): | |
| # Determine badge colors | |
| score = r.get('similarity_score', 0) | |
| if score >= 0.3: | |
| score_color = "#10b981" # Green | |
| elif score >= 0.15: | |
| score_color = "#f59e0b" # Yellow | |
| else: | |
| score_color = "#6b7280" # Gray | |
| duration = f"{r['duration_minutes']} min" if r['duration_minutes'] else "Variable" | |
| adaptive = "β Adaptive" if r['adaptive'] else "" | |
| remote = "β Remote" if r['remote_testing'] else "" | |
| html += f""" | |
| <div style='background: linear-gradient(135deg, #1e293b 0%, #334155 100%); | |
| border-radius: 12px; padding: 20px; | |
| border-left: 4px solid {score_color}; | |
| box-shadow: 0 4px 6px rgba(0,0,0,0.3);'> | |
| <div style='display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px;'> | |
| <div> | |
| <span style='background: {score_color}; color: white; padding: 4px 10px; | |
| border-radius: 20px; font-size: 12px; font-weight: 600;'> | |
| #{i} β’ Score: {score:.1%} | |
| </span> | |
| </div> | |
| <div style='display: flex; gap: 8px;'> | |
| {f"<span style='background: #3b82f6; color: white; padding: 3px 8px; border-radius: 4px; font-size: 11px;'>{adaptive}</span>" if adaptive else ""} | |
| {f"<span style='background: #8b5cf6; color: white; padding: 3px 8px; border-radius: 4px; font-size: 11px;'>{remote}</span>" if remote else ""} | |
| </div> | |
| </div> | |
| <h3 style='margin: 0 0 8px 0; color: #f8fafc; font-size: 18px;'> | |
| <a href="{r['url']}" target="_blank" style='color: #60a5fa; text-decoration: none;'> | |
| {r['name']} β | |
| </a> | |
| </h3> | |
| <div style='color: #94a3b8; font-size: 13px; margin-bottom: 12px;'> | |
| <strong style='color: #cbd5e1;'>Category:</strong> {r['category']} β’ | |
| <strong style='color: #cbd5e1;'>Duration:</strong> {duration} | |
| </div> | |
| <div style='display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px;'> | |
| {' '.join([f"<span style='background: #475569; color: #e2e8f0; padding: 3px 10px; border-radius: 15px; font-size: 11px;'>{level}</span>" for level in r['job_levels'][:3]])} | |
| </div> | |
| <div style='color: #94a3b8; font-size: 12px;'> | |
| <strong style='color: #cbd5e1;'>Focus Areas:</strong> {', '.join(r['focus_areas'][:4])} | |
| </div> | |
| <div style='color: #64748b; font-size: 11px; margin-top: 8px;'> | |
| Test Types: {', '.join(r['test_type'][:4])} | |
| </div> | |
| </div> | |
| """ | |
| html += "</div>" | |
| return html | |
| def get_recommendations(query: str, num_results: int) -> str: | |
| """Get recommendations and format as HTML""" | |
| if not query or len(query.strip()) < 3: | |
| return "<div style='text-align: center; padding: 40px; color: #fbbf24;'>β οΈ Please enter at least 3 characters to search.</div>" | |
| try: | |
| results = engine.recommend(query.strip(), max_results=int(num_results)) | |
| return format_recommendations_html(results) | |
| except Exception as e: | |
| return f"<div style='text-align: center; padding: 40px; color: #ef4444;'>β Error: {str(e)}</div>" | |
| # ============================================================================ | |
| # GRADIO INTERFACE - Professional Dark Theme | |
| # ============================================================================ | |
| # Custom CSS for dark theme | |
| custom_css = """ | |
| .gradio-container { | |
| max-width: 1200px !important; | |
| margin: auto !important; | |
| } | |
| .main-title { | |
| text-align: center; | |
| background: linear-gradient(90deg, #3b82f6, #8b5cf6); | |
| -webkit-background-clip: text; | |
| -webkit-text-fill-color: transparent; | |
| font-size: 2.5rem !important; | |
| font-weight: 700 !important; | |
| margin-bottom: 0.5rem !important; | |
| } | |
| .subtitle { | |
| text-align: center; | |
| color: #94a3b8 !important; | |
| font-size: 1rem !important; | |
| margin-bottom: 1.5rem !important; | |
| } | |
| footer { | |
| display: none !important; | |
| } | |
| """ | |
| # Example queries for users to try | |
| examples = [ | |
| ["I need to hire a software developer with Python programming skills"], | |
| ["Looking for customer service representative assessments"], | |
| ["Manager position requiring leadership and strategic thinking"], | |
| ["Fresh graduate analyst trainee program"], | |
| ["Java developer who can collaborate with business teams"], | |
| ["Need cognitive and personality tests for analyst screening"], | |
| ["Sales account executive for B2B enterprise software"], | |
| ["Logical reasoning and problem solving test"], | |
| ] | |
| # Build the Gradio interface | |
| with gr.Blocks( | |
| title="SHL Assessment Recommendation Engine", | |
| theme=gr.themes.Soft( | |
| primary_hue="blue", | |
| secondary_hue="purple", | |
| neutral_hue="slate", | |
| ), | |
| css=custom_css | |
| ) as demo: | |
| # Header | |
| gr.HTML(f""" | |
| <div style='text-align: center; padding: 20px 0;'> | |
| <h1 class='main-title'>π― SHL Assessment Recommendation Engine</h1> | |
| <p class='subtitle'>AI-powered recommendations using 2-Stage RAG: SBERT + Cross-Encoder Reranking</p> | |
| <div style='display: flex; justify-content: center; gap: 20px; margin-top: 10px;'> | |
| <span style='background: #1e40af; color: white; padding: 5px 12px; border-radius: 20px; font-size: 12px;'> | |
| π {len(SHL_ASSESSMENTS)} Assessments | |
| </span> | |
| <span style='background: #047857; color: white; padding: 5px 12px; border-radius: 20px; font-size: 12px;'> | |
| π― Individual Test Solutions | |
| </span> | |
| <span style='background: #7c3aed; color: white; padding: 5px 12px; border-radius: 20px; font-size: 12px;'> | |
| β‘ RAG Pipeline | |
| </span> | |
| </div> | |
| </div> | |
| """) | |
| # Main content | |
| with gr.Row(): | |
| with gr.Column(scale=3): | |
| query_input = gr.Textbox( | |
| label="π Job Description or Requirements", | |
| placeholder="Enter a job description, role requirements, or skills needed...", | |
| lines=3, | |
| max_lines=5 | |
| ) | |
| with gr.Column(scale=1): | |
| num_results = gr.Slider( | |
| minimum=1, | |
| maximum=10, | |
| value=10, | |
| step=1, | |
| label="π Number of Results" | |
| ) | |
| search_btn = gr.Button("π Get Recommendations", variant="primary", size="lg") | |
| # Examples | |
| gr.Examples( | |
| examples=examples, | |
| inputs=query_input, | |
| label="π‘ Try these example queries:" | |
| ) | |
| # Results | |
| results_html = gr.HTML( | |
| value="<div style='text-align: center; padding: 60px; color: #64748b;'>Enter a job description above and click 'Get Recommendations' to see matching SHL assessments.</div>", | |
| label="Recommendations" | |
| ) | |
| # Footer info | |
| gr.HTML(""" | |
| <div style='text-align: center; padding: 20px; margin-top: 20px; border-top: 1px solid #334155;'> | |
| <p style='color: #64748b; font-size: 12px; margin: 0;'> | |
| Built with β€οΈ using SBERT + Cross-Encoder Architecture | | |
| <a href='https://www.shl.com/solutions/products/product-catalog/' target='_blank' style='color: #60a5fa;'>SHL Product Catalog</a> | |
| </p> | |
| </div> | |
| """) | |
| # Event handlers | |
| search_btn.click( | |
| fn=get_recommendations, | |
| inputs=[query_input, num_results], | |
| outputs=results_html | |
| ) | |
| query_input.submit( | |
| fn=get_recommendations, | |
| inputs=[query_input, num_results], | |
| outputs=results_html | |
| ) | |
| # ============================================================================ | |
| # FASTAPI INTEGRATION FOR API ENDPOINT | |
| # ============================================================================ | |
| from fastapi import FastAPI, Query | |
| from fastapi.middleware.cors import CORSMiddleware | |
| app = FastAPI( | |
| title="SHL Assessment Recommendation API", | |
| description="AI-powered assessment recommendations using 2-Stage RAG Pipeline", | |
| version="2.0.0" | |
| ) | |
| app.add_middleware( | |
| CORSMiddleware, | |
| allow_origins=["*"], | |
| allow_credentials=True, | |
| allow_methods=["*"], | |
| allow_headers=["*"], | |
| ) | |
| def health_check(): | |
| """Health check endpoint""" | |
| return { | |
| "status": "healthy", | |
| "total_assessments": len(engine.assessments), | |
| "model": "SBERT + Cross-Encoder" | |
| } | |
| def recommend_api( | |
| query: str = Query(..., min_length=3, description="Job description or requirements"), | |
| max_results: int = Query(default=10, ge=1, le=10, description="Max results") | |
| ): | |
| """Get assessment recommendations as JSON""" | |
| results = engine.recommend(query.strip(), max_results=max_results) | |
| return { | |
| "query": query, | |
| "total_results": len(results), | |
| "recommendations": results | |
| } | |
| # Mount Gradio app to FastAPI | |
| app = gr.mount_gradio_app(app, demo, path="/") | |
| # ============================================================================ | |
| # LAUNCH APPLICATION | |
| # ============================================================================ | |
| if __name__ == "__main__": | |
| import uvicorn | |
| uvicorn.run(app, host="0.0.0.0", port=7860) | |