Add office photos
11:11 Systems logo
Engaged Employer

11:11 Systems

Verified
3.8
based on 217 Reviews
Filter interviews by
Designation
Fresher
Experienced
Skills

20+ 11:11 Systems Interview Questions and Answers

Updated 25 Nov 2024

Q1. What are Terraform life cycles ? and how do we use them ?

Ans.

Terraform life cycles are a set of stages that define how resources are created, updated, and destroyed.

  • Terraform life cycles include create, read, update, and delete (CRUD) operations.

  • They are defined in the provider's resource configuration.

  • They can be used to control the order in which resources are created or updated.

  • Examples of life cycle hooks include pre-create, post-update, and pre-delete.

  • They can be used to perform custom actions before or after resource creation or ...read more

View 2 more answers
right arrow

Q2. what is ingress in Kubernetes and how does it helps us while we deploy an application in AKS ?

Ans.

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 which services should handle which requests.

  • Ingress controllers,...read more

View 1 answer
right arrow
11:11 Systems Interview Questions and Answers for Freshers
illustration image

Q3. how to trigger a pipeline from specific version of Application code ?

Ans.

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

Add your answer
right arrow

Q4. what are stages involved in release pipeline ? Explain the code

Ans.

Release pipeline involves stages for deploying code changes to production.

  • Stages include build, test, deploy, and release.

  • Code is built and tested in a development environment before being deployed to staging.

  • Once tested in staging, code is released to production.

  • Continuous integration and delivery tools automate the pipeline.

  • Examples include Jenkins, GitLab CI/CD, and AWS CodePipeline.

Add your answer
right arrow
Discover 11:11 Systems interview dos and don'ts from real experiences

Q5. How do we ensure high availability of VM and AKS worker nodes ?

Ans.

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

Add your answer
right arrow

Q6. Default inbound/outbound NSG rules when we deploy VM with NSG? Explain them

Ans.

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

Add your answer
right arrow
Are these interview questions helpful?

Q7. What are TF provisioners ? Describe their use cases

Ans.

TF provisioners are used to execute scripts or commands on a resource after it is created.

  • Provisioners are used to configure resources after they are created

  • They can be used to install software, run scripts, or execute commands

  • Provisioners can be local or remote, depending on where the script or command is executed

  • Examples include installing packages on a newly created EC2 instance or running a script to configure a database

  • Provisioners should be used sparingly and only when ...read more

View 1 answer
right arrow

Q8. How do we test connectivity to our app in AKS from Azure Front Door?

Ans.

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

Add your answer
right arrow
Share interview questions and help millions of jobseekers 🌟
man with laptop

Q9. what is nodeaffinity and pod affinity in k8s?

Ans.

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.

  • Examples include scheduling pods on nodes with specific hardwa...read more

Add your answer
right arrow

Q10. Azurecloud services that you worked on ? discuss their use cases in detail at your workplace ?

Ans.

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 control, work item tracking, and build pipelines.

Add your answer
right arrow

Q11. Monitoring tool experience? explain the kind of monitors you might have set for monitoring infra?

Ans.

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 unauthorized access attempts, failed login attempts, and susp...read more

Add your answer
right arrow

Q12. difference between pipeline variables and variable groups in Azure DevOps?

Ans.

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 overridden at runtime using runtime parameters

  • Variable groups ca...read more

Add your answer
right arrow

Q13. Discuss architecture of K8s in detail ?

Ans.

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 various components like kubelet, kube-proxy, and controllers for...read more

Add your answer
right arrow

Q14. any exposure to PCI / DSS compliance ?

Ans.

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 importance of secure payment processing.

Add your answer
right arrow

Q15. how to make the SAN disk online when it get failed error in cluster service

Ans.

To make a SAN disk online after a failed error in cluster service, follow these steps:

  • Identify the failed disk using the cluster management console

  • Check the disk status and resolve any issues

  • If the disk is still offline, try bringing it online manually

  • If manual attempts fail, try restarting the cluster service

  • If all else fails, replace the failed disk with a new one

Add your answer
right arrow

Q16. what is the reason for using CFS in hyper V

Ans.

CFS is used in Hyper-V to improve virtual machine performance by reducing CPU overhead.

  • CFS stands for Completely Fair Scheduler.

  • It is a Linux kernel feature that helps distribute CPU resources fairly among processes.

  • When used in Hyper-V, CFS can help reduce CPU overhead and improve virtual machine performance.

  • CFS can also help prevent CPU resource starvation and improve overall system stability.

  • CFS is enabled by default in most Linux distributions, including those used in Hyp...read more

Add your answer
right arrow

Q17. explain the Architecture on current role

Ans.

The architecture of my current role involves designing and implementing software solutions for clients.

  • Designing and implementing software solutions for clients

  • Working closely with clients to understand their needs and requirements

  • Collaborating with cross-functional teams to ensure successful project delivery

  • Utilizing various programming languages and technologies to build scalable and efficient solutions

Add your answer
right arrow

Q18. Database queries. Finding second, thrid highest salary

Ans.

Use SQL query with ORDER BY and LIMIT to find second, third highest salary

  • Use ORDER BY salary DESC to sort salaries in descending order

  • Use LIMIT 1,1 to get the second highest salary

  • Use LIMIT 2,1 to get the third highest salary

  • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

  • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2,1

Add your answer
right arrow

Q19. How to handle customer escalations

Add your answer
right arrow

Q20. Fundamentals of landing zone and migration services

Add your answer
right arrow

Q21. How to replicate boot luns

Add your answer
right arrow

Q22. Terraform versus ARM templates in detail

Add your answer
right arrow

Q23. 1)End to end DR process.

Add your answer
right arrow

Q24. Sorting a given array

Ans.

Sorting a given array of strings

  • Use a sorting algorithm like quicksort or mergesort

  • Consider the length of the strings for comparison

  • Use a comparator function to define the sorting order

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at 11:11 Systems

based on 6 interviews
Interview experience
4.5
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Ernst & Young Logo
3.4
 • 655 Interview Questions
L&T Construction Logo
4.0
 • 575 Interview Questions
IndusInd Bank Logo
3.5
 • 213 Interview Questions
AU Small Finance Bank Logo
4.2
 • 180 Interview Questions
Zensar Technologies Logo
3.7
 • 180 Interview Questions
Lenskart Logo
3.2
 • 165 Interview Questions
View all
Recently Viewed
JOBS
Indium Software
No Jobs
INTERVIEWS
Indium Software
No Interviews
SALARIES
Tricentis India
SALARIES
11:11 Systems
REVIEWS
11:11 Systems
No Reviews
SALARIES
11:11 Systems
REVIEWS
11:11 Systems
No Reviews
REVIEWS
11:11 Systems
No Reviews
SALARIES
Tricentis India
INTERVIEWS
11:11 Systems
No Interviews
Top 11:11 Systems Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 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