Outsystems Developer
Outsystems Developer Interview Questions and Answers
Q1. what is constructor and destructor
Constructor and destructor are methods used in object-oriented programming to initialize and destroy objects respectively.
Constructor is a method that is called when an object is created and is used to initialize the object's properties.
Destructor is a method that is called when an object is destroyed and is used to free up any resources that the object was using.
In C++, the constructor and destructor have the same name as the class and are preceded by a tilde (~) for the des...read more
Q2. wap to print star pyramid pattern
A program to print a pyramid pattern using stars.
Take input for the number of rows for the pyramid
Use nested loops to print the pattern
The outer loop will iterate through the rows
The inner loop will print the stars for each row
The number of stars to print in each row will be equal to the row number
Outsystems Developer Jobs
Interview Questions of Similar Designations
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
Reviews
Interviews
Salaries
Users/Month