i
HyScaler
Filter interviews by
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
posted on 22 Sep 2021
posted on 16 Aug 2024
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
posted on 21 Nov 2024
I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.
General basic math and reasoning.
Basic question for coding like pattern making (triangle) they will observe you for your skills and logical understanding with the code.
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
I appeared for an interview before May 2021.
System engineer
Basic c programming
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
I appeared for an interview in Dec 2022.
posted on 24 Jan 2024
What is performance testing?
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Developer
41
salaries
| ₹2 L/yr - ₹9 L/yr |
Junior Software Developer
17
salaries
| ₹2.1 L/yr - ₹5.4 L/yr |
Software Development Engineer 1
11
salaries
| ₹3.2 L/yr - ₹8.4 L/yr |
Business Development Executive
9
salaries
| ₹1 L/yr - ₹5 L/yr |
Software Development Engineer
7
salaries
| ₹3 L/yr - ₹7 L/yr |
Pitney Bowes
AvenData GmbH
Dataflow Group
Sapphire Software Solutions (India)