Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.
Top trending discussions
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have method implementations, while interface cannot.
A class can implement multiple interfaces, but can only inherit from one abstract class.
Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.
Example: Abstr...
Merge Sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.
Divide the input array into two halves
Recursively sort the two halves
Merge the sorted halves back together
Quick Sort is a popular sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.
Choose a pivot element from the array.
Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot.
Recursively apply the same process to the sub-arrays.
Combine the sorted sub-arrays to get the final sorted array.
posted on 27 Nov 2024
posted on 3 Sep 2024
I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.
First round is apti when in placement
Too hard all are dsa questions
posted on 14 Feb 2024
I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.
1.30
Basic profit/loss,percentages questions
I applied via Company Website and was interviewed in Feb 2024. There were 5 interview rounds.
Coding assessment in Code signal which is vedio proctored
Design a loan application system
Collect applicant information such as personal details, employment history, and financial information
Include a credit check process to assess applicant's creditworthiness
Implement a system for loan approval/rejection based on set criteria
Provide options for different types of loans and repayment plans
Ensure security measures are in place to protect applicant's sensitive information
Bank account creation, deposit money, withdraw money
Suggest system cost optimization based on given data set
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
Software Engineer
11
salaries
| ₹0.9 L/yr - ₹6 L/yr |
Front end Developer
6
salaries
| ₹2.3 L/yr - ₹2.4 L/yr |
Software Developer
5
salaries
| ₹1.5 L/yr - ₹6.5 L/yr |
Quality Analyst
4
salaries
| ₹2.3 L/yr - ₹2.5 L/yr |
Softwaretest Engineer
4
salaries
| ₹1.3 L/yr - ₹1.3 L/yr |
TCS
Infosys
Wipro
HCLTech