Filter interviews by
Clear (1)
I applied via Company Website and was interviewed before Aug 2023. There was 1 interview round.
The release process in my current organization involves automated testing, continuous integration, and deployment pipelines.
We use version control systems like Git to manage code changes.
Automated testing is done using tools like Jenkins and Selenium.
Continuous integration is achieved through pipelines in tools like Jenkins or GitLab.
Deployment pipelines are set up to automatically deploy code to different environments...
Experience with Terraform for creating EKS clusters
Utilize Terraform modules to define EKS cluster resources
Leverage Terraform provider for AWS to interact with EKS API
Use Terraform state management for tracking cluster changes
I have extensive experience working with Kubernetes in various environments.
Managed Kubernetes clusters using tools like kubectl and Helm
Implemented CI/CD pipelines for deploying applications on Kubernetes
Optimized resource utilization and scalability of applications on Kubernetes
Troubleshooted and resolved issues related to Kubernetes clusters
Worked with Kubernetes networking and storage solutions like Ingress and Per
Understanding of Linux networking at a deep level
Knowledge of TCP/IP stack and protocols
Experience with network configuration and troubleshooting
Familiarity with tools like iptables, tcpdump, and netstat
Understanding of routing and subnetting
Ability to optimize network performance and security
Top trending discussions
posted on 15 May 2024
I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.
I was interviewed before Mar 2021.
To check if a number is a power of 2, we can use bitwise operations.
A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.
If n is a power of 2, then n & (n-1) will be 0.
For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.
Sort a stack without using another data structure
Use recursion to pop the top element and insert it at the bottom of the remaining stack
Repeat until the stack is sorted in ascending order
Time complexity: O(n^2), space complexity: O(n) due to recursion
Check if array has continuous increasing and decreasing values
Loop through the array and check if each element is greater than the previous one
Once you find the maximum element, check if the remaining elements are in decreasing order
If yes, return true else false
Design a cricinfo (LLD)
Identify the entities: players, teams, matches, scorecards, tournaments, etc.
Define the relationships between entities
Create a database schema to store the data
Implement APIs to fetch and update data
Design a UI to display the information
Consider scalability and performance
Ensure data security and privacy
I applied via Referral and was interviewed in Jul 2022. There were 4 interview rounds.
posted on 6 Oct 2024
I was interviewed before Nov 2023.
Simple coding test - DSA questions. Questions on JS
I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 5 interview rounds.
Minimum 2 platforms required for a railway station.
At least 2 platforms are required for trains to arrive and depart simultaneously.
Additional platforms may be required based on the frequency of trains and passenger traffic.
Platforms should be long enough to accommodate the longest trains that will use the station.
Platforms should also have appropriate facilities for passengers, such as seating, shelter, and signage.
Find set of numbers from an array that can form nearest sum to the given number.
Sort the array in ascending order
Use two pointers approach to find the nearest sum
Return the set of numbers
Trapping Rain Water Problem
The problem involves calculating the amount of water trapped between bars in a histogram
The solution involves finding the maximum height of bars on both sides of each bar and subtracting the height of the bar itself
This can be done using two arrays to store the maximum height of bars on the left and right side of each bar
The problem is to find the least cost to travel from source to destination using dynamic programming.
Use dynamic programming to solve the problem
Create a 2D array to store the minimum cost to reach each cell
Fill the array using the recurrence relation: minCost[i][j] = cost[i][j] + min(minCost[i-1][j], minCost[i][j-1], minCost[i-1][j-1])
The final answer will be stored in minCost[m][n], where m and n are the coordinates ...
Level order traversal of Binary tree
Use a queue to traverse the tree level by level
Enqueue the root node and then dequeue it and enqueue its children
Repeat until the queue is empty
I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.
Detect if two circular linked lists overlap
Traverse both lists and check if they have the same tail node
If they have different tail nodes, they do not overlap
If they have the same tail node, check if they intersect at any point
Use Floyd's cycle-finding algorithm to detect intersection point
based on 1 interview
Interview experience
Technical Account Manager
108
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
86
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
83
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
71
salaries
| ₹0 L/yr - ₹0 L/yr |
Customer Success Manager
46
salaries
| ₹0 L/yr - ₹0 L/yr |
Palo Alto Networks
Gen
FireEye
Check Point Software Technologies