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 Senior Software Engineer Interview Questions and Answers

Updated 27 Nov 2024

OutSystems Senior Software Engineer Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. Questions around kubernetes, helm charts
  • Q2. Simple Algo question on string
  • Q3. SQL query question

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR was really good. Prompt in responding and setup the interview quickly. The interviewers were really good too. Joined the interview on time. They asked specific questions in Kubernetes, docker, helm charts. Overall a good conversation and a good experience.

Senior Software Engineer Jobs at OutSystems

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sql mcq questions with medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. What is inheritance? What are advantages of oops? What's indexing in sql?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Advantages of OOPs include reusability, modularity, and flexibility in code design.

    • Indexing in SQL is a way to optimize database queries by creating indexes on columns to improve search performance.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What was your previous job role? What methodologies did you follow while working?
  • Ans. 

    I was a Software Developer at XYZ Company. I followed Agile and Scrum methodologies.

    • Worked as a Software Developer at XYZ Company

    • Followed Agile and Scrum methodologies for project management

    • Participated in daily stand-up meetings, sprint planning, and retrospectives

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are you leaving your current organization?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for new challenges and opportunities for professional growth

    • Interested in working on different technologies or projects

    • Seeking a more collaborative or innovative work environment

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is VTable and VPtr
  • Ans. 

    VTable is a table of function pointers used in object-oriented programming to implement polymorphism. VPtr is a pointer to the VTable.

    • VTable is used to store pointers to virtual functions in a class.

    • VPtr points to the VTable of an object to enable dynamic dispatch of virtual functions.

    • VTable and VPtr are used in C++ to implement polymorphism and dynamic binding.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions that includes coding as well
Round 2 - Technical 

(1 Question)

  • Q1. Technical and Managerial discussion
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Software Engineer Interview Questions & Answers

CyberArk user image Prasad Ashok Ajmire

posted on 29 Feb 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. List tuple python memory management Codig question RestAPIs HTTP methods State Management UI
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DSA based Questions- Strings, Stack and Linked List
Round 2 - Technical 

(1 Question)

  • Q1. DSA and Conceptual Based Question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic quantitative, logical reasoning along with few technical questions

Round 2 - Technical 

(1 Question)

  • Q1. Core subjects on opps, Ds, and resume based
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Based on Data Structures- Basic question like strings, stacks and Linked List
Round 2 - Technical 

(1 Question)

  • Q1. This interview included DSA, Conceptual and Database Questions- It was one level harder than 1st round
Round 3 - Technical 

(1 Question)

  • Q1. This round was with architect and it was also related to DSA and databse
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concat two LinkedList without using any space and in O(n) time
  • Ans. 

    Concatenate two LinkedList without using extra space in O(n) time

    • Traverse the first LinkedList and update the last node's next pointer to the head of the second LinkedList

    • Return the head of the first LinkedList as the concatenated LinkedList

  • Answered by AI
  • Q2. 2 Sql Queries -1] rank window function 2] join
  • Q3. Project focused
Round 2 - Technical 

(3 Questions)

  • Q1. Discussion about Interfaces
  • Q2. Discussion about Dependency Injection in .net
  • Q3. Multiple .net questions
Round 3 - Technical 

(5 Questions)

  • Q1. Create Data structure to store file system like tree. it should get used for file and folder both.? find count of files in folder ?
  • Q2. Redis cache system
  • Q3. System designing Discussion
  • Q4. Dependency Injection discussion
  • Q5. Project in depth discussion
Round 4 - Behavioral 

(2 Questions)

  • Q1. Project Focused questions
  • Q2. What are your contributions in projects
  • Ans. 

    I have contributed to various projects by developing new features, fixing bugs, and optimizing code.

    • Developed new features based on client requirements

    • Fixed bugs reported by QA team

    • Optimized code for better performance

    • Collaborated with team members to meet project deadlines

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Energy Exemplar Software Engineer interview:
  • SQL
  • Data Structures
  • C#.Net

Skills evaluated in this interview

OutSystems Interview FAQs

How many rounds are there in OutSystems Senior Software Engineer interview?
OutSystems interview process usually has 1 rounds. The most common rounds in the OutSystems interview process are Technical.
How to prepare for OutSystems Senior 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 Python, Application Development, Agile, Cloud Computing and Data Modeling.
What are the top questions asked in OutSystems Senior Software Engineer interview?

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

  1. Questions around kubernetes, helm cha...read more
  2. Simple Algo question on str...read more
  3. SQL query quest...read more

Tell us how to improve this page.

OutSystems Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
OutSystems Senior Software Engineer Salary
based on 5 salaries
₹24.5 L/yr - ₹50 L/yr
103% more than the average Senior Software Engineer Salary in India
View more details

OutSystems Senior Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

5.0

Work-life balance

4.0

Salary

1.0

Job security

4.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer
5 salaries
unlock blur

₹12.1 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.4
Compare

Flixstock

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