Upload Button Icon Add office photos
Engaged Employer

i

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

Codoid Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Codoid Interview Questions and Answers

Updated 27 Jan 2025
Popular Designations

17 Interview questions

A Software Tester was asked 4mo ago
Q. Create test cases.
Ans. 

Creating test cases involves defining scenarios to validate software functionality and ensure quality.

  • Identify the feature to be tested, e.g., user login functionality.

  • Define test case objectives, such as verifying successful login with valid credentials.

  • List preconditions, like the user must have an active account.

  • Outline test steps, e.g., navigate to the login page, enter username and password, click 'Login'.

  • Spe...

View all Software Tester interview questions
A Software Tester was asked 7mo ago
Q. What do you know about accessibility testing?
Ans. 

Accessibility testing ensures that software is usable by people with disabilities.

  • Accessibility testing involves evaluating how easily people with disabilities can use a software application.

  • It includes testing for screen readers, keyboard navigation, color contrast, and alternative text for images.

  • Examples of disabilities to consider are visual impairments, motor disabilities, and cognitive impairments.

  • Accessibil...

View all Software Tester interview questions
A Software Tester was asked 7mo ago
Q. What is the difference between functional and non-functional testing?
Ans. 

Functional testing checks if the software functions as expected, while non-functional testing checks other aspects like performance and security.

  • Functional testing focuses on the specific functions of the software

  • Non-functional testing focuses on aspects like performance, security, usability, etc.

  • Examples of functional testing include unit testing, integration testing, and system testing

  • Examples of non-functional ...

View all Software Tester interview questions
A Software Tester was asked 7mo ago
Q. What is regression testing?
Ans. 

Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

  • Regression testing is performed after code changes to verify that the existing features still work correctly.

  • It helps in identifying any defects introduced by new code changes.

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

  • Examples include running tes...

View all Software Tester interview questions
A Software Tester was asked 7mo ago
Q. When should we use automation testing?
Ans. 

Automation testing is used to increase test coverage, improve efficiency, and reduce human error in software testing.

  • Automation testing helps in executing repetitive test cases quickly and accurately.

  • It allows for running tests on multiple configurations and environments easily.

  • Automation testing can be used for load testing, performance testing, and regression testing.

  • It helps in identifying defects early in the ...

View all Software Tester interview questions
A Software Tester was asked 7mo ago
Q. Give me examples of severity and priority combinations.
Ans. 

Severity and priority combinations in software testing

  • High severity and high priority: Critical bug causing system crash

  • High severity and low priority: Spelling mistake in non-critical feature

  • Low severity and high priority: Minor UI issue affecting user experience

  • Low severity and low priority: Cosmetic issue in a rarely used feature

View all Software Tester interview questions
A Software Tester was asked 7mo ago
Q. What is acceptance testing?
Ans. 

Acceptance testing is the final phase of software testing where the software is tested for its compliance with business requirements.

  • Performed by end users or stakeholders to ensure the software meets their needs

  • Focuses on validating the functionality, usability, and overall satisfaction of the software

  • Can be done manually or using automated tools

  • Examples include User Acceptance Testing (UAT) and Beta Testing

View all Software Tester interview questions
Are these interview questions helpful?
A Software Tester was asked 7mo ago
Q. What is the bug life cycle?
Ans. 

Bug life cycle is the process of a bug from identification to resolution in software testing.

  • Bug is identified by tester

  • Bug is reported in bug tracking system

  • Bug is assigned to developer

  • Developer fixes the bug

  • Bug is retested by tester

  • Bug is closed if fixed or reopened if not

View all Software Tester interview questions
A Software Tester was asked 7mo ago
Q. What is the difference between verification and validation?
Ans. 

Verification ensures the product is built right, while validation ensures the right product is built.

  • Verification focuses on the process of building the software to meet specifications

  • Validation focuses on whether the software meets the customer's needs and expectations

  • Verification is done before validation

  • Validation is done after verification

  • Example: Verification involves reviews, inspections, walkthroughs. Valid...

View all Software Tester interview questions
A Software Tester was asked 7mo ago
Q. What is agile methodology?
Ans. 

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

  • Focus on delivering working software in short iterations

  • Emphasizes collaboration between cross-functional teams

  • Allows for flexibility and adaptability to changing requirements

  • Involves continuous feedback and improvement

  • Common frameworks include Scrum, Kanban, and XP

View all Software Tester interview questions

Codoid Interview Experiences

6 interviews found

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

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(16 Questions)

  • Q1. What is testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing a system or application to find bugs or issues.

    • It helps ensure that the software meets the specified requirements.

    • Types of testing include functional testing, performance testing, and security testing.

    • Examples of testing tools include Selenium, JUnit, and Postman.

  • Answered by AI
  • Q2. What we go for automation testing
  • Ans. 

    Automation testing is used to increase test coverage, improve efficiency, and reduce human error in software testing.

    • Automation testing helps in executing repetitive test cases quickly and accurately.

    • It allows for running tests on multiple configurations and environments easily.

    • Automation testing can be used for load testing, performance testing, and regression testing.

    • It helps in identifying defects early in the devel...

  • Answered by AI
  • Q3. What is agile methodology
  • Ans. 

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

    • Focus on delivering working software in short iterations

    • Emphasizes collaboration between cross-functional teams

    • Allows for flexibility and adaptability to changing requirements

    • Involves continuous feedback and improvement

    • Common frameworks include Scrum, Kanban, and XP

  • Answered by AI
  • Q4. Difference between verification and validation
  • Ans. 

    Verification ensures the product is built right, while validation ensures the right product is built.

    • Verification focuses on the process of building the software to meet specifications

    • Validation focuses on whether the software meets the customer's needs and expectations

    • Verification is done before validation

    • Validation is done after verification

    • Example: Verification involves reviews, inspections, walkthroughs. Validation...

  • Answered by AI
  • Q5. Types of functional testing
  • Ans. 

    Functional testing is a type of software testing where the system is tested against the functional requirements/specifications.

    • Black Box Testing

    • White Box Testing

    • Unit Testing

    • Integration Testing

    • System Testing

    • Acceptance Testing

  • Answered by AI
  • Q6. Levels of testing
  • Ans. 

    Levels of testing refer to the different stages of testing in software development.

    • Unit testing: Testing individual components or modules of the software.

    • Integration testing: Testing how different modules work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

  • Answered by AI
  • Q7. What is acceptance testing
  • Ans. 

    Acceptance testing is the final phase of software testing where the software is tested for its compliance with business requirements.

    • Performed by end users or stakeholders to ensure the software meets their needs

    • Focuses on validating the functionality, usability, and overall satisfaction of the software

    • Can be done manually or using automated tools

    • Examples include User Acceptance Testing (UAT) and Beta Testing

  • Answered by AI
  • Q8. What do you know about accessibility testing
  • Ans. 

    Accessibility testing ensures that software is usable by people with disabilities.

    • Accessibility testing involves evaluating how easily people with disabilities can use a software application.

    • It includes testing for screen readers, keyboard navigation, color contrast, and alternative text for images.

    • Examples of disabilities to consider are visual impairments, motor disabilities, and cognitive impairments.

    • Accessibility g...

  • Answered by AI
  • Q9. Difference between functional and non functional testing
  • Ans. 

    Functional testing checks if the software functions as expected, while non-functional testing checks other aspects like performance and security.

    • Functional testing focuses on the specific functions of the software

    • Non-functional testing focuses on aspects like performance, security, usability, etc.

    • Examples of functional testing include unit testing, integration testing, and system testing

    • Examples of non-functional testi...

  • Answered by AI
  • Q10. Give me example for some Severity and priority combinations
  • Ans. 

    Severity and priority combinations in software testing

    • High severity and high priority: Critical bug causing system crash

    • High severity and low priority: Spelling mistake in non-critical feature

    • Low severity and high priority: Minor UI issue affecting user experience

    • Low severity and low priority: Cosmetic issue in a rarely used feature

  • Answered by AI
  • Q11. What is bug life cycle
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution in software testing.

    • Bug is identified by tester

    • Bug is reported in bug tracking system

    • Bug is assigned to developer

    • Developer fixes the bug

    • Bug is retested by tester

    • Bug is closed if fixed or reopened if not

  • Answered by AI
  • Q12. Explain different statuses of bug tracking process
  • Ans. 

    Different statuses of bug tracking process include New, Assigned, In Progress, Resolved, Closed, Reopened

    • New - when a bug is reported for the first time

    • Assigned - when a developer is assigned to work on the bug

    • In Progress - when the developer is actively working on fixing the bug

    • Resolved - when the bug fix is completed

    • Closed - when the bug fix is verified and closed

    • Reopened - when the bug reappears after being closed

  • Answered by AI
  • Q13. Explain Software test life cycle
  • Ans. 

    Software test life cycle is a series of steps followed in the testing process to ensure the quality of software.

    • 1. Requirement Analysis: Understand the requirements and create test cases.

    • 2. Test Planning: Define test objectives, scope, and resources.

    • 3. Test Design: Develop test cases based on requirements.

    • 4. Test Execution: Run test cases and report defects.

    • 5. Test Closure: Evaluate test results and prepare test closur...

  • Answered by AI
  • Q14. What is Test case
  • Ans. 

    A test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly.

    • Test case includes preconditions, input data, expected results, and postconditions.

    • It helps in identifying defects in the software.

    • Test cases are designed based on requirements and user scenarios.

    • Examples: Login functionality, search feature, checkout process.

  • Answered by AI
  • Q15. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing features still work correctly.

    • It helps in identifying any defects introduced by new code changes.

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

    • Examples include running test cas...

  • Answered by AI
  • Q16. What is API Testing
  • Ans. 

    API Testing is a type of software testing that involves testing APIs directly to ensure they meet functionality, reliability, performance, and security requirements.

    • API Testing involves testing the functionality, performance, reliability, and security of APIs.

    • It focuses on verifying that the API meets the requirements specified in its design.

    • API Testing can be done manually or using automated tools.

    • Examples of API Test...

  • Answered by AI
Round 2 - Assignment 

1. Write a java program to find duplicate in arraylist
2. Write a test case for Amazon payment page

Round 3 - HR 

(8 Questions)

  • Q1. Can you Introduce about yourself
  • Ans. 

    I am a dedicated and detail-oriented software tester with 5 years of experience in manual and automated testing.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium and Jira

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

    • Certified in ISTQB Foundation Level

  • Answered by AI
  • Q2. What are your strengths
  • Q3. What is your weakness
  • Q4. If you get a opportunity to pick any superpower what will you choose and why?
  • Ans. 

    I would choose the power of teleportation to enhance efficiency and save time in both personal and professional life.

    • Instant travel: I could go from home to work in seconds, eliminating commute time.

    • Global exploration: I could visit any country or city instantly, broadening my cultural experiences.

    • Emergency response: In critical situations, I could reach those in need quickly, providing help when it matters most.

    • Work-l...

  • Answered by AI
  • Q5. Do you prefer teamwork or individual
  • Ans. 

    I prefer teamwork as it allows for collaboration, diverse perspectives, and shared responsibility.

    • Teamwork allows for collaboration and brainstorming with colleagues

    • Different perspectives can lead to more innovative solutions

    • Shared responsibility can help distribute workload and prevent burnout

  • Answered by AI
  • Q6. How many interviews have you attended before this and what are the response
  • Q7. If you get shortlisted in any other company after getting selected here, would you prefer that or stay here
  • Q8. Do you have any questions for me

Skills evaluated in this interview

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

I appeared for an interview in Dec 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Provided the question paper
  • Q2. Asked to create a test cases
  • Ans. 

    Creating test cases involves defining scenarios to validate software functionality and ensure quality.

    • Identify the feature to be tested, e.g., user login functionality.

    • Define test case objectives, such as verifying successful login with valid credentials.

    • List preconditions, like the user must have an active account.

    • Outline test steps, e.g., navigate to the login page, enter username and password, click 'Login'.

    • Specify ...

  • Answered by AI
Round 2 - Assignment 

Test case writing for an application and went on a final round with HR and Test Lead

Interview Preparation Tips

Interview preparation tips for other job seekers - Wishing you the best; prepare thoroughly.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a static responsive website or login and logout form

Round 2 - Technical 

(3 Questions)

  • Q1. About Django models and views.py
  • Q2. About settings.py and orm
  • Q3. Python dictionary

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume and they will ask questions only from your resume all the best for your interview
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Blackbox testing types
  • Ans. 

    Blackbox testing types include functional testing, non-functional testing, regression testing, and usability testing.

    • Functional testing focuses on the behavior of the software

    • Non-functional testing checks aspects like performance and security

    • Regression testing ensures that new changes do not affect existing functionality

    • Usability testing evaluates the user-friendliness of the software

  • Answered by AI
  • Q2. Java related questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Nov 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 - Assignment 

Candidate has to write a social media campaign and an essay on given topic online and submit

Round 3 - One-on-one 

(1 Question)

  • Q1. Why do you think you fit for this role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough woith your resume and be prepared to expand your experience in content writing.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Behavior question

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is must

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Codoid?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Questions will be based on your previous work experience if you are experienced and for freshers it will be manual testing concepts.
  • Q2. What were your role in previous company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions will be based on your previous organisation
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic english , Maths (distance, speed, ratio, probability)

Round 2 - One-on-one 

(3 Questions)

  • Q1. What are different tests
  • Ans. 

    Different tests in software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing validates the entire system against the requirements.

    • Acceptance testing ensures that the software meets the user's expectations.

    • Other ty...

  • Answered by AI
  • Q2. Give examples on test cases
  • Ans. 

    Test cases are scenarios designed to validate the functionality of a software application.

    • Testing login functionality with valid credentials

    • Testing login functionality with invalid credentials

    • Testing password reset functionality

    • Testing search functionality with different input values

  • Answered by AI
  • Q3. Basic testing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic testing topics and be confident prepare well for aptitude interview is very easy but aptitude is a little difficult, good company for fresher but low salary

Skills evaluated in this interview

Software Tester Interview Questions & Answers

HyScaler user image Nabasmita Mohapatra

posted on 7 Feb 2024

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is STLC? What is defect life cycle?
  • Ans. 

    STLC stands for Software Testing Life Cycle. Defect life cycle is the process of identifying, reporting, and resolving defects in software.

    • STLC is a series of activities performed during the testing process.

    • It includes test planning, test design, test execution, and test closure.

    • Defect life cycle consists of various stages like identification, logging, triaging, fixing, retesting, and closure.

    • Defects are reported, trac...

  • Answered by AI
  • Q2. What are assess modifiers in java?
  • Ans. 

    Access modifiers in Java control the visibility and accessibility of classes, methods, and variables.

    • There are four access modifiers in Java: public, private, protected, and default.

    • Public access modifier allows unrestricted access from any class.

    • Private access modifier restricts access to only within the same class.

    • Protected access modifier allows access within the same package or subclasses.

    • Default access modifier (n...

  • Answered by AI
  • Q3. What is garbage value?
  • Ans. 

    Garbage value is an unpredictable or random value that is stored in a variable when it is not assigned a specific value.

    • Garbage values occur when a variable is declared but not initialized.

    • They can be caused by uninitialized variables, memory leaks, or accessing uninitialized memory.

    • Garbage values can lead to unexpected behavior and bugs in software.

    • Example: int x; // x may contain a garbage value until assigned a spec...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
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 - Technical 

(3 Questions)

  • Q1. What is mannual software
  • Ans. 

    Manual software testing is the process of manually testing software for defects without the use of automation tools.

    • Manual testing involves testers executing test cases by hand to identify bugs and issues.

    • It is time-consuming and requires human intervention for each test step.

    • Manual testing is often used for exploratory testing, usability testing, and ad-hoc testing.

    • Examples of manual testing include regression testing...

  • Answered by AI
  • Q2. What is advantages and disadvantges manual testing
  • Ans. 

    Manual testing allows for human intuition and creativity but can be time-consuming and prone to human error.

    • Advantages of manual testing include human intuition and creativity in identifying issues, flexibility to adapt test cases on the fly, and cost-effectiveness for small projects.

    • Disadvantages of manual testing include time-consuming nature, potential for human error, difficulty in reproducing test cases, and lack ...

  • Answered by AI
  • Q3. What is software
  • Ans. 

    Software is a set of instructions that tell a computer how to perform specific tasks or functions.

    • Software is a collection of programs, data, and instructions that enable a computer to perform tasks.

    • It can be categorized into system software (e.g. operating systems) and application software (e.g. word processors).

    • Examples of software include Microsoft Windows, Adobe Photoshop, and Google Chrome.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - hr

Skills evaluated in this interview

Codoid Interview FAQs

How many rounds are there in Codoid interview?
Codoid interview process usually has 2 rounds. The most common rounds in the Codoid interview process are Assignment, HR and One-on-one Round.
What are the top questions asked in Codoid interview?

Some of the top questions asked at the Codoid interview -

  1. What do you know about accessibility test...read more
  2. Difference between functional and non functional test...read more
  3. Give me example for some Severity and priority combinati...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 6 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
3.0
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

Codoid Reviews and Ratings

based on 61 reviews

4.2/5

Rating in categories

4.4

Skill development

4.0

Work-life balance

3.3

Salary

3.7

Job security

4.2

Company culture

3.5

Promotions

4.3

Work satisfaction

Explore 61 Reviews and Ratings
Content Writer

Chennai

0-3 Yrs

Not Disclosed

Explore more jobs
Software Tester
52 salaries
unlock blur

₹1.1 L/yr - ₹5.8 L/yr

Automation Test Engineer
41 salaries
unlock blur

₹1.8 L/yr - ₹5.4 L/yr

Softwaretest Engineer
34 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Software Developer
12 salaries
unlock blur

₹1.6 L/yr - ₹2.5 L/yr

Qa Automation Testing Engineer
7 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Codoid with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.1
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview