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
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 5 Feb 2025
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
posted on 8 Aug 2024
I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jul 2024. There were 3 interview rounds.
Aptitude,General Question,Cloud
Data Structure,java script
Any topics they have given
posted on 20 Jan 2024
In this round there are two codingquestion firs was pythagora triplet,and second was sort array 0's 1's,2's.and to solve this program time limit was 1 hour.
Software Engineer
54
salaries
| ₹3 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