i
Bentley Systems
Filter interviews by
I applied via Referral and was interviewed in Mar 2020. There were 6 interview rounds.
As a Senior Software Quality Analyst, my role is to ensure the quality of software products by designing and implementing test strategies, conducting test cases, and identifying and reporting defects.
Design and implement test strategies to ensure software quality
Conduct test cases to identify defects and ensure functionality
Collaborate with development teams to address and resolve issues
Report defects and track resolut...
Testing can be stopped when certain conditions are met.
Stop testing when all test cases have been executed and passed successfully.
Stop testing when the project deadline is approaching and the remaining testing effort is not feasible.
Stop testing when the cost of finding and fixing defects outweighs the benefits of further testing.
Stop testing when the software meets the specified requirements and is deemed fit for rel...
If last minute testing finds blocker/major bugs, prioritize and communicate the issues to the relevant stakeholders.
Prioritize the bugs based on their severity and impact on the system
Communicate the issues to the development team and project manager
Provide detailed information about the bugs, including steps to reproduce and potential impact
Work with the team to determine the best course of action, such as fixing the ...
Sprint ceremony is a set of meetings held during a sprint in Agile software development.
Sprint planning: Discussing and prioritizing the user stories for the upcoming sprint.
Daily stand-up: A short daily meeting where team members share progress, discuss challenges, and plan for the day.
Sprint review: Demonstrating the completed work to stakeholders and gathering feedback.
Sprint retrospective: Reflecting on the sprint,...
To tackle bug/defect leakage, I would implement a comprehensive defect management process and focus on preventive measures.
Implement a robust defect management process
Conduct thorough testing and review processes
Use automated testing tools and techniques
Establish clear communication channels with the development team
Analyze root causes of bug leakage and take corrective actions
Implement preventive measures such as code...
It was good. The platform could be better.
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
A good, basic understanding will suffice.
I applied via Company Website and was interviewed in Feb 2024. There were 4 interview rounds.
First Round was Coding Test On Codility Platform . 3 Questions were Asked On Medium to Hard Level Arrays and Strings Topics.
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.
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
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...
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...
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.
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.
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...
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...
Bentley Systems interview questions for popular designations
They asked two medium level coding questions.
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
I am a dedicated and experienced Technical Support Executive with a strong background in troubleshooting and customer service.
Experienced in providing technical support to customers via phone, email, and chat
Proficient in troubleshooting hardware and software issues
Strong communication and problem-solving skills
Ability to work under pressure and meet deadlines
Certified in ITIL and other relevant certifications
I have a comprehensive understanding of the product, including its features, functionalities, and troubleshooting techniques.
I have undergone extensive training on the product
I have hands-on experience using the product in real-life scenarios
I am familiar with common issues and their solutions related to the product
I am passionate about helping customers solve technical issues and enjoy working in a fast-paced environment.
Passionate about troubleshooting technical issues
Enjoy working in a fast-paced environment
Excited about the opportunity to help customers
In the next 5 years, I aim to advance my technical skills, take on more responsibilities, and potentially move into a leadership role within the company.
Continuously upgrade my technical knowledge through training and certifications
Seek opportunities to lead projects and teams to develop my leadership skills
Work towards becoming a subject matter expert in technical support
Build strong relationships with colleagues and ...
It was for 2 hours, there were 3 questions
On-paper test which had to be appeared from Kolkata
3 question . . . . . . . . . . .
2 questions . . . . . . . .
It was a 75 mins coding round with array strings and matrix problem were there
Round 2 was another coding round with graph and arrays questions were there
I am a recent graduate with a degree in Computer Science and a passion for software development.
Recent graduate with a degree in Computer Science
Passionate about software development
Experience with programming languages like Java and Python
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
I applied via Campus Placement and was interviewed before Jan 2024. There were 4 interview rounds.
I received easy to medium LeetCode questions, which focused on basic math and hash maps.
The company is a leading software development firm specializing in creating innovative solutions for various industries.
Specializes in creating innovative software solutions
Works with various industries such as healthcare, finance, and technology
Known for their strong focus on quality and customer satisfaction
I enjoy playing musical instruments, reading books, and hiking in my free time.
Playing musical instruments like guitar and piano
Reading books on various topics such as technology and fiction
Hiking in nature trails and exploring new places
Top trending discussions
based on 20 interviews
Interview experience
based on 148 reviews
Rating in categories
Software Engineer Level 1
88
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
51
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
44
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Support Engineer
41
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer II
33
salaries
| ₹0 L/yr - ₹0 L/yr |
Autodesk
Dassault Systemes
Siemens PLM Software
Trimble