Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Daksh Solutions Test Associate Interview Questions and Answers

Updated 23 Oct 2021

Daksh Solutions Test Associate Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Owasp 2013 2017 2021
  • Q2. SQL Injection and its mitigations
  • Ans. 

    SQL Injection is a type of attack where malicious SQL statements are inserted into an entry field to execute unauthorized actions.

    • Use parameterized queries instead of dynamic SQL statements

    • Sanitize user input by validating and escaping special characters

    • Limit database user privileges to only necessary actions

    • Regularly update and patch database software

    • Implement web application firewalls to detect and block SQL injectio

  • Answered by AI
  • Q3. XSS and mitigations
  • Q4. Tell me about XXE
  • Q5. Static part of Android penetration Testing
  • Ans. 

    Static part of Android penetration testing involves analyzing the application's code and resources without executing it.

    • Reviewing the source code for vulnerabilities

    • Analyzing the app's permissions and manifest file

    • Examining the app's resources for sensitive information

    • Identifying hardcoded credentials or API keys

    • Checking for insecure storage of data

    • Using reverse engineering tools to decompile the app

    • Inspecting the app'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn all the topics thoroughly and say the answers confidently by feeling it as a conversation.

Skills evaluated in this interview

If you are a fresher, click here to continue

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jul 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 Resume tips
Round 2 - Aptitude Test 

Basic apptitude example average ,calendar

Round 3 - Technical 

(2 Questions)

  • Q1. Basic technical related to manual testing
  • Q2. What is negative testing
  • Ans. 

    Negative testing is the process of testing a system using invalid data or inputs to ensure it handles errors properly.

    • Testing the system with incorrect data to see how it responds

    • Checking if error messages are displayed correctly

    • Verifying that the system does not crash when given unexpected inputs

  • Answered by AI

Skills evaluated in this interview

If you are a fresher, click here to continue

I applied via Naukri.com

Round 1 - Technical 

(11 Questions)

  • Q1. What are the types of testing
  • Ans. 

    Types of testing include functional, non-functional, manual, automated, regression, performance, security, and exploratory testing.

    • Functional testing checks if the software meets the specified requirements.

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

    • Manual testing is done by humans, while automated testing is done by software.

    • Regression testing checks if changes to the software hav...

  • Answered by AI
  • Q2. What is difference between black box and white box testing
  • Ans. 

    Black box testing is testing without knowledge of internal workings, while white box testing is testing with knowledge of internal workings.

    • Black box testing focuses on testing the functionality of the system without knowledge of the internal workings.

    • White box testing focuses on testing the internal workings of the system, including code and algorithms.

    • Black box testing is typically done by end-users or testers who ar...

  • Answered by AI
  • Q3. What is defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software development.

    • Defects are identified during testing or by users

    • Defects are reported to the development team

    • Defects are prioritized based on severity and impact

    • Defects are fixed by the development team

    • Defects are verified to ensure they have been fixed

    • Defects are closed if they have been fixed or deemed not

  • Answered by AI
  • Q4. What is STLC? what is RTM?
  • Ans. 

    STLC stands for Software Testing Life Cycle and RTM stands for Requirement Traceability Matrix.

    • STLC is a process followed by testers to ensure quality of software.

    • It includes planning, designing, executing and reporting of tests.

    • RTM is a document that maps requirements to test cases.

    • It helps in ensuring that all requirements are covered in testing.

    • RTM also helps in tracking the progress of testing.

    • For example, if a req...

  • Answered by AI
  • Q5. What are the SDLC models you know or you worked with
  • Ans. 

    SDLC models I know are Waterfall, Agile, Spiral, V-Model, and Iterative.

    • Waterfall model is a linear sequential approach

    • Agile model is iterative and incremental

    • Spiral model combines waterfall and prototyping models

    • V-Model emphasizes testing and verification

    • Iterative model involves repeating the development cycle

  • Answered by AI
  • Q6. What is regression testing and retesting
  • Ans. 

    Regression testing is the process of testing changes made to an application to ensure that existing functionality still works as expected.

    • It is performed after changes are made to an application

    • It ensures that existing functionality is not affected by the changes

    • It involves re-executing previously passed test cases

    • It helps to catch any defects that may have been introduced due to the changes

    • Retesting is the process of ...

  • Answered by AI
  • Q7. What is smoke testing and sanity testing
  • Ans. 

    Smoke testing and sanity testing are two types of software testing used to ensure the stability and functionality of an application.

    • Smoke testing is a type of testing that checks the basic functionality of an application without going into details.

    • Sanity testing is a type of testing that checks whether the bugs have been fixed and the application is ready for further testing.

    • Smoke testing is performed after a build is ...

  • Answered by AI
  • Q8. What is user acceptance testing
  • Ans. 

    User Acceptance Testing (UAT) is the process of testing a software by end-users to ensure it meets their requirements.

    • UAT is performed by end-users to validate the software's functionality, usability, and compatibility.

    • It is the final stage of testing before the software is released to the market.

    • UAT helps to identify any defects or issues that were not caught during previous testing phases.

    • Examples of UAT include beta...

  • Answered by AI
  • Q9. What are the amazon devices you see in market can u name them
  • Ans. 

    Amazon has a range of devices including Echo, Kindle, Fire TV, Fire Tablet, Ring, and more.

    • Echo

    • Kindle

    • Fire TV

    • Fire Tablet

    • Ring

  • Answered by AI
  • Q10. Can you extend your time to complete the delivery for client
  • Ans. 

    Yes, I can extend the time to complete the delivery for the client based on the project requirements and feasibility.

    • I would first assess the project requirements and feasibility of extending the delivery time

    • I would communicate with the client and discuss the possibility of extending the delivery time

    • I would provide a revised timeline and ensure that the client is comfortable with the new delivery date

    • I would ensure t...

  • Answered by AI
  • Q11. Do you know automation testing
  • Ans. 

    Yes, I know automation testing.

    • I have experience in using automation testing tools like Selenium, Appium, and JMeter.

    • I am familiar with scripting languages like Java, Python, and Ruby.

    • I understand the importance of automation testing in improving efficiency and reducing manual errors.

    • I have worked on creating and executing test scripts, analyzing results, and reporting defects.

    • I am always willing to learn new tools and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - the future of you in the company lies in hands of your team leader and reporting manager. you re blessed if you got those 2 people as good ones. try to perform good atleast in self satisfactory level and bewilling to come office everyday. WFH is seen as downcurve in performance, keep it in mind.

