Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Soft Crayons Tech Solutions Software QA Engineer Interview Questions, Process, and Tips

Updated 7 May 2023

Soft Crayons Tech Solutions Software QA Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Apr 2023. 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 Resume tips
Round 2 - Technical 

(6 Questions)

  • Q1. What is software testing?
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects or errors.

    • It involves executing the software with the intention of finding bugs or issues

    • It ensures that the software meets the specified requirements and works as expected

    • It can be done manually or with the help of automated tools

    • It includes functional testing, performance testing, security testing, and more

    • It is an importan

  • Answered by AI
  • Q2. What is STLC and Explain their phrases?
  • Ans. 

    STLC stands for Software Testing Life Cycle. It is a process followed to ensure quality in software development.

    • STLC consists of several phases including requirement analysis, test planning, test case development, test execution, and test closure.

    • Requirement analysis involves understanding the software requirements and identifying test scenarios.

    • Test planning involves creating a test plan, test strategy, and test estim...

  • Answered by AI
  • Q3. What is Functional testing?
  • Ans. 

    Functional testing is a type of testing that verifies if the software meets the specified requirements and performs its intended functions.

    • It focuses on the external behavior of the software

    • It is performed based on the functional specifications

    • It involves black box testing techniques

    • It ensures that the software is working as expected

    • Examples include testing of login functionality, search functionality, etc.

  • Answered by AI
  • Q4. What is Agile Testing
  • Ans. 

    Agile Testing is a software testing approach that follows the principles of Agile methodology.

    • It involves continuous testing throughout the software development lifecycle.

    • It emphasizes collaboration between developers, testers, and stakeholders.

    • It prioritizes customer satisfaction and delivering working software.

    • It involves frequent feedback and adaptation to changing requirements.

    • Examples include Scrum, Kanban, and Ex

  • Answered by AI
  • Q5. Difference between regression and retesting?
  • Ans. 

    Regression testing is testing the entire system after making changes while retesting is testing the specific area where a defect was fixed.

    • Regression testing ensures that changes made to the system do not have any unintended consequences on the existing functionality.

    • Retesting is done to ensure that a defect has been fixed and does not reoccur.

    • Regression testing is done after every major change in the system while rete...

  • Answered by AI
  • Q6. What is Bug tracking and explain their bug life cycle?
  • Ans. 

    Bug tracking is the process of identifying, reporting, prioritizing, and resolving software defects.

    • Bugs are identified through testing or user feedback

    • Bugs are reported in a bug tracking tool with details like steps to reproduce, severity, and priority

    • Bugs are prioritized based on their impact and severity

    • Bugs are assigned to developers for resolution

    • Developers fix the bugs and mark them as resolved

    • Testers verify the ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Soft Crayons Tech Solutions Software QA Engineer interview:
  • Software Testing
  • Manual Testing
Interview preparation tips for other job seekers - Jobs and interview totally depend your knowledge and skill.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Lifecycle methods of Angular
  • Ans. 

    Angular has several lifecycle methods that are called at different stages of a component's life.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterViewInit() - called after the component's view has been initialized

    • ngOnDestroy() - called just before the component is destroyed

  • Answered by AI
  • Q2. What are pipes in angular?
  • Ans. 

    Pipes are a feature in Angular that allow for data transformation before displaying it in the view.

    • Pipes are used to format data in the view

    • They can be used to filter, sort, and transform data

    • Examples include the date pipe, currency pipe, and uppercase pipe

  • Answered by AI
  • Q3. How to do global error handling in angular?
  • Ans. 

    Global error handling in Angular can be done using ErrorHandler class.

    • Create a class that implements the ErrorHandler interface

    • Override the handleError() method to handle errors globally

    • Provide the ErrorHandler class in the providers array of AppModule

    • Use the error handling service to log errors or display error messages

  • Answered by AI
  • Q4. What are custom directives? What are their types? How to create with general example?
  • Ans. 

    Custom directives are a way to extend HTML with new attributes and functionality.

    • Types of custom directives are attribute, element, and class directives.

    • Attribute directives modify the behavior of existing HTML elements.

    • Element directives create new HTML elements.

    • Class directives modify the behavior of existing HTML elements based on their class.

    • To create a custom directive, use the directive() method of the AngularJS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident if you know the answers and frank if you don't.
2. Try to get your basics and core concepts to be clear clear.

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions regarding Informatica, Data Warehousing concepts and Unix

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy. If one knows the basics of Informatica and Unix, Informatica can be cleared easily.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Oops
  • Q2. WebApi
  • Q3. C#
  • Q4. WCF

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The question were related to Pharmacovigilance domain related to ICSRs and behavioral aspect.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and try to control your nerves during interview process because interviewer seek overall technical as well as behavioral aspect.

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1st Technical- Cucumber Framework , How to buid job in Jenkins, TestNG and its Annotations, Selenium Action Classes, Robot Class, Core Java
  • Ans. 

    Answering technical questions on Cucumber, Jenkins, TestNG, Selenium, and Core Java.

    • To build a job in Jenkins, create a new job and configure it to run the test suite using Maven or Gradle.

    • TestNG annotations like @BeforeTest and @AfterTest can be used to set up and tear down test environments.

    • Selenium Action Classes like Actions and Select can be used to perform complex user interactions.

    • The Robot class can be used to ...

  • Answered by AI
  • Q2. 2nd Technical: Jenkins, TestNG and its Annotations, Selenium Basics ,Scenarios based question on Selenium, Core Java , Questions on Hashmap , Regular Expressions

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up all your basics and frameworks used.Be Confident.Easy to crack the interview.

Interview Questionnaire 

1 Question

  • Q1. Where did you work on the specific skill required for the job?

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to Selenium and Java. manual testing questions and also questions related to test lead role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what you answer

I applied via Naukri.com and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Interview question was from the Selenium, BDD, GIT Jenkins, functional testing, and some related to the testing process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident, practice a few Programming at least explain the logic.
Contribute & help others!
anonymous
You can choose to be anonymous

Soft Crayons Tech Solutions Interview FAQs

How many rounds are there in Soft Crayons Tech Solutions Software QA Engineer interview?
Soft Crayons Tech Solutions interview process usually has 2 rounds. The most common rounds in the Soft Crayons Tech Solutions interview process are Resume Shortlist and Technical.
What are the top questions asked in Soft Crayons Tech Solutions Software QA Engineer interview?

Some of the top questions asked at the Soft Crayons Tech Solutions Software QA Engineer interview -

  1. What is Bug tracking and explain their bug life cyc...read more
  2. What is STLC and Explain their phras...read more
  3. Difference between regression and retesti...read more

Recently Viewed

INTERVIEWS

Mobiloitte Technologies

No Interviews

INTERVIEWS

Mobiloitte Technologies

No Interviews

INTERVIEWS

Mobiloitte Technologies

No Interviews

INTERVIEWS

Anglo-Eastern Ship Management

No Interviews

SALARIES

Pinnacle Teleservices

INTERVIEWS

Anglo-Eastern Ship Management

No Interviews

INTERVIEWS

Anglo-Eastern Ship Management

No Interviews

INTERVIEWS

Mobiloitte Technologies

No Interviews

INTERVIEWS

Anglo-Eastern Ship Management

No Interviews

INTERVIEWS

Mobiloitte Technologies

No Interviews

Tell us how to improve this page.

Soft Crayons Tech Solutions Software QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
Publicis Sapient Interview Questions
3.5
 • 613 Interviews
GlobalLogic Interview Questions
3.6
 • 584 Interviews
UST Interview Questions
3.8
 • 510 Interviews
CGI Group Interview Questions
4.0
 • 482 Interviews
FIS Interview Questions
3.9
 • 482 Interviews
View all
Linux Administrator
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Linux System Administrator
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior System Administrator
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Soft Crayons Tech Solutions with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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