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, Process, and Tips

Updated 14 Oct 2024

Top Resilience InfoTech Interview Questions and Answers

View all 10 questions

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 (180)
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 (180)
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

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 (180)
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 2 interview rounds.

Round 1 - 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 2 - 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)

 Associate Software Engineer

 (1)

 DOT NET Developer

 (1)

 RND Engineer

 (1)

 Software Product 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 (1)

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 (10)

Interview questions from similar companies

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Total 5 rounds. 1. pen paper coding test at company location (1st one is two pointer and second one is pattern) 2. L1 techinical - oops concept two coding question and some java and advance java concept basic (find palindrome) 3. L2 techinical - two coding question, one puzzle, sql vs nosql, etc (build linked list using class, find min and max element in array), discussion on time complexity 4. L3 managerial round : one basic two loop question and optimmize it , printing pattern question, etc and time complecity 5. HR round- basic hr questions

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why are you interested in the role
  • Ans. 

    I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.

    • I have a strong background in HR strategy and business partnering

    • I enjoy collaborating with cross-functional teams to drive positive change

    • I am excited about the opportunity to make a meaningful impact on the organization's culture and performance

  • Answered by AI
  • Q3. Talking about Intersted in which things that do in free time

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently, I had an interview experience that felt unprofessional. I was assured I was one of two shortlisted candidates for a role and encouraged to attend. After waiting for over 30 minutes, the HR representative finally conducted the interview but was dressed in casual nightwear, which left a poor impression. Such behavior from an HR professional does not reflect well on the company. I suggest researching thoroughly before investing your time and effort with organizations that may not prioritize professionalism in their recruitment process.

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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 809 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 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