Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.
I chose DevOps because it allows me to bridge the gap between development and operations, and I have learned multiple programming languages.
DevOps enables faster and more efficient software delivery
I have experience with programming languages such as Python, Java, and Bash
DevOps practices such as continuous integration and deployment are essential for modern software development
I enjoy working in a collaborative enviro...
I was interviewed before Mar 2021.
Round duration - 60 minutes
Round difficulty - Medium
Online interview round with questions based on DSA and Devops.
You are given a string STR
which contains alphabets, numbers, and special characters. Your task is to reverse the string.
STR = "abcde"
"e...
Round duration - 60 minutes
Round difficulty - Medium
They have a zoom video call. And it's really lengthy.
Round duration - 60 minutes
Round difficulty - Medium
Technical interview round with questions around Devops
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Company Website and was interviewed in Mar 2020. There was 1 interview round.
Terraform modules are reusable components that allow you to define and manage infrastructure as code.
Modules are collections of resources that can be used across multiple Terraform configurations
They can be shared and reused by other teams or projects
Modules can be published to the Terraform Registry for easy discovery and use
They help to reduce duplication of code and simplify infrastructure management
Debugging Apache Nginx issues involves checking logs, configuration files, and server status.
Check error logs for any relevant error messages
Verify the configuration files for syntax errors
Check server status and resource usage
Use tools like curl or telnet to test connectivity and response times
Check firewall rules and network settings
Consider load balancing and caching configurations
Prevent DDoS attack by implementing various measures
Implementing firewalls and intrusion detection systems
Using load balancers to distribute traffic
Blocking traffic from suspicious IP addresses
Using content delivery networks (CDNs)
Limiting the number of requests per IP address
Using anti-DDoS services provided by cloud providers
Regularly monitoring network traffic for unusual patterns
Yes, AWS provides various methods to blacklist IPs.
Use AWS WAF to create rules to block specific IP addresses
Configure security groups to deny traffic from specific IP addresses
Utilize AWS Network ACLs to block traffic from specific IP addresses
Average load in Linux refers to the amount of work being done by the system at a given time.
Average load is measured as a decimal number, with 1.00 representing a fully loaded system.
It takes into account both running processes and processes waiting for resources.
High average load can indicate a need for more resources or optimization of processes.
Command 'uptime' can be used to check the average load on a Linux system
Inodes are data structures that store information about files on a Unix/Linux file system. File descriptors are unique identifiers for open files. Swap is a space on a hard disk used as virtual memory.
Inodes contain metadata about files such as ownership, permissions, and timestamps.
File descriptors are used by the operating system to keep track of open files and to perform I/O operations on them.
Swap is used when the ...
Load balancer routes traffic to other healthy instances
Load balancer detects the unhealthy instance
Stops sending traffic to that instance
Routes traffic to other healthy instances
Maintains high availability and scalability of the application
To debug a progressively slowing down website, I would analyze the server logs, check for memory leaks, and optimize the code.
Analyze server logs to identify any errors or bottlenecks
Check for memory leaks in the code
Optimize the code by removing unnecessary scripts and optimizing images
Use tools like Chrome DevTools to identify performance issues
Consider implementing a content delivery network (CDN) to improve website
Docker save and Docker load commands can be used to transfer an image from one machine to another without using a Docker registry.
Use the 'docker save' command to save the image as a tar file on the source machine
Transfer the tar file to the destination machine using any file transfer method (e.g., scp)
On the destination machine, use the 'docker load' command to load the image from the tar file
A program to reverse a string in Python
Use the slicing technique to reverse the string
Start with the last character and move backwards
Store the reversed string in a new variable
Ansible playbook to install Apache
Create a playbook file with .yml extension
Define hosts and remote user
Add tasks to install Apache package
Start Apache service
Save and run the playbook using ansible-playbook command
Distributed Jenkins nodes are used to handle large-scale builds and improve performance.
Large-scale builds: When there are a large number of builds to be executed simultaneously, distributed Jenkins nodes can handle the load by distributing the builds across multiple nodes.
Improved performance: By distributing the workload, the overall build time can be reduced, resulting in improved performance.
Resource utilization: D...
Top trending discussions
I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.
posted on 19 Nov 2024
I applied via Recruitment Consulltant
Our company's DevOps process focuses on continuous integration, automated testing, and deployment.
Continuous integration: Developers regularly merge their code changes into a shared repository, triggering automated builds and tests.
Automated testing: Testing is automated at various stages of the development process to ensure code quality and reliability.
Deployment automation: Code changes are automatically deployed to ...
posted on 14 Oct 2024
Coding skills in python
Python is used in various areas such as web development, data analysis, automation, machine learning, and more.
Web development (Django, Flask)
Data analysis (Pandas, NumPy)
Automation (Scripting, DevOps tools)
Machine learning (TensorFlow, PyTorch)
Some important DevOps tools include Jenkins, Docker, Ansible, Kubernetes, and Git.
Jenkins
Docker
Ansible
Kubernetes
Git
Yes, I am willing to work in shifts.
I am flexible with my working hours and can adapt to different shifts.
I understand the importance of round-the-clock support in a DevOps role.
I have previous experience working in shifts and have no issues with it.
My salary expectation is based on my experience, skills, and the market rate for DevOps Engineers.
I have researched the average salary range for DevOps Engineers in this location.
I am looking for a competitive salary that reflects my expertise in the field.
I am open to negotiation based on the overall compensation package offered.
I have 5 years of experience in implementing DevOps practices in various organizations.
Implemented CI/CD pipelines using tools like Jenkins, GitLab CI, and CircleCI
Automated infrastructure provisioning with tools like Terraform and Ansible
Managed containerized applications using Docker and Kubernetes
Monitored and maintained production systems with tools like Prometheus and Grafana
A scripted Jenkinsfile is a Groovy script that defines the pipeline for Continuous Integration (CI).
Use 'pipeline' block to define the stages of the CI pipeline
Utilize 'stage' block to specify individual stages within the pipeline
Leverage 'steps' block to define the actions to be executed within each stage
Use 'node' block to allocate a Jenkins agent for running the pipeline
Utilize 'checkout' step to fetch the source co
Implementing a Web Application Firewall (WAF) in AWS for enhanced security.
Use AWS WAF to protect web applications from common web exploits.
Create rules to filter and monitor HTTP and HTTPS requests.
Integrate AWS WAF with other AWS services like CloudFront or API Gateway for comprehensive protection.
A CD Jenkinsfile automates the Continuous Delivery process in Jenkins.
Define stages for build, test, deploy
Use declarative syntax for pipeline
Include steps for version control, artifact management
Utilize plugins for notifications, approvals
Implement error handling and rollback mechanisms
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
VPC stands for Virtual Private Cloud, a virtual network dedicated to your AWS account.
VPC allows you to create a logically isolated section of the AWS Cloud where you can launch AWS resources.
You can define your own IP address range, create subnets, configure route tables, and network gateways within a VPC.
VPC provides security by allowing you to control inbound and outbound traffic to and from your instances.
You can c...
The two health checks when an EC2 instance is launched are System Status Checks and Instance Status Checks.
System Status Checks ensure that the underlying host system is healthy and reachable.
Instance Status Checks ensure that the instance is running properly and can be accessed.
Examples: System Status Checks may include checking network connectivity, while Instance Status Checks may include verifying system logs.
IAM groups are collections of IAM users, while IAM roles are permissions that can be assumed by users or services.
IAM groups are used to manage permissions for multiple users at once
IAM roles are used to delegate permissions to users or services
IAM groups can contain multiple users, while IAM roles can only be assumed by one entity at a time
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
DaemonSet ensures that all or some nodes run a copy of a Pod
DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in a cluster
It is useful for running a single instance of a Pod on every node in a cluster
DaemonSet is commonly used for monitoring, logging, and other system-level services
Example: Running a logging agent on every node in a Kubernetes cluster
Deployment is a way to manage and update applications in Kubernetes. StatefulSet is used for stateful applications with unique identities.
Deployment is used for stateless applications, while StatefulSet is used for stateful applications.
Deployment manages replica sets and ensures a desired state is maintained.
StatefulSet maintains a unique identity for each pod, making it suitable for applications that require stable a...
Some of the top questions asked at the VMware Software Devops Engineer interview -
Member Technical Staff
543
salaries
| ₹12 L/yr - ₹45 L/yr |
Senior Member of Technical Staff
498
salaries
| ₹26 L/yr - ₹74.5 L/yr |
Technical Support Engineer
397
salaries
| ₹7.2 L/yr - ₹18.9 L/yr |
Business Analyst
257
salaries
| ₹4.4 L/yr - ₹16 L/yr |
Technical Staff Member 3
250
salaries
| ₹17 L/yr - ₹54.1 L/yr |
Microsoft Corporation
Oracle
IBM
SAP