Upload Button Icon Add office photos

CP360

Compare button icon Compare button icon Compare
4.3

based on 7 Reviews

Filter interviews by

CP360 Test Engineer Interview Questions and Answers

Updated 18 Oct 2023

CP360 Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Tanu Priya

posted on 18 Oct 2023

Interview experience
3
Average
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 

(1 Question)

  • Q1. Difference between smoke & sanity testing?
  • Ans. 

    Smoke testing is a quick test to check if the software build is stable, while sanity testing is a more thorough test to check specific functionalities.

    • Smoke testing is done to ensure the critical functionalities of the software are working fine after a build, while sanity testing is done to check specific functionalities or features.

    • Smoke testing is usually done before detailed testing, while sanity testing is done aft...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Agile Methodology

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SELENIUM QUESTIONS
  • Q2. BASIC PYTHON PROGRAMS
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Program on Java related to string manipulation
  • Q2. Program on selenium
  • Ans. 

    Selenium is a popular automation testing tool used for web applications.

    • 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 test scripts.

    • It can interact with web elements like buttons, text fields, dropdowns, etc.

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

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basics of Software testing concepts
Round 2 - Technical 

(1 Question)

  • Q1. Detailed interview on software testing based on resume
Round 3 - HR 

(1 Question)

  • Q1. Salary and offer discussion
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All the basic Mathematics.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Testing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and do it well prepare well
Round 1 - Aptitude Test 

60mins

Round 2 - Technical 

(1 Question)

  • Q1. About manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - practice more really its good company

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Explain your work experience 2. Api testing basics 3. Mobile testing tool 4. Real time example for testing like lift, laptop how will you test them 5. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basics and have some practical knowledge of how to use different tools

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 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 

(2 Questions)

  • Q1. What is sanity and smoke testing?
  • Ans. 

    Sanity and smoke testing are types of software testing.

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working properly.

    • Sanity testing is a type of testing that checks if the major functionalities of the software are working properly.

    • Smoke testing is done to ensure that the software is stable enough for further testing.

    • Sanity testing is done to ensure that the software is...

  • Answered by AI
  • Q2. What is mobile app testing?
  • Ans. 

    Mobile app testing is the process of testing the functionality, usability, and performance of mobile applications.

    • Testing the app on different devices and platforms

    • Checking for compatibility with different OS versions

    • Ensuring the app meets user requirements

    • Testing for security vulnerabilities

    • Verifying app performance under different network conditions

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is extension for android build file?
  • Ans. 

    The extension for Android build file is .apk.

    • The Android build file is typically named 'build.gradle'.

    • The build.gradle file is used to configure the build settings for an Android project.

    • The build process generates an APK (Android Package) file, which is the final output of the build process.

    • The APK file contains the compiled code, resources, and other files required to run the app on an Android device.

  • Answered by AI
  • Q2. What is extension for iOS build file?
  • Ans. 

    The extension for iOS build file is .ipa

    • IPA stands for iOS App Store Package

    • It is a compressed archive file that contains the app binary and other resources

    • It can be installed on iOS devices using iTunes or over-the-air distribution

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your family background?
  • Q2. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - More be focused on basic things and the things mentioned in your resume.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Explain your project , Automation Framework, Agile methodology
  • Ans. 

    I have experience in developing automation frameworks using Agile methodology.

    • Developed automation framework using Selenium WebDriver and TestNG

    • Implemented Page Object Model design pattern for better maintainability

    • Used Jenkins for continuous integration and delivery

    • Followed Agile methodology for faster and efficient development

    • Collaborated with cross-functional teams for better communication and understanding

  • Answered by AI
  • Q2. Explain Api testing
  • Ans. 

    API testing is a type of software testing that involves testing APIs directly and ensuring they meet functional and performance requirements.

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

    • API testing can be done manually or using automated tools

    • API testing can be done at different levels such as unit, integration, and end-to-end testing

    • API testing involves sending requests...

  • Answered by AI
  • Q3. How to perform DB testing
  • Ans. 

    DB testing involves verifying data integrity, performance, security, and functionality of the database.

    • Verify data integrity by checking for data duplication, missing data, and data accuracy.

    • Test performance by measuring response time, throughput, and scalability.

    • Ensure security by testing access controls, encryption, and data privacy.

    • Test functionality by verifying data manipulation, retrieval, and storage.

    • Use SQL que...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all testing concepts

Skills evaluated in this interview

CP360 Interview FAQs

How many rounds are there in CP360 Test Engineer interview?
CP360 interview process usually has 3 rounds. The most common rounds in the CP360 interview process are Technical and Resume Shortlist.
What are the top questions asked in CP360 Test Engineer interview?

Some of the top questions asked at the CP360 Test Engineer interview -

  1. Difference between smoke & sanity testi...read more
  2. Agile Methodol...read more

Tell us how to improve this page.

Project Manager
3 salaries
unlock blur

₹19 L/yr - ₹20 L/yr

Customer Service Executive
3 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Sales Executive
3 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Real Time Analyst
3 salaries
unlock blur

₹3.7 L/yr - ₹4 L/yr

Explore more salaries
Compare CP360 with

Quess

3.9
Compare

L&T Construction

4.0
Compare

Udaan

4.0
Compare

Ekart Logistics

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