Skills evaluated in this interview

If you are a fresher, click here to continue

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

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude and General English based questionnaire, lot of questions in limited time frame.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Talked about general view on life and then all testing basic questiosn.
  • Q2. SDLC, STLC, Bug life cycle
Round 3 - One-on-one 

(2 Questions)

  • Q1. Behavioral questions and situation based scenarios.
  • Q2. If your colleague is on leave, how will you manage the work overall ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep studying smart not hard.

If you are a fresher, click here to continue

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy peasy questions and general aptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. General testing techniques
  • Ans. 

    General testing techniques involve various methods to ensure software quality.

    • Black box testing: Testing the functionality of the software without knowing its internal code.

    • White box testing: Testing the internal code structure, paths, and logic of the software.

    • Regression testing: Testing to ensure that new code changes do not adversely affect existing functionality.

    • Smoke testing: Initial testing to check if the softwa...

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

(1 Question)

  • Q1. Behavioral questions

Skills evaluated in this interview

If you are a fresher, click here to continue

I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and English 50-questions

Round 2 - Technical 

(1 Question)

  • Q1. What is testing? SDLC Regression testing with one example Example of a Negative Test case
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Testing is an essential part of the Software Development Life Cycle (SDLC)

    • It helps to identify defects or bugs in the system

    • Regression testing is a type of testing that ensures that changes made to the system do not affect the existing functionality

    • For example, if a new featur...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about basic concepts of testing . Situation based questions and most of the question asked from resume

Skills evaluated in this interview

If you are a fresher, click here to continue

Round 1 - Aptitude Test 

Test was basically on verbal reasoning, aptitude and other technical testing related questions

Round 2 - Technical 

(1 Question)

  • Q1. Testing scenarios explanation and puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - final is manager round, where you will be asked more testing questions and the job details will be explained.

If you are a fresher, click here to continue

I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude maths puzzle

Round 2 - Technical 

(1 Question)

  • Q1. Manual testing, all topics

Interview Preparation Tips

Interview preparation tips for other job seekers - Training in manual automation testing ok

If you are a fresher, click here to continue

I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Manual and automation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good karma on its way🙂,
Good karma on its way😊

If you are a fresher, click here to continue

Round 1 - Technical 

(1 Question)

  • Q1. Manual and automation all question

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice make a man perfect, keep concentrate in testing questions

If you are a fresher, click here to continue

Contribute & help others!
anonymous
You can choose to be anonymous

Daksh Solutions Interview FAQs

What are the top questions asked in Daksh Solutions Test Associate interview?

Some of the top questions asked at the Daksh Solutions Test Associate interview -

  1. Static part of Android penetration Test...read more
  2. SQL Injection and its mitigati...read more
  3. XSS and mitigati...read more

Recently Viewed

Tell us how to improve this page.

People are getting interviews through

based on 1 Daksh Solutions interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Software Engineer
112 salaries
unlock blur

₹3.1 L/yr - ₹9.2 L/yr

Software Developer
55 salaries
unlock blur

₹2.2 L/yr - ₹7.4 L/yr

Devops Engineer
33 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Softwaretest Engineer
24 salaries
unlock blur

₹3 L/yr - ₹6.6 L/yr

Test Engineer
24 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Daksh Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview