Filter interviews by
I appeared for an interview before Sep 2023.
Code was of leetcode medium level.
Inner join of three tables in SQL
Use the JOIN keyword to combine three tables based on a common column
Specify the columns to select from each table
Use the ON keyword to specify the join condition
Cross join is a type of join operation in SQL that returns the Cartesian product of two tables.
Cross join does not require any matching condition between the tables.
It combines each row from the first table with every row from the second table.
Cross join can result in a large number of rows if the tables are big.
Example: SELECT * FROM table1 CROSS JOIN table2;
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Aptitude test was of 1 hr
It was about 1 hr duration
Object-oriented programming paradigm focusing on objects and classes
Encapsulation: Bundling data and methods that operate on the data into a single unit (object)
Inheritance: Ability of a class to inherit properties and behavior from another class
Polymorphism: Ability to present the same interface for different data types
Abstraction: Hiding the complex implementation details and showing only the necessary features
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for better control over the data by preventing outside interference.
Encapsulation also promotes code reusability and modularity.
Example: In object-oriented programming, classes encapsulate data fields and methods to ope
2 Query question and 3 coding questions
Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.
Objects are instances of classes, which define the structure and behavior of the objects.
Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.
Example: Java, C++, Python are popular languages that support object oriented programming.
Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.
Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)
Event listeners are used to listen for and respond to events
Common events include click, mouseover, keydown, submit, etc.
Project , coding question, DBMS
I applied via Campus Placement and was interviewed in Jul 2022. There was 1 interview round.
Medium to hard questions based on arrays, dp
Quick sort is a popular sorting algorithm that uses divide and conquer strategy.
Divides array into smaller sub-arrays based on a pivot element
Recursively sorts sub-arrays
Combines sorted sub-arrays to get final sorted array
Time complexity: O(n log n) on average, O(n^2) worst case
Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]
Rotate a matrix by 90 degrees in place
Transpose the matrix
Reverse each row of the transposed matrix
posted on 28 Jun 2024
I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.
60 Minute Duration on 3 topics, including logical, oop and mathematical
I applied via Job Fair and was interviewed in May 2024. There was 1 interview round.
Questions trees and graphs.
2 DSA questions Both are from DP
posted on 14 May 2024
Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.
Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js
It allows Node.js to perform non-blocking operations efficiently
Event loop continuously checks the event queue for new events to execute
based on 1 interview
Interview experience
Software Engineer
85
salaries
| ₹8 L/yr - ₹14.5 L/yr |
Software Development Engineer
83
salaries
| ₹8 L/yr - ₹15 L/yr |
Software Developer
74
salaries
| ₹8.5 L/yr - ₹14 L/yr |
Senior Software Engineer
52
salaries
| ₹11.7 L/yr - ₹33 L/yr |
Software Development Engineer II
51
salaries
| ₹11 L/yr - ₹22 L/yr |
Vyapar
Nowfloats Technologies
ShopKirana
Classplus