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

Filter interviews by

Resilience InfoTech Interview Questions and Answers

Updated 14 Oct 2024
Popular Designations

10 Interview questions

A Software Engineer was asked 8mo ago
Q. Explain the technology.
Ans. 

Technology refers to the application of scientific knowledge for practical purposes, often involving the development and use of tools, machines, and systems.

  • Technology encompasses a wide range of fields such as computer science, engineering, and biotechnology.

  • Examples of technology include smartphones, artificial intelligence, and renewable energy sources.

  • Technology is constantly evolving and improving to meet the...

View all Software Engineer interview questions
An Associate Software Engineer was asked
Q. What is the 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

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. What is a 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 ...

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. 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

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. What are the advantages of using innerHTML in 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...

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. What is the 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 n...

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. What is the use of objects 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.

View all Associate Software Engineer interview questions
Are these interview questions helpful?
An Associate Software Engineer was asked
Q. What are the data types 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};

View all Associate Software Engineer interview questions
A Software Product Engineer was asked
Q. Interface in C# , Index in sql , Which database used in your project Tools used in project and Bundling and minification technique
Ans. 

The question covers topics like C# interface, SQL index, database used, project tools, and bundling/minification technique.

  • C# interface is used to define a contract that a class must implement.

  • SQL index is used to improve the performance of database queries.

  • The database used in the project depends on the project requirements.

  • Project tools can vary depending on the project, but commonly used tools are Visual Studio...

View all Software Product Engineer interview questions
A Software Product Engineer was asked
Q. Oops concept,difference between abstract class and interface , How mvc works? Delegate in C#
Ans. 

Questions on OOPs concepts, MVC, and C# delegates.

  • Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods. Interface only has abstract methods.

  • MVC is a design pattern that separates an application into three components: Model, View, and Controller.

  • Delegate is a type that represents references to methods with a specific parameter list and return type.

View all Software Product Engineer interview questions

Resilience InfoTech Interview Experiences

7 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain the technology
  • Ans. 

    Technology refers to the application of scientific knowledge for practical purposes, often involving the development and use of tools, machines, and systems.

    • Technology encompasses a wide range of fields such as computer science, engineering, and biotechnology.

    • Examples of technology include smartphones, artificial intelligence, and renewable energy sources.

    • Technology is constantly evolving and improving to meet the need...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

All basic oops and some queries of SQL

Round 2 - One-on-one 

(1 Question)

  • Q1. Details of pervious project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and explain detaily
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions from resume
  • Q2. Explain what you know
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops concept,difference between abstract class and interface , How mvc works? Delegate in C#
  • Ans. 

    Questions on OOPs concepts, MVC, and C# delegates.

    • Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods. Interface only has abstract methods.

    • MVC is a design pattern that separates an application into three components: Model, View, and Controller.

    • Delegate is a type that represents references to methods with a specific parameter list and return type.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Viewdata, View bag and Tempdata, Polymorphism, syntex og jquery ajax , use of stored procedure and strps to procedure faster
  • Q2. Interface in C# , Index in sql , Which database used in your project Tools used in project and Bundling and minification technique
  • Ans. 

    The question covers topics like C# interface, SQL index, database used, project tools, and bundling/minification technique.

    • C# interface is used to define a contract that a class must implement.

    • SQL index is used to improve the performance of database queries.

    • The database used in the project depends on the project requirements.

    • Project tools can vary depending on the project, but commonly used tools are Visual Studio, Git...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Resilience InfoTech Software Product Engineer interview:
  • C#.mvc
  • C#

Skills evaluated in this interview

RND Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2022

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions asked related to industry level challenges

Interview Preparation Tips

Topics to prepare for Resilience InfoTech RND Engineer interview:
  • ASP.Net
Interview preparation tips for other job seekers - Good experience... prepare well and give interview

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 Questionnaire 

1 Question

  • Q1. Basics of mvc . And web api . Sql joins

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Resilience InfoTech?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

Resilience InfoTech Interview FAQs

How many rounds are there in Resilience InfoTech interview?
Resilience InfoTech interview process usually has 1-2 rounds. The most common rounds in the Resilience InfoTech interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Resilience InfoTech interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Resilience InfoTech. The most common topics and skills that interviewers at Resilience InfoTech expect are C#, MVC, SQL Server, WCF and ASP.Net.
What are the top questions asked in Resilience InfoTech interview?

Some of the top questions asked at the Resilience InfoTech interview -

  1. Interface in C# , Index in sql , Which database used in your project Tools used...read more
  2. oops concept,difference between abstract class and interface , How mvc works? ...read more
  3. What is the advantage of inner html on javascr...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 4 interview experiences

Difficulty level

Easy 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 103 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

Resilience InfoTech Reviews and Ratings

based on 27 reviews

3.0/5

Rating in categories

3.1

Skill development

2.9

Work-life balance

2.8

Salary

2.9

Job security

2.9

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 27 Reviews and Ratings
Urgent Opening For the Position of Head of Engineering

Bangalore / Bengaluru

11-19 Yrs

₹ 25-40 LPA

Project Managers with Healthcare experience

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Product Manager

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
53 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Software Developer
25 salaries
unlock blur

₹2.2 L/yr - ₹7.5 L/yr

Software Quality Analyst
21 salaries
unlock blur

₹2 L/yr - ₹5.8 L/yr

Senior Software Engineer
19 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

HCL Infosystems

3.9
Compare

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.1
Compare
write
Share an Interview