Filter interviews by
Yes, execution of SQL query can include joins to combine data from multiple tables.
Joins are used to combine rows from two or more tables based on a related column between them
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Row_number, rank, and dense rank functions are used to assign a unique number to each row in a result set based on specified criteria.
Use ROW_NUMBER() to assign a unique sequential integer to each row in the result set.
Use RANK() to assign a unique rank to each row based on the specified ordering.
Use DENSE_RANK() to assign a unique rank to each row without any gaps in the ranking.
Inner join returns only the rows that have matching values in both tables, left join returns all rows from the left table and the matched rows from the right table, right join returns all rows from the right table and the matched rows from the left table.
Inner join: Only rows with matching values in both tables are returned
Left join: All rows from the left table and matched rows from the right table are returned
Right j...
I applied via Wellfound and was interviewed in Jul 2024. There were 3 interview rounds.
I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.
5 years of experience in software development
Proficient in Java, Spring, and Angular
Strong problem-solving skills
I have a strong technical background with a degree in Computer Science and experience in software development.
Degree in Computer Science
Proficient in programming languages such as Java, Python, and C++
Experience in software development projects
Familiarity with databases and web development technologies
A front end project to handle large amount of data in frontend
Top trending discussions
I was interviewed in Jan 2025.
I was interviewed in Feb 2025.
I was interviewed in Jan 2025.
The exam consists of seven sections, and the cutoff score is quite high; it is essential to complete the exam thoroughly.
The latest news I heard regarding technology is the release of the new iPhone 13 with improved camera features.
Apple recently announced the release of the iPhone 13 series with upgraded camera capabilities.
The new iPhone 13 models come with improved low-light performance and cinematic mode for videos.
Apple also introduced the A15 Bionic chip for enhanced performance and battery life.
I was interviewed in Feb 2025.
I was interviewed in Jan 2025.
I was interviewed in Sep 2024.
An aptitude test evaluates an individual's potential to excel in a specific area by assessing their strengths and weaknesses in particular abilities.
An assessment that measures an individual's inherent abilities and potential for success in a specific activity.
A coding test is a programming assessment designed to evaluate a candidate's coding skills. It is a standard component of the technical hiring process for software developers and programmers.
Assessment that evaluates a candidate's coding skills
Group discussion (GD) topics for interviews may cover areas such as business, social issues, and current affairs. GDs serve to evaluate a candidate's communication, leadership, and teamwork abilities.
Discussion assignments are prompts that your teacher may assign to you. By participating in these discussions, you can reflect on your learning, share ideas and opinions, or ask and answer questions. Discussions may require you to respond to individual questions or provide multiple responses to an ongoing conversation.
I was interviewed in Jan 2025.
A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8
The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.
Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.
Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.
Subclasses of a sealed class must be either final or sealed themselves.
Errors may occur when trying to extend a sealed class with a non-permitted subclass.
Implementation of 'notify me if item is back in stock' feature in an ecommerce application
Create a database table to store user notifications for out-of-stock items
Implement a service to check item availability and send notifications to subscribed users
Provide a user interface for users to subscribe to notifications for specific items
based on 3 interviews
Interview experience
based on 3 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant