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 QA QC Engineer Interview Questions and Answers

Updated 4 Apr 2023

doodleblue innovation QA QC Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is validation and verification,where did you test smoke test ,
  • Ans. 

    Validation and verification are quality assurance techniques used to ensure that a product meets its requirements.

    • Validation ensures that the product meets the customer's needs and intended use.

    • Verification ensures that the product meets the specified requirements and standards.

    • Smoke testing is a type of validation testing that checks if the basic functionalities of the product are working.

    • Smoke testing is usually done...

  • Answered by AI
  • Q2. What authorisation and authentication
  • Ans. 

    Authorization and authentication are security measures used to control access to resources.

    • Authorization determines what a user can access based on their identity and permissions.

    • Authentication verifies a user's identity through credentials such as passwords or biometrics.

    • Examples of authorization and authentication include login screens, access control lists, and two-factor authentication.

    • Authorization and authenticat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay clam and focus don’t be nervous speak boldly.well prepared before going interview rounds

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is fact and dimensions
  • Ans. 

    Facts and dimensions are key concepts in data warehousing. Facts are numerical data that can be measured, while dimensions are descriptive attributes related to the facts.

    • Facts are quantitative data that can be aggregated, such as sales revenue or quantity sold.

    • Dimensions are descriptive attributes that provide context to the facts, such as product category, customer name, or date.

    • Facts are typically stored in fact tab...

  • Answered by AI
  • Q2. ETL and Datawarehouse questions

Interview Questionnaire 

3 Questions

  • Q1. What are joins? Types of joins with example.
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns all row...

  • Answered by AI
  • Q2. Logic based questions like swap three variables.
  • Q3. OOP Conceptual questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Datametica is highly data oriented company and revolves around the SQL, Bigquery, ETL Tools. So if you have previous experience or skill in these areas, mention it.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2022. There were 4 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 - Aptitude Test 

Aptitude+coding was asked. Consider this as the very important selection criteria

Round 3 - Assignment 

Design test . Its very likely to be easy

Round 4 - Technical 

(3 Questions)

  • Q1. Technical +HR was the last round. 1. Asked about SAP. 2.Basic python and oops concepts. 3.What does incture do 4. Will you accept any role we assign 5. How will your mechanical degree help us
  • Ans. Tell you are willing to later in training period you can request them to change your roles
  • Answered Anonymously
  • Q2. Why did you shift to mechanical
  • Q3. Be specific about this answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well in aptitude round . If you get shortlisted here there is high chance you get this role.

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is regression and retesting?
  • Ans. 

    Regression is testing to ensure changes don't break existing functionality. Retesting is testing to ensure defects have been fixed.

    • Regression testing is done to ensure that changes or new features added to the software do not break existing functionality.

    • Retesting is done to ensure that defects found in previous testing have been fixed.

    • Regression testing is usually automated to save time and effort.

    • Retesting is usually...

  • Answered by AI
  • Q2. Which ways you do the testing in a weeks
  • Ans. 

    I follow a structured approach to testing, including planning, execution, and reporting.

    • I plan my testing activities at the beginning of each week

    • I execute tests based on priority and risk

    • I report any issues found and work with the team to resolve them

    • I also perform regression testing as needed

    • I continuously learn and improve my testing skills

  • Answered by AI
  • Q3. Writing of test case for combination of keyword and author
  • Ans. 

    Test case should cover all possible combinations of keywords and authors.

    • Identify all possible keywords and authors

    • Create test cases for each combination of keyword and author

    • Ensure test cases cover positive and negative scenarios

    • Verify test results against expected outcomes

  • Answered by AI
  • Q4. Defect cycle and How to report bugs in Jira
  • Ans. 

    Defect cycle and reporting bugs in Jira

    • Defect cycle involves identifying, reporting, fixing, and verifying bugs

    • To report bugs in Jira, create a new issue and provide details such as summary, description, steps to reproduce, and expected/actual results

    • Assign the issue to the appropriate team member and prioritize it based on severity and impact

    • Track the progress of the issue and update its status as it moves through the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good .clear feedback from interviewer for wrong answers.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

Tudip is one of the company whose selection process is very easy only its PI may be quite hard

Interview Preparation Tips

Topics to prepare for Tudip Technologies Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Learn basics of aptitude and coding and prectice basic questions

I applied via LinkedIn and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C,C++,JAVA,PHYTON ,PROJECT
  • Q2. ALL THING ANSWER GIVEN BY ME

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD COMUNICATION SKILL,GOOD KNOWLEEDGE
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy and good English passage reading

Round 2 - Technical 

(1 Question)

  • Q1. Projects coding dbms queries basic coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview learn about project and basic coding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How are you different from other testers ?
  • Ans. 

    I have a strong background in automation testing and a keen eye for detail.

    • Extensive experience in automation testing using tools like Selenium and Appium

    • Ability to write complex test scripts and perform regression testing efficiently

    • Strong analytical skills to identify and troubleshoot issues effectively

    • Proven track record of finding critical bugs missed by other testers

  • Answered by AI

doodleblue innovation Interview FAQs

How many rounds are there in doodleblue innovation QA QC Engineer interview?
doodleblue innovation interview process usually has 2 rounds. The most common rounds in the doodleblue innovation interview process are Resume Shortlist and Technical.
What are the top questions asked in doodleblue innovation QA QC Engineer interview?

Some of the top questions asked at the doodleblue innovation QA QC Engineer interview -

  1. What is validation and verification,where did you test smoke tes...read more
  2. What authorisation and authenticat...read more

Tell us how to improve this page.

doodleblue innovation QA QC Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 100 Interviews
Webkul Software Interview Questions
3.8
 • 59 Interviews
Softenger Interview Questions
4.1
 • 52 Interviews
DataMetica Interview Questions
3.6
 • 44 Interviews
View all
Software Engineer
136 salaries
unlock blur

₹3 L/yr - ₹12.1 L/yr

Senior Software Engineer
129 salaries
unlock blur

₹6.4 L/yr - ₹20 L/yr

Software Developer
50 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Front end Developer
35 salaries
unlock blur

₹2 L/yr - ₹10.8 L/yr

Quality Analyst
33 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Explore more salaries
Compare doodleblue innovation with

Tekwissen

4.8
Compare

Softenger

4.1
Compare

XcelServ Solutions

4.5
Compare

Damco Solutions

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