i
11:11
Systems
Filter interviews by
K8s is a container orchestration platform that automates deployment, scaling, and management of containerized applications.
K8s architecture consists of a master node and worker nodes.
Master node manages the cluster state and schedules workloads on worker nodes.
Worker nodes run the containers and communicate with the master node.
K8s uses etcd for storing cluster state and API server for communication.
K8s also has v...
Ingress is a Kubernetes resource that manages external access to services in a cluster.
Ingress acts as a reverse proxy and routes traffic to the appropriate service based on the URL path or host.
It allows for multiple services to share a single IP address and port.
In AKS, we can use Ingress to expose our application to the internet or to other services within the cluster.
We can configure Ingress rules to specify w...
Trigger pipeline from specific version of app code
Use version control system to track code changes
Configure pipeline to trigger on specific branch or tag
Pass version number as parameter to pipeline
Use scripting to automate version selection
Integrate with CI/CD tools for seamless deployment
Ensure high availability of VM and AKS worker nodes
Use availability sets for VMs to distribute them across fault domains and update domains
Use node pools in AKS to distribute worker nodes across multiple availability zones
Implement auto-scaling to add or remove nodes based on demand
Monitor node health and set up alerts for failures
Regularly update and patch nodes to ensure security and stability
I have worked on Azure App Service, Azure Functions, and Azure DevOps.
Azure App Service was used for hosting web applications and APIs.
Azure Functions were used for serverless computing and event-driven scenarios.
Azure DevOps was used for continuous integration and deployment.
We used Azure DevOps to automate the deployment of our applications to Azure App Service and Azure Functions.
We also used Azure DevOps for s...
Node affinity and pod affinity are Kubernetes features that allow you to control the scheduling of pods on nodes.
Node affinity is used to schedule pods on specific nodes based on labels or other node attributes.
Pod affinity is used to schedule pods on nodes that already have pods with specific labels or attributes.
Both features can be used to improve performance, reduce network latency, or ensure high availability...
Default inbound/outbound NSG rules when we deploy VM with NSG
By default, all inbound traffic is blocked except for traffic that is explicitly allowed by a rule
By default, all outbound traffic is allowed
Inbound rules are evaluated before outbound rules
Default rules can be modified or deleted as per requirement
Yes, I have exposure to PCI/DSS compliance.
I have experience implementing security controls to meet PCI/DSS requirements.
I have worked with teams to ensure compliance during audits.
I am familiar with the 12 requirements of PCI/DSS and how to implement them.
I have experience with tools such as vulnerability scanners and log management systems to ensure compliance.
I have worked with payment gateways and understand t...
Test connectivity to AKS app from Azure Front Door
Create a test endpoint in AKS app
Add the endpoint to Front Door backend pool
Use Front Door probe feature to test endpoint connectivity
Check Front Door health probes for successful connectivity
Pipeline variables are scoped to a single pipeline, while variable groups can be shared across multiple pipelines.
Pipeline variables are defined within a pipeline and can be used in tasks within that pipeline
Variable groups are defined at the project level and can be used across multiple pipelines
Variable groups can be linked to Azure Key Vault for secure storage of sensitive information
Pipeline variables can be o...
I applied via Monster and was interviewed before Aug 2021. There were 2 interview rounds.
I have worked on Azure App Service, Azure Functions, and Azure DevOps.
Azure App Service was used for hosting web applications and APIs.
Azure Functions were used for serverless computing and event-driven scenarios.
Azure DevOps was used for continuous integration and deployment.
We used Azure DevOps to automate the deployment of our applications to Azure App Service and Azure Functions.
We also used Azure DevOps for source...
K8s is a container orchestration platform that automates deployment, scaling, and management of containerized applications.
K8s architecture consists of a master node and worker nodes.
Master node manages the cluster state and schedules workloads on worker nodes.
Worker nodes run the containers and communicate with the master node.
K8s uses etcd for storing cluster state and API server for communication.
K8s also has variou...
Node affinity and pod affinity are Kubernetes features that allow you to control the scheduling of pods on nodes.
Node affinity is used to schedule pods on specific nodes based on labels or other node attributes.
Pod affinity is used to schedule pods on nodes that already have pods with specific labels or attributes.
Both features can be used to improve performance, reduce network latency, or ensure high availability.
Exam...
Yes, I have exposure to PCI/DSS compliance.
I have experience implementing security controls to meet PCI/DSS requirements.
I have worked with teams to ensure compliance during audits.
I am familiar with the 12 requirements of PCI/DSS and how to implement them.
I have experience with tools such as vulnerability scanners and log management systems to ensure compliance.
I have worked with payment gateways and understand the im...
Default inbound/outbound NSG rules when we deploy VM with NSG
By default, all inbound traffic is blocked except for traffic that is explicitly allowed by a rule
By default, all outbound traffic is allowed
Inbound rules are evaluated before outbound rules
Default rules can be modified or deleted as per requirement
I have experience with various monitoring tools and can set up monitors for infrastructure health, performance, and security.
I have experience with tools like Nagios, Zabbix, and Prometheus.
For infrastructure health, I set up monitors for CPU usage, memory usage, disk space, and network connectivity.
For performance, I set up monitors for response time, throughput, and error rates.
For security, I set up monitors for una...
Test connectivity to AKS app from Azure Front Door
Create a test endpoint in AKS app
Add the endpoint to Front Door backend pool
Use Front Door probe feature to test endpoint connectivity
Check Front Door health probes for successful connectivity
Top trending discussions
I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.
To setup infra through terraform in AWS, follow these steps:
Create an AWS account and configure AWS CLI
Write Terraform code to define infrastructure resources
Initialize Terraform and create an execution plan
Apply the execution plan to create the infrastructure
Verify the infrastructure is created as expected
Dockerfile for a Node.js application
Use a base image of Node.js
Copy package.json and install dependencies
Copy application code
Expose the port used by the application
Set the command to start the application
Log files can be transferred to AWS S3 using various methods.
Use AWS CLI to transfer log files to S3
Use AWS SDK to transfer log files to S3
Use AWS Data Pipeline to transfer log files to S3
Use AWS Lambda to transfer log files to S3
Use third-party tools like Logstash or Fluentd to transfer log files to S3
I applied via Approached by Company and was interviewed before Apr 2021. There were 5 interview rounds.
Yes
Worked as a software engineer at a financial institution for 5 years
Developed and maintained financial software applications
Implemented complex financial algorithms and calculations
Collaborated with financial analysts and stakeholders to understand requirements
Ensured compliance with financial regulations and security standards
posted on 12 Apr 2024
I appeared for an interview before Apr 2023.
I applied via Approached by Company and was interviewed in Dec 2022. There was 1 interview round.
posted on 18 Jun 2024
Count occurrences of a letter in a string.
Iterate through each character in the string and count occurrences of the specified letter.
Use a hashmap to store the count of each letter.
Handle both uppercase and lowercase letters to ensure accurate counting.
posted on 8 Feb 2025
I appeared for an interview before Feb 2024.
posted on 2 Jan 2022
I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.
Use SQL JOIN to combine data from 3 tables based on a common key.
Use INNER JOIN, LEFT JOIN, or RIGHT JOIN depending on the desired result
Specify the columns to select from each table
Use ON clause to specify the join condition
Green-field projects are great opportunities to start fresh and implement new technologies.
Green-field projects allow for creative freedom and innovation
They provide the opportunity to work with the latest technologies and tools
Starting from scratch can lead to cleaner code and better architecture
Examples: Developing a new mobile app, creating a new website from scratch
posted on 10 May 2020
I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.
Some of the top questions asked at the 11:11 Systems Senior Devops Engineer interview -
System Engineer
47
salaries
| ₹4 L/yr - ₹11 L/yr |
Senior Engineer
39
salaries
| ₹7.2 L/yr - ₹22 L/yr |
Specialist
38
salaries
| ₹10.3 L/yr - ₹28 L/yr |
Backup Administrator
38
salaries
| ₹4 L/yr - ₹9 L/yr |
Senior Systems Engineer
36
salaries
| ₹7.1 L/yr - ₹18 L/yr |
Cyfuture
JoulestoWatts Business Solutions
Value Point Systems
Black Knight