i
Resilience InfoTech
Filter interviews by
I applied via Referral and was interviewed in Apr 2021. There was 1 interview round.
ASP is a scripting language while ASP.NET is a web application framework.
ASP is interpreted while ASP.NET is compiled
ASP uses VBScript or JScript while ASP.NET uses C# or VB.NET
ASP is outdated while ASP.NET is the current technology
ASP.NET has better performance and security features than ASP
Inner HTML allows dynamic manipulation of HTML content using JavaScript.
Inner HTML can be used to add, remove or modify HTML elements on a webpage.
It provides a simple and efficient way to update the content of a webpage without reloading the entire page.
Inner HTML can also be used to create dynamic user interfaces and interactive web applications.
However, it is important to sanitize user input to prevent security vuln...
JavaScript has 7 primitive datatypes and 1 complex datatype
Primitive datatypes: string, number, boolean, null, undefined, symbol, bigint
Complex datatype: object
Example: var name = 'John'; var age = 25; var isStudent = true; var person = {name: 'John', age: 25};
Boxing is the process of converting a value type to a reference type, while unboxing is the opposite.
Boxing is used to store value types in the heap memory
Unboxing is used to retrieve the value type from the heap memory
Boxing and unboxing can impact performance and should be used carefully
Example: int i = 10; object obj = i; //boxing, int j = (int)obj; //unboxing
Cache is a temporary storage area that stores frequently accessed data for quick access.
Cache is used to improve the performance of a system by reducing the time it takes to access data.
It can be implemented in hardware or software.
Examples of cache include browser cache, CPU cache, and disk cache.
Cache can be volatile or non-volatile, depending on whether the data is lost when the system is powered off.
Cache can also ...
Delete removes specific rows while truncate removes all rows from a table.
Delete is a DML command while truncate is a DDL command.
Delete is slower than truncate as it logs each row deletion while truncate only logs the deallocation of data pages.
Delete can be rolled back while truncate cannot be rolled back.
Delete can have a WHERE clause to specify which rows to delete while truncate removes all rows.
Delete does not re...
Objects in JavaScript are used to store and manipulate data as key-value pairs.
Objects can be created using object literals or the Object constructor.
Properties and methods can be added to objects using dot notation or bracket notation.
Objects can be used to represent real-world entities or abstract concepts.
Objects can be passed as arguments to functions or returned as values from functions.
Top trending discussions
posted on 17 Dec 2024
There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.
posted on 16 Dec 2024
I applied via Newspaper Ad and was interviewed in Nov 2024. There was 1 interview round.
First round :
1) front end
2) intermediate problem solving in java/c++..
3) intermediate sql
posted on 19 Oct 2022
I applied via campus placement at IMS Engineering College, Ghaziabad and was interviewed before Oct 2021. There were 4 interview rounds.
It was an online test where you to solve two basic programming problems.
It was a GD where 21 other candidates were present alongside me. The interviewer asked basic questions which we had to answer after raising our hands. It was on fcfs basis. The questions were mostly about basics OOPs concepts, arrays, linkedlist, tree, sorting, searching and time-space complexities. The difficulty of GD round is nominal. All you have to response first and clearly.
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
posted on 9 Jan 2025
I was interviewed in Nov 2024.
The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.
I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.
Encourage open communication among team members to address conflicts early on
Practice active listening to understand all perspectives and concerns
Seek compromise and find common ground to resolve conflicts effectively
Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.
Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheri...
posted on 26 Dec 2024
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.
5 years of experience in software development
Proficient in Java, Spring, and Angular
Strong problem-solving skills
Experience in developing web applications
Good team player
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...
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.
Transpose the matrix by swapping elements across the diagonal
For clockwise rotation, reverse each row of the transposed matrix
For anti-clockwise rotation, reverse each column of the transposed matrix
Use binary search to efficiently find a particular element in a sorted array.
Start by comparing the target element with the middle element of the array.
If the target element is less than the middle element, search the left half of the array.
If the target element is greater than the middle element, search the right half of the array.
Repeat the process until the target element is found or the search space is empty.
Software Engineer
57
salaries
| ₹2.5 L/yr - ₹7.5 L/yr |
Software Developer
28
salaries
| ₹2.2 L/yr - ₹7.5 L/yr |
Software Quality Analyst
23
salaries
| ₹1 L/yr - ₹5.8 L/yr |
Senior Software Engineer
20
salaries
| ₹4.5 L/yr - ₹10.8 L/yr |
Project Manager
8
salaries
| ₹5.5 L/yr - ₹16.5 L/yr |
TCS
Infosys
Wipro
HCLTech