i
Full Creative
Filter interviews by
I applied via campus placement at Hyderabad Institute of Technology & Management, Hyderabad and was interviewed in May 2022. There were 4 interview rounds.
There was a assignment based on technical questions
OOPs concepts are the fundamental principles of object-oriented programming.
Encapsulation - binding data and functions together
Inheritance - acquiring properties and behavior of parent class
Polymorphism - ability to take multiple forms
Abstraction - hiding implementation details
Example: A car is an object that encapsulates data like speed and functions like accelerate and brake
Example: A child class inherits properties ...
Removing duplicates without using inbuilt methods in JavaScript
Create an empty array to store unique values
Loop through the original array
Check if the current element exists in the unique array
If not, push it to the unique array
Return the unique array
Top trending discussions
I applied via campus placement at G L Bajaj Institute of Technology & Management, Greater Noida and was interviewed in Oct 2024. There were 3 interview rounds.
They asked some general Quantitative and logical questions and code snippets.
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Computer Fundamentals
Flatten a binary tree by converting it into a linked list in-place.
Use a recursive approach to flatten the binary tree.
Traverse the tree in a pre-order manner and keep track of the previous node.
Set the left child of each node to null and the right child to the next node in the linked list.
Example: Input: 1 -> 2 -> 5 -> 3 -> 4 -> null, Output: 1 -> null -> 2 -> null -> 3 -> null -> 4 -> null -> 5 -> null
posted on 8 Oct 2024
Questions on dsa, coding question, overall good experience and so on
Coding for international
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
posted on 24 Nov 2024
2 coding question, 20 aptitude questions and english questions in 90 minutes
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.
String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.
String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.
StringBuilder is more efficient for concatenating mul...
Async and await are keywords in JavaScript used to work with asynchronous code.
Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.
Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.
Async/await is a more readable and cleaner way to write asynchronous code compare...
posted on 25 Apr 2022
I applied via campus placement at West Bengal University of Technology (WBUT) and was interviewed in Oct 2021. There were 5 interview rounds.
ReactJs, expressJs, mongo, sql, nodeJs
Dsa
based on 2 reviews
Rating in categories
Software Engineer
60
salaries
| ₹5.6 L/yr - ₹20.5 L/yr |
Junior Software Engineer
37
salaries
| ₹4 L/yr - ₹12 L/yr |
Product Expert
35
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Client Account Manager
34
salaries
| ₹4 L/yr - ₹6.8 L/yr |
Software Developer
22
salaries
| ₹4 L/yr - ₹14.2 L/yr |
Wipro
TCS
Infosys
HCLTech