Upload Button Icon Add office photos
Engaged Employer

i

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

Guardians Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Guardians Infotech Interview Questions and Answers

Updated 4 Apr 2024

Guardians Infotech Interview Experiences

1 interview found

DOT NET Developer Interview Questions & Answers

user image Sai Teja Vallabhaneni

posted on 4 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

They want me to write some basic codes like palindrome,fibinocci series codes

Round 2 - One-on-one 

(2 Questions)

  • Q1. They want me to explain about some demo projects
  • Q2. Some technical terms
Round 3 - One-on-one 

(1 Question)

  • Q1. Self intro,apptitude solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics on coding and technical terms

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)

Jobs at Guardians Infotech

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Basic aptitude test with around 20-25 questions

Round 2 - Assignment 

A video assignment on a given topic

Round 3 - Technical 

(4 Questions)

  • Q1. Based on introduction
  • Q2. Question on excel
  • Q3. Question on SQL intermediate level
  • Q4. Basic array reversal question

Software En Interview Questions & Answers

Hike user image Anonymous

posted on 21 Feb 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

6 question 1 hard, 3 med, 2 easy

Round 2 - Technical 

(1 Question)

  • Q1. Rainwater PRoblem and multisource bfs
Round 3 - Technical 

(1 Question)

  • Q1. Lru Cache leet problem in deep
  • Ans. 

    Implement a Least Recently Used (LRU) cache

    • Use a combination of a doubly linked list and a hashmap to efficiently implement the LRU cache

    • When a new element is accessed, move it to the front of the linked list and update the hashmap

    • When the cache is full, remove the least recently used element from the end of the linked list and the hashmap

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Multithreading is asked in deep
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is the concept of a session in PHP?
  • Ans. 

    A session in PHP is a way to store information (variables) to be used across multiple pages.

    • Sessions are used to store user data on the server for later use

    • Sessions are identified by a unique session ID, usually stored in a cookie

    • Session data is stored on the server side, making it more secure than using cookies alone

  • Answered by AI
  • Q2. What is the difference between variables and constants in PHP?
  • Ans. 

    Variables can be changed during the execution of a script, while constants cannot be changed once they are defined.

    • Variables can be reassigned with new values, while constants cannot be changed once defined

    • Constants are defined using the define() function, while variables are assigned using the $ symbol

    • Constants are case-sensitive by default, while variables are case-insensitive

  • Answered by AI
  • Q3. What will be the output of the code below and why?
  • Ans. 

    The code will output 'Hello World!' because the variable $x is set to true.

    • The code will check if $x is true, which it is, so it will output 'Hello World!'

    • The if statement will only execute if the condition is true, in this case $x is true.

  • Answered by AI
Round 2 - Coding Test 

What are the differences between echo and print in PHP?

Interview Preparation Tips

Interview preparation tips for other job seekers - As mentioned, please prepare all questions and be ready for the live coding session.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions were based QMS & ISMS and past experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussed about past experience
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavior, worst personality, useless manager
  • Q2. Always keeping eyes on girls one of the worst manager

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the most concerning behaviors was exhibited by an HR manager named Shoeb Ahmed. Despite having ten years of experience, he struggled to collaborate effectively with coworkers and demonstrated inappropriate conduct towards female employees. Unfortunately, no action was taken against him, leading to our eventual departure from the company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It includes questions from aptitude as well as coding related questions, JAVA was the most common language in which majority of the coding questions were

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to the skills mentioned under Resume
  • Q2. One DSA question is must, like Pallyndrome
Round 3 - Technical 

(2 Questions)

  • Q1. Questions regarding your project
  • Q2. Questions regarding your internship experience and if any difficulties faced during internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident during the interview and prepare everything that you mentioned in your Resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy you will have enough time to solve the questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced product manager with a background in tech and a passion for creating innovative solutions.

    • Over 8 years of experience in product management

    • Strong background in technology and software development

    • Proven track record of launching successful products and driving revenue growth

    • Passionate about user experience and customer satisfaction

    • Excellent communication and leadership skills

  • Answered by AI
  • Q2. Why you want to join our company
  • Ans. 

    I am drawn to your company's innovative products and strong reputation in the industry.

    • Impressed by company's track record of success

    • Excited about the opportunity to work on cutting-edge products

    • Interested in the company's culture and values

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Scenario of microservice saga pattern
  • Q2. Given an integer array segregate odd and even numbers without using another array
  • Ans. 

    Segregate odd and even numbers in an integer array without using another array

    • Iterate through the array and maintain two pointers, one for odd numbers and one for even numbers

    • Swap elements at the odd and even pointers until all odd numbers are on one side and even numbers on the other

    • Example: Input array [3, 6, 8, 5, 4], Output array [6, 8, 4, 5, 3]

  • Answered by AI

Guardians Infotech Interview FAQs

How many rounds are there in Guardians Infotech interview?
Guardians Infotech interview process usually has 3 rounds. The most common rounds in the Guardians Infotech interview process are One-on-one Round and Coding Test.
How to prepare for Guardians 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 Guardians Infotech. The most common topics and skills that interviewers at Guardians Infotech expect are SQL, .NET, AWS, Java and Kafka.

Tell us how to improve this page.

Guardians Infotech Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 788 Interviews
DotPe Interview Questions
3.2
 • 37 Interviews
View all

Guardians Infotech Reviews and Ratings

based on 11 reviews

3.9/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.5

Salary

3.7

Job security

3.6

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 11 Reviews and Ratings
Aem Developer

Hyderabad / Secunderabad,

Pune

+1

2-6 Yrs

₹ 4-7 LPA

AWS Full Stack Developer

Mumbai

7-12 Yrs

₹ 20-25 LPA

Senior Talent Acquisition Specialist

Bangalore / Bengaluru

4-9 Yrs

₹ 4-8 LPA

Explore more jobs
Senior Talent Acquisition Specialist
6 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Talent Acquisition Specialist
5 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

DOT NET Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

.NET Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Junior Developer
4 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Explore more salaries
Compare Guardians 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