Upload Button Icon Add office photos
Engaged Employer

i

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

FCI CCM Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 244 Reviews

Filter interviews by

FCI CCM QA Engineer Interview Questions and Answers

Updated 15 Jan 2025

FCI CCM QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2025

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

I applied via Naukri.com and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General HR queries.
Round 2 - Technical 

(1 Question)

  • Q1. Manual testing questions.
Round 3 - Technical 

(1 Question)

  • Q1. Testing scenario based questions.

Interview questions from similar companies

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

(1 Question)

  • Q1. Framework used in work
  • Ans. 

    I have experience working with Selenium WebDriver and TestNG framework for automated testing.

    • Used Selenium WebDriver for automating web application testing

    • Utilized TestNG framework for test case management and reporting

    • Implemented Page Object Model design pattern for better code organization

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Cucumber frame work
Round 3 - Technical 

(1 Question)

  • Q1. Api testing postman rest assured
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(2 Questions)

  • Q1. Operating System, DBMS
  • Q2. Long increasing subsequence
Round 2 - Case Study 

We have to find bugs in the virtual website in which they have given

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java coding for array duplicates
  • Ans. 

    Java code to find duplicates in an array of strings

    • Iterate through the array and use a HashSet to keep track of unique elements

    • If an element is already in the HashSet, it is a duplicate

    • Print or store the duplicates as needed

  • Answered by AI
  • Q2. Java code for reverse string without split
  • Ans. 

    Java code to reverse a string without using split method

    • Create a char array from the input string

    • Use two pointers to swap characters from start and end of the array

    • Continue swapping until the pointers meet in the middle

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Why you choose to work in qa
  • Ans. 

    I chose to work in QA because I enjoy ensuring quality and improving processes.

    • I have a keen eye for detail and enjoy finding and fixing bugs in software.

    • I like the challenge of testing different scenarios and ensuring the product meets requirements.

    • I find satisfaction in improving processes and helping to deliver a high-quality product to customers.

  • Answered by AI
  • Q2. In which technologys you worked
  • Ans. 

    I have worked with technologies such as Selenium, JUnit, TestNG, Jenkins, and Git.

    • Selenium for automated testing of web applications

    • JUnit and TestNG for writing and executing test cases

    • Jenkins for continuous integration and continuous deployment

    • Git for version control and collaboration

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Intel test with all basic 50 apti ques

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic testing questions, SQL ques
Round 3 - Coding Test 

Java code like tree structure, fibonacci series

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

Round 1 - Technical 

(1 Question)

  • Q1. Manual testing, Selenium with java, Automation testing
Round 2 - Technical 

(1 Question)

  • Q1. Hypothetical questions, Puzzle, Databse testing, Real time scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys, It is work from home so anyone interested can go for it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. About all testing processes like sanity regression,SDLC, STLC
  • Q2. Performance testing
  • Q3. What is debugging
  • Ans. 

    Debugging is the process of identifying and fixing errors or bugs in software code.

    • Debugging involves tracing and isolating the root cause of a problem in the code.

    • Common debugging techniques include using print statements, breakpoints, and debugging tools.

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

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

    Agile process is a software development methodology that emphasizes flexibility, collaboration, and iterative development.

    • Agile process involves breaking down projects into small increments called sprints

    • It focuses on continuous collaboration between cross-functional teams

    • Requirements and solutions evolve through the collaborative effort of self-organizing teams

    • Feedback is gathered regularly to make necessary adjustmen...

  • Answered by AI
  • Q5. What is scrum metting and all
  • Ans. 

    Scrum meeting is a daily stand-up meeting in Agile methodology to discuss progress, challenges, and plans.

    • Occurs daily in Agile development

    • Team members stand up to keep the meeting short

    • Each member answers three questions: What did I do yesterday? What will I do today? Any blockers?

    • Helps in keeping the team aligned and focused on goals

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Two technical rounds and 1 managerial round was there. The interviewer was good.
  • Q2. Questions on Linux commands, API response code, Basic SQL queries, 1 programming question and mostly testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was about 45 mins , which covered basic testing questions .
The second round was a long one , It lasted for about 1 hour 50 mins . Most of the questions asked to me were of SQL Queries, Linux commands , API and java .

I applied via LinkedIn and was interviewed before Oct 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 - Technical 

(5 Questions)

  • Q1. What are the testing techniques you used in your previous project?
  • Ans. 

    I used various testing techniques such as black box, white box, regression, and exploratory testing.

    • Black box testing to test the functionality of the application without knowing the internal code

    • White box testing to test the internal code and structure of the application

    • Regression testing to ensure that new changes do not affect existing functionality

    • Exploratory testing to discover defects and issues that may not be f

  • Answered by AI
  • Q2. Difference between white box and black box testing with examples
  • Ans. 

    White box testing is testing the internal structure of the system while black box testing is testing the external behavior of the system.

    • White box testing is also known as clear box testing or structural testing.

    • It involves testing the code, architecture, and design of the system.

    • Examples include unit testing, integration testing, and code coverage analysis.

    • Black box testing is also known as functional testing.

    • It invol...

  • Answered by AI
  • Q3. Regression testing and the need for it
  • Ans. 

    Regression testing is important to ensure that changes made to the software do not negatively impact existing functionality.

    • Regression testing helps to identify any defects or issues that may have been introduced during development or changes made to the software.

    • It ensures that existing functionality still works as expected after changes have been made.

    • Regression testing can be automated to save time and effort.

    • Exampl...

  • Answered by AI
  • Q4. Difference between test case and use case
  • Ans. 

    Test case is a set of steps to validate a specific functionality while use case is a scenario of how a user interacts with the system.

    • Test case is used to validate a specific functionality of the system while use case is a scenario of how a user interacts with the system.

    • Test case is written by the tester while use case is written by the business analyst or the end user.

    • Test case is usually a step-by-step instruction w...

  • Answered by AI
  • Q5. SQL Queries involving joins, order by, like

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know your resume as most questions will be from your resume only.

Skills evaluated in this interview

FCI CCM Interview FAQs

How many rounds are there in FCI CCM QA Engineer interview?
FCI CCM interview process usually has 3 rounds. The most common rounds in the FCI CCM interview process are Technical and HR.
What are the top questions asked in FCI CCM QA Engineer interview?

Some of the top questions asked at the FCI CCM QA Engineer interview -

  1. Testing scenario based questio...read more
  2. Manual testing questio...read more
  3. General HR queri...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 FCI CCM interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Fast track your campus placements

View all
FCI CCM QA Engineer Salary
based on 18 salaries
₹2.4 L/yr - ₹6.5 L/yr
22% less than the average QA Engineer Salary in India
View more details

FCI CCM QA Engineer Reviews and Ratings

based on 5 reviews

4.4/5

Rating in categories

4.2

Skill development

4.4

Work-Life balance

3.6

Salary & Benefits

4.0

Job Security

4.4

Company culture

3.6

Promotions/Appraisal

4.2

Work Satisfaction

Explore 5 Reviews and Ratings
Software Developer
36 salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

Software Engineer
24 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

QA Engineer
18 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Associate Software Developer
15 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Senior Technical Lead
13 salaries
unlock blur

₹19 L/yr - ₹33 L/yr

Explore more salaries
Compare FCI CCM with

ITC

4.0
Compare

Hindustan Unilever

4.2
Compare

Nestle

4.0
Compare

Britannia

4.1
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