i
BMC Software
Filter interviews by
Clear (1)
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
Html,css java scripts
Top trending discussions
posted on 21 Nov 2024
I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.
Implement a stack using two queues
Use two queues to simulate stack operations
Push operation: Enqueue the element to queue1
Pop operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, then swap the queues
Top operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, store it, swap the queues, enqueue the stored element back to queue1, and return it
Exa...
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Coding test that is from html,CSS, javascript
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
Two problems in JavaScript to solve
I was interviewed in Mar 2023.
Html, CSS, Javascript, Bootstrap, React Js, Node Js, GitHub, Git
You will need to create a working web app in vanilla JS.
need to implement the following things.
1. Fetch data from given REST api
2. Display data in List. add some css to show different type of items.
3. Implement text filter and other types of filter.
All needs to be implemented in vanilla JS
Designing HLD/LLD for a game like chess or Snakes and Ladders
Identify the game rules and mechanics
Determine the game board and pieces
Create a data model for the game state
Implement game logic and rules using algorithms
Design user interface and user experience
Consider scalability and performance
Test and debug the game thoroughly
I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.
90 minutes 3 coding questions
Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.
Create classes to represent real-world entities
Encapsulate data and behavior within classes
Use inheritance to create relationships between classes
Implement polymorphism to allow objects to be treated as instances of their parent class
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Polymorphism is achieved through method overriding in subclasses.
It allows for more flexibility and reusability in code.
Example: Animal superclass with subclasses Dog and Cat, both overriding the makeSound() method.
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.
Types of inheritance include single inheritance, where a class inherits from only one parent class
Multiple inheritance, where a class inherits from multiple parent classes (not supported in some languages)
Multilevel inheritance, where a class inherits from a class that itself inherits from anothe...
React.js is a JavaScript library for building user interfaces.
React.js is developed and maintained by Facebook.
It allows developers to create reusable UI components.
React uses a virtual DOM for efficient rendering.
It follows a component-based architecture.
React can be used for building single-page applications.
based on 1 interview
Interview experience
Product Developer
147
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Product Developer
99
salaries
| ₹0 L/yr - ₹0 L/yr |
Staff Product Developer
98
salaries
| ₹0 L/yr - ₹0 L/yr |
Staff Specialist Product Developer
93
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Support Analyst
83
salaries
| ₹0 L/yr - ₹0 L/yr |
IBM
Oracle
SAP
Microsoft Corporation