i
Aaban
Solutions
Filter interviews by
I appeared for an interview before Jan 2024.
Given tasks on Kubernetes and how we can transition to virtualization.
Agile focuses on iterative development and collaboration, while DevOps focuses on continuous integration and delivery.
Agile is a software development methodology that emphasizes iterative development, collaboration between cross-functional teams, and customer feedback.
DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to enable shorter development cycles, increased deployment ...
CI/CD pipelines automate the process of testing and deploying code changes.
CI/CD stands for Continuous Integration/Continuous Deployment.
CI/CD pipelines automate the steps involved in building, testing, and deploying code changes.
They help in ensuring that code changes are tested and deployed quickly and efficiently.
Examples of CI/CD tools include Jenkins, GitLab CI, and CircleCI.
Git helps in DevOps by enabling version control, collaboration, automation, and continuous integration.
Git allows for version control, tracking changes in code and configurations.
Facilitates collaboration among team members by providing a centralized repository for code.
Enables automation through tools like Jenkins for continuous integration and deployment.
Supports branching and merging, allowing for parallel developme...
Give your full effort in every interview and emphasize practical knowledge.
Top trending discussions
posted on 30 Apr 2021
I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.
To drive performance, manage attendance and attrition through effective communication, recognition, and development opportunities.
Regularly communicate performance expectations and provide feedback
Recognize and reward high performers
Provide development opportunities for employees to improve skills and knowledge
Implement strategies to reduce absenteeism and attrition, such as flexible work arrangements or employee engag...
I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.
I applied via Campus Placement
I applied via Referral
I appeared for an interview in Nov 2016.
Seeking better growth opportunities and challenges
Limited growth potential in current role
Desire to work on more challenging projects
Looking for a company with a better cultural fit
Relocating to a new area
posted on 26 Jun 2017
I appeared for an interview before Jun 2016.
The question asks to construct a k-ary tree using the given k and DFS traversal string.
Iterate through the DFS traversal string
If the current character is 'P', create a parent node
If the current character is 'L', create a leaf node
Link the nodes according to the DFS traversal order
To determine if a graph has a node with n degree, iterate through all nodes and count their edges.
Iterate through each node in the graph
Count the number of edges connected to each node
If any node has n edges, then the graph has a node with n degree
I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jun 2019. There were 4 interview rounds.
A string palindrome is a sequence that reads the same backward as forward, like 'racecar' or 'level'.
A palindrome can be checked by comparing characters from both ends towards the center.
Example: 'madam' is a palindrome because 'm' == 'm', 'a' == 'a'.
Ignoring spaces and punctuation: 'A man, a plan, a canal, Panama!' is a palindrome.
Case sensitivity can be ignored: 'No 'x' in Nixon' is a palindrome.
Swapping of numbers can be done using call by value, address and reference.
Call by value: Pass the values of variables as arguments to the function. Swap the values inside the function.
Call by address: Pass the addresses of variables as arguments to the function. Swap the values using pointers inside the function.
Call by reference: Pass the references of variables as arguments to the function. Swap the values using ref...
Reverse a given string
Use a loop to iterate through the string and append each character to a new string in reverse order
Alternatively, use built-in string functions like reverse() or slice()
Remember to handle edge cases like empty strings or strings with only one character
A multi-threading program to print 1 2 1 2 using 2 threads.
Create two threads and pass a flag to each thread to print either 1 or 2.
Use a synchronization mechanism like mutex or semaphore to ensure alternate printing.
Join the threads to wait for their completion.
Code for binary search algorithm
Binary search is a divide and conquer algorithm
It works by repeatedly dividing the search interval in half
If the value is found, return the index. Else, repeat on the appropriate half
The array must be sorted beforehand
posted on 18 May 2021
I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.
based on 1 interview experience
Difficulty level
Duration
based on 7 reviews
Rating in categories
Amdocs
Credence Resource Management
Congruex Asia Pacific
Mobile Programming