i
Bentley
Systems
Work with us
Filter interviews by
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
Demonstrating class creation, constructors, and inheritance in object-oriented programming.
Class Definition: A blueprint for creating objects. Example: class Vehicle { }
Constructor: A special method to initialize objects. Example: class Car { constructor(make) { this.make = make; } }
Inheritance: A mechanism to create a new class from an existing class. Example: class ElectricCar extends Car { }
Method Overriding: R...
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
Creating test cases involves identifying base cases and edge cases to ensure software reliability and correctness.
Identify base cases: Test with standard inputs, e.g., for a function calculating square, test with 2 (expected output: 4).
Consider edge cases: Test with extreme values, e.g., for an array sorting function, test with an empty array (expected output: []).
Include negative cases: Test with invalid inputs, ...
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 th...
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...
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.
Function to swap two variables and possible exceptions
Function should take two variables as input
Use a temporary variable to swap the values
Possible exceptions include null pointer exception or out of bounds exception
Designing a carrom board game system
Define game rules and mechanics
Create game board and pieces
Implement player turns and scoring system
Include AI for single player mode
Consider multiplayer options and networking
Test and debug thoroughly
I would use a binary format like JPEG or PNG to save images.
JPEG and PNG are common binary formats used to save images.
These formats use compression to reduce file size without losing quality.
Other options include BMP, GIF, and TIFF, but they may not be as efficient.
Images can also be saved as arrays of pixels or as vectors, depending on the type of image.
The choice of data structure depends on the specific use ca...
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
Demonstrating class creation, constructors, and inheritance in object-oriented programming.
Class Definition: A blueprint for creating objects. Example: class Vehicle { }
Constructor: A special method to initialize objects. Example: class Car { constructor(make) { this.make = make; } }
Inheritance: A mechanism to create a new class from an existing class. Example: class ElectricCar extends Car { }
Method Overriding: Redefi...
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.
Creating test cases involves identifying base cases and edge cases to ensure software reliability and correctness.
Identify base cases: Test with standard inputs, e.g., for a function calculating square, test with 2 (expected output: 4).
Consider edge cases: Test with extreme values, e.g., for an array sorting function, test with an empty array (expected output: []).
Include negative cases: Test with invalid inputs, e.g.,...
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.
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 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...
They asked two medium level coding questions.
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
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
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.
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 22 interview experiences
Difficulty level
Duration
based on 160 reviews
Rating in categories
Software Engineer Level 1
85
salaries
| โน11.4 L/yr - โน18.5 L/yr |
Technical Support Engineer
58
salaries
| โน9.8 L/yr - โน15.4 L/yr |
Software Engineer
54
salaries
| โน9.6 L/yr - โน19.6 L/yr |
Software Quality Analyst
48
salaries
| โน7.4 L/yr - โน16.4 L/yr |
Associate Software Engineer
41
salaries
| โน6 L/yr - โน14.2 L/yr |
Thomson Reuters
Oracle Cerner
Temenos
Amadeus