Upload Button Icon Add office photos

Filter interviews by

Technogen It Services Software Testing Engineer Interview Questions and Answers

Updated 7 Nov 2019

Technogen It Services Software Testing Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is test scenario?
  • Ans. 

    A test scenario is a detailed description of a specific test case that outlines the steps to be taken and the expected results.

    • Test scenario is a high-level document that describes the end-to-end testing process.

    • It includes the test environment, test data, and expected results.

    • Test scenarios are created based on the requirements and use cases.

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

    • Example: Test ...

  • Answered by AI
  • Q2. Derived The test scenarios from documentation ( they given the documentation on which I have to write test scenarios)
  • Q3. Difference between smoke sanity and the examples of severity and priorities
  • Ans. 

    Smoke, sanity, severity and priority are different types of testing and classification of bugs.

    • Smoke testing is a quick test to check if the basic functionalities of the software are working or not.

    • Sanity testing is a subset of regression testing and is performed to check if the bugs have been fixed and no new issues have been introduced.

    • Severity is the degree of impact a bug has on the system and its users.

    • Priority is...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are experienced they will always asked about your last job role and responsibilities.Dont be tensed.Answer with confidence.Clear the basics of an manual as well as automation Testing.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. Im Syam kumar. Im from nudurupadu.Im pursing my b.tech in narasaraopet engineering college, Narasaraopet. with 78%. I have completed my schooling Z.P.High school, Nudurupadu with 6.3GPA. Phirangiram, Morning star junior college with 60% percentile with 12th. As, Im fresher. I dont have no work experience. My strengths are Quick learner, self motivated and hardworking. But My interest is to keep on learning new technolo...
  • Answered Anonymously
  • Q2. Do You have any work Experience.
  • Ans. I dont have no work experience.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning new technologies. And improve good communication skills.

I applied via Naukri.com and was interviewed in Nov 2022. There were 9 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude test is different types of questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Manual testing automation testing
Round 4 - Assignment 

Different types of questions in exam

Round 5 - HR 

(1 Question)

  • Q1. My Self introduction
Round 6 - Group Discussion 

Selected One topic is discussions in the group discussion

Round 7 - Coding Test 

Java programming test examination

Round 8 - One-on-one 

(1 Question)

  • Q1. Verified exam results
Round 9 - HR 

(1 Question)

  • Q1. My self introduction

Interview Preparation Tips

Topics to prepare for Cognizant Software Testing Engineer interview:
  • Manual Testing
  • Automation Testing
Interview preparation tips for other job seekers - This company is a top up MNC company, my dream this company job .

I applied via Job Portal and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Manual Topics core java SQL Queries and Automation concept
  • Q2. 1.Tell me about your self 2.What how to store response in postman tool 3.Selenium content 4.Selenium webdriver

Interview Preparation Tips

Topics to prepare for TCS Software Testing Engineer interview:
  • API Testing
  • Core Java
  • Selenium
Interview preparation tips for other job seekers - Read OOPS concept thoroughly , API Testing is also become mandatory for manual testers who have 2 or 3 years of experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Java, selenium, Maven, Manual Testing, SQL, Cucumber, JUnit

Round 3 - Coding Test 

Public static void main (string[]args)

Interview Preparation Tips

Interview preparation tips for other job seekers - Java , selenium , Maven, Manual Testing, SQL, Cucumber

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Agile ceremonies MySQL Your Automation framework related questions POM
  • Q2. Java concepts Project related questions
Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts Java programs like star patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentration on project nd role and responsibilities
Technical things

I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is typecasting?
  • Ans. 

    Typecasting is the process of converting a variable from one data type to another.

    • It can be done implicitly or explicitly

    • Explicit typecasting is done using casting operators

    • Example: int x = 10; double y = (double)x;

    • Typecasting can lead to loss of data or precision

  • Answered by AI
  • Q2. Explain your organization's framewrok
  • Ans. 

    Our organization's framework is a comprehensive approach to software testing that includes both manual and automated testing.

    • Our framework includes a variety of testing types such as functional, regression, and performance testing.

    • We use both manual and automated testing methods to ensure thorough testing coverage.

    • Our framework also includes continuous integration and continuous testing to catch issues early in the dev...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain your peoject.
  • Q2. What is assertion? Expalin oops concept in java.
  • Ans. 

    Assertion is a statement that checks if a condition is true or false. OOPs is a programming paradigm in Java.

    • Assertion is used to validate the expected output of a test case.

    • In Java, OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation is the process of hiding implementation details from the user.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Pol...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics of java and manual testing and selenium.

Skills evaluated in this interview

I applied via Job Fair and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. The first round was good. Technical discussion for Salesforce and was selected for second round which was manager round final.
Round 2 - Behavioral 

(1 Question)

  • Q1. Manager round was also technical but none of the questions were from Salesforce. Which I was surprised to see but couldn't ask anything about it. I had always thought of sharing this and got an opportunity...

Interview Preparation Tips

Interview preparation tips for other job seekers - From mindtree i had a lot of unexpected surprises where rejections are always played somehow. I would never wish to apply here again and was a bad experience for sure
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Java program,Manual and automation Questions.

Round 2 - Aptitude Test 

Aptitude questions related to test cases,test plan.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Proper Preparation of interview,and be confident and your communication skill should be good.

I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Tell mi about yourself
  • Q2. Why are you choice this company
  • Q3. Asking knowledge about c programming

Technogen It Services Interview FAQs

What are the top questions asked in Technogen It Services Software Testing Engineer interview?

Some of the top questions asked at the Technogen It Services Software Testing Engineer interview -

  1. Difference between smoke sanity and the examples of severity and prioriti...read more
  2. What is test scenar...read more
  3. Derived The test scenarios from documentation ( they given the documentation on...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Technogen It Services interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Developer
14 salaries
unlock blur

₹3.2 L/yr - ₹7.2 L/yr

Project Lead
5 salaries
unlock blur

₹7 L/yr - ₹7.5 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹2.2 L/yr - ₹3.2 L/yr

Assistant Manager
4 salaries
unlock blur

₹6.4 L/yr - ₹7 L/yr

Software Tester
4 salaries
unlock blur

₹2.8 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Technogen It Services with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview