Upload Button Icon Add office photos
Premium Employer

i

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

Coditas Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Coditas Technologies QA Engineer Interview Questions and Answers

Updated 26 Apr 2024

Coditas Technologies QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2024

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

(1 Question)

  • Q1. What is inherentance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.

    • Allows a class to inherit properties and behaviors from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can access public and protected members of the base class

    • Example: Class 'Car' can inherit from class 'Vehicle' to reuse

  • Answered by AI

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2021

I applied via Walk-in and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Bank app test case
  • Q2. Basic manual testing concept
  • Q3. Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview .
But now a days 1-2 years exp candidate takes inferview

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. pen weight = 2 kg + 1/2 of its own weight -> what is the weigh ... read more

Interview questions from similar companies

I applied via Walk-in and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Coding Test 

They asked me about SQL, C ,C ++ ,JAVA

Round 2 - Aptitude Test 

General aptitude was given but it made me ro examine my knowledge and analytical skills

Round 3 - Group Discussion 

Genral topics like What is SQL and What is the main role of QA , Automation testing are the topics we had to discuss

Round 4 - HR 

(3 Questions)

  • Q1. Self introduction, Techincal questions like What is the role of QA in their organisation, what is function of QA Automation testing , What are the Softwares used , What nis the future scope of automation t...
  • Q2. What about Selenium IDE Difference between Manual and Automation
  • Ans. 

    Selenium IDE is a record and playback tool for automating web applications. Manual testing is done by humans, while automation is done by machines.

    • Selenium IDE is a browser extension that records user actions and generates automated test scripts.

    • Manual testing involves human testers executing test cases and verifying results.

    • Automation testing involves using tools to execute test cases and compare actual results with e...

  • Answered by AI
  • Q3. Elaborate the Benefits of automation testing
  • Ans. 

    Automation testing offers faster feedback, increased test coverage, and improved accuracy.

    • Faster feedback on code changes

    • Increased test coverage with the ability to run more tests in less time

    • Improved accuracy and consistency of test results

    • Reduced testing costs and time

    • Ability to test in different environments and configurations

    • Identification of defects earlier in the development cycle

    • Improved team productivity and co...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Solartis Technology Services QA Engineer interview:
  • Java
  • Python
  • Selenium IDE
  • Automation Testing
  • Core Java
Interview preparation tips for other job seekers - Strong self introduction with bold and good communication skills, Good analytical skills with immense level of reasoning ability and good knowledge in program basic codings of python Java SQL , candidates are mostly perfered

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. String reverse programs, sanity vs smoke, bug life cycle
Round 2 - Technical 

(1 Question)

  • Q1. Array program of multiplication of number except index number
  • Ans. 

    Program to multiply all elements in an array except the element at the current index.

    • Iterate through the array and keep a running product of all elements before the current index

    • Iterate through the array again in reverse and multiply the running product with all elements after the current index

    • Store the result in a new array and return it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview but prepare for programs.
basic about stlc, agile, regression and retesting
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions on Javascript

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding questions were asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the modules worked on Facets?
  • Q2. What is Dental claim processing?
Round 2 - HR 

(2 Questions)

  • Q1. What is your work experience
  • Ans. 

    I have 5 years of experience working as a software engineer in various industries.

    • Developed web applications using Java, Spring, and AngularJS

    • Led a team of developers in a successful project delivery

    • Implemented CI/CD pipelines to automate software deployment

    • Worked on improving system performance and scalability

  • Answered by AI
  • Q2. Is working timing flexible

Interview Preparation Tips

Topics to prepare for Programmers.io Software Engineer interview:
  • Facets
  • Oracle SQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. IAM & PAM Operations
  • Q2. Related to Sailpoint

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

45 questions were asked

Round 2 - Coding Test 

3 questions were asked one from SQL and 2 from java

Round 3 - One-on-one 

(1 Question)

  • Q1. Oops concepts and java basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Four Pillars of OOPS in Java?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.

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

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

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. What is a constructor in Java?
  • Ans. 

    A constructor in Java is a special type of method that is used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • Constructors are called when an object of a class is created.

    • Example: public class Car { public Car() { // constructor code } }

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Define hooks and its use cases
  • Ans. 

    Hooks are functions that allow developers to use state and other React features in functional components.

    • Hooks are introduced in React 16.8 to allow state and other React features in functional components.

    • Use cases include managing state, using lifecycle methods, and accessing context in functional components.

    • Examples of hooks include useState, useEffect, useContext, and custom hooks created by developers.

  • Answered by AI
  • Q2. Difference between null and undefined
  • Ans. 

    Null is a value that represents the absence of a value, while undefined means a variable has been declared but not assigned a value.

    • Null is a value that can be assigned to a variable to indicate that it has no value.

    • Undefined is a type that is automatically assigned to variables that have been declared but not initialized.

    • Null is a deliberate assignment by the programmer, while undefined is a default value assigned by ...

  • Answered by AI

Skills evaluated in this interview

Coditas Technologies Interview FAQs

How many rounds are there in Coditas Technologies QA Engineer interview?
Coditas Technologies interview process usually has 1 rounds. The most common rounds in the Coditas Technologies interview process are One-on-one Round.
How to prepare for Coditas Technologies QA Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Coditas Technologies. The most common topics and skills that interviewers at Coditas Technologies expect are Automation, Automation Framework, Big Data, SOA and SQL.
What are the top questions asked in Coditas Technologies QA Engineer interview?

Some of the top questions asked at the Coditas Technologies QA Engineer interview -

  1. What is inherentan...read more
  2. basic manual testing conc...read more
  3. Bank app test c...read more

Tell us how to improve this page.

Coditas Technologies QA Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 79 Interviews
Programmers.io Interview Questions
4.2
 • 25 Interviews
Diverse Lynx Interview Questions
3.7
 • 19 Interviews
Egen Interview Questions
3.6
 • 17 Interviews
Spektra Systems Interview Questions
4.1
 • 13 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all
Coditas Technologies QA Engineer Salary
based on 55 salaries
₹3 L/yr - ₹11.5 L/yr
15% more than the average QA Engineer Salary in India
View more details

Coditas Technologies QA Engineer Reviews and Ratings

based on 6 reviews

2.2/5

Rating in categories

2.5

Skill development

2.4

Work-life balance

2.0

Salary

2.7

Job security

2.2

Company culture

1.9

Promotions

2.3

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
412 salaries
unlock blur

₹3.6 L/yr - ₹12.5 L/yr

Associate Software Engineer
149 salaries
unlock blur

₹1 L/yr - ₹9.1 L/yr

Software Developer
144 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Senior Software Engineer
113 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Data Engineer
59 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare Coditas Technologies with

Mobile Programming

2.9
Compare

Diverse Lynx

3.7
Compare

Arcesium

3.5
Compare

Solartis Technology Services

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