Filter interviews by
I applied via Job Portal
15 min and the test is realted to testing Basic
I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.
Abstract classes can have implementation while interfaces cannot. A class can implement multiple interfaces but only inherit from one abstract class.
Abstract classes can have constructors while interfaces cannot.
Abstract classes can have non-abstract methods while interfaces cannot.
Interfaces can only have public members while abstract classes can have private and protected members.
A class can implement multiple interf...
I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.
Map and filter are array methods in JavaScript used to transform and filter array elements respectively.
Map creates a new array by applying a function to each element of the original array.
Filter creates a new array with all elements that pass the test implemented by the provided function.
Both methods do not modify the original array.
Map and filter can be chained together to perform complex transformations and filterin
Routing in MVC is the process of mapping URLs to controller actions.
Routing is defined in the RouteConfig.cs file in ASP.NET MVC
Routes are defined using the MapRoute method
Routes can include placeholders for parameters
Routes can also include constraints to limit the values of parameters
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
The HashMap class is used to represent key-value pairs in Java.
HashMap is a part of the Java Collections Framework.
It allows null values and only one null key.
It provides constant-time performance for basic operations like get and put.
Example: HashMap<String, Integer> map = new HashMap<>();
Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.
Abstraction allows us to create models or representations of real-world objects or systems in software.
It helps in managing complexity by breaking down a system into smaller, more manageable parts.
Abstraction provides a level of indirection, allowing changes to be made in one part of the system...
try-catch is used in Java to handle exceptions and prevent program crashes.
try-catch blocks are used to catch and handle exceptions that may occur during program execution.
It allows the program to gracefully handle errors and prevent the program from crashing.
The try block contains the code that may throw an exception, and the catch block handles the exception.
Multiple catch blocks can be used to handle different types...
The statement to use for selecting based on integer inputs is the 'switch' statement.
The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.
Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.
The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.
...
I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.
posted on 19 Nov 2020
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.
Depreciation is necessary to allocate the cost of an asset over its useful life.
Depreciation helps in matching the cost of an asset with the revenue it generates.
It allows for the recognition of the wear and tear, obsolescence, and loss of value of assets over time.
Depreciation expense reduces taxable income, resulting in tax savings for companies.
It helps in determining the true profitability and financial position of...
I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.
Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.
Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.
To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.
SOLID principles are a set of design principles for writing maintainable and scalable cod...
To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.
Create an EC2 instance in the desired region and select the appropriate instance type
Configure security groups to allow traffic to and from the instance
Install necessary software and dependencies on the instance
Upload your application code to the instance
Start the ...
Software Developer
27
salaries
| ₹3.1 L/yr - ₹11 L/yr |
GIS Executive
17
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Senior Consultant
15
salaries
| ₹12.1 L/yr - ₹20 L/yr |
Test Engineer
12
salaries
| ₹4.8 L/yr - ₹8.2 L/yr |
Consultant
11
salaries
| ₹6 L/yr - ₹18 L/yr |
TCS
Accenture
Wipro
Capgemini