i
doodleblue innovation
Filter interviews by
I applied via Referral and was interviewed before Jan 2021. There were 6 interview rounds.
Based on skill level
Top trending discussions
posted on 25 Apr 2024
I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.
Basic aptitude test with reasonings
DSA related coding probleme
Join in SQL is used to combine rows from two or more tables based on a related column between them.
Join is used to retrieve data from multiple tables based on a related column
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
There are four types of joins in SQL: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN: Returns rows when there is at least one match 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.
FULL JOIN: Returns rows when there is a match in one of the tables.
Html page starts with the <html> tag.
Html page starts with the <html> tag.
The <html> tag defines the root of an HTML document.
All other HTML elements must be nested inside the <html> tag.
posted on 17 Dec 2024
I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.
posted on 1 Feb 2025
I was interviewed before Feb 2024.
Characteristics of OOP include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Ability to create new classes based on existing classes.
Polymorphism: Ability to use a single interface for different data types or classes.
Abstraction: Hiding the implementation details and showing only the necessary features.
Dynamic refers to runtime behavior while object refers to a specific instance of a class.
Dynamic behavior is determined at runtime, while objects are instances of classes
Dynamic programming languages allow for dynamic behavior, while objects are static entities
Examples: In Python, dynamic behavior can be seen with dynamic typing, while objects are created using classes and instantiated as objects
finalize and compose are methods used in software development to manage resources and create complex objects.
finalize is a method in Java used for cleanup operations before an object is garbage collected
compose is a design pattern where objects are combined to create a more complex object
finalize is discouraged to be used in modern Java due to unpredictability
Indexes are data structures that improve the speed of data retrieval operations in databases.
Indexes are used to quickly locate data without having to search every row in a database table.
They are created on columns in a database table to speed up the data retrieval process.
Examples of indexes include primary keys, unique keys, and non-unique keys.
Use a SQL query with a GROUP BY clause to delete duplicate records.
Use a SELECT statement with a GROUP BY clause to identify the duplicate records.
Use the DELETE statement with a subquery to delete the duplicate records.
Make sure to keep the record with the lowest ID or timestamp if needed.
Views are virtual tables generated from a query, while temp tables are physical tables stored in tempdb for temporary use.
Views are saved queries that act as virtual tables, while temp tables are physical tables stored in tempdb.
Views are not stored physically on disk, while temp tables are stored in tempdb.
Views are used for simplifying complex queries and providing security, while temp tables are used for storing tem...
posted on 26 May 2022
I applied via LinkedIn and was interviewed in Dec 2021. There were 2 interview rounds.
posted on 2 May 2024
posted on 20 May 2024
Mathematics, English
I have experience using various libraries such as React, Redux, and Express in my project work.
React
Redux
Express
posted on 21 Jun 2024
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 3 interview rounds.
Fontend developer have question about HTML, CSS and Javascript
posted on 7 Jan 2025
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
Easy array, string and DSA important problems
Basic questions prepare easy questions
posted on 2 Sep 2020
I applied via Naukri.com and was interviewed in Aug 2020. There were 4 interview rounds.
Event loop is a mechanism that allows JavaScript to perform non-blocking I/O operations.
Event loop is a part of JavaScript runtime that continuously checks the call stack and the task queue.
It executes the tasks in the task queue one by one, and once the task is completed, it is removed from the queue.
Event loop ensures that the JavaScript code does not block the main thread and allows for asynchronous programming.
Exam...
var is function-scoped while let is block-scoped.
var declarations are hoisted to the top of their scope while let declarations are not.
var can be redeclared in the same scope while let cannot.
let is preferred over var for better code readability and avoiding unexpected behavior.
Example: var x = 10; if (true) { var x = 20; } console.log(x); // Output: 20 let y = 10; if (true) { let y = 20; } console.log(y
Prototype is a property of an object that allows adding new properties and methods to an existing object.
Prototype is a blueprint for creating objects.
It is used to add new properties and methods to an existing object.
All objects in JavaScript have a prototype property.
The prototype property is used to share properties and methods between objects.
Modifying the prototype of an object affects all instances of that object
Javascript is single threaded.
Javascript has a single call stack and event loop.
It can handle asynchronous operations through callbacks and promises.
Web workers can be used for multi-threading in Javascript.
Senior Software Engineer
131
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
130
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
50
salaries
| ₹0 L/yr - ₹0 L/yr |
Front end Developer
35
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Manager
32
salaries
| ₹0 L/yr - ₹0 L/yr |
Robosoft Technologies
Indus Net Technologies
LTIMindtree
TCS