Filter interviews by
I applied via Approached by Company and was interviewed before Dec 2023. There were 3 interview rounds.
Basic coding interview.
SQL commands are instructions used to interact with a database to perform tasks such as querying, updating, and deleting data.
SQL commands are used to interact with databases to perform various tasks.
Common SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP.
Examples: SELECT * FROM table_name; INSERT INTO table_name (column1, column2) VALUES (value1, value2); UPDATE table_name SET column1 = value WHER
Doubly linked list is a data structure where each node contains a reference to the previous and next node.
Doubly linked list allows traversal in both directions.
Each node in a doubly linked list contains data and two pointers - one to the previous node and one to the next node.
Example: Node A -> Node B -> Node C, where Node B has pointers to both A and C.
GROUP BY is used to group rows that have the same values, while ORDER BY is used to sort the result set.
GROUP BY is used with aggregate functions like COUNT, SUM, AVG, etc.
ORDER BY is used to sort the result set based on one or more columns.
GROUP BY is used before the SELECT statement, while ORDER BY is used after the SELECT statement.
HTML 5.0 is the latest version of HTML with new features and improvements.
HTML 5.0 supports new elements like <header>, <footer>, <nav>, <article>, <section> etc.
HTML 5.0 introduces new APIs like canvas, audio, video, geolocation, local storage, etc.
HTML 5.0 supports new form input types like email, url, date, range, color, etc.
HTML 5.0 has improved semantics, accessibility, and multimedia
Top trending discussions
posted on 11 Jan 2025
Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS
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 before Nov 2022. There was 1 interview round.
I was interviewed before Oct 2023.
Good Knowledge of DSA is required
posted on 16 Mar 2023
I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.
Java and python test was there
I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.
SOLID principles are a set of five design principles for writing maintainable and scalable code.
Single Responsibility Principle (SRP) - a class should have only one reason to change
Open-Closed Principle (OCP) - a class should be open for extension but closed for modification
Liskov Substitution Principle (LSP) - a subclass should be able to replace its parent class without affecting the system's behavior
Interface Segreg...
Ref and out are both used for passing arguments by reference in C#. Ref is bidirectional while out is unidirectional.
Ref and out are used to pass arguments by reference instead of by value
Ref is used for both input and output parameters while out is only used for output parameters
Ref requires the variable to be initialized before passing while out does not
Example: void MyMethod(ref int x) { x = x + 1; } and void MyMeth
REST APIs are a way to interact with web services. Popular status codes include 200, 404, and 500.
REST APIs allow clients to access and manipulate resources on a server using HTTP requests
Common HTTP methods used in REST APIs include GET, POST, PUT, and DELETE
Status codes indicate the success or failure of a request, with 2xx codes indicating success and 4xx/5xx codes indicating errors
Some popular status codes include ...
Memory management in C# involves automatic garbage collection and the use of pointers.
C# uses a garbage collector to automatically manage memory allocation and deallocation.
Developers can use pointers to directly manipulate memory, but this is not recommended.
C# also provides tools for managing memory usage, such as the IDisposable interface and the using statement.
Microservices, cloud-native, and serverless are the latest architectural trends in C#.
Microservices architecture is gaining popularity due to its scalability and flexibility.
Cloud-native architecture focuses on building applications that are optimized for cloud environments.
Serverless architecture allows developers to focus on writing code without worrying about infrastructure management.
Other trends include containeri...
Both .NET Core and Framework are used for developing Windows applications, but Core is cross-platform and lightweight.
Core is open-source and modular, while Framework is a monolithic framework
Core has better performance and scalability than Framework
Core supports microservices architecture, while Framework does not
Core has a smaller footprint and can be deployed as a single executable
Framework has better backward compa
Major advancements in .NET Core include improved performance, cross-platform compatibility, and enhanced security features.
Improved performance through the use of Span
Cross-platform compatibility with support for Linux and macOS
Enhanced security features such as runtime code generation and data protection
Introduction of .NET Core 3.0 with support for Windows Desktop applications
Integration with ...
posted on 30 Apr 2024
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.
posted on 21 Jul 2023
Program to check if a string is an anagram
Create a function that takes in two strings as input
Remove all spaces and convert both strings to lowercase
Sort both strings and compare if they are equal to determine if they are anagrams
React lifecycle methods are special methods that are automatically called by React at specific points in a component's life cycle.
React components have several lifecycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.
These methods allow developers to perform actions at specific points in a component's life cycle, such as fetching data, updating the UI, or cleaning up resources.
Understa...
Create a web app to perform cred operation
posted on 19 Feb 2023
I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 4 interview rounds.
Aptitude test on logocal reasoning and maths question
All sql queries and oops concept.
based on 1 review
Rating in categories
Technical Support Engineer
41
salaries
| ₹1.5 L/yr - ₹5.1 L/yr |
Business Development Manager
23
salaries
| ₹5.4 L/yr - ₹12 L/yr |
Software Support Engineer
12
salaries
| ₹3 L/yr - ₹4 L/yr |
Software Engineer
8
salaries
| ₹2.7 L/yr - ₹8 L/yr |
Software Developer
8
salaries
| ₹3.1 L/yr - ₹6 L/yr |
TCS
Infosys
Wipro
HCLTech