Upload Button Icon Add office photos
Premium Employer

i

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

Guardian India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Guardian India Senior Engineer Interview Questions and Answers

Updated 28 Mar 2024

13 Interview questions

A Senior Engineer was asked
Q. How do you debug issues using different monitoring tools?
Ans. 

Debugging issues in monitoring tools requires a systematic approach.

  • Identify the problem by analyzing the monitoring data.

  • Check the logs and error messages for more information.

  • Use debugging tools like traceroute, ping, and tcpdump to isolate the issue.

  • Collaborate with other teams to identify the root cause and find a solution.

  • Document the process and solution for future reference.

A Senior Engineer was asked
Q. What is the difference between an interface and a functional interface?
Ans. 

An interface is a blueprint for a class while a functional interface is an interface with only one abstract method.

  • An interface can have multiple abstract methods while a functional interface has only one.

  • Functional interfaces can be used with lambda expressions and method references.

  • Examples of functional interfaces include Runnable, Comparator, and Callable.

  • Interfaces can have default and static methods while fu...

Senior Engineer Interview Questions Asked at Other Companies

Q1. What does the 'M' signify in M20, M25, and M30 grades of concrete ... read more
asked in Nagarro
Q2. Write a program that takes an integer N and an array of integers ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When would you perform a half or full engine overhaul?
A Senior Engineer was asked
Q. What is the difference between a controller and a REST controller?
Ans. 

Controller is a basic Spring MVC controller while RestController is used to create RESTful web services.

  • Controller is used for traditional web applications while RestController is used for RESTful web services.

  • RestController returns data in JSON or XML format while Controller returns data in HTML format.

  • RestController is annotated with @RestController while Controller is annotated with @Controller.

  • RestController i...

A Senior Engineer was asked
Q. Explain runtime polymorphism with an example.
Ans. 

Runtime polymorphism is the ability of an object to take on many forms.

  • It allows a subclass to provide its own implementation of a method that is already provided by its parent class.

  • It is achieved through method overriding.

  • Example: Animal class has a method called 'makeSound'. Dog and Cat classes extend Animal and override the 'makeSound' method to bark and meow respectively.

A Senior Engineer was asked
Q. When does a bean not found exception occur?
Ans. 

Bean not found exception occurs when a requested bean is not present in the container.

  • Occurs during runtime when a bean is not defined in the application context

  • Can be caused by typos in bean names or incorrect configuration

  • Can be resolved by defining the missing bean or correcting the configuration

A Senior Engineer was asked
Q. What is an application container?
Ans. 

An application container is a lightweight, standalone executable package that contains everything needed to run an application.

  • Application containers provide a way to package and deploy applications in a consistent and reproducible way.

  • They isolate the application from the underlying system, making it portable across different environments.

  • Examples of container technologies include Docker, Kubernetes, and OpenShif...

A Senior Engineer was asked
Q. What is abstraction, and how can it be achieved?
Ans. 

Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

  • Abstraction is achieved through the use of abstract classes and interfaces.

  • It helps in reducing complexity and making code more maintainable.

  • Abstraction allows for better separation of concerns and promotes modularity.

  • Examples of abstraction include the use of APIs and libraries.

  • Abstraction is a key conc...

Are these interview questions helpful?
A Senior Engineer was asked
Q. Explain the Stream API.
Ans. 

Stream API is a Java API that allows processing of collections of objects in a functional way.

  • Stream API provides a set of functional interfaces to perform operations on collections.

  • It supports parallel processing of collections.

  • It can be used to filter, map, reduce, and sort collections.

  • Example: List<Integer> numbers = Arrays.asList(1, 2, 3, 4, 5); numbers.stream().filter(n -> n % 2 == 0).forEach(System.out...

A Senior Engineer was asked
Q. What is the difference between RDBMS and NoSQL?
Ans. 

RDBMS is a relational database management system while NoSQL is a non-relational database management system.

  • RDBMS stores data in tables with predefined schema while NoSQL stores data in documents, key-value pairs, or graphs.

  • RDBMS supports ACID transactions while NoSQL sacrifices ACID for scalability and flexibility.

  • RDBMS is best suited for structured data while NoSQL is best suited for unstructured or semi-structu...

A Senior Engineer was asked
Q. What are the advantages of using Spring Boot?
Ans. 

Spring Boot provides rapid application development and easy deployment with minimal configuration.

  • Auto-configuration of dependencies

  • Embedded server for easy deployment

  • Actuator for monitoring and managing applications

  • Support for various data sources and frameworks

  • Easy integration with other Spring projects

  • Reduced boilerplate code

  • Support for microservices architecture

Guardian India Senior Engineer Interview Experiences

4 interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Project understanding
Round 2 - Coding Test 

Coding test based on sortings algorithms

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic question about application support and Aws
Round 2 - Technical 

(1 Question)

  • Q1. How to debug issues in different monitoring tools.
  • Ans. 

    Debugging issues in monitoring tools requires a systematic approach.

    • Identify the problem by analyzing the monitoring data.

    • Check the logs and error messages for more information.

    • Use debugging tools like traceroute, ping, and tcpdump to isolate the issue.

    • Collaborate with other teams to identify the root cause and find a solution.

    • Document the process and solution for future reference.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have basic knowledge of AWS and good idea of Application Support

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions around Logical Problem Solving and Technical Profiles
  • Q2. Online Technical examination with few problems to solve and multiple choices questions.
  • Q3. Techno Manager Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the skills which you have mentioned in your profile

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

15 Questions

  • Q1. First round one online exam they conduct.
  • Q2. Second round. some questions from web services e.g how to consume restful services and soap services.
  • Q3. Spring boot advantages.
  • Ans. 

    Spring Boot provides rapid application development and easy deployment with minimal configuration.

    • Auto-configuration of dependencies

    • Embedded server for easy deployment

    • Actuator for monitoring and managing applications

    • Support for various data sources and frameworks

    • Easy integration with other Spring projects

    • Reduced boilerplate code

    • Support for microservices architecture

  • Answered by AI
  • Q4. How internal resource view resolver will work.
  • Ans. 

    Internal resource view resolver resolves view names to actual view resources within the application.

    • Internal resource view resolver is a part of Spring MVC framework.

    • It maps view names to actual view resources within the application.

    • It resolves the view name to a View object that can render the response.

    • It can be configured in the application context file using the bean tag.

    • Example:

  • Answered by AI
  • Q5. What is abstraction and how to achieve it.
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction is achieved through the use of abstract classes and interfaces.

    • It helps in reducing complexity and making code more maintainable.

    • Abstraction allows for better separation of concerns and promotes modularity.

    • Examples of abstraction include the use of APIs and libraries.

    • Abstraction is a key concept i...

  • Answered by AI
  • Q6. Creating threads. use of filters.
  • Ans. 

    Creating threads involves dividing a program into smaller tasks that can run concurrently. Filters are used to process data.

    • Threads allow for parallel processing and can improve performance.

    • Filters are used to manipulate data by applying a set of rules or conditions.

    • Examples of filters include sorting, searching, and transforming data.

    • Filters can be applied to threads to process data in parallel.

  • Answered by AI
  • Q7. What is application container
  • Ans. 

    An application container is a lightweight, standalone executable package that contains everything needed to run an application.

    • Application containers provide a way to package and deploy applications in a consistent and reproducible way.

    • They isolate the application from the underlying system, making it portable across different environments.

    • Examples of container technologies include Docker, Kubernetes, and OpenShift.

  • Answered by AI
  • Q8. When will get bean not found exception
  • Ans. 

    Bean not found exception occurs when a requested bean is not present in the container.

    • Occurs during runtime when a bean is not defined in the application context

    • Can be caused by typos in bean names or incorrect configuration

    • Can be resolved by defining the missing bean or correcting the configuration

  • Answered by AI
  • Q9. What is serialization
  • Ans. 

    Serialization is the process of converting an object into a format that can be stored or transmitted.

    • Serialization is used to transfer data over a network or to store it in a file.

    • It involves converting an object into a stream of bytes or characters.

    • The serialized data can then be deserialized back into an object.

    • Serialization is commonly used in programming languages like Java and C#.

    • Examples of serialization formats ...

  • Answered by AI
  • Q10. Difference between RDBMS and NOSQL
  • Ans. 

    RDBMS is a relational database management system while NoSQL is a non-relational database management system.

    • RDBMS stores data in tables with predefined schema while NoSQL stores data in documents, key-value pairs, or graphs.

    • RDBMS supports ACID transactions while NoSQL sacrifices ACID for scalability and flexibility.

    • RDBMS is best suited for structured data while NoSQL is best suited for unstructured or semi-structured d...

  • Answered by AI
  • Q11. Runtime polymorphism with example
  • Ans. 

    Runtime polymorphism is the ability of an object to take on many forms.

    • It allows a subclass to provide its own implementation of a method that is already provided by its parent class.

    • It is achieved through method overriding.

    • Example: Animal class has a method called 'makeSound'. Dog and Cat classes extend Animal and override the 'makeSound' method to bark and meow respectively.

  • Answered by AI
  • Q12. They will ask write down any sorting algorithm.
  • Q13. Difference between controller and rest controller.
  • Ans. 

    Controller is a basic Spring MVC controller while RestController is used to create RESTful web services.

    • Controller is used for traditional web applications while RestController is used for RESTful web services.

    • RestController returns data in JSON or XML format while Controller returns data in HTML format.

    • RestController is annotated with @RestController while Controller is annotated with @Controller.

    • RestController is a s...

  • Answered by AI
  • Q14. Explain about stream API
  • Ans. 

    Stream API is a Java API that allows processing of collections of objects in a functional way.

    • Stream API provides a set of functional interfaces to perform operations on collections.

    • It supports parallel processing of collections.

    • It can be used to filter, map, reduce, and sort collections.

    • Example: List<Integer> numbers = Arrays.asList(1, 2, 3, 4, 5); numbers.stream().filter(n -> n % 2 == 0).forEach(System.out::pri...

  • Answered by AI
  • Q15. Difference between interface and functional interface
  • Ans. 

    An interface is a blueprint for a class while a functional interface is an interface with only one abstract method.

    • An interface can have multiple abstract methods while a functional interface has only one.

    • Functional interfaces can be used with lambda expressions and method references.

    • Examples of functional interfaces include Runnable, Comparator, and Callable.

    • Interfaces can have default and static methods while functio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i attended at guardian India at Chennai. Be prepare basics. not that much complex interview. if we strong in basic concepts, we can easily clear it. explain your answers clearly,

Skills evaluated in this interview

Top trending discussions

View All
Career Growth
1w (edited)
pleasantfox
·
works at
Insurance Sector
Stability vs Growth
I worked in a company for 20 years and suddenly put off role. Searching jobs I realised I am over age for various roles that I could do and less experienced for Leadership Roles as my exposure was limited. I always thought I am earning decent money and can work another 7 years and retire at 50. Though the younger generation is much smarter I still want to advise them (BFSI specific) * Work in a role for max 2-3 years and switch when you feel you are done. * By age of 30, if you are still earning less than 10 lakh you are not growing * By age of 35 you must become AVP as no company will hire AVP if you are more than 36. *Be loyal to your self, not your organization. * Most importantly save atleast 30% or more of whatever your CTC. Donot spend much with every raise. * Buy a property, and pay loans before 35. In tough times it's only Savings that give you cushion and peace nothing else
Got a question about Guardian India?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Mar 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 - HR 

(1 Question)

  • Q1. How are heard about HDFC Life?

Interview Preparation Tips

Interview preparation tips for other job seekers - HDFC life is good for interns .

I applied via Referral and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

English language arthamatic reasoning

Round 3 - RM interciew 

(1 Question)

  • Q1. About past work experience and company

Interview Preparation Tips

Interview preparation tips for other job seekers - Need strong Recommendations and previous work Experience.

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

Interview Questionnaire 

1 Question

  • Q1. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good experience and easy to crack the questions.
Are these interview questions helpful?

I appeared for an interview in Dec 2016.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics and experience in analyzing large datasets

    • I am proficient in using statistical software such as R and Python

    • I have a proven track record of identifying trends and providing actionable insights to drive business decisions

  • Answered by AI
  • Q2. How does Insurance companies work ?
  • Ans. 

    Insurance companies work by providing financial protection to individuals or organizations against potential risks or losses.

    • Insurance companies collect premiums from policyholders in exchange for coverage.

    • They assess risks and determine the appropriate premiums to charge based on factors such as age, health, and occupation.

    • Insurance companies invest the collected premiums to generate income and ensure they have suffic...

  • Answered by AI
  • Q3. Who is an actuary and what are his roles ?
  • Ans. 

    An actuary is a professional who assesses and manages financial risks using mathematics, statistics, and business knowledge.

    • Analyzing data to calculate probabilities of events such as death, sickness, injury, and property loss

    • Designing insurance policies and pension plans based on risk assessments

    • Helping companies make informed decisions on managing risks and setting premiums

    • Advising on investment strategies to ensure ...

  • Answered by AI
  • Q4. What is India's GDP and its growth rate ?
  • Ans. 

    India's GDP is $2.7 trillion with a growth rate of 4.2%.

    • India's GDP is one of the largest in the world.

    • As of 2020, India's GDP was $2.7 trillion.

    • The growth rate of India's GDP in 2020 was 4.2%.

    • India's GDP growth rate has been fluctuating over the years.

    • The COVID-19 pandemic had a significant impact on India's GDP growth.

  • Answered by AI
  • Q5. What are the Pros and Cons of Demonetization ?
  • Ans. 

    Demonetization has pros and cons that impact various aspects of the economy and society.

    • Pros: Curbing black money, reducing corruption, promoting digital transactions

    • Cons: Initial economic disruption, inconvenience to the public, impact on informal sector

    • Example of a pro: Demonetization helped uncover undisclosed income and led to an increase in tax compliance.

    • Example of a con: Small businesses and daily wage workers f...

  • Answered by AI
  • Q6. If there are two data sets each with 100 variables and having 10000 and 12000 policies verify the validity of the second data set assuming the first one is accurate.
  • Ans. 

    The validity of the second data set can be verified by comparing it with the first data set.

    • Compare the variables in both data sets to ensure they are the same.

    • Check if the number of policies in the second data set matches the number stated.

    • Perform statistical analysis on both data sets to identify any discrepancies or inconsistencies.

    • Validate the accuracy of the second data set by cross-referencing it with external so...

  • Answered by AI
  • Q7. Why do you want to work as an analyst ?
  • Ans. 

    I am passionate about analyzing data and deriving insights to drive informed decision-making.

    • I enjoy problem-solving and critical thinking, which are essential skills for an analyst.

    • I have a strong attention to detail and excel at organizing and interpreting complex information.

    • I am interested in utilizing data to identify trends, patterns, and opportunities for improvement.

    • I believe that my analytical skills can contr...

  • Answered by AI

Interview Preparation Tips

College Name: IIT Madras

I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I bring a unique blend of leadership skills, industry knowledge, and a commitment to team success that aligns with your company's goals.

    • Proven leadership experience: Successfully led a team of 10 in a project that increased efficiency by 20%.

    • Strong communication skills: Regularly facilitated cross-departmental meetings to enhance collaboration and project outcomes.

    • Adaptability: Thrived in a fast-paced environment, quic...

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    Dynamic professional with 5 years of experience in management, skilled in team leadership and project execution.

    • Background in business administration with a focus on management.

    • Led a team of 10 in a successful project that increased sales by 20%.

    • Strong communication skills, facilitating effective collaboration across departments.

    • Passionate about mentoring and developing team members for career growth.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, honest.have gd communication skill

I applied via Walk-in and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly motivated and dedicated individual with a strong background in finance and a passion for problem-solving.

    • I have a Bachelor's degree in Finance and have worked in the finance industry for 5 years.

    • I am skilled in financial analysis, budgeting, and forecasting.

    • I have successfully managed large-scale projects and implemented cost-saving strategies.

    • I am a team player and have excellent communication and interp...

  • Answered by AI
  • Q2. How much knowledge do you have in Insurance
  • Ans. 

    I have a strong knowledge in insurance.

    • I have a deep understanding of insurance policies and coverage.

    • I am familiar with different types of insurance such as life, health, auto, and property.

    • I have experience in analyzing insurance claims and determining coverage eligibility.

    • I am knowledgeable about insurance regulations and compliance.

    • I have worked with insurance companies and clients to provide accurate and timely in...

  • Answered by AI
  • Q3. They will ask you about your previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is a key element to crack this Interview, there will be total 4-5 rounds of interview here

1) Focus about technical skills and Analytical skills
2) Gain knowledge about insurance and about insurance industry
3) They will check your verbal ability

Guardian India Interview FAQs

How many rounds are there in Guardian India Senior Engineer interview?
Guardian India interview process usually has 2 rounds. The most common rounds in the Guardian India interview process are Technical and Coding Test.
How to prepare for Guardian India Senior Engineer 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 Guardian India. The most common topics and skills that interviewers at Guardian India expect are HTML, Javascript, SQL, Agile and Linux.
What are the top questions asked in Guardian India Senior Engineer interview?

Some of the top questions asked at the Guardian India Senior Engineer interview -

  1. how internal resource view resolver will wo...read more
  2. what is abstraction and how to achieve ...read more
  3. difference between interface and functional interf...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.4/5

based on 5 interview experiences

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Guardian India Senior Engineer Salary
based on 144 salaries
₹11 L/yr - ₹18.8 L/yr
55% more than the average Senior Engineer Salary in India
View more details

Guardian India Senior Engineer Reviews and Ratings

based on 27 reviews

4.1/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.6

Salary

4.2

Job security

4.2

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 27 Reviews and Ratings
Associate
361 salaries
unlock blur

₹2.4 L/yr - ₹5.8 L/yr

Lead Engineer
292 salaries
unlock blur

₹16 L/yr - ₹28 L/yr

Analyst
176 salaries
unlock blur

₹3.9 L/yr - ₹8 L/yr

Senior Engineer
144 salaries
unlock blur

₹11 L/yr - ₹18.8 L/yr

Engineer
130 salaries
unlock blur

₹5.1 L/yr - ₹11 L/yr

Explore more salaries
Compare Guardian India with

HDFC Life

3.9
Compare

ICICI Prudential Life Insurance

4.0
Compare

Axis Max Life Insurance

4.1
Compare

Bajaj Allianz Life Insurance

3.9
Compare
write
Share an Interview