Upload Button Icon Add office photos

Filter interviews by

Universal Facility Services Senior Manager Finance & Accounts Interview Questions, Process, and Tips for Experienced

Updated 24 Apr 2022

Universal Facility Services Senior Manager Finance & Accounts Interview Experiences for Experienced

1 interview found

I was interviewed in Mar 2022.

Round 1 - HR 

(1 Question)

  • Q1. What was the past journey and introduce yourself.
Round 2 - Technical 

(5 Questions)

  • Q1. What is the cash flow and his activities?
  • Ans. 

    Cash flow refers to the movement of cash in and out of a business. It includes operating, investing, and financing activities.

    • Cash flow is the net amount of cash and cash equivalents that a business receives and spends over a specific period of time.

    • Operating activities include cash inflows and outflows related to the day-to-day operations of the business, such as sales and expenses.

    • Investing activities include cash in...

  • Answered by AI
  • Q2. What is capital budgeting and his technique?
  • Ans. 

    Capital budgeting is the process of planning and evaluating long-term investment decisions.

    • It involves analyzing potential investments and deciding which ones to pursue

    • Techniques include net present value, internal rate of return, and payback period

    • Factors considered include cash flows, risk, and opportunity cost

    • Example: deciding whether to invest in a new production facility or upgrade existing equipment

    • Effective capi...

  • Answered by AI
  • Q3. What is MIS and advantages?
  • Ans. 

    MIS stands for Management Information System. It is a computer-based system that provides information to support decision-making.

    • MIS helps in collecting, processing, storing, and analyzing data to provide information for decision-making.

    • It provides real-time information to managers to make informed decisions.

    • MIS helps in identifying trends and patterns in data, which can be used to improve business processes.

    • It helps i...

  • Answered by AI
  • Q4. What is product life cycle and how to excuted?
  • Ans. 

    Product life cycle refers to the stages a product goes through from introduction to decline.

    • Product life cycle consists of four stages: introduction, growth, maturity, and decline.

    • During the introduction stage, the product is launched and market awareness is created.

    • In the growth stage, sales and profits increase as the product gains market acceptance.

    • The maturity stage is characterized by stable sales and intense comp...

  • Answered by AI
  • Q5. What is accrued concept and explain that?
  • Ans. 

    Accrued concept refers to the recognition of revenue or expenses that have been incurred but not yet received or paid.

    • Accrued concept is a fundamental accounting principle.

    • It involves recognizing revenue or expenses in the financial statements before they are actually received or paid.

    • Accrued revenue refers to revenue that has been earned but not yet received, such as interest income or rent.

    • Accrued expenses refer to e...

  • Answered by AI
Round 3 - Group Discussion 

Sponsorship with organization etc

Interview Preparation Tips

Topics to prepare for Universal Facility Services Senior Manager Finance & Accounts interview:
  • Account
  • Finance
Interview preparation tips for other job seekers - Just you will have to currently used method in organization , at the investment point of view,

Interview questions from similar companies

I applied via Referral and was interviewed before Aug 2021. 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 - HR 

(3 Questions)

  • Q1. Reason for job change
  • Q2. What is your CTC expectation?
  • Q3. Brief about your work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Build high class resume and be confident.

I applied via Referral and was interviewed before Nov 2021. 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 - Group Discussion 

Introduction initiated by 3 people. 2 people starts technical discussion. 1 started managerial discussion

Round 3 - HR 

(2 Questions)

  • Q1. Normal HR questions. Why to leave current company? Etc why wipro? Salary negotiation
  • Q2. Why join wipro and not other?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for all your answers on resume. Dont fake resume.

I applied via Walk-in and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I have asked lots of typical interview questions , through out basics and practical .

Interview Preparation Tips

Interview preparation tips for other job seekers - The best 3 advice I can give to others if they want to get a job by cracking the interview
1) read out , Google and gather as much info you can get regarding the company , their Business models , revenue , shares , branches , work mode , profits everything , and which position you're applying for .
2) value your self , brand yourself , proven by communication that you're a well needed hire for the company
3) get thought the ideas , values and skills that you can give toward the company , how can you change a bit , upgrade their position , what changes can you bring on the table .

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Share some of the challenges that you faced in your projects. And how did you overcome those.
Round 2 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay honest with you answers, keeping them to the the point and never hesitate to say "do not know" for any question that you have no answer.

I applied via Naukri.com and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Promises and observables?
  • Q2. Component communication in Angular with example.
  • Ans. 

    Component communication in Angular involves passing data between components.

    • Parent to child communication using @Input decorator

    • Child to parent communication using @Output decorator and EventEmitter

    • Sibling component communication using a shared service

    • Example: Passing data from parent component to child component using @Input() decorator

    • Example: Emitting an event from child component to parent component using @Output()

  • Answered by AI
  • Q3. Css positions
  • Q4. Life cycles in Angular and React
  • Ans. 

    Angular and React have different life cycle methods for components.

    • Angular has OnInit, OnDestroy, and ngOnChanges methods.

    • React has componentDidMount, componentWillUnmount, and componentDidUpdate methods.

    • These methods allow developers to control what happens at different stages of a component's life cycle.

    • For example, ngOnInit in Angular is called when a component is initialized, while componentDidMount in React is cal

  • Answered by AI
  • Q5. Call,apply and bind methods
  • Ans. 

    Call, apply and bind are methods used to manipulate the 'this' keyword in JavaScript.

    • Call method allows you to call a function with a specified 'this' value and arguments provided individually.

    • Apply method allows you to call a function with a specified 'this' value and arguments provided as an array.

    • Bind method returns a new function with a specified 'this' value and arguments provided as a list.

    • Example: function greet...

  • Answered by AI
  • Q6. Es6 features
  • Ans. 

    ES6 features are new additions to JavaScript that make coding easier and more efficient.

    • Arrow functions for concise syntax

    • Let and const for block scoping

    • Template literals for string interpolation

    • Destructuring for easy object and array manipulation

    • Spread and rest operators for easy array manipulation

    • Classes for object-oriented programming

    • Promises for asynchronous programming

    • Default parameters for function arguments

    • Modul

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically every interview starts with basics so my advise to Brush up basics on frond end technology like html,css and js. Based on the answers interviewer will take you to next level, with live examples and asks us how to handle those examples.
I faced 3 technical interviews phone & skype and one hr interview.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was all related to my field that is datacenter

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was the telephonic one which was all about technical and further clearing the round was asked for face to face interview with the manager where the further general questions were asked about the family background ad then further more into depth of technical knowledge Related to my field and then after clearing the round there was another interview with general manager And then further HR round

I applied via Walk-in and was interviewed before Oct 2021. 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 

Engilsh, basic maths knowledge

Round 3 - HR 

(2 Questions)

  • Q1. Normally about your self introduction and work experiences
  • Q2. There ask about work experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all good company. Good company for experiences

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked about IND AS 115 & 116 and whatever is there in resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Your introduction is very important. The more elaborative introduction you will give, the more confident you will look to the interviewer. Your introduction can cover your complete resume, whatever you did in your last job/articleship/internship, wherever you represented your school, academic qualification, etc.. They basically evaluate your communication skill and how much you are comfortable working in corporate environment and also, if you are comfortable in relocating yourself. All the very best.

I applied via Walk-in and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is your dream

Interview Preparation Tips

Interview preparation tips for other job seekers - be yourself

Universal Facility Services Interview FAQs

How many rounds are there in Universal Facility Services Senior Manager Finance & Accounts interview for experienced candidates?
Universal Facility Services interview process for experienced candidates usually has 3 rounds. The most common rounds in the Universal Facility Services interview process for experienced candidates are HR, Technical and Group Discussion.
What are the top questions asked in Universal Facility Services Senior Manager Finance & Accounts interview for experienced candidates?

Some of the top questions asked at the Universal Facility Services Senior Manager Finance & Accounts interview for experienced candidates -

  1. What is product life cycle and how to excut...read more
  2. What is capital budgeting and his techniq...read more
  3. What is accrued concept and explain th...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Compare Universal Facility Services with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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