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

Resilience InfoTech Interview Experiences

Popular Designations

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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)
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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions from resume
  • Q2. Explain what you know

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)
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

Software Product Engineer Interview Questions asked at other Companies

Q1. Interface in C# , Index in sql , Which database used in your project Tools used in project and Bundling and minification technique
View answer (1)

Resilience InfoTech interview questions for popular designations

 Software Engineer

 (3)

 Software Product Engineer

 (1)

 DOT NET Developer

 (1)

 RND Engineer

 (1)

 Associate Software Engineer

 (1)

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

RND Engineer Interview Questions asked at other Companies

Q1. you are to build an airline system to recommend all possible routes from city 1 to city 2, direct routes and routes with connecting other cities. and all the data you have available is if two cities are connected or not. how will you build ... read more
View answer (1)

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

Top Resilience InfoTech Associate Software Engineer Interview Questions and Answers

Q1. What is the advantage of inner html on javascript
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Interview Questionnaire 

1 Question

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

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 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 - Coding Test 

Easy DSA questions and some questions on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if you are a fresher and want to grow as a developer. I had resigned that time I am writing this review

I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you get the second to last element from a SQL table?
  • Ans. 

    To get the second to last element from a SQL table, use the OFFSET-FETCH clause.

    • Use the ORDER BY clause to sort the table in descending order.

    • Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.

    • Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice by building a simple full stack web application.

Skills evaluated in this interview

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.

Resilience InfoTech Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 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
Software Engineer
54 salaries
unlock blur

₹3 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.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview