Filter interviews by
I applied via Referral
Use dynamic programming to find the longest palindromic substring.
Start by creating a 2D array to store if substrings are palindromic.
Iterate through the string and fill the array based on palindromic conditions.
Track the longest palindromic substring found.
Example: Input 'babad', Output 'aba' or 'bab'.
AWS design problems are common in cloud computing. They require careful planning and implementation.
Identify the problem and its root cause
Consider scalability and availability
Choose the appropriate AWS service
Implement fault tolerance and disaster recovery
Monitor and optimize performance
posted on 23 Oct 2024
I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.
I applied via Campus Placement
Dsa problems dp and tress problem
I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.
5 years of experience in software development
Proficient in developing web applications
Skilled in using various technologies
Passionate about software engineering
Reverse array of strings
Iterate through the array and swap elements from start to end
Use two pointers, one at the beginning and one at the end, and swap elements until they meet
Reverse a given string
Use built-in functions like reverse() or loop through the string in reverse order
Create a new string and append characters from the original string in reverse order
Convert the string to an array of characters, reverse the array, and then join it back into a string
Calculate sum of all elements in a given array of strings
Iterate through the array and convert each element to integer before adding to sum
Handle edge cases like empty array or non-numeric elements
Return the final sum after iterating through all elements
Docker cp command is used to copy files/folders between a container and the host machine.
Used to copy files/folders from a container to the host machine or vice versa
Syntax: docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH
Example: docker cp mycontainer:/app/file.txt /host/path
Ingress is a Kubernetes resource that exposes HTTP and HTTPS routes from outside the cluster to services within the cluster.
Ingress works by defining rules for routing external traffic to services based on hostnames or paths.
Network policies can be created to control the traffic allowed to reach the services behind the Ingress.
For example, a network policy can restrict traffic to a specific service to only come from a
I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed in Aug 2023. There were 4 interview rounds.
It was online test having coding questions for logical part and UI part
Implement a todo list with add, delete, and mark as completed functionalities.
Create an array to store the tasks
Implement functions to add, delete, and mark tasks as completed
Display the tasks with their completion status
posted on 7 Mar 2023
Singleton design pattern restricts the instantiation of a class to a single instance and provides global access to it.
Used when only one instance of a class is required throughout the application
Provides a global point of access to the instance
Implemented using a private constructor, static method, and static variable
Example: Logger class, Database connection class
C# LINQ queries for group and sum data from data table
Use GroupBy() method to group data based on a specific column
Use Sum() method to calculate the sum of a column
Use Select() method to select the required columns
Solid design principles are a set of guidelines for writing maintainable and scalable code.
Single Responsibility Principle (SRP) - each class should have only one responsibility
Open/Closed Principle (OCP) - classes should be open for extension but closed for modification
Liskov Substitution Principle (LSP) - subclasses should be able to replace their parent classes without affecting the program's correctness
Interface Se...
based on 12 reviews
Rating in categories
Software Engineer
126
salaries
| ₹3.9 L/yr - ₹14.6 L/yr |
Senior Software Engineer
85
salaries
| ₹6.1 L/yr - ₹19 L/yr |
Technical Lead
49
salaries
| ₹10.5 L/yr - ₹30 L/yr |
Devops Engineer
18
salaries
| ₹4.5 L/yr - ₹10 L/yr |
Software Developer
11
salaries
| ₹2.8 L/yr - ₹9 L/yr |
Infosys
TCS
Wipro
HCLTech