Upload Button Icon Add office photos

Invesco

Compare button icon Compare button icon Compare

Filter interviews by

Invesco Software Engineer Interview Questions and Answers for Freshers

Updated 27 Jun 2024

Invesco Software Engineer Interview Experiences for Freshers

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Containerized pipelines

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Invesco?
Ask anonymously on communities.

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
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Q7. Print all elements which in not boundary element in a given binary tree
  • 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

Software Engineer Interview Questions Asked at Other Companies for Fresher

asked in Capgemini
Q1. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
asked in Capgemini
Q2. How can you cut a rectangular cake in 8 symmetric pieces in three ... read more
Q3. Split Binary String Problem Statement Chintu has a long binary st ... read more
asked in TCS
Q4. What is the reason that the Iterative Waterfall model was introdu ... read more
asked in Wipro
Q5. Knapsack Problem Statement There is a potter with a limited amoun ... read more

Interview Questionnaire 

12 Questions

  • Q1. Engineering jobs
  • Q2. Home based work From Home
  • Q3. Coimbatore Chinnathdagam 641108
  • Q4. So Right now
  • Q5. Brhamanc
  • Q6. Sure
  • Q7. Support
  • Q8. Noukri.com
  • Q9. Windows mobile and Android
  • Q10. No Orguments
  • Q11. Within government has said that it could also mean right to be a few days it was just a few days
  • Q12. Software Creator and Development

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
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

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

They asked you to reverse a palidrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Coding Test 

Low-level design interview
I need to design a Music player app using oops concept

Round 3 - One-on-one 

(5 Questions)

  • Q1. Sort the stack in O(1) time complexity
  • Ans. 

    Use an additional stack to store sorted elements and maintain the minimum element at the top of the original stack.

    • Create a new stack to store sorted elements.

    • Pop elements from the original stack and compare with the top element of the new stack.

    • If the popped element is smaller, push it to the new stack. If larger, keep popping from the new stack and push to the original stack until the correct position is found.

    • Repeat...

  • Answered by AI
  • Q2. Difference between process and thread
  • Q3. Difference between abstract class and interface
  • Q4. What is race condition?
  • Ans. 

    A race condition is a situation in which the outcome of a program depends on the order of execution of its threads or processes.

    • Occurs when multiple threads or processes access shared data or resources concurrently

    • Can lead to unpredictable behavior or bugs in the program

    • Prevented by using synchronization mechanisms like locks or semaphores

    • Example: Two threads trying to increment a shared variable simultaneously

  • Answered by AI
  • Q5. What is normalization in dbms

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Sep 2023. 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 

An aptitude has exam used to determine an individual skills a given activity

Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. I am Jagan, from poonamallee, I have completed my bachelor degree in computer science from Anna University
  • Answered Anonymously
  • Q2. What is your strength
  • Q3. What is your weakness
  • Ans. 

    I tend to be overly critical of my own work, which can slow down my progress and decision-making.

    • I often spend too much time refining my code, aiming for perfection rather than meeting deadlines.

    • In team settings, I sometimes hesitate to share my ideas, fearing they won't meet my own standards.

    • To address this, I've started setting time limits for revisions and seeking feedback from peers earlier in the process.

  • Answered by AI
  • Q4. Why did you decide to apply to this role?
  • Q5. Why should I hire you?

Invesco Interview FAQs

How many rounds are there in Invesco Software Engineer interview for freshers?
Invesco interview process for freshers usually has 1 rounds. The most common rounds in the Invesco interview process for freshers are Technical.
How to prepare for Invesco Software Engineer interview for freshers?
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 Ajax, Bootstrap, C#, SQL and WCF.
What are the top questions asked in Invesco Software Engineer interview for freshers?

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

  1. Best practices of cod...read more
  2. String related questi...read more
  3. Tuple related questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%
View more
Invesco Software Engineer Salary
based on 18 salaries
₹5.8 L/yr - ₹13.8 L/yr
5% more than the average Software Engineer Salary in India
View more details

Invesco Software Engineer Reviews and Ratings

based on 5 reviews

4.7/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.4

Salary

4.5

Job security

4.4

Company culture

4.2

Promotions

4.7

Work satisfaction

Explore 5 Reviews and Ratings
Senior Analyst
151 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Analyst
87 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Associate
68 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Team Lead
67 salaries
unlock blur

₹8.9 L/yr - ₹28 L/yr

Specialist
65 salaries
unlock blur

₹7.6 L/yr - ₹19 L/yr

Explore more salaries
Compare Invesco with

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

FactSet

3.9
Compare

Morningstar

3.9
Compare
write
Share an Interview