Filter interviews by
Using stack to find the next greater element in an array
Create an empty stack to store indices of elements
Iterate through the array from right to left
Pop elements from stack until a greater element is found or stack is empty
A multi user job scheduler allows multiple users to schedule and manage their tasks efficiently.
Implement a centralized job scheduling system that can handle multiple users and their tasks simultaneously
Include features such as task prioritization, deadline management, and resource allocation
Use a database to store user information, task details, and scheduling algorithms
Provide a user-friendly interface for users...
Find the largest subsequence in an array of strings
Iterate through the array of strings and compare the length of each subsequence
Keep track of the longest subsequence found so far
Return the longest subsequence
Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.
Currying helps in partial application of functions.
It allows for creating reusable functions with fixed parameters.
Example: const add = a => b => a + b;
HTTP headers are key-value pairs sent between the client and server to provide additional information about the request or response.
HTTP headers consist of a key-value pair separated by a colon, with each pair separated by a new line
Headers are used to provide information such as content type, content length, caching directives, authentication credentials, etc.
Example: 'Content-Type: application/json'
Generate a spiral order traversal of a given matrix in clockwise direction
Initialize variables for top, bottom, left, right boundaries
Iterate through the matrix in a spiral order while adjusting boundaries
Add elements to the result array in the spiral order
Implement a queue using two stacks by using one stack for enqueue operation and another stack for dequeue operation.
Use one stack for enqueue operation by pushing elements onto it.
Use another stack for dequeue operation by popping elements from it. If the dequeue stack is empty, transfer all elements from the enqueue stack to the dequeue stack.
Maintain the order of elements by transferring elements between the two...
A microservice is a small, independent, and loosely coupled service that performs a specific business function.
Microservices are designed to be small and focused on a single task or business function.
They communicate with each other through APIs.
Each microservice can be developed, deployed, and scaled independently.
Examples include user authentication service, payment processing service, and notification service.
Code to reverse linked list using recursion
Create a recursive function to traverse the linked list
Swap the next and previous nodes in each recursive call
Return the new head of the reversed linked list
Find the maximum element in a singly linked list.
Traverse the list and keep track of the maximum element seen so far.
Compare each element with the current maximum and update if necessary.
Return the maximum element at the end of the traversal.
Hacker rank, 3 questions with 1 hour duration
I appeared for an interview in Jun 2024.
Hackerrank test with 5 questions 2 easy 3 medium
I appeared for an interview in Mar 2025, where I was asked the following questions.
Design patterns are reusable solutions to common software design problems, enhancing code maintainability and scalability.
Creational patterns (e.g., Singleton, Factory) manage object creation.
Structural patterns (e.g., Adapter, Composite) deal with object composition.
Behavioral patterns (e.g., Observer, Strategy) focus on communication between objects.
Example of Singleton: Ensures a class has only one instance, like a ...
Leetcode easy medium strings and arrays questions
TCP is a protocol that ensures reliable communication by establishing a connection, managing data transfer, and handling errors.
TCP establishes a connection between two devices before data transfer begins.
It breaks data into packets and numbers them for sequencing.
It uses acknowledgments and retransmissions to ensure all packets are received.
TCP handles flow control by adjusting the transmission rate based on receiver'...
Dynamic programming is a method for solving complex problems by breaking them down into simpler subproblems.
Identify overlapping subproblems and optimal substructure.
Use memoization (top-down) or tabulation (bottom-up) techniques.
Example: Fibonacci sequence can be optimized using dynamic programming.
Example: The Knapsack problem can be solved efficiently with dynamic programming.
I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.
HTTP headers are key-value pairs sent between the client and server to provide additional information about the request or response.
HTTP headers consist of a key-value pair separated by a colon, with each pair separated by a new line
Headers are used to provide information such as content type, content length, caching directives, authentication credentials, etc.
Example: 'Content-Type: application/json'
Python coding round for Automation role
Another round of python coding for automation
I applied via LinkedIn
Permutation of a string involves rearranging its characters in all possible orders.
Use recursion to generate all possible permutations
Swap characters at each position to generate different permutations
Base case: when the string length is 1, return the string as a single permutation
I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.
HackerRank Coding Test - Non Proctored
Standard Easy/Medium Leetcode was asked.
Top trending discussions
Some of the top questions asked at the Cisco Software Engineer interview -
The duration of Cisco Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 41 interview experiences
Difficulty level
Duration
based on 275 reviews
Rating in categories
Bangalore / Bengaluru
5-10 Yrs
₹ 4.75-70 LPA
Bangalore / Bengaluru
14-19 Yrs
Not Disclosed
Bangalore / Bengaluru
5-10 Yrs
₹ 4.75-70 LPA
Software Engineer
2.8k
salaries
| ₹11.9 L/yr - ₹44.1 L/yr |
Technical Consulting Engineer
685
salaries
| ₹9.6 L/yr - ₹30.2 L/yr |
Senior Software Engineer
675
salaries
| ₹15.1 L/yr - ₹52 L/yr |
Network Engineer
382
salaries
| ₹4 L/yr - ₹14 L/yr |
Technical Lead
354
salaries
| ₹20.1 L/yr - ₹66 L/yr |
Microsoft Corporation
Sterlite Technologies
Nokia Networks