Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Resilience InfoTech Team. If you also belong to the team, you can get access from here

Resilience InfoTech Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 26 Reviews

Filter interviews by

Resilience InfoTech Associate Software Engineer Interview Questions, Process, and Tips

Updated 12 May 2021

Resilience InfoTech Associate Software Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Difference between asp and asp.net
  • Ans. 

    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

  • Answered by AI
  • Q2. What is the advantage of inner html on javascript
  • Ans. 

    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...

  • Answered by AI
  • Q3. What are the datatypes in JavaScript
  • Ans. 

    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};

  • Answered by AI
  • Q4. What is boxing and unboxing
  • Ans. 

    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

  • Answered by AI
  • Q5. What is cache
  • Ans. 

    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 ...

  • Answered by AI
  • Q6. Difference between delete and truncate
  • Ans. 

    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...

  • Answered by AI
  • Q7. What is the use of object in JavaScript
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello, there were 3 interview rounds .
First was telephonic round which was fully bases on the resume you provide to the company.
Second was technical round in which basic C#questions,asp,ado,MVC, javascript,sql were asked to check the depth of knowledge.
Third round was technical discussion in which again technical related questions of the technologies that you have studied

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.

Round 2 - One-on-one 

(1 Question)

  • Q1. TWO person was taking interview , one is HR AND TECHNICAL PERSON , THEY ASK ME TELL ME ABOUT YOUR SELF, WHAT ARE THE QUALITY OF TEAM LEADER, ARE YOU COMFORTABLE IF WE HIRE YOU AS A TESTER AND TECHNICAL ...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

First round :
1) front end
2) intermediate problem solving in java/c++..
3) intermediate sql

I applied via campus placement at IMS Engineering College, Ghaziabad and was interviewed before Oct 2021. There were 4 interview rounds.

Round 1 - Coding Test 

It was an online test where you to solve two basic programming problems.

Round 2 - Group Discussion 

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.

Round 3 - Technical 

(1 Question)

  • Q1. OOPs Concepts and Java
  • Ans. The technical round was held in Office face to face. I was given 3 coding problems of which I was able to solve 2 problems. After that I was asked to write a program for linkedlist. After that the interviewer asked me some basic questions about OOPs and basic code structure in Java(because I was coding in Java). Make sure you have knowledge of everything which is included in any basic program including keywords, import
  • Answered Anonymously
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself? What are your expectations? Any doubts regarding the job?
  • Q2. It more of a discussion about what happens next. If you giving the HR round that means you're selected for the job

Interview Preparation Tips

Topics to prepare for Big Oh Notation Associate Software Engineer interview:
  • OOPS
  • Data Structures
  • Any one programming language
Interview preparation tips for other job seekers - Just keep calm and stick to basics. Keep doing basic programming problems and you'll crack it.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    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

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    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

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    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

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    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...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    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

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    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.

  • Answered by AI

Resilience InfoTech Interview FAQs

What are the top questions asked in Resilience InfoTech Associate Software Engineer interview?

Some of the top questions asked at the Resilience InfoTech Associate Software Engineer interview -

  1. What is the advantage of inner html on javascr...read more
  2. What are the datatypes in JavaScr...read more
  3. What is the use of object in JavaScr...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Resilience InfoTech interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Resilience InfoTech Associate Software Engineer Salary
based on 5 salaries
₹2.2 L/yr - ₹3 L/yr
55% less than the average Associate Software Engineer Salary in India
View more details
Software Engineer
57 salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Software Developer
28 salaries
unlock blur

₹2.2 L/yr - ₹7.5 L/yr

Software Quality Analyst
23 salaries
unlock blur

₹1 L/yr - ₹5.8 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹4.5 L/yr - ₹10.8 L/yr

Project Manager
8 salaries
unlock blur

₹5.5 L/yr - ₹16.5 L/yr

Explore more salaries
Compare Resilience InfoTech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview