Premium Employer

i

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

Bentley Systems Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 146 Reviews

Filter interviews by

Bentley Systems Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Bentley Systems Interview Questions and Answers

View all 21 questions

Bentley Systems Interview Experiences

Popular Designations

20 interviews found

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

It was good. The platform could be better.

Round 2 - Technical 

(1 Question)

  • Q1. Explain code from Round 1
  • Ans. 

    The code from Round 1 involved implementing a sorting algorithm in Python.

    • Implemented a sorting algorithm in Python

    • Used concepts like loops, conditionals, and list manipulation

    • Example: Implemented bubble sort or selection sort

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question about Tree and Linked List.
Round 4 - Technical 

(1 Question)

  • Q1. Questions from OOPs, DBs. Practical questions
Round 5 - HR 

(1 Question)

  • Q1. Create class, constructor, inheritance various scenarios related to that
Round 6 - HR 

(1 Question)

  • Q1. HR questions like goals, aspirations etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be familiar with basics.

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

A good, basic understanding will suffice.

Round 2 - Technical 

(1 Question)

  • Q1. Questions about OOPs, DBMS. Fundamental understanding will work

Top Bentley Systems Associate Software Engineer Interview Questions and Answers

Q1. Write a function to swap. What exceptions it may throw?
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Coding Test 

First Round was Coding Test On Codility Platform . 3 Questions were Asked On Medium to Hard Level Arrays and Strings Topics.

Round 2 - Technical 

(4 Questions)

  • Q1. Questions on the Approach of Solving the 1st Round Coding Problems.
  • Q2. Questions on String Methods , Questions on String Palindrome and Substrings Palindrome.
  • Q3. Sorting Techniques on Arrays , Questions on Two-Dimensional Arrays.
  • Q4. Questions on Writing Base and Different Test Cases as per the Mentioned Problem Statement Given.
Round 3 - Technical 

(8 Questions)

  • Q1. Pillars of Object Oriented Programming. Real Life Example of Pillars of OOPS.
  • Ans. 

    Pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism. Real life example: Vehicles.

    • Inheritance: Car and Bike classes inheriting from Vehicle class.

    • Encapsulation: Data hiding in a class to protect it from outside interference.

    • Abstraction: Using a remote control to operate a TV without knowing its internal workings.

    • Polymorphism: Overloading a method with different parameters in a class.

  • Answered by AI
  • Q2. Is Function Overloading the Only Example of Compile Time Polymorphism ?
  • Ans. 

    No, Function Overloading is not the only example of Compile Time Polymorphism.

    • Function Templates are another example of Compile Time Polymorphism where a single function can operate on different data types.

    • Operator Overloading is also an example of Compile Time Polymorphism where operators can be overloaded to work with different data types.

    • Static Polymorphism achieved through method overloading is another example of C

  • Answered by AI
  • Q3. Difference Between Arrays and LinkedLists. Cons and Pros of Using Them. Which Out of Both Would be Preferable in Different Situations ?
  • Ans. 

    Arrays store elements in contiguous memory locations, while LinkedLists store elements in nodes with pointers to the next element.

    • Arrays have constant time access to elements using index, while LinkedLists have O(n) access time as they need to traverse from the beginning.

    • Arrays have fixed size, while LinkedLists can dynamically grow and shrink in size.

    • Arrays are better for random access and search operations, while Lin...

  • Answered by AI
  • Q4. Creating LinkedList Class , Insertion and Deletion in a LinkedList , Reversing and Sorting a LinkedList , Questions on Circular Linked List.
  • Ans. 

    Answering questions related to LinkedList operations and Circular LinkedList.

    • LinkedList Class: Implement a class with nodes containing data and a reference to the next node.

    • Insertion: Add a new node at the beginning, end, or at a specific position in the LinkedList.

    • Deletion: Remove a node by updating references to skip over it.

    • Reversing: Traverse the LinkedList and reverse the links between nodes.

    • Sorting: Implement a s...

  • Answered by AI
  • Q5. Questions Based on Binary Trees , Binary Search Trees and Recursion.
  • Q6. Reverse a String without Using Any Loop or Using Any Other Data Structure.
  • Ans. 

    Use recursion to reverse the string without using loops or other data structures.

    • Create a recursive function that takes the string as input.

    • In the function, check if the string is empty or has only one character, return the string in that case.

    • Otherwise, call the function recursively with the substring excluding the first character and concatenate the first character at the end.

  • Answered by AI
  • Q7. Program to Find the Maximum Occurring Number in an Array. Which Data Structure can be Used for Making the Code More Efficient ?
  • Ans. 

    Use a hashmap to store frequency of each number in the array for efficient retrieval of maximum occurring number.

    • Use a hashmap to store the frequency of each number in the array.

    • Iterate through the array and update the frequency count in the hashmap.

    • Find the number with the highest frequency in the hashmap to get the maximum occurring number.

  • Answered by AI
  • Q8. What is Multi-Threading in Java ? What are Generics ?
  • Ans. 

    Multi-Threading in Java allows multiple threads to execute concurrently. Generics in Java enable type-safe collections and classes.

    • Multi-Threading in Java allows for concurrent execution of multiple threads.

    • Generics in Java enable type-safe collections and classes by allowing the use of parameterized types.

    • Example of Multi-Threading: creating a new thread using the Thread class and implementing the run() method.

    • Example...

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. Questions Based on Resume , Skills and Projects.
  • Q2. Why Bentley Systems ?
  • Ans. 

    Bentley Systems is a global leader in infrastructure engineering software, providing innovative solutions for sustainable development.

    • Bentley Systems offers cutting-edge technology and tools for infrastructure engineering projects.

    • The company has a strong reputation for innovation and sustainability in the industry.

    • Bentley Systems has a global presence, providing opportunities to work on diverse projects around the wor...

  • Answered by AI
  • Q3. Questions Based on Previous Employment and Internships.
  • Q4. How Soon You Can Join Us ?

Skills evaluated in this interview

Top Bentley Systems Associate Software Engineer Interview Questions and Answers

Q1. Write a function to swap. What exceptions it may throw?
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They asked two medium level coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain 4 pillars of OOP.
  • Ans. 

    The 4 pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability for objects to be treated as instances of their parent class.

    • Abstraction: Hiding the complex implementation details and showing only the necessa

  • Answered by AI

Software Engineer Intern Trainee Interview Questions asked at other Companies

Q1. find average salary of employees from given table for each designation where employee age greater than 30
View answer (1)

Bentley Systems interview questions for popular designations

 Associate Software Engineer

 (6)

 Software Engineer Intern Trainee

 (2)

 Associate Software Developer

 (1)

 Graduate Engineer

 (1)

 Housekeeping Supervisor

 (1)

 HR Specialist

 (1)

 Intern

 (1)

 Marketing Intern

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain yourself
  • Q2. How much do you know about the product
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain why you want to join
  • Q2. Explain where do want to go in next 5 years

Technical Support Executive Interview Questions asked at other Companies

Q1. 1. How to install windows 2. How to make pen drive bootable 3.What is taskbar 4.what is task manager 5.How to make partition in hard drive 6. How to activate windows
View answer (2)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It was for 2 hours, there were 3 questions

Round 2 - Coding Test 

On-paper test which had to be appeared from Kolkata

Round 3 - Technical 

(1 Question)

  • Q1. Mainly based on JS and oops

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Jobs at Bentley Systems

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 question . . . . . . . . . . .

Round 2 - Coding Test 

2 questions . . . . . . . .

Round 3 - Technical 

(2 Questions)

  • Q1. Oops . . . . . .
  • Q2. Projects . . . . . .. .

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a 75 mins coding round with array strings and matrix problem were there

Round 2 - Coding Test 

Round 2 was another coding round with graph and arrays questions were there

Round 3 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Oops concepts explain with examples
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q3. Projects explain with role

Skills evaluated in this interview

Top Bentley Systems Associate Software Engineer Interview Questions and Answers

Q1. Write a function to swap. What exceptions it may throw?
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - All rounder 

(1 Question)

  • Q1. Discipline and timeing frist in my life and hard working thankyou sir 🙏
Round 2 - HR 

(3 Questions)

  • Q1. I am very hard working person sir 🙏
  • Q2. What is the next question ❓
  • Q3. Workig fast in morning 🌄 in all campus areas
Round 3 - One-on-one 

(1 Question)

  • Q1. Every time and day cleand all areas

Interview Preparation Tips

Topics to prepare for Bentley Systems Housekeeping Supervisor interview:
  • Housekeeping

Housekeeping Supervisor Interview Questions asked at other Companies

Q1. Where types chemical available in sodexo 2 types chemical available 1) NON INFECTED AREA USE 2) INFECTED AREA USE
View answer (13)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

I received easy to medium LeetCode questions, which focused on basic math and hash maps.

Round 2 - Technical 

(1 Question)

  • Q1. Discussion on resume, told me to design database tables and classes for an ordering system.
Round 3 - Technical 

(1 Question)

  • Q1. Again discussion on resume projects and current ongoing internship.
Round 4 - HR 

(2 Questions)

  • Q1. What you know about the company?
  • Q2. Tell your interests outside study.

Interview Preparation Tips

Topics to prepare for Bentley Systems Associate Software Engineer interview:
  • OOPS
  • DSA
  • Database
  • Operating Systems
Interview preparation tips for other job seekers - Prepare DSA well so that you can solve medium Leetcode questions. Don't forget to brush up on CS core subjects and be prepared to answer any question from your resume.

Top Bentley Systems Associate Software Engineer Interview Questions and Answers

Q1. Write a function to swap. What exceptions it may throw?
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Bentley Systems Interview FAQs

How many rounds are there in Bentley Systems interview?
Bentley Systems interview process usually has 3-4 rounds. The most common rounds in the Bentley Systems interview process are Technical, Coding Test and HR.
How to prepare for Bentley Systems 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 Bentley Systems. The most common topics and skills that interviewers at Bentley Systems expect are Simulation, Microstation, Project Delivery, Mining and Recruitment.
What are the top questions asked in Bentley Systems interview?

Some of the top questions asked at the Bentley Systems interview -

  1. Write a function to swap. What exceptions it may thr...read more
  2. If there is any bug/defect leakage, how will you tackle that situation and what...read more
  3. What data structures would you use to save imag...read more

Tell us how to improve this page.

Bentley Systems Interview Process

based on 20 interviews

Interview experience

4.4
  
Good
View more
Join Bentley Systems Providing software that advances the world’s infrastructure.

Interview Questions from Similar Companies

Amdocs Interview Questions
3.8
 • 528 Interviews
Globant Interview Questions
3.9
 • 169 Interviews
Dassault Systemes Interview Questions
4.0
 • 157 Interviews
PTC Interview Questions
4.2
 • 63 Interviews
Autodesk Interview Questions
4.3
 • 38 Interviews
Trimble Interview Questions
4.2
 • 26 Interviews
AVEVA Interview Questions
4.3
 • 26 Interviews
View all

Fast track your campus placements

View all

Bentley Systems Reviews and Ratings

based on 146 reviews

4.3/5

Rating in categories

4.1

Skill development

4.5

Work-life balance

3.9

Salary

4.2

Job security

4.4

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 146 Reviews and Ratings
UX Designer II

Pune

3-5 Yrs

₹ 10.65-23.85 LPA

Service Designer

Kolkata,

Mumbai

+5

2-5 Yrs

Not Disclosed

Senior Software Engineer

Pune

8-12 Yrs

Not Disclosed

Explore more jobs
Software Engineer Level 1
88 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Software Engineer
51 salaries
unlock blur

₹5.3 L/yr - ₹16.8 L/yr

Technical Support Engineer
49 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Associate Software Engineer
46 salaries
unlock blur

₹5 L/yr - ₹10.3 L/yr

Software Engineer II
38 salaries
unlock blur

₹7.3 L/yr - ₹21.5 L/yr

Explore more salaries
Compare Bentley Systems with

Autodesk

4.3
Compare

Dassault Systemes

4.0
Compare

Siemens PLM Software

4.2
Compare

Trimble

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