Upload Button Icon Add office photos

Filter interviews by

DesiCrew Solutions Manual Test Engineer Interview Questions and Answers

Updated 23 Oct 2021

DesiCrew Solutions Manual Test Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Testing types, concepts and realtime example
  • Ans. 

    Testing types include functional, non-functional, regression, and acceptance testing. Concepts include test cases, test plans, and test scripts.

    • Functional testing ensures that the software meets the specified requirements.

    • Non-functional testing checks the software's performance, security, and usability.

    • Regression testing verifies that changes to the software do not affect existing functionality.

    • Acceptance testing ensur...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more about software tesing , types, concepts, methodologies and applications.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jul 2023.

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 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Behaviour of js
  • Ans. 

    JavaScript is a dynamic programming language commonly used for web development.

    • JavaScript is a high-level, interpreted language.

    • It is known for its flexibility and ability to manipulate the DOM.

    • Commonly used for client-side scripting in web development.

    • Supports object-oriented, imperative, and functional programming styles.

  • Answered by AI
  • Q2. Call by value, call by reference
Round 2 - Coding Test 

Reverse fibonacci using recursion

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Feb 2021. There were 3 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 - One-on-one 

(2 Questions)

  • Q1. Hoisting, clousres, prototypes based output questions
  • Q2. Polyfill of reduce, map
  • Ans. 

    Polyfill of reduce, map are functions that mimic the behavior of the original functions in older browsers.

    • Polyfill of reduce function can be implemented using a for loop to iterate over the array and accumulate the result.

    • Polyfill of map function can be implemented using a for loop to iterate over the array and create a new array with the transformed values.

    • These polyfills are useful for ensuring cross-browser compatib...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Project discussion, react lifecycle, javascript basec concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were maily involved:-
Js basic concepts:hoisting, prototypes, closures, currying
Css basic properties
Project discussions

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Preqin user image Vinay Madhamanchi1

posted on 7 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative interview

Round 2 - Coding Test 

Java coding and c language

Round 3 - HR 

(2 Questions)

  • Q1. C language question
  • Q2. Java language question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. I gave an interview for QA 3 position. The questions were good. Two coding question( Find prime numbers between 1 and 15, Find characters whose occurrence is more than one in String) and rest technical qu...
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2023. There were 3 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 

The first test was easy basics of python Linux and SQL

Round 3 - Technical 

(2 Questions)

  • Q1. The interviewer was not interested to take the interview and was always demotivating while answering questions.
  • Q2. Basics of Testing SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - it's all your luck and if the interviewer is in good mood you will get selected.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Aug 2024.

Round 1 - Aptitude Test 

Aptitude was quite good and easy to solve

Round 2 - Technical 

(4 Questions)

  • Q1. Oops related question
  • Q2. SQL based questions
  • Q3. Project explanation
  • Q4. Coding question- Fibonacci series
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant

Round 1 - 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 2 - Technical 

(2 Questions)

  • Q1. Framework related questions. Java logical
  • Q2. Tell something about framework.
  • Ans. 

    A framework is a structured set of guidelines, libraries, and tools used to develop and maintain software applications.

    • Frameworks provide a foundation for building software by defining the structure and flow of the application.

    • They often include reusable code components, libraries, and APIs to streamline development.

    • Frameworks can be specific to a programming language or technology, such as Selenium for automated testi

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Java arrays and string questions.
  • Q2. Selenium interview questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise framework.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Logical and maths based questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical round
  • Q2. What is testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing a system or application to find bugs or issues.

    • It helps ensure that the software meets the requirements and functions correctly.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence

Skills evaluated in this interview

Tell us how to improve this page.

Intern
33 salaries
unlock blur

₹0.9 L/yr - ₹4 L/yr

Data Entry Operator
28 salaries
unlock blur

₹0.7 L/yr - ₹2.5 L/yr

Team Lead
17 salaries
unlock blur

₹1.2 L/yr - ₹5.6 L/yr

Data Annotation Engineer
12 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

SME
9 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Explore more salaries
Compare DesiCrew Solutions with

National Securities Depository

3.2
Compare

IQ BackOffice

3.5
Compare

Biz 2 Credit Info Services

3.9
Compare

OneAssist Consumer Solutions

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