Upload Button Icon Add office photos

Filter interviews by

Powersoft Global Solutions Cloud Engineer Interview Questions and Answers

Updated 24 Apr 2024

Powersoft Global Solutions Cloud Engineer Interview Experiences

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

Top trending discussions

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

Interview questions from similar companies

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.

write
Share an Interview