i
Cloud9 Technologies
Filter interviews by
Difficult round and got to know from HR that I only cleared.
Promise and callback syntax in JavaScript
Promise syntax: new Promise((resolve, reject) => { // code here })
Callback syntax: functionName(arg1, arg2, callbackFunction)
Example of Promise: new Promise((resolve, reject) => { setTimeout(() => { resolve('Done!') }, 1000) })
Example of Callback: function fetchData(url, callback) { // code to fetch data and then call callback }
Object copy can be done using either shallow copy or deep copy methods.
Shallow copy: copies only the references of the objects, not the actual objects themselves.
Deep copy: creates new objects and recursively copies all nested objects.
In Java, shallow copy can be achieved using clone() method and deep copy can be achieved using serialization and deserialization.
In JavaScript, shallow copy can be done using Object.assig...
Top trending discussions
posted on 13 Jan 2025
posted on 28 Jun 2024
I have a strong understanding of inspection processes and recommend thorough documentation, attention to detail, and adherence to regulations.
Understanding of inspection procedures and protocols
Attention to detail in identifying issues and discrepancies
Thorough documentation of findings and recommendations
Adherence to regulations and standards
Utilization of appropriate tools and equipment for inspections
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
HashMap vs HashTable difference
Program for fibonnaci series
It was good for first round questions was too easy and related to basic understanding regarding database and DSA.
posted on 8 Sep 2023
I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.
Basic computer knowledge, English grammar
I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.
Bias-variance tradeoff is the balance between underfitting and overfitting in machine learning models.
Bias refers to error from erroneous assumptions in the learning algorithm, leading to underfitting.
Variance refers to error from sensitivity to small fluctuations in the training set, leading to overfitting.
The tradeoff involves finding the right level of model complexity to minimize both bias and variance.
Regularizati...
SQL code to find 2nd highest salary
Use the MAX() function to find the highest salary
Use the WHERE clause to exclude the highest salary
Order the salaries in descending order and limit the result to 1
Interview experience
based on 13 reviews
Rating in categories
Software Support Engineer
6
salaries
| ₹3 L/yr - ₹3.5 L/yr |
Senior Software Engineer
3
salaries
| ₹13 L/yr - ₹18 L/yr |
Softwaretest Engineer
3
salaries
| ₹4.4 L/yr - ₹4.8 L/yr |
Freshworks
Zoho
TCS
Infosys