Faster and better experience!
i
Filter interviews by
I appeared for an interview in Mar 2025, where I was asked the following questions.
I appeared for an interview in Oct 2024, where I was asked the following questions.
A simple React stopwatch with play, pause, and stop functionality using hooks.
Use React's useState to manage time and state (running, paused).
Use useEffect to handle the timer logic and update the time.
Create buttons for play, pause, and stop functionalities.
Example of useEffect: Update time every second when running.
Use clearInterval to stop the timer when paused or stopped.
Use the map function to iterate over an array and return values from an object based on keys.
Use the map method: const result = array.map(item => object[item]);
Example: const keys = ['name', 'age']; const obj = { name: 'Alice', age: 30 }; const values = keys.map(key => obj[key]); // ['Alice', 30]
Ensure the keys exist in the object to avoid undefined values.
You can also use optional chaining: const values = keys.m
Questions on js theory
I appeared for an interview in Oct 2024, where I was asked the following questions.
CloudBoson Technologies Private Limited interview questions for popular designations
I applied via Newspaper Ad
How pass props in different child ,vice-versa, how to implement redux, how to stop rendering differently and most efficient way!
I applied via Job Portal
Top trending discussions
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 15 Feb 2022
I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.
Interview questions for Software Engineer position
Project explanation should include details on the project's purpose, scope, and technologies used
SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively
Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...
posted on 24 Apr 2024
I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.
Basic java questions along with aptitude questions.
posted on 26 Apr 2024
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
The 4 principles of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation restricts access to certain components within a class, protecting the data.
Abstraction hides complex implementation details and only shows the necessary features.
Polymorphism allows objects to be treated as instances of their parent class.
String buffer is synchronized and thread-safe, while string builder is not synchronized and faster.
String buffer is synchronized, making it thread-safe for use in multi-threaded environments.
String builder is not synchronized, providing better performance in single-threaded applications.
String builder is faster than string buffer due to lack of synchronization overhead.
Example: StringBuffer sb = new StringBuffer(); Str
Strings are immutable in order to ensure data integrity and security.
Immutable strings prevent accidental data modification, ensuring data integrity.
Immutable strings enhance security by preventing unauthorized access or tampering.
Immutable strings allow for more efficient memory management and optimization.
Example: 'Hello' cannot be changed to 'Hella' directly, a new string must be created.
There are two types of exceptions in Java: checked exceptions and unchecked exceptions.
Checked exceptions are checked at compile time and must be handled using try-catch or throws keyword.
Unchecked exceptions are not checked at compile time and include RuntimeException and its subclasses.
Examples of checked exceptions include IOException, SQLException, and ClassNotFoundException.
Examples of unchecked exceptions include...
Linear search is a simple searching algorithm that sequentially checks each element in a list until a match is found.
Iterate through each element in the list
Compare the current element with the target value
Return the index if a match is found, otherwise return -1
JDK includes JRE and development tools, while JRE includes only the Java Runtime Environment.
JDK stands for Java Development Kit, which includes JRE and development tools like compilers and debuggers.
JRE stands for Java Runtime Environment, which includes JVM and libraries necessary to run Java applications.
JVM stands for Java Virtual Machine, which is responsible for executing Java bytecode.
JDK is used for developing ...
Some of the top questions asked at the CloudBoson Technologies Private Limited interview -
based on 6 interviews
Interview experience
based on 39 reviews
Rating in categories
Project Lead
5
salaries
| ₹22 L/yr - ₹37 L/yr |
QA Engineer
4
salaries
| ₹3.5 L/yr - ₹4.5 L/yr |
Senior Software Developer
4
salaries
| ₹11 L/yr - ₹30 L/yr |
Technical Lead
3
salaries
| ₹28 L/yr - ₹30 L/yr |
Software Test Analyst
3
salaries
| ₹3.5 L/yr - ₹3.5 L/yr |
Accel Frontline
Northcorp Software
Elentec Power India (EPI) Pvt. Ltd.
Zidio Development