Cloud Developer
Cloud Developer Interview Questions and Answers

Asked in Celebal Technologies

Q. what is friend function, what is function overloading and overriding. difference between run time polymorphism and compile time polymorphism.
Friend function is a function that is not a member of a class but has access to its private and protected members. Function overloading is defining multiple functions with the same name but different parameters. Function overriding is redefining a base class function in a derived class. Runtime polymorphism is achieved through virtual functions and late binding, while compile time polymorphism is achieved through function overloading and templates.
Friend function can access p...read more

Asked in Atos

Q. What is the difference between cloud and mobile computing?
Cloud computing refers to the delivery of computing services over the internet, while mobile computing refers to the use of mobile devices for computing tasks.
Cloud computing involves accessing and using resources and services hosted on remote servers via the internet.
Mobile computing focuses on the use of mobile devices like smartphones and tablets for computing tasks.
Cloud computing allows for scalability, flexibility, and cost-effectiveness as resources can be easily provi...read more

Asked in Shell Recharge Solutions

Q. What are the basic concepts of Object-Oriented Programming (OOP)?
OOP is a programming paradigm based on objects, encapsulating data and behavior for modular and reusable code.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class based on an existing class, inheriting its properties (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same interface for different data types (e.g., method overriding in subclasses)....read more

Asked in Verizon

Q. What is the difference between a security group and a NAT gateway?
Security groups control inbound/outbound traffic while NAT gateway allows instances in private subnets to access internet.
Security groups act as a virtual firewall for instances and control inbound/outbound traffic based on rules defined by the user.
NAT gateway allows instances in private subnets to access the internet while keeping them secure by not exposing their IP addresses to the internet.
Security groups are associated with instances while NAT gateway is associated with...read more

Asked in Verizon

Q. What is the difference between a .pem file and a .key file?
A pem file contains both the private key and the certificate, while a key file only contains the private key.
A pem file is used for SSL/TLS certificates
A key file is used for SSH authentication
Pem files can be converted to key files using OpenSSL
Pem files are often used in web servers like Apache and Nginx
Asked in Nextpoint

Q. How do you manage AWS security?
AWS security can be managed through various tools and best practices to ensure data protection and compliance.
Utilize IAM (Identity and Access Management) to control access to AWS resources
Enable MFA (Multi-Factor Authentication) for added security
Implement encryption for data at rest and in transit using services like AWS KMS and SSL/TLS
Regularly monitor and audit AWS resources for any security vulnerabilities
Use AWS CloudTrail for logging and tracking user activity
Cloud Developer Jobs




Asked in JPMorgan Chase & Co.

Q. ControllerAdvice in Java
ControllerAdvice in Java is used to handle exceptions globally in Spring MVC applications.
ControllerAdvice is an annotation used in Spring MVC to define global exception handlers.
It allows you to centralize exception handling logic in one place.
You can define methods annotated with @ExceptionHandler inside a ControllerAdvice class to handle specific exceptions.
ControllerAdvice can also be used to define model attributes that are shared across multiple controllers.

Asked in JPMorgan Chase & Co.

Q. What is the @Qualifier keyword in Java?
The @Qualifier keyword in Java is used to disambiguate beans when multiple beans of the same type are present in the Spring application context.
Used in Spring framework to specify which bean should be autowired when multiple beans of the same type are present
Can be used on fields, constructor arguments, or method parameters
Example: @Qualifier("beanName")
Share interview questions and help millions of jobseekers 🌟

Asked in Hewlett Packard Enterprise

Q. How do you remove duplicates from a list?
Use a Set data structure to remove duplicates from a list of strings.
Create a Set to store unique elements
Iterate through the list and add each element to the Set
Convert the Set back to a list to get the list without duplicates
Interview Questions of Similar Designations
Interview Experiences of Popular Companies






Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary


Reviews
Interviews
Salaries
Users

