Upload Button Icon Add office photos

Filter interviews by

Insight Program Manager Interview Questions and Answers

Updated 9 Aug 2024

Insight Program Manager Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How do you handle risks?
  • Ans. 

    I handle risks by identifying, assessing, and mitigating them through proactive planning and communication.

    • Identify potential risks by analyzing project scope, stakeholders, and external factors

    • Assess the impact and likelihood of each risk to prioritize mitigation efforts

    • Develop risk mitigation strategies and contingency plans to address potential issues

    • Regularly monitor and review risks throughout the project lifecycl

  • Answered by AI
  • Q2. Explain your project end-end?
  • Ans. 

    Managing a project from initiation to completion, ensuring all tasks are completed on time and within budget.

    • Initiate project by defining goals and objectives

    • Create project plan outlining tasks, timelines, and resources

    • Assign tasks to team members and monitor progress

    • Manage risks and issues that arise during project execution

    • Ensure project is delivered on time and within budget

    • Conduct post-project evaluation to identif

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What do you know about Insight?
  • Ans. 

    Insight is a global technology provider of intelligent technology solutions and services.

    • Insight offers a wide range of IT products and services to help businesses optimize their technology investments.

    • They provide consulting, implementation, and managed services to support various technology needs.

    • Insight has partnerships with leading technology vendors such as Microsoft, Cisco, and Dell.

    • The company focuses on helping...

  • Answered by AI

Interview questions from similar companies

I applied via Referral and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding Accounting and Auditing standards

Interview Preparation Tips

Interview preparation tips for other job seekers - When you are appearing for interview, try to have knowledge of Auditing and accounting standards if you are applying for audit field.

Interview Questionnaire 

2 Questions

  • Q1. Here the interviewer wants to know your technical knowledge with respect to AS, Law, DT, IDT. Apart from this they check your articleship experience and whether you had actually done your articleship or no...
  • Q2. Valuation of inventory, TDS rates and payments date and returns filing date, Other AS related quesyion.

Interview Preparation Tips

Round: Partner Round
Experience: Here they wants to kniw that you have capability to face a practical situation and how will you apply standards on auditing in that situation.

Interview Questionnaire 

12 Questions

  • Q1. Tell me about your projects 2) Show me how Binary search works
  • Ans. 

    Answering two questions: about my projects and demonstrating Binary search

    • For my projects, I have managed various software development projects from initiation to closure

    • I have experience in Agile and Waterfall methodologies, stakeholder management, risk management, and budgeting

    • For Binary search, it is a search algorithm that works by repeatedly dividing the search interval in half

    • It requires a sorted array and compar...

  • Answered by AI
  • Q2. Show me how Binary search works
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Start by comparing the target value with the middle element of the array.

    • If the target value matches the middle element, return its position.

    • If the target value is less than the middle element, search the left half of the array.

    • If the target value is greater than the middle element, search the right half of the array.

    • Rep...

  • Answered by AI
  • Q3. What is its complexity
  • Ans. 

    The complexity of what?

    • Please provide more context or specify what you are referring to

    • Complexity can refer to various aspects such as technical, organizational, or project-related

    • It can also be measured using different methods such as time, cost, or scope

  • Answered by AI
  • Q4. When a sorted array is ‘Rotated’, its last element becomes the first element and the remaining elements shift to the right. Write a function which takes an input array and returns the no. of times an array...
  • Ans. 

    Function to find the no. of times a sorted array has been rotated.

    • Find the index of the minimum element in the array using binary search.

    • The number of times the array has been rotated is equal to the index of the minimum element.

    • Handle the case where the array is not rotated (minimum element at index 0).

  • Answered by AI
  • Q5. ) Implement the above with logarithmic Complexity
  • Ans. 

    Implementing a program with logarithmic complexity

    • Use binary search instead of linear search

    • Divide and conquer approach can be used

    • Tree-based data structures can be used

    • Examples: Binary search, Merge sort, Quick sort

  • Answered by AI
  • Q6. Write Code for Binary Search
  • Ans. 

    Code for Binary Search

    • Binary search is a divide and conquer algorithm

    • It works by repeatedly dividing the search interval in half

    • If the value is found, return the index

    • If the value is not found, return -1

  • Answered by AI
  • Q7. Write Test Cases for Your function and Binary Search
  • Ans. 

    Test cases for function and binary search

    • Test function with different input values and expected output

    • Test binary search with sorted array and non-existent element

    • Test binary search with unsorted array and existing element

    • Test binary search with empty array

    • Test binary search with array containing only one element

  • Answered by AI
  • Q8. Final interview: 1) Why do you want to be a PM
  • Ans. 

    I want to be a PM because I enjoy leading teams and driving projects to success.

    • I have a passion for organization and planning

    • I thrive in a fast-paced environment

    • I enjoy collaborating with cross-functional teams

    • I have a track record of delivering projects on time and within budget

    • I am motivated by seeing the impact of my work on the business

    • For example, in my previous role as a project lead, I successfully managed a te...

  • Answered by AI
  • Q9. If you are selected, what would you want to work on at Microsoft and why
  • Ans. 

    I would like to work on developing innovative products that can make a positive impact on people's lives.

    • I am passionate about creating technology that can improve people's daily lives

    • I am interested in exploring new ideas and pushing the boundaries of what is possible

    • I would like to work on projects that have a clear purpose and can make a difference in the world

    • For example, I would be excited to work on developing ne...

  • Answered by AI
  • Q10. Design the Navigation system (Forward and Back Buttons) of a Net Browser with Data Structures
  • Ans. 

    Design navigation system for a net browser with data structures.

    • Use a stack data structure to implement the back button functionality

    • Use a queue data structure to implement the forward button functionality

    • Maintain a history of visited pages using a hash table

    • Update the history on every page visit

    • Disable the back button if there is no previous page in the history

    • Disable the forward button if there is no next page in the

  • Answered by AI
  • Q11. Design a remote of 5 keys, what would you do
  • Ans. 

    Designing a remote of 5 keys

    • Identify the purpose of the remote

    • Determine the most frequently used functions

    • Consider the ergonomics and ease of use

    • Include clear labeling and intuitive design

    • Test and iterate for user feedback

  • Answered by AI
  • Q12. Write an API for a button
  • Ans. 

    API for a button

    • Define the button's properties such as size, color, and label

    • Create a function to handle the button click event

    • Return the button element with the defined properties and click function

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 1) Objective Paper - i)Basic C questions
ii) DS questions covering Graphs and Trees
iii) Analysis of Algo. Questions.
iv) There were more but I can’t remember


Round: Problem Statement
Experience: I attempted question Number 3 very well which was also brought up in my 3rd tech Interview. It was what got me through I assume.

Screening Test: 6-8 people in a room were taken and were given the following problem to solve -
“ There are two given sorted Linked lists. Merge them to form a single sorted Linked list. In case of duplicates, delete copies”
In one batch, people were also told to write test cases.

Tips: Speed, Accuracy and Covering as many cases which may arise as possible in the code
Points where every VJTIan committed mistakes - !) In case of duplicates, only one node was inserted into the single linked list, but nobody freed up the memory of the other node by using free. they expect that.
2) modularization - In case one of the linked lists is over, we simply append the remaining elements of the other array into the single linked list. This was expected to be done by a single function taking parameters.

Why I cleared - Finished Coding around 12 mins before everybody and committed no mistakes which others made. The above two are the only things I didn’t do


Round: Technical Interview
Experience: No. 2 - 1) Design an Offline Browsing Experience
An one and half hour discussion was held on this, where he asked me Line of thought in designing the product, the thinking behind various proposed features, Made changes in the requirements, told to propose new features as per new requirements for at least 4 features, How will you implement the feature - show UI and block Diagram, what data structures will you use for the feature etc etc.
Was checking Designing aptitude and how many new features proposed

No 3 - 1)How will you implement an N-ary tree (N has no limit) and write code for BFS on that N-ary tree based on the implementation
Gave her Three implementations. She only settled for the one which She wanted
2) Write code foe the node of the tree and the above BFS

3) The weight of the node is given as Value of node*level of node. Write a function which returns the address of a node with the MAXWEIGHT in a binary tree
I gave Non-recursive solution. She then asked for a recursive solution
Code for both Recursive and Non-recursive she made me write

4) Given an array of n elements which have numbers in the range of 0 to n-1, find if the array has any duplicate elements

5) Write code to return position of the duplicate element
Was just checking coding knowledge
Tips: 1) Accuracy is not very important, approach is. If you are wrong, you should be able to tell why you are wrong before the interviewer tells you. The interviewers help a lot, but getting the correct solution is required
2) Write as tight code as possible in aptis and interviews. From freeing nodes, to returning boolean instead of Int, to Using struct instead of two separate variables, every bit of efficiency is appreciated and earns you a lot of points
3) Keenness to learn is a very important quality which they see when they are considering a PM candidate. It is hard to fake that. They usually deduce it by the way you talk.
4) For PM, they take the ‘Do you have a question for me’ very very seriously. Ask genuine questions and don’t ask rubbish. People are usually good and teach you a lot when you ask them good questions
5) The Microsoft process is meticulous and you will enjoy it if you love solving puzzles. An opportunity to show your talent or aptitude is given to you if you ask.
6) For people looking for PM, read a lot(Newspapers/tech blogs/technologies), think a lot - that’s all you can do for it.

College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Skills evaluated in this interview

I appeared for an interview before Jun 2016.

Interview Questionnaire 

6 Questions

  • Q1. Tell me something about yourself.
  • Ans. 

    I am a dedicated and experienced professional with a strong background in leadership and team management.

    • Over 5 years of experience in retail management

    • Proven track record of increasing sales and improving customer satisfaction

    • Strong communication and problem-solving skills

    • Bachelor's degree in Business Administration from XYZ University

  • Answered by AI
  • Q2. Are flexible with relocation
  • Ans. 

    Yes, I am flexible with relocation.

    • I am open to exploring new opportunities in different locations.

    • I understand that relocation may be necessary for career growth.

    • I am willing to consider all options and make a decision based on what is best for the company and my career.

    • I have relocated in the past for work and am familiar with the process.

    • I am excited about the possibility of experiencing new places and cultures.

  • Answered by AI
  • Q3. Are to ok with streching work hours
  • Ans. 

    Yes

    • Yes, I am okay with stretching work hours when necessary.

    • I understand that as an Assistant Manager, there may be times when extra hours are required to meet deadlines or handle unexpected situations.

    • I am flexible and willing to adjust my schedule to ensure the smooth operation of the team or department.

    • I have previous experience working late or on weekends during busy periods.

    • I believe in leading by example and bein

  • Answered by AI
  • Q4. Questions related to previous experience in internship
  • Q5. Technical questions on auditing
  • Q6. Technical questions on accounting standards and their practical application previously in internship

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was a campus interview where deloitte was also hiring freshers for Statutory audit dept. The company was accepting CVs for walkin. Since i was carrying extra CV and submitted my candidature.

Since i had described my internship experience well, my resume was shortlisted in few hours and got a call for further rounds of interview.
Tips: Well described resume increases the chances of getting shortlisted. Highlight the relevant experience properly.

Round: HR Interview
Experience: The HR round was easy for me. The main focus of the interviewer was to access my intention to learn and dedication. Also he accessed if i was ready for travelling as it is a part of job
Tips: If you show your correct intent to learn and grow along the organisation, you'll succeed at HR interviews

Round: Technical Interview
Experience: The technical interview went for around an hour or so. The interviewer was testing me on various concepts of accounting as well as auditing. I was able to answer 60-70% of answers correctly with confidence. And was reasonably confident to clear
Tips: Keeps your technicals very strong and don't try to bush around if you don't know the answer.

Skills: Confidence Levels Of Students, Technical Skill And Speaking Skill, Presentation Of Facts In Resume
College Name: Institute Of Chartered Accountants Of India

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Describe a project which you consider your best work and explain approach behind your rationale and assumptions
  • Q2. What could have been other approaches to do same job
  • Ans. 

    Other approaches to the same job could include automation, outsourcing, or reorganizing the team.

    • Automation: Implementing technology to streamline processes and reduce manual labor.

    • Outsourcing: Hiring a third-party company to handle certain tasks or responsibilities.

    • Reorganizing the team: Restructuring roles and responsibilities to optimize efficiency and productivity.

    • Example: Automating inventory management to reduce ...

  • Answered by AI
  • Q3. ML gradient boosting algorithm related questions
  • Q4. Logistic regression related questions
  • Q5. Banking products knowledge was checked.... Like transactor, revolver, defaulter etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare CV thoroughly, have good understanding of algorithms and analytical approaches taken by you. Strengths weakness, why HSBC, why switch to banking domain. Be prepared for logical thinking based questions during round with senior mgmt. Prepare convincing answers and be smart in tackling difficult questions. Don't beat around the bush if you don't know something or you forgot. Be ready with things you would need to explain a project, keep numbers handy. Last but not the least don't fake your experience.

I applied via Referral and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How did you handle a tough situation

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest always clarify with the team your role, hierarchy level wise, culture, tools, platforms and people! These are almost important when you join any organisation.

I applied via Referral and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How did you handle a tough situation

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest always clarify with the team your role, hierarchy level wise, culture, tools, platforms and people! These are almost important when you join any organisation.

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About Financial Ratios

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through your CV and prepare about the core

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear of what you know and simply tell them if you dont no the answer and if not very sure of the answer then add 'I think' while answering.
Also do listen to the questions carefully out of nervousness dont misinterpret the questions

Insight Interview FAQs

How many rounds are there in Insight Program Manager interview?
Insight interview process usually has 2 rounds. The most common rounds in the Insight interview process are One-on-one Round.
What are the top questions asked in Insight Program Manager interview?

Some of the top questions asked at the Insight Program Manager interview -

  1. What do you know about Insig...read more
  2. How do you handle ris...read more

Tell us how to improve this page.

Insight Program Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
iEnergizer Interview Questions
4.6
 • 622 Interviews
Zoho Interview Questions
4.3
 • 510 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
FIS Interview Questions
3.9
 • 485 Interviews
Dell Interview Questions
3.9
 • 386 Interviews
View all
Cloud Engineer
42 salaries
unlock blur

₹5.3 L/yr - ₹11 L/yr

Senior Cloud Engineer
34 salaries
unlock blur

₹6.5 L/yr - ₹19 L/yr

Cloud Engineer 2
30 salaries
unlock blur

₹5 L/yr - ₹10.5 L/yr

Cloud Engineer 1
25 salaries
unlock blur

₹5.9 L/yr - ₹7.6 L/yr

Senior Devops Engineer
15 salaries
unlock blur

₹8 L/yr - ₹12 L/yr

Explore more salaries
Compare Insight with

Teleperformance

3.9
Compare

iEnergizer

4.6
Compare

Deloitte

3.8
Compare

Optum Global Solutions

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview