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
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
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English
Reverse a string by grouping 'm' characters together
Iterate through the string in groups of 'm' characters
Reverse each group of 'm' characters
Concatenate the reversed groups to get the final reversed string
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...
I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.
Some of the top questions asked at the Qodenext Software Engineer interview -
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
13
salaries
| ₹3 L/yr - ₹4.1 L/yr |
Software Developer
8
salaries
| ₹3.1 L/yr - ₹6 L/yr |
Software Engineer
6
salaries
| ₹2.7 L/yr - ₹6.7 L/yr |
TCS
Infosys
Wipro
HCLTech