Premium Employer

i

This company page is being actively managed by FIS Team. If you also belong to the team, you can get access from here

FIS

Compare button icon Compare button icon Compare
3.9

based on 5.3k Reviews

Filter interviews by

FIS PMO Analyst Interview Questions and Answers

Updated 25 Feb 2022

FIS PMO Analyst Interview Experiences

1 interview found

PMO Analyst Interview Questions & Answers

user image KARTIK MIGLANI

posted on 25 Feb 2022

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

(4 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the role.

    • I believe that compensation should be fair and reflective of the value I can bring to the organization.

    • I am flexible and open to negotiation.

    • I would like to understand the salary range for this position and discuss further based on my qualifications and experience.

    • I am more interested in the overall package, including benefits and

  • Answered by AI
  • Q2. Share details of your previous job.
  • Ans. 

    I worked as a PMO Analyst at XYZ Company.

    • Managed project portfolios and provided support to project managers.

    • Developed and maintained project management tools and templates.

    • Analyzed project data and prepared reports for senior management.

    • Assisted in project planning, budgeting, and resource allocation.

    • Coordinated project meetings and facilitated communication among stakeholders.

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am a detail-oriented PMO Analyst with experience in project management and data analysis.

    • I have a strong background in project management, having successfully managed multiple projects from initiation to completion.

    • I am skilled in data analysis and have used various tools and techniques to analyze project data and provide insights for decision-making.

    • I am highly organized and have a keen eye for detail, ensuring that...

  • Answered by AI
  • Q4. Why are you looking for a change?
  • Ans. 

    I am looking for a change to further develop my skills and broaden my experience in project management.

    • Seeking new challenges and opportunities for growth

    • Wanting to work in a different industry or with different types of projects

    • Desire to expand knowledge and skills in project management

    • Looking for a company with a strong project management culture

    • Seeking a better work-life balance or location

    • Wanting to work with a mor

  • Answered by AI
Round 3 - Assignment 

Project Management, Excel, Mathematics, LR

Round 4 - Technical 

(3 Questions)

  • Q1. Previous work experience, KPI's
  • Q2. Scenario Based Question
  • Q3. Why IC role coming from team role
  • Ans. 

    Moving from a team role to an IC role allows for a deeper focus on individual tasks and responsibilities.

    • Transitioning to an IC role allows for more autonomy and ownership over projects.

    • In a team role, the focus is on collaboration and coordination, whereas in an IC role, the focus is on individual contributions.

    • Moving to an IC role can provide opportunities for personal growth and development.

    • IC roles often involve mo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear with your concepts and don't hesitate asking them questions related to your growth path and future opportunities.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. We want QA do you give interview
  • Q2. Please give interview
Round 2 - Behavioral 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Quality questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR is responsive only till scheduling interview
HR is not responding after interview
Finally thank you email
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Project related questions
  • Q2. Financial instruments knowledge
Round 2 - One-on-one 

(2 Questions)

  • Q1. General project related questions
  • Q2. Financial domain in depth questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Froud company beware
  • Q2. After cleared all round they kept you on hold and after offer letter they revoke offer letter any time

Interview Preparation Tips

Interview preparation tips for other job seekers - Froud company after giving offer letter they said you now our position is on hold and revoke your offer letter beware

Data Analyst Interview Questions & Answers

Visa user image Vishwesh Dayama

posted on 18 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL Joins and remove duplicates
  • Q2. Function to create a transaction bin column
  • Ans. 

    Create a function to generate a transaction bin column based on transaction amounts.

    • Create bins based on transaction amounts (e.g. $0-$100, $101-$200, etc.)

    • Use pandas cut() function in Python to create bins

    • Assign bin labels to the transactions based on the bin ranges

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. A tough sql question

Data Analyst Interview Questions & Answers

Paytm user image Rahul Jindal

posted on 19 Sep 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sql questions on windows functions, subquery
  • Q2. Guesstimmate on how many cricket bat is solved in a year
  • Ans. 

    It is difficult to accurately estimate the number of cricket bats sold in a year without specific data.

    • The number of cricket bats sold in a year can vary based on factors such as seasonality, popularity of cricket, and market trends.

    • One approach to estimate could be to consider the total population of cricket-playing countries and the average number of bats owned by players.

    • Another approach could be to look at the sale...

  • Answered by AI

Data Analyst Interview Questions & Answers

PayPal user image Snehith Korukonda

posted on 21 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Topics were, DSA, SQL, PL/SQL, Data Augmentation

Round 2 - Coding Test 

Customer churn classification using a classification ML model

Round 3 - Technical 

(2 Questions)

  • Q1. Write a pseudo code for Bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start with the first element and compare it with the next element, swapping if necessary

    • Repeat this process for each pair of adjacent elements in the array until the entire array is sorted

    • Continue this process for each element in the array until no more swaps are ne

  • Answered by AI
  • Q2. What is an API
  • Ans. 

    An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods for requesting and receiving data between software applications

    • APIs can be used to access data from external sources, such as social media platforms or weather services

    • Examples of APIs include the Twitter API, Google Maps API, and Spotify API

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills and attention to detail

  • Answered by AI
  • Q2. Salaray compensation how much

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Common question like about yourself
  • Q2. Questions like stlc and roles responsibilities
  • Q3. How to do uat testing
  • Ans. 

    UAT testing involves testing the system in a real-world scenario by end users to ensure it meets their requirements.

    • Understand the requirements and scope of the system

    • Create test cases based on user scenarios

    • Execute test cases with real users

    • Document and report any issues found

    • Obtain user feedback for improvements

  • Answered by AI
  • Q4. What is agile process
  • Ans. 

    Agile process is a project management approach that emphasizes flexibility, collaboration, and incremental development.

    • Agile process involves breaking down projects into small, manageable tasks called user stories.

    • It focuses on frequent communication and collaboration between team members.

    • Iterations, or sprints, are used to deliver working software in short timeframes.

    • Adaptability and responding to change are key princ...

  • Answered by AI
  • Q5. What kind of testing is done in past
  • Ans. 

    Various types of testing were conducted in the past including functional testing, regression testing, performance testing, and user acceptance testing.

    • Functional testing to ensure the software functions as expected

    • Regression testing to check for any new bugs introduced after changes

    • Performance testing to assess the speed and stability of the software

    • User acceptance testing to validate if the software meets user require

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Case Study 

Aptitude Test + Mini Case

Round 2 - Assignment 

12 Problems based on Excel data

Round 3 - One-on-one 

(1 Question)

  • Q1. Power Day: 2 Case Interviews + 1 Product Interview

Interview Preparation Tips

Topics to prepare for CapitalOne Business Analyst interview:
  • Problem Solving
  • Break Even
  • Revenue Cost Structure
  • Contribution Margin
  • Expected Value
  • Qualitative Approach
  • Quantitative Approach

FIS Interview FAQs

How many rounds are there in FIS PMO Analyst interview?
FIS interview process usually has 4 rounds. The most common rounds in the FIS interview process are Assignment, Technical and Resume Shortlist.
How to prepare for FIS PMO Analyst 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 FIS. The most common topics and skills that interviewers at FIS expect are Business Strategy, Human Resource Management, Investment Management, Monitoring and Portfolio Management.

Tell us how to improve this page.

Join FIS Advancing the way the world pays, banks and investments

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 784 Interviews
Paytm Interview Questions
3.3
 • 751 Interviews
PhonePe Interview Questions
4.0
 • 296 Interviews
View all
FIS PMO Analyst Salary
based on 30 salaries
₹5.5 L/yr - ₹13 L/yr
12% more than the average PMO Analyst Salary in India
View more details

FIS PMO Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Engineer
2.7k salaries
unlock blur

₹7 L/yr - ₹29 L/yr

Software Engineer
1.6k salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Lead Engineer
681 salaries
unlock blur

₹7.3 L/yr - ₹26.4 L/yr

Team Member
675 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Senior Leader Engineer
634 salaries
unlock blur

₹9.9 L/yr - ₹30.5 L/yr

Explore more salaries
Compare FIS with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview