Upload Button Icon Add office photos

Filter interviews by

SarvM.AI QA QC Engineer Interview Questions and Answers

Updated 28 Jun 2023

SarvM.AI QA QC Engineer Interview Experiences

1 interview found

Interview experience
4
Good
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 - Assignment 

We need to write test cases for QA intern job

Round 3 - Technical 

(2 Questions)

  • Q1. What is functional testing what is ADHOC testing
  • Ans. 

    Functional testing is testing the functionality of a software application, while adhoc testing is informal testing without any predefined test cases.

    • Functional testing involves testing the features and functionality of the software based on the requirements.

    • Adhoc testing is performed without any formal test cases or plans, often used to explore the application and find defects.

    • Functional testing is systematic and struc...

  • Answered by AI
  • Q2. What is your dream company what is your expected salary

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. 1.About Clear Cover....?
  • Q2. 2. Checking point in Beam and Column....?
  • Ans. 

    Checking points in beam and column are critical for ensuring structural integrity.

    • Checking for cracks or deformations

    • Ensuring proper alignment and levelness

    • Verifying adequate reinforcement

    • Checking for proper bearing and connection details

    • Using non-destructive testing methods

    • Following applicable codes and standards

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

C programming and java

Round 2 - Coding Test 

Advanced coding on c

Round 3 - Technical 

(2 Questions)

  • Q1. Why did you choose this company
  • Ans. 

    I chose this company because of its innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects that challenge me and allow me to learn new skills

    • Strong company culture that values teamwork and collaboration

    • Opportunities for growth and advancement within the company

  • Answered by AI
  • Q2. What is your aim
  • Ans. 

    My aim is to continuously improve my technical skills, contribute to innovative projects, and eventually become a technical leader in the field.

    • Continuous learning and skill development

    • Contribution to innovative projects

    • Becoming a technical leader in the field

  • Answered by AI
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

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About your pacakge
  • Q2. About your family

Interview Preparation Tips

Interview preparation tips for other job seekers - Br prepared
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About SPFx, power platform, SharePoint versions and features
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Aptitude and coding test happened

Round 3 - Technical 

(1 Question)

  • Q1. Give introduction, why join company

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

I applied via Approached by Company and was interviewed in Aug 2022. There were 2 interview rounds.

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 

(3 Questions)

  • Q1. 1. totally based on the project specific. 2. If you are selected, you will be asked from your resume itself. Tell us about yourself. Why are you changing company so early? What is your expectation?
  • Q2. Why are you changing companies so early?
  • Ans. 

    I am changing companies early to seek new challenges and opportunities for growth.

    • Seeking new challenges and opportunities for growth

    • Wanting to expand my skillset and knowledge

    • Looking for a better work-life balance

    • Desire for a more supportive and collaborative work environment

    • Company restructuring or downsizing

    • Relocation or personal reasons

  • Answered by AI
  • Q3. What is your expectations?
  • Ans. 

    My expectations for the Senior Engineer role include challenging projects, a collaborative team environment, opportunities for growth and learning, and a competitive compensation package.

    • Challenging projects that allow me to utilize my skills and expertise

    • A collaborative team environment where ideas are valued and shared

    • Opportunities for growth and learning through training programs and mentorship

    • A competitive compensa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - TCS is known as a good company. so go for it, happy journey and
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Exceptions in plsql
  • Ans. 

    PL/SQL exceptions handle errors and manage control flow in Oracle databases, ensuring robust application behavior.

    • PL/SQL has predefined exceptions like NO_DATA_FOUND and ZERO_DIVIDE.

    • Custom exceptions can be defined using the EXCEPTION keyword.

    • Use the RAISE statement to trigger an exception manually.

    • Example: BEGIN SELECT salary INTO v_salary FROM employees WHERE emp_id = 100; EXCEPTION WHEN NO_DATA_FOUND THEN DBMS_OUTPU...

  • Answered by AI
  • Q2. How many types of triggers in plsql
  • Ans. 

    PL/SQL triggers are special procedures that automatically execute in response to certain events on a database table or view.

    • 1. DML Triggers: Execute on Data Manipulation Language events (INSERT, UPDATE, DELETE). Example: AFTER INSERT trigger to log changes.

    • 2. INSTEAD OF Triggers: Used on views to perform actions instead of the triggering action. Example: INSTEAD OF DELETE on a view.

    • 3. System Triggers: Triggered by syst...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is the salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Not to join as a fresher ..having some experienced mininimum 10 then switch in this company

SarvM.AI Interview FAQs

How many rounds are there in SarvM.AI QA QC Engineer interview?
SarvM.AI interview process usually has 3 rounds. The most common rounds in the SarvM.AI interview process are Resume Shortlist, Assignment and Technical.

Tell us how to improve this page.

SarvM.AI QA QC Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Software Engineer
4 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Product Manager
4 salaries
unlock blur

₹3 L/yr - ₹25 L/yr

State Head
4 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Front end Developer
4 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Explore more salaries
Compare SarvM.AI with

Innovaccer

3.4
Compare

CleverTap

3.6
Compare

Freshworks

3.5
Compare

Zoho

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