Upload Button Icon Add office photos
Engaged Employer

i

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

OutSystems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

OutSystems Software Engineer Interview Questions and Answers

Updated 25 Jun 2024

OutSystems Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic devops quesions
  • Q2. Cicd tools, git, k8
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Talk about micro services
  • Ans. 

    Microservices are a software architecture design where applications are broken down into smaller, independent services that communicate with each other through APIs.

    • Microservices allow for greater flexibility and scalability in software development.

    • Each microservice is responsible for a specific function or feature of the application.

    • Microservices can be developed, deployed, and scaled independently of each other.

    • Examp...

  • Answered by AI
  • Q2. Pros and cons of using a micro service
  • Ans. 

    Microservices offer scalability and flexibility but can introduce complexity and communication overhead.

    • Pros: Scalability - allows for independent scaling of services

    • Pros: Flexibility - enables teams to work on different services independently

    • Cons: Complexity - managing multiple services can be challenging

    • Cons: Communication overhead - services need to communicate over the network

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Jobs at OutSystems

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Level of questions are pretty good, nothing like typical theoretical interviewer looking more towards the practical knowledge
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Print palindrome
Binary search

Round 2 - Technical 

(1 Question)

  • Q1. Java, spring boot and Micro service related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Around 1 hour with 2 coding and few aptitude questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Regarding linked lists
  • Q2. Data Structures
Round 3 - HR 

(2 Questions)

  • Q1. Given few situations
  • Q2. Asked about few other details

I applied via Approached by Company and was interviewed before Oct 2021. There were 5 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 - One-on-one 

(1 Question)

  • Q1. Just discussions about my past experience. It was a phone interview
Round 3 - Coding Test 

Some basic node js coding like reading from a file, crud operations

Round 4 - Technical 

(1 Question)

  • Q1. Database schema and system design
Round 5 - Aptitude Test 

It was mainly some behavioural questions and math aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on algorithms and database designs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design a paginated list of items, then improve efficiency
  • Ans. 

    Design a paginated list of items and improve efficiency

    • Implement lazy loading to fetch data only when needed

    • Use caching to store previously fetched data for faster retrieval

    • Optimize database queries to reduce load times

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basics on Javascript, ReactJS

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Implement readers-writer lock
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It was more into problem solving using python
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

Skills evaluated in this interview

OutSystems Interview FAQs

How many rounds are there in OutSystems Software Engineer interview?
OutSystems interview process usually has 1-2 rounds. The most common rounds in the OutSystems interview process are Technical and Resume Shortlist.
How to prepare for OutSystems Software Engineer 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 OutSystems. The most common topics and skills that interviewers at OutSystems expect are Application Development, Agile, Cloud Computing, Troubleshooting and Computer science.
What are the top questions asked in OutSystems Software Engineer interview?

Some of the top questions asked at the OutSystems Software Engineer interview -

  1. pros and cons of using a micro serv...read more
  2. talk about micro servi...read more
  3. basic devops quesi...read more

Tell us how to improve this page.

OutSystems Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
OutSystems Software Engineer Salary
based on 6 salaries
₹5.5 L/yr - ₹18.5 L/yr
35% more than the average Software Engineer Salary in India
View more details

OutSystems Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

2.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Manager, Software Engineer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Software Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer
6 salaries
unlock blur

₹5.5 L/yr - ₹18.5 L/yr

Technical Lead
5 salaries
unlock blur

₹16 L/yr - ₹30 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹24.5 L/yr - ₹50 L/yr

Sdet Engineer
5 salaries
unlock blur

₹9 L/yr - ₹9 L/yr

Lead Software Engineer
4 salaries
unlock blur

₹22 L/yr - ₹60 L/yr

Explore more salaries
Compare OutSystems with

Salesforce

4.0
Compare

Exotel

3.1
Compare

Azuga Telematics

3.3
Compare

Flixstock

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