Upload Button Icon Add office photos

Filter interviews by

Intense Technologies Software Tester Interview Questions and Answers

Updated 27 Apr 2023

Intense Technologies Software Tester Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Testing the Application with real-time example(Take water bottle is the example and how many ways we can able to test the water bottle), this was the main important question in software Testing job. And th...
Round 3 - Technical 

(1 Question)

  • Q1. Give the Answer with 100% confidently either the Given answer right or wrong doesn't matter. You're confidence is matter in second round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident during interview. Everything will Fine🙂.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1.What is Opps concepts in Java.
  • Ans. 

    OOPs concepts in Java are the fundamental principles of object-oriented programming.

    • Encapsulation: wrapping data and code into a single unit

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent multiple types

    • Abstraction: hiding implementation details from the user

    • Examples: class, object, inheritance, polymorphism, encapsulation

  • Answered by AI
  • Q2. 2.What is difference between stack and queue?
  • Ans. 

    Stack is a LIFO data structure while Queue is a FIFO data structure.

    • Stack follows Last In First Out (LIFO) principle while Queue follows First In First Out (FIFO) principle.

    • Stack has two main operations: push and pop while Queue has two main operations: enqueue and dequeue.

    • Stack is used in recursive function calls, undo/redo operations, and backtracking while Queue is used in breadth-first search, printing tasks in ord...

  • Answered by AI
  • Q3. 3.Write SQL query to find second highest salary in database?
  • Ans. 

    SQL query to find second highest salary in database

    • Use ORDER BY and LIMIT to get the second highest salary

    • Assume ties are allowed and use DISTINCT

  • Answered by AI
  • Q4. 4. Difference Between method overloading and method overriding?
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is done within the same class while method overriding is done in different classes (subclass and superclass).

    • Method overloading is achieved by changing the number of parameters or the data type of ...

  • Answered by AI
  • Q5. 5.which is the parent class of all classes in Java?
  • Ans. 

    The parent class of all classes in Java is the Object class.

    • All classes in Java implicitly extend the Object class.

    • The Object class provides basic methods such as toString(), equals(), and hashCode().

    • Any class can override these methods to provide custom implementations.

    • Example: public class MyClass extends Object { ... }

    • Example: Object obj = new MyClass();

  • Answered by AI
  • Q6. Explain your final year project?
  • Q7. Difference between SQL and NoSql database?
  • Ans. 

    SQL databases are relational and use structured query language, while NoSQL databases are non-relational and use various data models.

    • SQL databases are based on a fixed schema, while NoSQL databases are schema-less.

    • SQL databases use tables to store data, while NoSQL databases use various data models like key-value, document, columnar, or graph.

    • SQL databases are better suited for complex queries and structured data, whil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All interview process are easy. Intervier just ask basic concept of related to your stream.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, don't hesitate.

I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Better don’t join as a fresher. No career growth

I appeared for an interview in Jan 2017.

Interview Questionnaire 

1 Question

  • Q1. /what is html? tell me about your project?
  • Ans. 

    HTML stands for Hypertext Markup Language, used for creating web pages.

    • HTML is a markup language used for structuring content on the web.

    • It consists of elements enclosed in tags, such as <p> for paragraphs.

    • Attributes can be added to elements to provide additional information.

    • Example: <h1>This is a heading</h1>

  • Answered by AI

Interview Preparation Tips

Round: aptitude
Experience: 100 questions were given with time limit of 2 hours.
Tips: don't worry it will be easy only.

Round: Technical Interview
Experience: i told what all i know, bit i din't cleared it
Tips: be strong in basics

Skills: Personnel Management
College Name: Mnm Jain Engineering College

I appeared for an interview before Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. Is this good insurance policy for employees?
  • Ans. 

    It depends on the specifics of the policy.

    • What is the coverage amount?

    • What is the deductible?

    • Are pre-existing conditions covered?

    • What is the cost to employees?

    • What is the network of providers?

    • What is the policy on maternity leave?

    • Is there a wellness program?

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One person like HR will focus for all claims.

I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Server questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They always ask about it.DHCP, DNS, GPO

I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is sql
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Common commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL is used in a variety of industries, including finance, healthcare, and e-commerce

  • Answered by AI
  • Q2. What is dbms
  • Ans. 

    DBMS stands for Database Management System. It is a software system that allows users to define, create, maintain and control access to databases.

    • DBMS is used to manage large amounts of data efficiently.

    • It provides a way to store, retrieve and manipulate data in a structured way.

    • Examples of DBMS include MySQL, Oracle, and Microsoft SQL Server.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good overall

Skills evaluated in this interview

Associate Interview Questions & Answers

TCS user image Anonymous

posted on 10 Aug 2021

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is your project?
  • Q2. What is the Latest embedded systems?
  • Ans. 

    The latest embedded systems are focused on IoT, AI, and machine learning.

    • Embedded systems are becoming more connected to the internet of things (IoT)

    • AI and machine learning are being integrated into embedded systems for improved performance

    • Low-power consumption and high-performance processors are being developed for embedded systems

    • Examples include Amazon Echo, Nest Thermostat, and Fitbit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and review your full resume.. All the questions were asked in your resume only..

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions were on front end web development questions with managerial interview

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall experience was good. The interview was on technical and managerial skills based on the experience gained.

Intense Technologies Interview FAQs

How many rounds are there in Intense Technologies Software Tester interview?
Intense Technologies interview process usually has 3 rounds. The most common rounds in the Intense Technologies interview process are Technical and Resume Shortlist.
What are the top questions asked in Intense Technologies Software Tester interview?

Some of the top questions asked at the Intense Technologies Software Tester interview -

  1. Testing the Application with real-time example(Take water bottle is the example...read more
  2. Give the Answer with 100% confidently either the Given answer right or wrong do...read more

Tell us how to improve this page.

Intense Technologies Software Tester Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
ITC Infotech Interview Questions
3.6
 • 337 Interviews
3i Infotech Interview Questions
3.5
 • 144 Interviews
Sonata Software Interview Questions
3.4
 • 116 Interviews
Prodapt Interview Questions
3.5
 • 100 Interviews
Wipro Digital Interview Questions
3.5
 • 68 Interviews
Wissen Infotech Interview Questions
3.7
 • 46 Interviews
Stefanini Interview Questions
2.9
 • 35 Interviews
View all
Intense Technologies Software Tester Salary
based on 5 salaries
₹2.3 L/yr - ₹3.7 L/yr
43% less than the average Software Tester Salary in India
View more details
Application Support Engineer
63 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Software Developer
59 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Software Engineer
57 salaries
unlock blur

₹1.8 L/yr - ₹9.4 L/yr

Technical Consultant
45 salaries
unlock blur

₹2 L/yr - ₹8.7 L/yr

Test Engineer
42 salaries
unlock blur

₹0.9 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Intense Technologies with

TCS

3.7
Compare

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sonata Software

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