Upload Button Icon Add office photos
Engaged Employer

i

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

Devkraft Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Devkraft Technologies Quality Assurance Interview Questions and Answers

Updated 26 Jul 2024

Devkraft Technologies Quality Assurance Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to ensure existing features still work

    • Helps catch bugs introduced by new code

    • Automated tools can be used to streamline the process

  • Answered by AI
  • Q2. Difference between
  • Ans. 

    Difference between verification and validation in Quality Assurance.

    • Verification ensures that the product is built right, while validation ensures that the right product is built.

    • Verification involves checking if the software conforms to specifications, while validation involves checking if it meets the user's needs.

    • Verification is done during the development phase, while validation is done after the development phase.

    • ...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Devkraft Technologies ?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 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 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,

Quality Assurance Interview Questions Asked at Other Companies

Q1. Explain your Project. Explain V model. Explain SDLC. Explain STLC ... read more
Q2. What is pdca cycle, why in spc cpk is required ? What is 4 M chan ... read more
Q3. What is validation, Qualifications and what is GMP, which role in ... read more
Q4. When setup approval required? What is difference between dock aud ... read more
asked in JK Tyres
Q5. What is the difference between a good product and a bad product?

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There will be 3 coding questions. They are of medium and hard level.

Round 2 - Technical 

(1 Question)

  • Q1. Sort array consisting 0's 1's and 2's without inbuilt functions
  • Ans. 

    Sort an array of 0's, 1's, and 2's without using inbuilt functions.

    • Use three pointers to keep track of the last index of 0's, 1's, and 2's

    • Iterate through the array and swap elements based on their value

    • Continue until all elements are sorted

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Os cn related questions
Round 4 - HR 

(1 Question)

  • Q1. Java questions and general hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Java and CS topics.
DSA is anyways compulsory for this company you need to solve the questions in the given time

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.

Round 3 - Coding Test 

Code snippets are there in coding sections.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all basic concepts and try to do good as well as u know.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Q2. Pairs with given sum

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Make a div, so when you hover on it a timer should start.
  • Ans. 

    Create a div that starts a timer when hovered over

    • Create a div element in HTML

    • Use CSS to style the div

    • Add JavaScript event listeners for hover

    • Start a timer using JavaScript when hover event is triggered

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Build an OTP component
  • Ans. 

    Build a secure OTP component for authentication purposes.

    • Generate random one-time passwords using a secure algorithm

    • Implement time-based expiration for OTPs

    • Provide a way for users to input and verify OTPs

    • Store OTPs securely to prevent unauthorized access

    • Consider using multi-factor authentication for added security

  • Answered by AI

Skills evaluated in this interview

Devkraft Technologies Interview FAQs

How many rounds are there in Devkraft Technologies Quality Assurance interview?
Devkraft Technologies interview process usually has 1 rounds. The most common rounds in the Devkraft Technologies interview process are One-on-one Round.
What are the top questions asked in Devkraft Technologies Quality Assurance interview?

Some of the top questions asked at the Devkraft Technologies Quality Assurance interview -

  1. What is regression test...read more
  2. Difference betw...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
GoComet Interview Questions
4.6
 • 24 Interviews
FloBiz Interview Questions
3.5
 • 23 Interviews
Bonami Software Interview Questions
4.1
 • 23 Interviews
Ivanti Interview Questions
3.6
 • 19 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Xcelore Interview Questions
4.7
 • 17 Interviews
View all
Software Engineer
46 salaries
unlock blur

₹4.5 L/yr - ₹10.7 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹7.5 L/yr - ₹20.2 L/yr

Program Manager
12 salaries
unlock blur

₹8.4 L/yr - ₹14.5 L/yr

Software Developer
7 salaries
unlock blur

₹4.2 L/yr - ₹8 L/yr

QA Test Engineer
5 salaries
unlock blur

₹3.5 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Devkraft Technologies with

Zidio Development

4.5
Compare

NexTurn

4.1
Compare

Springbord Systems

3.5
Compare

FloBiz

3.5
Compare
write
Share an Interview