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

Filter interviews by

Bentley Systems Softwaretest Engineer Interview Questions and Answers

Updated 14 Nov 2024

Bentley Systems Softwaretest Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online assessment (on campus) there were some coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basics of c++, projects, situation based questions, puzzles
  • Q2. Water jug puzzle , patterns
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Coding Test 

DSA C++ basic question

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is must
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions were on time work ratio

Round 2 - Coding Test 

2 easy questions like merge linked list

Round 3 - One-on-one 

(1 Question)

  • Q1. Oops ,like deadlock,acid properties in dbms,implement merge sort

I applied via Referral and was interviewed in Sep 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Questions regarding oops concept
Round 3 - Technical 

(1 Question)

  • Q1. Implement atoi , and just basic programming questions
Round 4 - HR 

(1 Question)

  • Q1. Why u want to join siemens and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Try for better companies , tech is quite old not good for fresher even though salary is good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour, around 40 questions on well known aptitude topics.

Round 2 - Coding Test 

Simple questions - overlapping area, bit manipulation

Round 3 - Technical 

(1 Question)

  • Q1. Simple program on printing even numbers, optimizing the code. Interviewer wanted to test your logical ability.
Round 4 - Behavioral 

(1 Question)

  • Q1. Three facts about you, you haven't mentioned in resume, why should we hire you etc..
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 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions were easy to moderate level from leetcode

Round 2 - One-on-one 

(1 Question)

  • Q1. I didn't get selected, but if you clear the 1st round coding and aptitude aswell then you will be allowed to this round, some 25 to 30 were selected and 6 were given offer letter.focus on coding aswell as ...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round was online assessment consisting of aptitude and coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. First round consisted of coding 3 questions. String reversal , binary to decimal, finding index of word "golden" in given sentence.
Round 3 - One-on-one 

(1 Question)

  • Q1. It involved questions related to my resume and computer networks and basics of c++.

I applied via Campus Placement and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Conducted on their platform for 120 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to find subarray Max Sum
  • Q2. I was asked to find diameter of a binary Tree
  • Ans. 

    To find the diameter of a binary tree, we need to find the longest path between any two nodes in the tree.

    • Traverse the tree recursively and calculate the height of the left and right subtrees.

    • Calculate the diameter of the left and right subtrees recursively.

    • The diameter of the tree is the maximum of the following three values: 1. Diameter of the left subtree 2. Diameter of the right subtree 3. Height of the left sub...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. DBMS, Computer Networks and Operating System Questions
Round 4 - Technical 

(1 Question)

  • Q1. Mainly on cloud, microservices and distributed processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make sure you go through all the fundamentals

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Mar 2022. There were 4 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 - Technical 

(3 Questions)

  • Q1. Common Elements in two Sorted Linked List
  • Ans. 

    Finding common elements in two sorted linked lists.

    • Traverse both lists simultaneously using two pointers.

    • Compare the values of the nodes pointed by the two pointers.

    • If they are equal, add the value to the result list and move both pointers.

    • If not, move the pointer pointing to the smaller value.

    • Repeat until one of the lists is fully traversed.

  • Answered by AI
  • Q2. Kth element after merging two sorted arrays
  • Ans. 

    Finding the Kth element after merging two sorted arrays.

    • Merge the two sorted arrays into a single array.

    • Sort the merged array.

    • Return the Kth element from the merged and sorted array.

  • Answered by AI
  • Q3. A good amount of OOPS?DBMS questions, small keywords used in project, data flow in projects were asked
Round 3 - Technical 

(2 Questions)

  • Q1. Detailed concepts about OOPS and DBMS
  • Ans. 

    OOPS is a programming paradigm based on objects while DBMS is a software system for managing databases.

    • OOPS focuses on encapsulation, inheritance, and polymorphism

    • DBMS manages data through CRUD operations and supports ACID properties

    • Examples of OOPS languages include Java, C++, and Python

    • Examples of DBMS include MySQL, Oracle, and SQL Server

  • Answered by AI
  • Q2. Detailed study and questions about project.
Round 4 - HR 

(3 Questions)

  • Q1. Knowledge about latest technologies
  • Q2. Why they should hire me?
  • Q3. Why oracle? followed by questions from computer networks, OOPS, DBMS and a bit from major CS fundamentals.

Interview Preparation Tips

Topics to prepare for Oracle Associate Software Engineer interview:
  • OOPS
  • DBMS
  • DSA
Interview preparation tips for other job seekers - Be well prepared with CS fundamentals. Expect Easy/Medium Leetcode questions. Have a detailed knowlege about everything in your Resume. (Project / Internships / Skills).

Skills evaluated in this interview

Bentley Systems Interview FAQs

How many rounds are there in Bentley Systems Softwaretest Engineer interview?
Bentley Systems interview process usually has 3 rounds. The most common rounds in the Bentley Systems interview process are Coding Test and Technical.

Tell us how to improve this page.

Bentley Systems Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Join Bentley Systems Providing software that advances the world’s infrastructure.

Fast track your campus placements

View all
Bentley Systems Softwaretest Engineer Salary
based on 33 salaries
₹3.2 L/yr - ₹5.9 L/yr
21% less than the average Softwaretest Engineer Salary in India
View more details
Software Engineer Level 1
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bentley Systems with

Autodesk

4.2
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