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 Questionnaire 

8 Questions

  • Q1. Find a number which occurs odd number of times and all number occurs even number of times
  • Ans. 

    Find an odd occurring number among even occurring numbers.

    • Use XOR operation to cancel out even occurring numbers and get the odd occurring number.

    • Iterate through the array and XOR each element with the result variable.

    • The final result will be the odd occurring number.

  • Answered by AI
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Ans. 

    Print the spiral order of a binary tree and matrix.

    • For binary tree, use level order traversal and alternate direction for each level.

    • For matrix, use four pointers to traverse in spiral order.

    • Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9

    • Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13

  • Answered by AI
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Ans. 

    Finding pairs in an array with a given sum.

    • Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.

    • Use a hash table to store the elements of the array and their indices for faster lookup.

    • If there are multiple pairs with the same sum, return any one of them.

    • If no pair is found, return null or an empty array.

  • Answered by AI
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Ans. 

    Find total number of k element with given avg in an array in minimum time complexity.

    • Use sliding window technique to traverse the array in O(n) time complexity.

    • Maintain a sum variable to keep track of the sum of elements in the window.

    • If the sum of elements in the window is equal to k times the given avg, increment the count.

    • Move the window by subtracting the first element and adding the next element in the array.

  • Answered by AI
  • Q7. Print all elements which in not boundary element in a given binary tree
  • Ans. 

    Printing non-boundary elements of a binary tree

    • Traverse the tree in any order (preorder, inorder, postorder)

    • Check if the current node is not a boundary node (not the first or last node in its level)

    • If it is not a boundary node, print its value

    • Recursively traverse its left and right subtrees

  • Answered by AI
  • Q8. Then some question about process synchronisation,error vs exception,and then 2-3 hr question

Interview Preparation Tips

Round: Test
Experience: practice codes on paper
Tips:

Round: Technical Interview
Experience: very good
Tips: please try to explain each and every question in detail

Round: Technical Interview
Experience: my hr round is not taken by them,and some of face 3rd round ,which is HR
Tips: please prepare all types of problem from geeksforgeeks

Skill Tips: please try to understand every problem from geeksforgeeks
Skills: ds
College Name: NIT Bhopal
Motivation: best work culture,and a lots of learning opportunity in this company,and in every 6 month there is a appraisal

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Basic javascript.. closures,hoisting, es6 features etc
  • Q2. Prototype in JavaScript
  • Ans. 

    Prototyping in JavaScript allows for quick and easy creation of new objects and functions.

    • Prototyping allows for inheritance and sharing of properties and methods.

    • New objects can be created using the 'new' keyword and the prototype of an existing object.

    • Functions can also be prototyped to add new methods or properties.

    • Example: function Person(name) { this.name = name; } Person.prototype.greet = function() { console.log...

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview before Jan 2023.

Round 1 - Technical 

(1 Question)

  • Q1. 1st round more over related to java, spring boot, MySQL and data structures
Round 2 - Technical 

(1 Question)

  • Q1. This round is also having the same as first but more deep
Round 3 - HR 

(1 Question)

  • Q1. Nothing much strength and weakness type questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Allows objects to be treated as instances of their parent class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hides the implementation detail...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have prior experience in coding

I applied via Company Website and was interviewed in Oct 2022. There were 3 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 - Aptitude Test 

Maths,verbal reasoning.
Like percentage,wages, proportional problems

Round 3 - Group Discussion 

Particular topic on political party

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the best platform for surviving ,to be happy
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is policy manager
  • Ans. 

    Policy manager is a software tool used to centrally manage and enforce policies across an organization's systems and applications.

    • Policy manager helps define, monitor, and enforce policies related to security, compliance, access control, and other governance aspects.

    • It allows administrators to set rules and regulations that govern how data and resources are accessed and used within an organization.

    • Policy manager can au...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on actimize IFM.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Its a combination of all the questions like aptitude , logical questions, programming questions, sql, etc,...

Round 2 - Technical 

(1 Question)

  • Q1. No i was rejected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its mostly on Train, Pipes and Cistern, Dice reasoning

Round 2 - Coding Test 

Data Structures medium level question

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 45 salaries
₹14 L/yr - ₹35 L/yr
64% 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
132 salaries
unlock blur

₹4.8 L/yr - ₹19 L/yr

Analyst
80 salaries
unlock blur

₹3 L/yr - ₹12.8 L/yr

Team Lead
66 salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

Senior Associate
61 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Specialist
58 salaries
unlock blur

₹7.6 L/yr - ₹18 L/yr

Explore more salaries
Compare Invesco with

Apex Group

2.7
Compare

Morningstar

3.9
Compare

Fidelity International

3.9
Compare

Kroll

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