Upload Button Icon Add office photos

Crif Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Crif Solutions QA Engineer Interview Questions and Answers

Updated 17 Apr 2023

Crif Solutions QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Apr 2023

Interview experience
5
Excellent
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 - Technical 

(2 Questions)

  • Q1. What is defect life cycle?
  • Ans. 

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

    • Defect is identified by testers during testing

    • Defect is reported to the development team

    • Development team fixes the defect

    • Fixed defect is verified by testers

    • Defect is closed if it passes verification

    • If defect fails verification, it is reopened and the cycle continues

  • Answered by AI
  • Q2. What ECP & BVA?
  • Ans. 

    ECP stands for Equivalence Class Partitioning and BVA stands for Boundary Value Analysis.

    • ECP is a testing technique that divides input data into groups that are expected to exhibit similar behavior.

    • BVA is a testing technique that focuses on testing values at the boundaries of input domains.

    • ECP and BVA are used to identify defects in software and improve the quality of testing.

    • For example, if a program accepts input val...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Test scenarios for ATM
  • Ans. 

    Test scenarios for ATM

    • Verify if the ATM is dispensing the correct amount of cash

    • Check if the ATM is accepting valid cards and rejecting invalid ones

    • Test if the ATM is able to handle multiple transactions at the same time

    • Ensure that the ATM is providing proper instructions to the user

    • Validate if the ATM is able to handle network connectivity issues

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make sure all the testing concepts are clear

Skills evaluated in this interview

Interview questions from similar companies

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

An aptitude test consisting of payments knowldge and testing knowledge was taken . The exam was well structured and results were shared in a proper format

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

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

Round 1 - Aptitude Test 

Basic MCQ questions which were easy

Round 2 - Technical 

(1 Question)

  • Q1. Basic python coding
Round 3 - Behavioral 

(1 Question)

  • Q1. Regex related coding (mainly to access the mode of thinking)

Test Engineer Interview Questions & Answers

FNZ user image RUDRA PRASAD MAHARANA

posted on 18 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. OOPS concept implementation in TAF.
  • Q2. String manipulation coding question.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain testing framework used in project
  • Ans. 

    The testing framework used in the project is Selenium with TestNG for automated testing.

    • Selenium is used for automating web applications testing

    • TestNG is used for organizing test cases and generating reports

    • Framework allows for easy maintenance and scalability

    • Integration with CI/CD tools like Jenkins for continuous testing

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
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 - One-on-one 

(2 Questions)

  • Q1. Interviewer was expecting me to answer just like she knows it. She was not ready to accept my answer which is also right. Luckily there were 2 interviewers and he was sensible.
  • Q2. He requested for another round of technical interview as she wanted to reject me & he felt i am good.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - HR 

(1 Question)

  • Q1. Introduction nd experience
Round 2 - One-on-one 

(1 Question)

  • Q1. General questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Engineering questions. Problem solving
Round 4 - Assignment 

1-1 with the HR head

Round 5 - One-on-one 

(1 Question)

  • Q1. Regular questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to work in Revolut then do not join the India team. It is horribly managed and the leadership is a big boo!
One of the worst experiences after 3½ years still our product is not out and they show a lot of hope. This firm will shut down in India in 3 years. Cheap planning and politics ruin the experience of working here.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

An aptitude test consisting of payments knowldge and testing knowledge was taken . The exam was well structured and results were shared in a proper format

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

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

Round 1 - Aptitude Test 

Basic MCQ questions which were easy

Round 2 - Technical 

(1 Question)

  • Q1. Basic python coding
Round 3 - Behavioral 

(1 Question)

  • Q1. Regex related coding (mainly to access the mode of thinking)

Test Engineer Interview Questions & Answers

FNZ user image shreya agarwal

posted on 13 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

2hrs. and 2 DB codes to execute along with mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Test Engineer with 5 years of experience in software testing and quality assurance.

    • 5 years of experience in software testing and quality assurance

    • Proficient in test planning, test case design, and execution

    • Strong knowledge of testing tools like Selenium and JIRA

    • Experience in both manual and automated testing

    • Excellent problem-solving skills and attention to detail

  • Answered by AI
  • Q2. What is bug lifecyscle
  • Ans. 

    Bug lifecycle refers to the stages a bug goes through from identification to resolution in software testing.

    • Bug is identified by tester

    • Bug is reported in a bug tracking system

    • Bug is assigned to a developer

    • Developer fixes the bug

    • Bug is retested by tester

    • If bug is fixed, it is closed. If not, it is reopened

    • Bug lifecycle can include stages like New, Assigned, Fixed, Retest, Closed

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to change the company?
  • Ans. 

    I am seeking new challenges and opportunities for growth in my career.

    • Looking for a more challenging role to further develop my skills

    • Interested in working with new technologies or industries

    • Seeking a company with better career advancement opportunities

    • Wanting to work in a more collaborative team environment

  • Answered by AI
  • Q2. How will you handle team as a lead?
  • Ans. 

    I will handle the team as a lead by setting clear goals, providing support and guidance, fostering open communication, and recognizing achievements.

    • Set clear goals and expectations for the team to ensure everyone is aligned towards the same objectives.

    • Provide support and guidance to team members to help them overcome challenges and improve their skills.

    • Foster open communication within the team to encourage collaboratio...

  • Answered by AI

Skills evaluated in this interview

Crif Solutions Interview FAQs

How many rounds are there in Crif Solutions QA Engineer interview?
Crif Solutions interview process usually has 3 rounds. The most common rounds in the Crif Solutions interview process are Technical and Resume Shortlist.
What are the top questions asked in Crif Solutions QA Engineer interview?

Some of the top questions asked at the Crif Solutions QA Engineer interview -

  1. What is defect life cyc...read more
  2. What ECP & B...read more
  3. Test scenarios for ...read more

Tell us how to improve this page.

Crif Solutions QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Crif Solutions QA Engineer Salary
based on 8 salaries
₹4.2 L/yr - ₹4.8 L/yr
21% less than the average QA Engineer Salary in India
View more details
Software Developer
73 salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Business Analyst
53 salaries
unlock blur

₹5.5 L/yr - ₹20.5 L/yr

Softwaretest Engineer
34 salaries
unlock blur

₹3.3 L/yr - ₹11.5 L/yr

Senior Business Analyst
31 salaries
unlock blur

₹8.5 L/yr - ₹27.5 L/yr

Senior Software Developer
29 salaries
unlock blur

₹6.5 L/yr - ₹19.6 L/yr

Explore more salaries
Compare Crif Solutions with

Experian

3.8
Compare

Credit Information Bureau

3.8
Compare

Equifax

3.3
Compare

Nsdl Database Management

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