Upload Button Icon Add office photos

Filter interviews by

Powersoft Global Solutions Interview Questions and Answers

Updated 16 Apr 2025
Popular Designations

6 Interview questions

A Process Associate was asked 3mo ago
Q. What is a 3-way match?
Ans. 

A 3-way match is a process used in procurement to ensure accuracy by comparing the purchase order, invoice, and receipt.

  • Involves three documents: Purchase Order (PO), Invoice, and Goods Receipt.

  • Ensures that the quantity and price on the invoice match the PO.

  • Confirms that the goods received match what was ordered.

  • Example: If a company orders 100 units of a product, the invoice should reflect that same quantity and ...

View all Process Associate interview questions
A Process Associate was asked 3mo ago
Q. What are the legal requirements for a valid invoice?
Ans. 

Legal validations of an invoice ensure compliance with laws and regulations, confirming its authenticity and accuracy.

  • Verification of supplier details: Ensure the supplier's name, address, and tax identification number are accurate.

  • Invoice date: Check that the invoice date is within the acceptable timeframe for payment and aligns with the delivery of goods/services.

  • Tax compliance: Confirm that applicable taxes (e....

View all Process Associate interview questions
A Process Associate was asked 3mo ago
Q. Explain the Accounts Payable process.
Ans. 

Accounts payable is the process of managing and processing a company's obligations to pay off short-term debts to its creditors.

  • Involves receiving and verifying invoices from suppliers.

  • Ensures that goods/services received match the purchase order.

  • Processes payments to vendors within agreed terms to maintain good relationships.

  • Utilizes software systems for tracking and managing payables efficiently.

  • Example: A compa...

View all Process Associate interview questions
A Process Associate was asked 3mo ago
Q. What is Bank Reconciliation Statement (BRS)?
Ans. 

BRS stands for Business Requirements Specification, detailing project requirements and expectations.

  • BRS outlines the business needs and objectives for a project.

  • It serves as a communication tool between stakeholders and developers.

  • Example: A BRS for a new software application may include user requirements, system features, and performance metrics.

  • BRS is often created before the Functional Requirements Specificatio...

View all Process Associate interview questions
A Cloud Engineer was asked
Q. What is GCP and what are its features?
Ans. 

GCP (Google Cloud Platform) is a suite of cloud computing services provided by Google.

  • Offers computing, storage, databases, machine learning, and more

  • Provides tools for data analytics, IoT, and AI

  • Supports serverless computing with Google Cloud Functions

  • Allows for easy scalability and flexibility

  • Offers a global network of data centers for low-latency performance

View all Cloud Engineer interview questions
A Process Associate was asked 3mo ago
Q. What are the golden rules of accounting?
Ans. 

Golden rules of accounting guide how to record financial transactions accurately.

  • 1. Debit what comes in, credit what goes out. Example: When cash is received, debit cash account.

  • 2. Debit the receiver, credit the giver. Example: When a service is provided, debit the accounts receivable.

  • 3. Debit all expenses and losses, credit all incomes and gains. Example: When a sale is made, credit the sales account.

View all Process Associate interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image

Powersoft Global Solutions Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is GCP and its fetaures
  • Q2. Big query architecure
  • Q3. Airflow architecture
  • Q4. Noo0000000000000000000000000
Round 2 - HR 

(2 Questions)

  • Q1. Salary discuttions
  • Q2. Location preference

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Explain about Accounts payable process
  • Q2. Golden rules of accounting
  • Q3. What is BRS
  • Ans. 

    BRS stands for Business Requirements Specification, detailing project requirements and expectations.

    • BRS outlines the business needs and objectives for a project.

    • It serves as a communication tool between stakeholders and developers.

    • Example: A BRS for a new software application may include user requirements, system features, and performance metrics.

    • BRS is often created before the Functional Requirements Specification (FR...

  • Answered by AI
  • Q4. What is 3 way match
  • Q5. What are legal validations of an invoice
  • Ans. 

    Legal validations of an invoice ensure compliance with laws and regulations, confirming its authenticity and accuracy.

    • Verification of supplier details: Ensure the supplier's name, address, and tax identification number are accurate.

    • Invoice date: Check that the invoice date is within the acceptable timeframe for payment and aligns with the delivery of goods/services.

    • Tax compliance: Confirm that applicable taxes (e.g., V...

  • Answered by AI

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Powersoft Global Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Do you know java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. What is fan trap? How to solve it? Give one example.
  • Q2. Two tables are joined. But joined type are not mentioned, then how much records will retrieve using select statement.
  • Ans. 

    The number of records retrieved depends on the default join type, which is usually INNER JOIN, returning matching records only.

    • If INNER JOIN is assumed, only records with matching keys in both tables are returned.

    • For example, if Table A has 5 records and Table B has 3 matching records, the result will be 3.

    • If LEFT JOIN is assumed, all records from the left table and matching records from the right table are returned.

    • Fo...

  • Answered by AI
  • Q3. How to use dynamic break in report?
  • Ans. 

    Dynamic break in report allows for automatic page breaks based on data.

    • Define a break field in the report design

    • Set the break field to trigger a page break when its value changes

    • Use dynamic break to automatically adjust page breaks based on data

    • Example: A report on sales by region can use dynamic break to create a new page for each region

  • Answered by AI
  • Q4. Use of foreach function in report.
  • Ans. 

    Foreach function is used to iterate through an array of strings in a report.

    • Foreach function is used to loop through each element in an array of strings.

    • It can be used to display each element in a report.

    • Example: foreach(string item in stringArray){ Console.WriteLine(item); }

  • Answered by AI
  • Q5. What is Aggregate awareness? When we use it? Syntax of it.
  • Ans. 

    Aggregate awareness is a feature in Business Objects that allows reports to be optimized for performance by using aggregate tables.

    • Aggregate awareness is used when creating reports in Business Objects

    • It allows the report to use aggregate tables instead of detailed tables for improved performance

    • Syntax: AGGR_AWARE(, ,

      )

    • Example: AGGR_AWARE(Product, Sum(Sales), Sales_Fact_Table)

    • Answered by AI
    • Q6. @prompt function syntax and it's use.
    • Ans. 

      The @prompt function syntax is used to display a prompt message to the user and receive input.

      • The syntax is @prompt('message', 'default value')

      • The message is the prompt message to be displayed to the user

      • The default value is optional and will be displayed in the input field

      • The function returns the value entered by the user

    • Answered by AI

      Skills evaluated in this interview

      I applied via Other and was interviewed in Nov 2020. There were 8 interview rounds.

      Interview Questionnaire 

      1 Question

      • Q1. What will your work for this company?hard work ?smart work?

      Interview Preparation Tips

      Interview preparation tips for other job seekers - Be brave and honest

      I applied via Referral and was interviewed in Sep 2020. There was 1 interview round.

      Interview Questionnaire 

      2 Questions

      • Q1. Why you want to change job.
      • Q2. Is it wrong to say that I want to change job for betterment in every aspect.

      Interview Preparation Tips

      Interview preparation tips for other job seekers - Afterall I also have family and expenses are raising so definitely I need more salary and I will switch if I have opportunities.

      I appeared for an interview before Aug 2020.

      Interview Questionnaire 

      1 Question

      • Q1. Basically asked about previous job profile and past experience

      Interview Preparation Tips

      Interview preparation tips for other job seekers - While giving interview, just be confident , relax and try to make eye to eye contact, give confident answer

      I applied via Campus Placement and was interviewed before Mar 2020. There were 5 interview rounds.

      Interview Questionnaire 

      1 Question

      • Q1. I was placed through campus . Did not have to give the appitude / online exam as I was among top 10 students from the college . In the interview panel ,we had 3 people .one manager and two technical / staf...

      Interview Preparation Tips

      Interview preparation tips for other job seekers - Be confident and try to answer all. If something is out of your scope and you don't know ,politely tell them you don't know . Keep yourself engaged with the panel . In between talk to them , just do not give long pause and stares . It make things akward . Hope it helps

      I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

      Interview Questionnaire 

      1 Question

      • Q1. About my job profile I worked with and relevant details

      Interview Preparation Tips

      Interview preparation tips for other job seekers - Be confident, no need to panic

      I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

      Interview Questionnaire 

      3 Questions

      • Q1. C++ basic
      • Q2. Hh
      • Q3. Yy

      Interview Preparation Tips

      Interview preparation tips for other job seekers - Hh

      Powersoft Global Solutions Interview FAQs

      How many rounds are there in Powersoft Global Solutions interview?
      Powersoft Global Solutions interview process usually has 2 rounds. The most common rounds in the Powersoft Global Solutions interview process are Technical and HR.
      What are the top questions asked in Powersoft Global Solutions interview?

      Some of the top questions asked at the Powersoft Global Solutions interview -

      1. What are legal validations of an invo...read more
      2. what is GCP and its fetau...read more
      3. Explain about Accounts payable proc...read more

      Tell us how to improve this page.

      Overall Interview Experience Rating

      4.7/5

      based on 3 interview experiences

      Difficulty level

      Moderate 100%

      Duration

      Less than 2 weeks 100%
      View more

      Interview Questions from Trending Companies on AmbitionBox

      Wipro Interview Questions
      3.7
       • 6.2k Interviews
      Swiggy Interview Questions
      3.7
       • 485 Interviews
      Tata Capital Interview Questions
      4.0
       • 171 Interviews
      Lowe's Interview Questions
      4.1
       • 138 Interviews
      IDFC FIRST Bank Interview Questions
      3.9
       • 785 Interviews
      Nagarro Interview Questions
      3.9
       • 812 Interviews
      Zepto Interview Questions
      3.5
       • 316 Interviews
      ZS Interview Questions
      3.3
       • 479 Interviews
      TELUS Digital Interview Questions
      3.6
       • 120 Interviews
      eClerx Interview Questions
      3.2
       • 586 Interviews
      View all

      Powersoft Global Solutions Reviews and Ratings

      based on 40 reviews

      4.7/5

      Rating in categories

      4.6

      Skill development

      4.7

      Work-life balance

      4.4

      Salary

      4.5

      Job security

      4.5

      Company culture

      4.2

      Promotions

      4.5

      Work satisfaction

      Explore 40 Reviews and Ratings
      Software Engineer
      79 salaries
      unlock blur

      ₹3.5 L/yr - ₹10.4 L/yr

      Devops Engineer
      37 salaries
      unlock blur

      ₹5 L/yr - ₹10 L/yr

      Softwaretest Engineer
      29 salaries
      unlock blur

      ₹4 L/yr - ₹8.5 L/yr

      Software Developer
      26 salaries
      unlock blur

      ₹3.4 L/yr - ₹8 L/yr

      Senior Software Engineer
      24 salaries
      unlock blur

      ₹8 L/yr - ₹14 L/yr

      Explore more salaries
write
Share an Interview