i
HyScaler
Filter interviews by
I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.
Research assignment and presentation
String pool in Java is a mechanism for optimizing memory usage by reusing strings with the same value.
String pool is a special area in the Java heap memory where strings are stored.
When a new string is created, Java first checks if it already exists in the string pool.
If the string already exists, the new string references the existing one instead of creating a new object.
Example: String str1 = "hello"; String str2 = "...
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Question will be from an Online coding platform and it was basic to medium.
I was interviewed in Mar 2024.
It was all about completing a coding assessment having 5 questions to complete our 3 questions to qualify for this round
HyScaler interview questions for popular designations
I was interviewed in Feb 2024.
Coding test was conducted on a online platform which was of easy level and there were 5 questions out of which atleast 3 were to be fully passed
A assignment will be given and 7 days will be given to complete it.
Closure in JavaScript allows a function to access variables from its outer scope even after the outer function has finished executing.
Closure is created when a function is defined within another function and has access to the outer function's variables.
The inner function can access and modify the outer function's variables even after the outer function has returned.
Closure is commonly used to create private variables a...
Get interview-ready with Top HyScaler Interview Questions
posted on 3 Jan 2024
I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.
I was given a MCQ test regarding UX UI
I will explain my portfolio and showcase my work as a UX/UI designer and developer.
I will discuss the projects I have worked on and the role I played in each.
I will explain the design process I follow and how I incorporate user feedback.
I will highlight any unique or innovative solutions I have implemented.
I will showcase my skills in creating intuitive and visually appealing user interfaces.
I will provide examples of ...
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
STLC stands for Software Testing Life Cycle. Defect life cycle is the process of identifying, reporting, and resolving defects in software.
STLC is a series of activities performed during the testing process.
It includes test planning, test design, test execution, and test closure.
Defect life cycle consists of various stages like identification, logging, triaging, fixing, retesting, and closure.
Defects are reported, trac...
Access modifiers in Java control the visibility and accessibility of classes, methods, and variables.
There are four access modifiers in Java: public, private, protected, and default.
Public access modifier allows unrestricted access from any class.
Private access modifier restricts access to only within the same class.
Protected access modifier allows access within the same package or subclasses.
Default access modifier (n...
Garbage value is an unpredictable or random value that is stored in a variable when it is not assigned a specific value.
Garbage values occur when a variable is declared but not initialized.
They can be caused by uninitialized variables, memory leaks, or accessing uninitialized memory.
Garbage values can lead to unexpected behavior and bugs in software.
Example: int x; // x may contain a garbage value until assigned a spec
I applied via Walk-in and was interviewed in Jan 2024. There were 4 interview rounds.
Coding on array stack
Employee leave management system
Garbage collector in Java is responsible for automatically managing memory by reclaiming unused objects.
Garbage collector runs in the background to reclaim memory from objects that are no longer in use.
It helps prevent memory leaks and optimize memory usage.
Examples of garbage collectors in Java include Serial, Parallel, CMS, G1, and Z Garbage Collector.
I applied via Company Website and was interviewed in Dec 2023. There were 4 interview rounds.
You have given 5 questions and you have to attend 3 out of 5
You have given one project and you have to finish that project within the deadline
I was interviewed in Sep 2024.
In coding round there is 5 questions you can use any language for any questions.
Top trending discussions
The duration of HyScaler interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 90 interviews
Interview experience
based on 268 reviews
Rating in categories
Software Developer
41
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Software Developer
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer 1
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Executive
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech