Filter interviews by
I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed in May 2022. There were 4 interview rounds.
I was interviewed in Nov 2023.
I applied via LinkedIn and was interviewed in Jan 2023. There were 2 interview rounds.
Yes, I have managed devops infra in my previous roles.
I have experience managing infrastructure using tools like Ansible, Terraform, and Kubernetes.
I have also worked on building CI/CD pipelines using Jenkins and GitLab.
In my previous role, I managed a large-scale AWS infrastructure for a SaaS product.
I have experience with monitoring tools like Prometheus and Grafana.
I have also worked on implementing security best pr
I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2022. There were 4 interview rounds.
Merging 2 sorted arrays into a single sorted array.
Create a new array to store the merged array
Compare the first elements of both arrays and add the smaller one to the new array
Repeat until one of the arrays is empty, then add the remaining elements of the other array
Return the merged array
posted on 13 May 2024
I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.
1 Hr, python, codility
SQL query to find duplicates in a table
Use GROUP BY and HAVING clause to identify duplicates
Select the columns you want to check for duplicates
Use COUNT() function to count the occurrences of each group
SQL query to convert case to upper, Union and Union all, Decorators, Generators
Use the UPPER() function in SQL to convert case to upper
UNION combines the result sets of two or more SELECT statements
UNION ALL also combines the result sets of two or more SELECT statements, including duplicates
Decorators in Python are used to modify or extend the behavior of functions or methods
Generators in Python are functions that retu
I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.
A Dockerfile for Python code with explanations of each command and the difference between ADD & COPY.
Use a base Python image as the starting point, such as 'python:3.8'.
Use WORKDIR to set the working directory inside the container.
Use COPY to add files from the host machine to the container, while ADD can also fetch files from URLs and extract tarballs.
Use RUN to execute commands during the build process, such as insta...
Jenkins pipeline with environment variable
Define environment variable in Jenkinsfile
Use 'environment' directive to set environment variables
Access environment variable using 'env.
Kubernetes architecture includes master nodes, worker nodes, etcd, kubelet, kube-proxy, and more. Communication between pods is established using a network overlay.
Kubernetes architecture consists of master nodes, which manage the cluster, and worker nodes, where applications run.
etcd is a distributed key-value store used for storing cluster data.
kubelet is an agent that runs on each node and ensures containers are run...
Shell script to sort files in descending order
Use the 'ls' command to list all files in a directory
Pipe the output of 'ls' to the 'sort' command with the '-r' flag for reverse order
Example: ls | sort -r
VPC stands for Virtual Private Cloud, a virtual network dedicated to your AWS account. VPC peering allows connecting VPCs to communicate securely.
Create a VPC in AWS and configure subnets, route tables, and security groups
Establish VPC peering connection between AWS VPC and Azure VNet
Ensure proper routing and security settings for communication between Azure DevOps and AWS instances
based on 2 reviews
Rating in categories
Senior Associate
14.8k
salaries
| ₹8 L/yr - ₹30 L/yr |
Associate
12.8k
salaries
| ₹4.8 L/yr - ₹16 L/yr |
Manager
6.7k
salaries
| ₹14 L/yr - ₹44.6 L/yr |
Senior Consultant
4.4k
salaries
| ₹9 L/yr - ₹32 L/yr |
Associate2
4.2k
salaries
| ₹4.5 L/yr - ₹16.6 L/yr |
Deloitte
Ernst & Young
Accenture
TCS