views
Best Case Interview Coaching | Consulting Interview Coach | Athena Education — Athena Education
0 Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-background { } }
Preparatory Exams
MYP
IB
O Level
SAT
University Admissions
UK University Coaching
US College Coaching
Oxbridge Preparation
Current Page:
Consulting Preparation
Resources
Blog
About
Contact
Apply
Open Menu
Close Menu
Open Menu
Close Menu
Preparatory Exams
MYP
IB
O Level
SAT
University Admissions
UK University Coaching
US College Coaching
Oxbridge Preparation
Current Page:
Consulting Preparation
Resources
Blog
About
Contact
Apply
Folder:
Preparatory Exams
Back
MYP
IB
O Level
SAT
Folder:
University Admissions
Back
UK University Coaching
US College Coaching
Oxbridge Preparation
Current Page:
Consulting Preparation
Folder:
Resources
Back
Blog
About
Contact
Apply
"use strict";
var positionImage = function positionImage(imageEl) {
var imageDimensions = imageEl.dataset.imageDimensions.split('x');
var originalWidth = imageDimensions[0];
var originalHeight = imageDimensions[1];
var focalPoint = imageEl.dataset.imageFocalPoint.split(',');
var focalPointX = focalPoint[0];
var focalPointY = focalPoint[1];
var parentNode = imageEl.parentNode;
var scale = function () {
var imageRatio = originalWidth / originalHeight;
var parentClientSize = {
height: parentNode.clientHeight,
width: parentNode.clientWidth
};
var parentRatio = parentClientSize.width / parentClientSize.height;
if (imageRatio > parentRatio) {
return parentClientSize.height / originalHeight;
}
return parentClientSize.width / originalWidth;
}();
var getRelativeOffset = function getRelativeOffset() {
var targetWidth = Math.ceil(originalWidth * scale);
var targetHeight = Math.ceil(originalHeight * scale);
var parentDimensionWidth = parentNode.offsetWidth;
var parentDimensionHeight = parentNode.offsetHeight;
var overflowWidth = targetWidth - parentDimensionWidth;
var overflowHeight = targetHeight - parentDimensionHeight;
var valueX;
if (overflowWidth === 0) {
valueX = focalPointX;
} else {
valueX = Math.max(Math.min(targetWidth * focalPointX - parentDimensionWidth * 0.5, overflowWidth), 0) / overflowWidth;
}
var valueY;
if (overflowHeight === 0) {
valueY = focalPointY;
} else {
valueY = Math.max(Math.min(targetHeight * focalPointY - parentDimensionHeight * 0.5, overflowHeight), 0) / overflowHeight;
}
return {
valueX: valueX,
valueY: valueY
};
};
var relativeOffset = getRelativeOffset();
var valueX = relativeOffset.valueX;
var valueY = relativeOffset.valueY;
imageEl.style.objectPosition = "".concat(valueX * 100, "% ").concat(valueY * 100, "%");
};
Best Case Interview Coaching:
Land your dream Management Consulting job
Athena’s experienced consulting interview coaches will support you every step of the way.
Free live case study practice87%
of Athena mentees get a consulting job offer
hours of live case study interview preparation from our MBB coaches
Athena Management Consulting Program Alumni as of 2021
Countries represented by our AMCP Alumni
Getting through to the interview stage isn’t easy: less than 10% of applications pass the initial round of reviews. Athena’s coaches have reviewed thousands of resumes between themselves, and understand the key things recruiters look out for in resumes and cover letters. Work with us to give yourself the best chance of securing an interview in consulting.
So you’re not sure how to prepare for the case study or fit portions of consulting interviews. Whether you’re looking for McKinsey case interview coaching sessions or preparing for an interview with a boutique consulting firm, Athena’s mentors can work with you to build confidence and inculcate constructive and creative ways of tackling novel problems.
Consulting firms value strong interpersonal skills, ability to think coherently and creatively, and articulate these thoughts with brevity and persuasion. No matter your background, Athena will support you to get that offer.
Comments
0 comment