Upload Button Icon Add office photos

Invesco

Compare button icon Compare button icon Compare

Filter interviews by

Invesco Senior Software Engineer Interview Questions and Answers

Updated 1 Sep 2022

Invesco Senior Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Asp net core, c#, angular ,SQL server
Round 2 - Technical 

(1 Question)

  • Q1. Asp.net, angular , c#
Round 3 - Behavioral 

(2 Questions)

  • Q1. Logical questions, general discussion about your projects
  • Q2. Challeges, real-time scenarios
Round 4 - HR 

(2 Questions)

  • Q1. Family background, CTC discussion
  • Q2. Company profile and norms

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare c# well and about real time example

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

One machine coding round, parking lot question

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to parking lot
  • Q2. Current project related questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. High level design
  • Q2. Yet to appear ......
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me your project details
  • Ans. 

    Developed a web application for online shopping with user authentication and payment gateway integration.

    • Used React.js for front-end development

    • Implemented user authentication using JWT tokens

    • Integrated Stripe API for payment processing

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts explained
Round 3 - HR 

(1 Question)

  • Q1. Optimization Techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use of algorithms like dynamic programming and greedy algorithms

    • Profiling and performance tuning to identify bottlenecks

    • Code refactoring to improve readability and maintainability

    • Utilizing caching and memoization for faster access to data

    • Parallel processing and multi-threading for improved concurrency

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Data Structure based questions - medium level difficulty
  • Q2. Another DS Algo based ques on Arrays, tree, linkedlist
Round 2 - One-on-one 

(2 Questions)

  • Q1. Core java based ques
  • Q2. Logical questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Discussion of prior experience 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a Senior Software Engineer with 8 years of experience in developing scalable and efficient software solutions.

    • Experienced in full stack development using technologies like Java, Spring Boot, Angular, and SQL

    • Strong background in designing and implementing RESTful APIs

    • Proficient in Agile methodologies and working in cross-functional teams

    • Passionate about continuous learning and staying updated with the latest techno

  • Answered by AI
  • Q2. Your confidence level with Java
  • Ans. 

    Highly confident in Java with 8+ years of experience in developing complex applications

    • 8+ years of experience in Java development

    • Proficient in Java programming language features and best practices

    • Extensive experience in developing complex applications using Java

    • Familiar with Java frameworks and libraries such as Spring, Hibernate, and Apache Commons

    • Comfortable with multi-threading, performance optimization, and debuggi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is mostly focused on your experience. Use case related questions to understand your experience with the required skills for the position

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Code Singleton in Java
  • Ans. 

    Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Create a private static instance variable of the class.

    • Make the constructor private to prevent instantiation from outside the class.

    • Provide a static method to get the instance, creating it if necessary.

  • Answered by AI
  • Q2. Code Angular Component Service

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Problem-solving, Nodejs, javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a web developer, Be thorough in your javascript skills. Design level questions will be asked in order to test your capability to handle large systems.

I applied via Naukri.com and was interviewed in Apr 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C# basics, api, program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in c# basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Machine coding round, try to come up with at least one working requirement

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design
  • Q2. Cant share the exact quesy
Round 3 - Technical 

(1 Question)

  • Q1. High level design
Round 4 - Technical 

(1 Question)

  • Q1. Hiring manager round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Pagination in SQL
  • Ans. 

    Pagination in SQL allows for displaying a subset of query results at a time.

    • Use LIMIT and OFFSET clauses in SQL queries to implement pagination.

    • LIMIT specifies the maximum number of rows to return.

    • OFFSET specifies the number of rows to skip before starting to return rows.

  • Answered by AI
  • Q2. OOPS concepts.. SOILD design principles
  • Q3. Thread vs task in multiprocessing.. explain with examples
  • Ans. 

    Threads and tasks are both used in multiprocessing, but have different characteristics and use cases.

    • Threads are lightweight processes within a single process, sharing memory space. They are managed by the operating system.

    • Tasks are units of work that can be executed asynchronously. They are typically managed by a task scheduler.

    • Threads are suitable for parallel processing and improving performance, while tasks are use...

  • Answered by AI
  • Q4. ViewBag vs Tempdata in MVC
  • Ans. 

    ViewBag is used to pass data from controller to view, while TempData is used to pass data between controller actions.

    • ViewBag is a dynamic property that allows you to pass data from controller to view

    • TempData is a dictionary object that allows you to pass data between controller actions

    • ViewBag is not type-safe and requires typecasting, while TempData is type-safe

    • ViewBag data is lost if redirection occurs, while TempData

  • Answered by AI
  • Q5. Abstract vs Interface
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, fields, and non-abstract methods.

    • Interfaces can only have abstract methods and constants.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of OOPS concepts, SQL joins

Skills evaluated in this interview

Invesco Interview FAQs

How many rounds are there in Invesco Senior Software Engineer interview?
Invesco interview process usually has 4 rounds. The most common rounds in the Invesco interview process are Technical, Behavioral and HR.
How to prepare for Invesco Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Invesco. The most common topics and skills that interviewers at Invesco expect are Javascript, Project Management, Redux, SQL and .Net.
What are the top questions asked in Invesco Senior Software Engineer interview?

Some of the top questions asked at the Invesco Senior Software Engineer interview -

  1. Asp net core, c#, angular ,SQL ser...read more
  2. challeges, real-time scenar...read more
  3. asp.net, angular ,...read more

Tell us how to improve this page.

Invesco Senior Software Engineer Salary
based on 46 salaries
₹14 L/yr - ₹35 L/yr
62% more than the average Senior Software Engineer Salary in India
View more details

Invesco Senior Software Engineer Reviews and Ratings

based on 4 reviews

2.3/5

Rating in categories

1.9

Skill development

2.9

Work-life balance

2.7

Salary

4.6

Job security

2.3

Company culture

2.2

Promotions

1.9

Work satisfaction

Explore 4 Reviews and Ratings
Senior Analyst
133 salaries
unlock blur

₹4.8 L/yr - ₹17.9 L/yr

Analyst
70 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Team Lead
66 salaries
unlock blur

₹8.9 L/yr - ₹25 L/yr

Assistant Manager
56 salaries
unlock blur

₹11.5 L/yr - ₹26 L/yr

Senior Associate
56 salaries
unlock blur

₹4 L/yr - ₹10.6 L/yr

Explore more salaries
Compare Invesco with

Blackrock

3.8
Compare

Vanguard

4.1
Compare

Fidelity Investments

4.2
Compare

State Street Global Advisors

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