Upload Button Icon Add office photos

Filter interviews by

Cosmos Engineering Project Services Third Party Inspector Interview Questions and Answers

Updated 29 Jun 2021

Cosmos Engineering Project Services Third Party Inspector Interview Experiences

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
More than 8 weeks
Result
-

I was interviewed in Aug 2024.

Round 1 - Interview Questions 

(2 Questions)

  • Q1. Who is inspector
  • Q2. What is inspector
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Group Discussion 

To the job programming in a group discussion on a developed to the company

Round 2 - HR 

(4 Questions)

  • Q1. What was the company results
  • Q2. What was the company results
  • Q3. To the companie timings and shifts
  • Q4. To the companie timings and shifts
Round 3 - Technical 

(4 Questions)

  • Q1. To the invite in a company
  • Q2. In a job of Wipro company to the joined
  • Q3. In a job of Wipro company to the joined
  • Q4. I am joined ina Wipro company
Round 4 - Assignment 

I am joined in a company because to my family problems and my responsibilities

Round 5 - Assignment 

To the solve in a family problems and i joined to the company

Round 6 - Aptitude Test 

I am Bsc complete in a job to the Wipro company are joined

Interview Preparation Tips

Interview preparation tips for other job seekers - To the i am joined in a company and solved in problems
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Favorite bug? time you had to resolve conflict with manager.
Round 2 - Coding Test 

Reverse linked list. followup for optimized way.

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

(2 Questions)

  • Q1. What are the drawback for selenium
  • Ans. 

    Drawbacks of Selenium include limited support for non-web applications and challenges in handling dynamic web elements.

    • Limited support for non-web applications, such as desktop or mobile apps

    • Challenges in handling dynamic web elements, leading to flakiness in tests

    • Steep learning curve for beginners

    • Requires programming knowledge to create and maintain test scripts

    • Slower execution speed compared to other automation tools

  • Answered by AI
  • Q2. Multiple occurrence in a string
  • Ans. 

    Count the number of occurrences of a specific substring in a given string.

    • Use a loop to iterate through the string and check for the occurrence of the substring.

    • Use the indexOf method to find the position of the substring in the string.

    • Increment a counter each time the substring is found.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated QA QC Engineer with 5 years of experience in ensuring product quality and compliance with industry standards.

    • Experienced in conducting quality control inspections and audits

    • Skilled in developing and implementing quality assurance processes

    • Proficient in using testing tools and techniques to identify defects

    • Strong attention to detail and problem-solving skills

    • Excellent communication and teamwork abilitie

  • Answered by AI
  • Q2. What is selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium is used for automating web browsers.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing automation scripts.

    • Selenium Grid is used for parallel testing across different browsers and environments.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Prement Job
Round 2 - HR 

(1 Question)

  • Q1. Good role
Round 3 - HR 

(1 Question)

  • Q1. Which posting u want
Round 4 - Technical 

(1 Question)

  • Q1. What propose in work
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
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 - Aptitude Test 

Math ,reasoning, average ,persentage

Round 3 - Technical 

(6 Questions)

  • Q1. Basic electrical
  • Q2. Transformer ,genration , power system
  • Q3. Electrical fitting related
  • Q4. Generator, distribution of electrical supply
  • Q5. What is the function of residence
  • Ans. 

    The function of a residence is to provide shelter, security, and comfort for individuals or families.

    • Provides shelter from the elements

    • Offers security and privacy

    • Creates a comfortable living environment

    • Can serve as a place for socializing and relaxation

  • Answered by AI
  • Q6. What is function on fuse , circuit breaker
  • Ans. 

    Fuses and circuit breakers are safety devices used to protect electrical circuits from overloads and short circuits.

    • Fuses are designed to melt and break the circuit when there is an overload or short circuit, preventing damage to the circuit or equipment.

    • Circuit breakers are switches that automatically trip when there is an overload or short circuit, cutting off the flow of electricity.

    • Fuses need to be replaced after t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - no
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Write a code to reverse string "Selenium"
  • Ans. 

    Code to reverse a string

    • Use the built-in reverse() function to reverse the string

    • Convert the string to an array of characters, reverse the array, and then join the characters back into a string

  • Answered by AI
  • Q2. Synchronization in selenium
  • Ans. 

    Synchronization in Selenium is the process of ensuring that the test scripts wait for the web elements to load before performing actions on them.

    • Synchronization is important to avoid timing issues and ensure accurate test results.

    • There are two types of synchronization in Selenium: implicit and explicit.

    • Implicit synchronization uses the default timeout value to wait for elements to load.

    • Explicit synchronization uses exp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - normal interview prepare for coding two codes are asked

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How many score do you get at the colleage ?
  • Q2. Why do you apply to QC position ?
Round 2 - HR 

(2 Questions)

  • Q1. Please introduce a little about yourself ?
  • Q2. What is your career path in next 2 years ?

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 - 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 2 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Inspection Engineer
11 salaries
unlock blur

₹3 L/yr - ₹8.7 L/yr

Safety Officer
4 salaries
unlock blur

₹2.9 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Cosmos Engineering Project Services with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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