Filter interviews by
I applied via eLitmus and was interviewed before Feb 2021. There were 2 interview rounds.
There were 2 questions, one wasy and one medium level. I solved easy one with all test cases and another one with some test cases
Top trending discussions
Remove duplicate objects from an array of multiple objects.
Create a new array to store unique objects
Loop through the original array and check if the object already exists in the new array
If not, add it to the new array
Return the new array
Maintain state by using a global variable or a state management system.
Use a global variable to store the state and access it whenever needed.
Use a state management system like Redux or MobX to manage the state.
Avoid using local variables or closures to store state as they will be lost when the code is repeated.
Consider using object-oriented programming principles to encapsulate state within objects.
Use functional prog...
posted on 5 Feb 2021
I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.
I appeared for an interview before Sep 2020.
Flexible means adaptable to change or able to be modified easily.
Being able to adjust to new requirements or situations
Having the ability to change or modify code without breaking it
Being open to feedback and willing to make changes
Allowing for customization or configuration options
Examples: using variables instead of hardcoding values, implementing a plugin system
I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.
Technical assessment - java
posted on 27 Jan 2022
I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.
Odd even program in C
Use modulus operator to check if a number is even or odd
If the remainder is 0, the number is even, else it's odd
Print the result accordingly
C++ is an extension of C with object-oriented programming features.
C++ supports classes and objects while C does not.
C++ has better support for polymorphism and inheritance.
C++ has a standard template library (STL) which C does not have.
C++ allows function overloading while C does not.
C++ has exception handling while C does not.
For loop is used for iterating over a sequence while while loop is used for iterating until a condition is met.
For loop is used when the number of iterations is known beforehand
While loop is used when the number of iterations is not known beforehand
For loop is faster than while loop for iterating over a sequence
While loop is useful for iterating until a specific condition is met
For loop can be used with range() functio...
To reverse a string without using any looping and inbuilt functions, we can use recursion.
Create a function that takes a string as input.
If the length of the string is 0 or 1, return the string.
Otherwise, call the function recursively with the substring starting from the second character and concatenate the first character at the end.
Return the reversed string.
Example: reverseString('hello') returns 'olleh'.
A priority queue can be implemented using a single queue or multiple queues.
One approach is to use a single queue and assign priorities to elements using a separate data structure.
Another approach is to use multiple queues, each representing a different priority level.
For example, if there are three priority levels, three queues can be used to implement the priority queue.
An array of objects can be used to implement a heterogeneous array.
Each element in the array can be an object that represents a different data type.
The objects can have different properties and methods based on their respective data types.
For example, an element can be an object representing a string with a 'value' property and a 'length' method.
Developed a web-based inventory management system for a retail company.
Used HTML, CSS, and JavaScript for the front-end development.
Implemented a RESTful API using Node.js and Express for the back-end.
Utilized a MySQL database to store and manage inventory data.
Implemented features like product search, order management, and reporting.
Ensured data security and user authentication using encryption and JWT.
Collaborated wi...
The missing rupee is not actually missing. The calculation is misleading and does not account for the total amount paid.
The initial amount paid by each person was Rs.10, totaling Rs.30.
The owner gave them a discount of Rs.5, so they paid Rs.25 in total.
The broker took Rs.2, leaving them with Rs.23.
When the broker returned Rs.1 to each person, they each received Rs.1 back, totaling Rs.3.
So, the total amount paid by the ...
Some of the top questions asked at the Mountblue Technologies Software Trainee interview for freshers -
Software Engineer
78
salaries
| ₹3 L/yr - ₹5.2 L/yr |
Software Developer
61
salaries
| ₹3.9 L/yr - ₹5 L/yr |
Software Development Engineer
34
salaries
| ₹4 L/yr - ₹5 L/yr |
Full Stack Developer
19
salaries
| ₹3 L/yr - ₹6 L/yr |
Software Engineer Trainee
13
salaries
| ₹3 L/yr - ₹4.4 L/yr |
Cognizant
Sutherland Global Services
Optum Global Solutions
Hexaware Technologies