/* SCOPED QUESTIONS TO ASK INTERVIEWER – Market Scout Style */
.scv-interview-guide {
background-color: #0f172a;
color: #e2e8f0;
font-family: “Poppins”, sans-serif;
line-height: 1.7;
overflow-x: hidden;
–teal: #268599;
–teal-light: #618480;
–coral: #e8885e;
–navy: #0f172a;
–navy-card: #1e293b;
–border: rgba(255, 255, 255, 0.1);
}
.scv-interview-guide h1, .scv-interview-guide h2, .scv-interview-guide h3, .scv-interview-guide h4 { color: #ffffff !important; font-family: “Playfair Display”, serif; margin-top: 0; }
.scv-interview-guide p, .scv-interview-guide li { color: #cbd5e1 !important; margin-bottom: 16px; }
.scv-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.scv-guide-hero { padding: 100px 0 80px; text-align: center; background: radial-gradient(circle at 50% 0%, #1e293b 0%, #0f172a 70%); position: relative; }
.scv-guide-hero::before { content: “”; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(38, 133, 153, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 133, 153, 0.1) 1px, transparent 1px); background-size: 40px 40px; opacity: 0.3; }
.scv-badge-pulse { display: inline-flex; align-items: center; gap: 8px; background: rgba(38, 133, 153, 0.15); color: var(–teal-light) !important; padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 24px; border: 1px solid rgba(38, 133, 153, 0.3); }
.scv-badge-pulse::before { content: “”; width: 8px; height: 8px; background: var(–teal); border-radius: 50%; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0% { opacity: 1; box-shadow: 0 0 0 0 rgba(38, 133, 153, 0.7); } 70% { box-shadow: 0 0 0 6px rgba(38, 133, 153, 0); } 100% { opacity: 0; } }
.scv-guide-hero h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.2; margin-bottom: 24px; }
.scv-text-highlight { color: var(–teal-light) !important; }
.btn-primary { background: linear-gradient(135deg, var(–teal) 0%, var(–teal-light) 50%, var(–coral) 100%); color: white !important; padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 18px; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(38, 133, 153, 0.3); }
.btn-primary:hover { transform: translateY(-3px); color: white !important; }
/* Stats Bar */
.stats-bar { display: flex; justify-content: center; gap: 60px; margin: 50px 0; flex-wrap: wrap; padding: 30px; background: rgba(255,255,255,0.02); border-radius: 16px; }
.stat-item { text-align: center; }
.stat-number { font-size: 36px; font-weight: 700; color: var(–coral) !important; display: block; }
.stat-label { font-size: 14px; color: #94a3b8 !important; }
.content-section { padding: 60px 0; }
/* Category Tabs */
.category-tabs { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 40px; }
.category-tab { padding: 12px 24px; background: var(–navy-card); border: 1px solid var(–border); border-radius: 50px; color: #94a3b8 !important; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; text-decoration: none; }
.category-tab:hover, .category-tab.active { background: rgba(38, 133, 153, 0.15); border-color: var(–teal); color: var(–teal-light) !important; }
/* Questions Grid */
.questions-category { margin-bottom: 60px; }
.category-header { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid var(–border); }
.category-icon { width: 50px; height: 50px; background: rgba(38, 133, 153, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.category-count { margin-left: auto; background: rgba(232, 136, 94, 0.15); color: var(–coral) !important; padding: 4px 12px; border-radius: 20px; font-size: 13px; }
.questions-list { display: grid; gap: 15px; }
.question-card { background: var(–navy-card); border: 1px solid var(–border); border-radius: 12px; padding: 25px; transition: all 0.3s ease; cursor: pointer; }
.question-card:hover { border-color: rgba(38, 133, 153, 0.5); transform: translateX(5px); }
.question-text { font-size: 16px; font-weight: 500; color: #fff !important; margin-bottom: 10px; display: flex; align-items: flex-start; gap: 12px; }
.question-text::before { content: “?”; background: var(–teal); color: white; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.question-why { font-size: 14px; color: #94a3b8 !important; padding-left: 36px; margin: 0; }
/* When to Ask Section */
.timing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin: 40px 0; }
.timing-card { background: var(–navy-card); border: 1px solid var(–border); border-radius: 16px; padding: 30px; }
.timing-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.timing-icon { width: 45px; height: 45px; background: rgba(232, 136, 94, 0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.timing-title { font-size: 18px; font-weight: 600; color: #fff !important; }
.timing-list { list-style: none; padding: 0; margin: 0; }
.timing-list li { padding: 10px 0; border-bottom: 1px solid var(–border); color: #cbd5e1 !important; font-size: 14px; }
.timing-list li:last-child { border-bottom: none; }
/* Tips Box */
.tips-box { background: linear-gradient(135deg, rgba(38, 133, 153, 0.1) 0%, rgba(232, 136, 94, 0.1) 100%); border: 1px solid rgba(38, 133, 153, 0.3); border-radius: 16px; padding: 30px; margin: 40px 0; }
.tips-box h3 { color: var(–teal-light) !important; margin-bottom: 20px; }
.do-dont-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
.do-column h4 { color: var(–teal) !important; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.dont-column h4 { color: var(–coral) !important; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.do-column ul, .dont-column ul { list-style: none; padding: 0; margin: 0; }
.do-column li, .dont-column li { padding: 8px 0; font-size: 14px; }
.final-cta { text-align: center; padding: 80px 30px; background: radial-gradient(circle at 50% 100%, #1e293b 0%, #0f172a 70%); border-radius: 20px; margin: 60px 0; }
@media (max-width: 768px) { .stats-bar { gap: 30px; } .timing-grid { grid-template-columns: 1fr; } }
Interview Prep
Smart Questions to Ask Your Interviewer
Stand out from other candidates by asking thoughtful questions. These questions demonstrate interest, research, and critical thinking.
browse all career guides
Build Interview-Ready Resume
47%
Candidates ask no questions
5-7
Questions to prepare
2-3
Questions to actually ask
Strong Questions Start With a Strong Foundation
Impress interviewers with thoughtful questions and a polished resume. Show you’ve done your homework on both fronts.
Build My Resume →
What does a typical day or week look like in this role?
Shows you’re thinking practically about the job responsibilities.
What are the most immediate priorities for this position in the first 90 days?
Demonstrates you’re already thinking about hitting the ground running.
What does success look like in this role, and how is it measured?
Shows you’re results-oriented and want clear expectations.
What are the biggest challenges someone in this position would face?
Indicates you’re realistic and ready to tackle difficulties.
How has this role evolved since it was created?
Helps understand if the role is growing or static.
What skills and experiences would make an ideal candidate?
Gives you a chance to address any gaps or highlight relevant experience.
Is this a new position or a replacement?
Provides context about expectations and potential opportunities.
What tools and technologies does the team use daily?
Shows practical interest and helps assess technical fit.
Can you tell me about the team I’d be working with?
Shows interest in collaboration and team dynamics.
How would you describe the company culture?
Helps assess cultural fit and work environment.
How does the team handle disagreements or conflicts?
Reveals communication style and conflict resolution approach.
What do you enjoy most about working here?
Personal question that can reveal authentic insights about the company.
How does the team collaborate with other departments?
Shows understanding of cross-functional work.
What’s the work-from-home or flexible work policy?
Important for understanding work-life balance expectations.
What learning and development opportunities are available?
Demonstrates commitment to continuous improvement.
Where have successful employees in this role progressed to?
Shows long-term thinking and career ambition.
How does the company support professional growth?
Reveals investment in employee development.
Are there opportunities for mentorship?
Shows desire to learn from experienced colleagues.
How often are performance reviews conducted?
Indicates interest in feedback and improvement.
What are the company’s goals for the next year?
Shows interest in company strategy and direction.
How does this department contribute to the company’s overall mission?
Demonstrates big-picture thinking.
What’s the biggest opportunity the company is facing right now?
Shows strategic thinking and optimism.
How has the company adapted to recent industry changes?
Shows awareness of industry trends and adaptability.
What are the next steps in the interview process?
Essential question to understand timeline and expectations.
Is there anything about my background that concerns you?
Gives you a chance to address any doubts directly.
When can I expect to hear back about next steps?
Sets clear expectations for follow-up.
When to Ask Which Questions
- Company culture questions
- Benefits and work-life balance
- Interview process timeline
- Team structure overview
- Day-to-day responsibilities
- Team dynamics and collaboration
- Success metrics and expectations
- Challenges of the role
- Company direction and strategy
- Industry positioning
- Growth opportunities
- Long-term vision
💡 Do’s and Don’ts
✅ Do
- Prepare 5-7 questions in advance
- Tailor questions to the interviewer’s role
- Take notes on their answers
- Show genuine curiosity
- Ask follow-up questions
- End with the “next steps” question
❌ Don’t
- Ask about salary in the first interview
- Ask questions easily found on their website
- Ask about vacation days too early
- Ask negative questions about the company
- Say “I don’t have any questions”
- Rush through questions at the end
Prepare for Your Interview
A great resume gets you the interview. Great questions help you land the job.
Create Your Resume
👉 free ATS checker
👉 free resume templates
💡 Pro Tip: StylingCV is not just a resume builder — it’s a smart AI builder that thinks. ATS-optimized AI resume maker in less than 2 minutes.
Explore More Resources
Related Guides:
🦁 Check Your Resume with Stylion
Our AI-powered ATS resume checker analyzes your resume like a real recruiter. Get your score instantly.
Check Your Resume Free →