Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -8,14 +8,14 @@ url = "https://talent-interview-prep-conversational-model.multimodal.dev/"
8
 
9
  # Predefined questions
10
  questions = {
11
- "**Overview of Background**": "Could you provide an overview of your background and how your experiences have prepared you for the role of Senior Software Engineer at Leidos?",
12
- "**Interest in the Role**": "What specifically interests you about the Senior Software Engineer position at Leidos, and how do you see your skills and experiences aligning with the job description provided?",
13
- "**Motivation and Career Aspirations**": "Can you describe what motivates you to work in the field of software engineering, and how does this role at Leidos align with your long-term career aspirations?",
14
- "**Professional Strengths and Competencies**": "What do you believe are your unique professional strengths and competencies that make you an excellent fit for the Senior Software Engineer position at Leidos?",
15
- "**Technical Question 1**": "Can you walk me through your approach to developing a secure application using Java, C++, or Python, incorporating principles of Behavior Driven Development (BDD) and test automation?",
16
- "**Technical Question 2**": "Describe a challenging software issue you resolved in a past project. How did you analyze and troubleshoot the issue, and what steps did you take to resolve it?",
17
- "**Behavioral/Situational Question**": "Tell me about a time when you were part of an Agile team and faced a significant obstacle. How did your team overcome it, and what role did you play in that process?",
18
- "**Candidate's Questions**": "Now that we've discussed the role and responsibilities, do you have any questions about our company or the Senior Software Engineer position?"
19
  }
20
 
21
  # Create a list of full questions (key + value) for the dropdown
@@ -35,8 +35,8 @@ def api_call(interview_question, user_input):
35
  }
36
  data = {
37
  "session_id": session_id,
38
- "job_title": "Senior Software Engineer",
39
- "company_name": "Leidos",
40
  "interview_question": interview_question,
41
  "user_input": user_input
42
  }
 
8
 
9
  # Predefined questions
10
  questions = {
11
+ "Can you start by giving us an overview of your background and how your experience has prepared you specifically for the Product Manager role here at InnovateTech Solutions?",
12
+ "What specifically interested you in this Product Manager role at InnovateTech Solutions, and how do you see your skills and experiences aligning with the responsibilities outlined in the job description?",
13
+ "Can you tell us about your career aspirations and motivations? How do you see this role helping you achieve your long-term career goals?",
14
+ "What do you consider to be your unique professional strengths and competencies that would contribute to your success as a Product Manager at our company? Can you provide an example where one of these strengths played a critical role in a project?",
15
+ "Could you walk us through a time when you defined and communicated a product vision and developed a roadmap? How did you ensure alignment with the company's strategic goals and market trends?",
16
+ "You've mentioned expertise in agile methodologies. Can you describe a specific project where you led a cross-functional team using Scrum or Kanban? What challenges did you face, and how did you overcome them?",
17
+ "Can you provide an example of a situation where you had to manage conflicting priorities among stakeholders? How did you handle it, and what was the outcome?",
18
+ "Now that we've discussed the role and responsibilities, do you have any questions about our company or the Product Manager position at InnovateTech Solutions?"
19
  }
20
 
21
  # Create a list of full questions (key + value) for the dropdown
 
35
  }
36
  data = {
37
  "session_id": session_id,
38
+ "job_title": "Product Manager",
39
+ "company_name": "InnovateTech Solutions",
40
  "interview_question": interview_question,
41
  "user_input": user_input
42
  }