Premium Employer

Maersk

4.3
based on 2.7k Reviews
Filter interviews by

Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. What are azure functions? What are its limitations? How to handle long running background processes?

Ans.

Azure Functions is a serverless compute service that enables you to run event-triggered code without having to manage infrastructure.

  • Azure Functions can be used to build serverless applications and microservices.

  • It supports multiple programming languages such as C#, Java, JavaScript, Python, and PowerShell.

  • Limitations include a maximum execution time of 10 minutes, limited memory and CPU resources, and a cold start delay.

  • Long running background processes can be handled using ...read more

Add your answer

Q2. What is circuit breaker pattern in cloud platforms?

Ans.

Circuit breaker pattern is a design pattern used in cloud platforms to prevent cascading failures.

  • It is used to detect failures and prevent them from causing further damage

  • It works by temporarily blocking requests to a service that is experiencing issues

  • Once the service is back up, the circuit breaker allows requests to resume

  • Examples include Netflix's Hystrix and AWS's Circuit Breaker

Add your answer

Q3. What is service discovery? what tool we have for that in azure platform?

Ans.

Service discovery is the process of automatically locating services in a network. Azure provides Azure Service Fabric for service discovery.

  • Service discovery helps in locating services in a network without hardcoding their addresses.

  • Azure Service Fabric provides a built-in service discovery mechanism.

  • Service Fabric uses naming conventions and DNS resolution to discover services.

  • Service Fabric also provides APIs for service discovery.

  • Other tools for service discovery in Azure ...read more

Add your answer

Q4. How are azure functions different from worker processes?

Ans.

Azure functions are event-driven, serverless compute solutions while worker processes are long-running processes.

  • Azure functions are triggered by events such as HTTP requests, messages in a queue, or changes in a database.

  • Worker processes are long-running processes that perform a specific task continuously.

  • Azure functions are serverless, meaning that the infrastructure is managed by Azure.

  • Worker processes require a server or virtual machine to run on.

  • Azure functions are bille...read more

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. what is ambassador pattern in kubernetes?

Ans.

Ambassador pattern is a Kubernetes design pattern that allows for external access to services.

  • It involves using a sidecar container to proxy requests from outside the cluster to the service.

  • The sidecar container can handle tasks such as authentication and load balancing.

  • It allows for decoupling of the service from the external access mechanism.

  • Examples include the use of Ambassador and Istio as implementations of the pattern.

Add your answer

Q6. data design patterns in mongo db with record references.

Ans.

MongoDB supports various data design patterns for record references.

  • MongoDB supports embedding documents within other documents.

  • MongoDB also supports referencing documents from other collections.

  • The choice between embedding and referencing depends on the data access patterns.

  • Embedding is preferred for one-to-one and one-to-many relationships.

  • Referencing is preferred for many-to-many relationships.

  • MongoDB also supports denormalization for performance optimization.

Add your answer

Q7. What do you use abstract classes for?

Ans.

Abstract classes are used to provide a common interface for its subclasses.

  • Abstract classes cannot be instantiated, only extended.

  • They can contain abstract and non-abstract methods.

  • They are useful for creating a hierarchy of classes with shared methods and properties.

  • They can also be used to enforce certain behaviors in subclasses.

  • Example: Animal is an abstract class with abstract methods like eat() and non-abstract methods like sleep().

  • Subclasses like Dog and Cat can extend ...read more

Add your answer

Q8. What is throttling?

Ans.

Throttling is the process of limiting the amount of data or requests that can be sent or received within a certain period of time.

  • Throttling is used to prevent overload on servers or networks.

  • It can be implemented through software or hardware.

  • Examples include API rate limiting and internet service providers limiting bandwidth.

  • Throttling can also be used to intentionally slow down certain processes or devices to conserve energy or prevent overheating.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Lead Engineer Interview Questions from Similar Companies

3.6
 • 85 Interview Questions
3.5
 • 18 Interview Questions
3.9
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter