Upload Button Icon Add office photos
Engaged Employer

i

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

Contizant Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Contizant Technologies Software Testing Engineer Interview Questions and Answers

Updated 24 Dec 2022

Contizant Technologies Software Testing Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is java, features of java, explain oops
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented features.

    • Java is an object-oriented programming language that runs on the Java Virtual Machine (JVM).

    • It is known for its platform independence, meaning that Java code can run on any platform that has a JVM installed.

    • Java has several features such as automatic memory management, exception handling, and multithreading.

    • Object-or...

  • Answered by AI
  • Q2. Sdlc process implement testing types
  • Ans. 

    Testing types are implemented throughout the SDLC process to ensure quality software.

    • Testing types include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing is done by developers to test individual code components.

    • Integration testing is done to test how different components work together.

    • System testing is done to test the entire system as a whole.

    • Acceptance testi...

  • Answered by AI
  • Q3. Stlc test case temple ,test plain

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a fresher but small bitt of fear so crack interviewer understand my behaviour and knowledge

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. I need job urgently in I.T. sector in software testing I am Fresher
  • Q2. Sir vacancy available in company to fresher candidate
  • Q3. Send me interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Fresher sir i need to job so request

Software Testing Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Maximal AND Subsequences Problem Given an array consisting of N i ... read more
asked in TCS
Q2. Tell me the scenarios of the water bottle or login page
asked in Paytm
Q3. Number and Digits Problem Statement You are provided with a posit ... read more
asked in Paytm
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. 1) explain roles and responsibility of previous projects you have ... read more

Interview questions from similar companies

I applied via Referral

Round 1 - Aptitude Test 

Attitude,reasoning

Round 2 - Group Discussion 

Topics in explain

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduce yourself ,work, salary,educational details and habits

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. 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 - Technical 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

Contizant Technologies Interview FAQs

How many rounds are there in Contizant Technologies Software Testing Engineer interview?
Contizant Technologies interview process usually has 2 rounds. The most common rounds in the Contizant Technologies interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Contizant Technologies Software Testing Engineer interview?

Some of the top questions asked at the Contizant Technologies Software Testing Engineer interview -

  1. What is java, features of java, explain o...read more
  2. Sdlc process implement testing ty...read more
  3. I need job urgently in I.T. sector in software testing I am Fres...read more

Tell us how to improve this page.

Contizant Technologies Software Testing Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

Fast track your campus placements

View all

Contizant Technologies Software Testing Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Associate
19 salaries
unlock blur

₹12.9 L/yr - ₹25 L/yr

Programmer Analyst Trainee
13 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Associate
12 salaries
unlock blur

₹6.1 L/yr - ₹11.4 L/yr

Programmer Analyst
11 salaries
unlock blur

₹4 L/yr - ₹5.2 L/yr

Senior Processing Executive
8 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Contizant Technologies with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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