Filter interviews by
I applied via Job Portal and was interviewed before Sep 2023. There was 1 interview round.
Docker commands and concepts comparison
Run vs entry point: 'docker run' is used to create a new container while 'entrypoint' specifies the command to run when the container starts.
Copy vs add: 'COPY' is used to copy files from the host to the container while 'ADD' can also fetch files from URLs and extract tarballs.
Process vs demons: Processes are foreground tasks that run in the container while daemons are background
To ensure high availability of an application, implement redundancy, load balancing, monitoring, and disaster recovery.
Implement redundancy by having multiple instances of the application running in different servers or data centers.
Use load balancing to distribute incoming traffic across multiple servers to prevent overload on any single server.
Set up monitoring tools to constantly check the health and performance of ...
VNet peering allows connecting virtual networks in Azure
VNet peering enables resources in different virtual networks to communicate securely
Traffic between peered VNets stays on the Microsoft backbone network
No public internet, gateways, or encryption needed for communication between peered VNets
Subnets on virtual machines refer to dividing a network into smaller segments for better organization and security.
Subnets help in managing network traffic efficiently
Each subnet can have its own security policies and access controls
Subnets can be used to isolate different parts of a network for security reasons
DevOps engineers are responsible for automating, monitoring, and maintaining the infrastructure and deployment pipelines.
Automating build and deployment processes using tools like Jenkins, GitLab CI/CD, or CircleCI
Monitoring system performance and availability using tools like Prometheus, Grafana, or ELK stack
Collaborating with development and operations teams to streamline processes and improve efficiency
Managing infr...
Using Docker image build and deployment in AKS with ACR
Create a Dockerfile to define the image
Build the Docker image using 'docker build' command
Push the image to Azure Container Registry (ACR)
Create a Kubernetes deployment manifest referencing the image in ACR
Deploy the application to Azure Kubernetes Service (AKS)
Top trending discussions
I applied via Referral and was interviewed in Sep 2020. There were 4 interview rounds.
I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
posted on 24 Mar 2021
I applied via Naukri.com and was interviewed before May 2021. There were 5 interview rounds.
I appeared for an interview before Dec 2020.
Round duration - 120 Minutes
Round difficulty - Medium
Ninja, a new member of the FBI, has acquired some 'SECRET_INFORMATION' that he needs to share with his team. To ensure security against hackers, Ninja dec...
The task is to encode and decode 'SECRET_INFORMATION' for security purposes and determine if the transmission was successful.
Read the number of test cases 'T'
For each test case, encode the 'SECRET_INFORMATION' and then decode it
Compare the decoded string with the original 'SECRET_INFORMATION'
Print 'Transmission successful' if they match, else print 'Transmission failed'
Round duration - 60 Minutes
Round difficulty - Medium
Given an array Arr
consisting of N integers, your task is to find the equilibrium index of the array.
An index is considered as an equilibrium index if the sum of elem...
Find the equilibrium index of an array where sum of elements on left equals sum on right.
Iterate through the array and calculate prefix sum and suffix sum at each index.
Compare prefix sum and suffix sum to find equilibrium index.
Return the left-most equilibrium index or -1 if none found.
Round duration - 50 Minutes
Round difficulty - Easy
Tip 1 : Focus more on SQL
Tip 2 : Keep up with ongoing projects in the company
Tip 1 : Be honest about what you add.
Tip 2 : Don't forget to mention extra curriculars.
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant