Add office photos
Engaged Employer

Hewlett Packard Enterprise

4.2
based on 3.8k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

Oerlikon Graziano Transmission Interview Questions and Answers

Updated 29 Apr 2024
Popular Designations

Q1. How to copy slice element and reflect the new changes done in original slice to new slice

Ans.

Use copy() function to create a new slice and reflect changes in original slice to the new slice.

  • Use the copy() function to create a new slice with the same length as the original slice.

  • Make changes to the original slice.

  • The changes made to the original slice will automatically reflect in the new slice as well.

Add your answer

Q2. Print all the possible subsets from a given slice of integers

Ans.

Print all possible subsets from a given slice of integers

  • Use recursion to generate all possible subsets

  • For each element in the slice, include or exclude it in the subset

  • Keep track of the current subset being generated

Add your answer

Q3. Why golang is best compared to other languages

Ans.

GoLang is best for its simplicity, efficiency, concurrency support, and strong community backing.

  • Efficient performance due to compiled nature and garbage collection

  • Concurrency support with goroutines and channels

  • Strong standard library with built-in support for networking, encoding, and more

  • Simple and clean syntax that promotes readability and maintainability

  • Growing community and ecosystem with popular frameworks like Gin and Echo

Add your answer

Q4. What is context package in golanguage

Ans.

Context package in Go language provides a way to pass around deadlines, cancellation signals, and other request-scoped values.

  • Context package is used to manage deadlines, cancellation signals, and request-scoped values in Go programs.

  • It allows passing data between function calls without having to pass them explicitly as arguments.

  • Context package is commonly used in web servers to manage request-specific data and timeouts.

  • Example: context.WithTimeout() creates a new context wi...read more

Add your answer
Discover Oerlikon Graziano Transmission interview dos and don'ts from real experiences

Q5. Explain Kubertnetes Architecture

Ans.

Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

  • Kubernetes follows a master-slave architecture with a master node controlling multiple worker nodes.

  • Master node components include API server, scheduler, controller manager, and etcd.

  • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

  • Kubernetes uses Pods as the smallest deployable units, which can c...read more

Add your answer

Q6. Http1.1 vs 2.0 vs 3.0

Ans.

HTTP/1.1 is the older version with persistent connections, HTTP/2.0 introduces multiplexing and server push, and HTTP/3.0 uses QUIC protocol for faster performance.

  • HTTP/1.1 uses persistent connections for each request/response, leading to potential performance issues.

  • HTTP/2.0 introduces multiplexing, allowing multiple requests/responses to be sent over a single connection simultaneously.

  • HTTP/2.0 also supports server push, where the server can send resources to the client befo...read more

Add your answer

Q7. RestApi vs GRPC

Ans.

REST API is a standard protocol for web services using HTTP, while gRPC is a high-performance, open-source RPC framework.

  • REST API uses HTTP for communication, making it easy to implement and widely supported.

  • gRPC is a modern, high-performance RPC framework that uses HTTP/2 for transport and Protocol Buffers for serialization.

  • gRPC is more efficient in terms of performance and supports features like bidirectional streaming and authentication.

  • REST API is simpler to understand an...read more

Add your answer

More about working at Hewlett Packard Enterprise

Top Rated Large Company - 2024
Top Rated Company for Women - 2024
Top Rated IT/ITES Company - 2024
HQ - Houston,Texas, United States
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Oerlikon Graziano Transmission

based on 1 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Software Developer Interview Questions from Similar Companies

3.8
 • 26 Interview Questions
3.8
 • 17 Interview Questions
4.5
 • 16 Interview Questions
3.6
 • 16 Interview Questions
3.4
 • 11 Interview Questions
3.7
 • 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

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