Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by doodleblue innovation Team. If you also belong to the team, you can get access from here

doodleblue innovation Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

doodleblue innovation Associate Vice President Technology Interview Questions and Answers

Updated 27 Jan 2022

doodleblue innovation Associate Vice President Technology Interview Experiences

1 interview found

I applied via Referral and was interviewed before Jan 2021. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Based on skill level

Round 3 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 4 - Technical 

(1 Question)

  • Q1. About latest technology trends
Round 5 - One-on-one 

(1 Question)

  • Q1. Logic case study about a challange and need to present a presentation and explanation about my thoughts
Round 6 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Q6. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't miss this company which grows very fast and steady.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test with reasonings

Round 2 - Coding Test 

DSA related coding probleme

Round 3 - Technical 

(4 Questions)

  • Q1. Questions regarding Sql, c, html css and basic coding optimisation
  • Q2. What is join in sql?
  • Ans. 

    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

  • Answered by AI
  • Q3. How many types of join?
  • Ans. 

    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.

  • Answered by AI
  • Q4. Html page starts with which tag?
  • Ans. 

    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.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Simple discussion about yourself and future in organization

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. PHP baisc questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(6 Questions)

  • Q1. What's charecteristics of oops?
  • Ans. 

    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.

  • Answered by AI
  • Q2. Diffrence between dynamic and object?
  • Ans. 

    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

  • Answered by AI
  • Q3. What is finilize and compose.
  • Ans. 

    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

  • Answered by AI
  • Q4. What is indexs?
  • Ans. 

    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.

  • Answered by AI
  • Q5. How to delete duplicate records from sql.
  • Ans. 

    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.

  • Answered by AI
  • Q6. What is the difference between views and temp table?
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always go to interview with basics of programming

I applied via LinkedIn and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. There was two round of Technical Interview and My Interview had on PHP & MySQL. - They have asked me about PHP OOP Concept. - They Have asked difference between Authentication and Authorization - They have...
  • Q2. After Clear two round of technical discussion there was an HR round
Round 2 - One-on-one 

(2 Questions)

  • Q1. This round was held with Project Manager with the knowledge of PHP tech stack again and project discussion.
  • Q2. After clear these two round HR round was there where they have discussed with Salary and offer letter etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Explore PHP as well as you can.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you comfortable to change the job profile from frontend to backend
  • Q2. Can you relocate to kolkata?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mathematics, English

Round 2 - Technical 

(1 Question)

  • Q1. Project work- Libraries used
  • Ans. 

    I have experience using various libraries such as React, Redux, and Express in my project work.

    • React

    • Redux

    • Express

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Fontend developer have question about HTML, CSS and Javascript

Round 2 - Technical 

(2 Questions)

  • Q1. About project handling
  • Q2. About routing and deployments
Round 3 - HR 

(2 Questions)

  • Q1. About career goals
  • Q2. About family and future plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Need a strong knowledge about project handling and deployments
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy array, string and DSA important problems

Round 2 - Aptitude Test 

Basic questions prepare easy questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all basic concepts of DSA and some DBMS concepts

I applied via Naukri.com and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Nodejs architecture?
  • Q2. What is event loop?
  • Ans. 

    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...

  • Answered by AI
  • Q3. Mongodb queries basic
  • Q4. Basic javascript questions
  • Q5. Difference between var and let
  • Ans. 

    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

  • Answered by AI
  • Q6. What is prototype in javascript?
  • Ans. 

    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

  • Answered by AI
  • Q7. Javascript is multi threaded or single threaded?
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions mainly regarding to javascript

Skills evaluated in this interview

doodleblue innovation Interview FAQs

How many rounds are there in doodleblue innovation Associate Vice President Technology interview?
doodleblue innovation interview process usually has 6 rounds. The most common rounds in the doodleblue innovation interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in doodleblue innovation Associate Vice President Technology interview?

Some of the top questions asked at the doodleblue innovation Associate Vice President Technology interview -

  1. Logic case study about a challange and need to present a presentation and expla...read more
  2. About latest technology tre...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
MAQ Software Interview Questions
1.9
 • 100 Interviews
View all
Senior Software Engineer
131 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
130 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare doodleblue innovation with

Robosoft Technologies

3.4
Compare

Indus Net Technologies

3.5
Compare

LTIMindtree

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview