Upload Button Icon Add office photos
Engaged Employer

i

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

CS Tech AI Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CS Tech AI QA QC Engineer Interview Questions and Answers

Updated 10 Apr 2024

CS Tech AI QA QC Engineer Interview Experiences

2 interviews found

QA QC Engineer Interview Questions & Answers

user image pankaj kumar

posted on 10 Apr 2024

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

(1 Question)

  • Q1. What is the work of stainer in intake
  • Ans. 

    Stainer in intake is responsible for filtering out impurities from the incoming material.

    • Stainer helps in preventing debris, dirt, and other contaminants from entering the system.

    • It ensures that the quality of the material being processed is maintained.

    • Regular maintenance of the stainer is necessary to avoid clogging and ensure smooth operation.

  • Answered by AI

I applied via Walk-in and was interviewed in Jul 2021. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Water Supply Technical Questions
Round 3 - HR 

(8 Questions)

  • Q1. Why should we hire you?
  • Q2. What is your family background?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Why are you looking for a change?
  • Q6. Share details of your previous job.
  • Q7. What are your salary expectations?
  • Q8. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Ceinsys tech is good company which makes brighter future and all job seekers i ll give advice to you strong knowledge on your profile either water supply, building and highways project detailed knowledge in it and all kinds of things to know about your stream of work.

QA QC Engineer Interview Questions Asked at Other Companies

Q1. wha is your response ?, if material will purchase from any factor ... read more
Q2. What are the tests you have done
Q3. What Types of admixture generally used in concrete?
Q4. What do you check beam,columns and slab casting?
asked in Anabeeb
Q5. 1.What is the difference between shutdown and turnaround? 2.Expla ... read more

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Java Interview Question
  • Q2. How to reverse a string
  • Ans. 

    To reverse a string, iterate through the string from end to start and append each character to a new string.

    • Iterate through the string from end to start

    • Append each character to a new string

    • Return the reversed string

  • Answered by AI
  • Q3. How to find a Duplicate from a string
  • Ans. 

    Use a hash set to find duplicates in a string array.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if the element is already in the hash set.

    • If it is, then it is a duplicate.

    • Example: ['apple', 'banana', 'apple'] -> 'apple' is a duplicate.

  • Answered by AI
  • Q4. How to check an integer is palindrome or not
  • Ans. 

    To check if an integer is a palindrome, reverse the integer and compare it with the original integer.

    • Convert the integer to a string to easily reverse it

    • Reverse the string and compare it with the original string

    • If they are the same, the integer is a palindrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good in Java

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. As per experience Questions may be different, so generally they ask about automation and the language that we are use with it ex java. Also in second technical round they ask questions mostly on project th...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just release your answers in confident way
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Apr 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 tips
Round 2 - Coding Test 

Java program for reverse array and finding largest number in array. Basic java related questions

Round 3 - HR 

(1 Question)

  • Q1. Reasons for job change, work from.office

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked to write array programs

QA QC Engineer Interview Questions & Answers

TCS user image Mayank Patle

posted on 26 Aug 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is pom directory
  • Ans. 

    POM directory is a folder in a Maven project that contains Page Object Model classes for organizing and managing web elements and actions.

    • POM directory helps in separating the page objects from test scripts for better organization and maintenance.

    • It contains classes representing web pages with locators and methods to interact with those elements.

    • Example: src/main/java/com/example/pages

  • Answered by AI
  • Q2. Opps concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI
  • Q3. Explain different types of waits in selenium
  • Ans. 

    Different types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a specified amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a specified frequency of checking.

    • Example: WebDriverWait wait = new WebDriverWait(driver, 10);

  • Answered by AI
  • Q4. Explain you automation folder structure
  • Ans. 

    Automation folder structure should be organized and easy to navigate for efficient test automation.

    • Separate folders for test scripts, test data, test results, and configuration files

    • Subfolders for different test suites or modules

    • Naming conventions for files and folders to easily identify test cases

    • Utilize version control systems like Git for managing code changes

    • Include a README file with instructions on how to run tes

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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

(1 Question)

  • Q1. Previous company role
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Testing tools to be through with
  • Ans. 

    Some testing tools to be familiar with include Selenium, JIRA, and Postman.

    • Selenium for automated testing of web applications

    • JIRA for bug tracking and project management

    • Postman for API testing and automation

  • Answered by AI
  • Q2. Scenario based question

Skills evaluated in this interview

I applied via Referral and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Testing basic questions
  • Q2. API Testing questions
  • Q3. SQL queries testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with answers. Be confident with clear communication
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is BVA Testing?
  • Ans. 

    BVA Testing stands for Boundary Value Analysis Testing, a software testing technique to test the boundary values of input ranges.

    • BVA Testing is used to identify errors at the boundaries of input ranges.

    • It involves testing the minimum and maximum values, as well as just inside and just outside the boundaries.

    • For example, if a system accepts values from 1 to 10, BVA Testing would test values 0, 1, 10, and 11.

  • Answered by AI
  • Q2. High severity low priority
  • Q3. Test technics
  • Q4. Test methodologies

CS Tech AI Interview FAQs

How many rounds are there in CS Tech AI QA QC Engineer interview?
CS Tech AI interview process usually has 2 rounds. The most common rounds in the CS Tech AI interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in CS Tech AI QA QC Engineer interview?

Some of the top questions asked at the CS Tech AI QA QC Engineer interview -

  1. What is the work of stainer in int...read more
  2. Water Supply Technical Questi...read more

Tell us how to improve this page.

CS Tech AI QA QC Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
Cyient Interview Questions
3.6
 • 285 Interviews
View all
CS Tech AI QA QC Engineer Salary
based on 12 salaries
₹5.9 L/yr - ₹8.3 L/yr
21% more than the average QA QC Engineer Salary in India
View more details

CS Tech AI QA QC Engineer Reviews and Ratings

based on 8 reviews

3.7/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.3

Salary

3.1

Job security

3.1

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 8 Reviews and Ratings
Assistant Manager
61 salaries
unlock blur

₹4.4 L/yr - ₹12 L/yr

Senior Executive
52 salaries
unlock blur

₹2.2 L/yr - ₹7.9 L/yr

GIS Executive
51 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

Executive
49 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Junior Executive
43 salaries
unlock blur

₹0.8 L/yr - ₹3 L/yr

Explore more salaries
Compare CS Tech AI with

Cyient

3.7
Compare

L&T Technology Services

3.3
Compare

TCS

3.7
Compare

Infosys

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