Upload Button Icon Add office photos

Filter interviews by

VIT Infotech Software Tester Interview Questions and Answers

Updated 6 Mar 2021

VIT Infotech Software Tester Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Explain about oops concepts?
  • Ans. 

    OOPs concepts are programming concepts that focus on objects and their interactions.

    • Encapsulation - bundling data and methods that operate on that data

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on multiple forms

    • Abstraction - hiding implementation details from users

    • Example: A car object can have properties like color, model, and methods like start, stop, accelerate

    • Exam...

  • Answered by AI
  • Q2. Sorting algorithms
  • Q3. Difference between abstraction and encapsulation
  • Ans. 

    Abstraction is hiding unnecessary details while encapsulation is hiding implementation details.

    • Abstraction focuses on the outside view of an object while encapsulation focuses on the inside view of an object.

    • Abstraction is achieved through interfaces and abstract classes while encapsulation is achieved through access modifiers like private, public, and protected.

    • Abstraction is used to simplify complex systems while enc...

  • Answered by AI
  • Q4. Reverse of string program
  • Ans. 

    Reverse a given string using array of characters.

    • Create an empty character array of the same length as the given string.

    • Iterate through the given string and copy each character to the new array in reverse order.

    • Convert the character array back to a string and return it.

  • Answered by AI
  • Q5. HTML Tags
  • Q6. Prime numbers
  • Q7. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,The interview was technical side i have got experience . do not get affried be a possitive

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about yourself
  • Q2. What is exploratory testing and adhoc testing and how you used these in your project?
  • Ans. 

    Exploratory testing is a simultaneous learning, test design, and test execution approach. Adhoc testing is an informal testing approach without any predefined test cases.

    • Exploratory testing involves exploring the software, learning about it, and designing and executing tests on the fly.

    • Adhoc testing is unplanned and unstructured testing where testers randomly test the application without any specific test cases.

    • In my p...

  • Answered by AI
  • Q3. Roles and responsibilities in your previous projects
  • Q4. Difference between mobile and web testing?
  • Ans. 

    Mobile testing focuses on apps for smartphones and tablets, while web testing focuses on websites accessed through browsers.

    • Mobile testing involves testing apps on different devices and operating systems.

    • Web testing involves testing websites on different browsers and screen sizes.

    • Mobile testing includes testing for touch gestures and device-specific features.

    • Web testing includes testing for cross-browser compatibility ...

  • Answered by AI
  • Q5. Challenges faced in your last project?

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

    • Performed at the beginning of testing phase

    • Focuses on basic functionality

    • Not detailed testing

    • Helps in identifying major issues early on

    • Usually automated for efficiency

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Star pattern program
  • Q2. Number of vowels String program
  • Ans. 

    Count the number of vowels in a given array of strings.

    • Iterate through each string in the array

    • For each string, iterate through each character and check if it is a vowel (a, e, i, o, u)

    • Increment a counter for each vowel found in the string

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tiger Analytics Software Tester interview:
  • Xpaths
  • WebDriver
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 Apr 2024. There were 2 interview rounds.

Round 1 - Screening Round 

(1 Question)

  • Q1. 1) Brief me about Yourself. 2) Education Background they ask me because I am from Non-IT. 3) If you have a mobile application Suppose you will be doing a Smoke Test Tell me the scenario. 4) Tell me a OTP b...
Round 2 - Client Interview 

(1 Question)

  • Q1. I have not yet get a chance to going further on Client Round Interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for scenario-based question

Software Tester Interview Questions & Answers

UST user image Johnson K Jose

posted on 5 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regarding automotive technology
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

I applied via Walk-in

Round 1 - Technical 

(1 Question)

  • Q1. Agile,Bug life cycle, Work experience.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Core java regular interview questions Diff bet final,finally,finilize, oops concept, exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - it is a good company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 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 - Technical 

(4 Questions)

  • Q1. Explain your framework
  • Ans. 

    Our framework is a hybrid framework that combines data-driven and keyword-driven approaches.

    • Our framework uses Excel sheets to store test data and test cases.

    • We have created custom keywords that can be used to perform specific actions.

    • We use Selenium WebDriver for web application testing and Appium for mobile application testing.

    • Our framework generates detailed HTML reports after each test run.

    • We have implemented a ret...

  • Answered by AI
  • Q2. Explain oops concepts
  • Ans. 

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

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together in a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms or have multiple behaviors.

    • Example: A car is an object that ...

  • Answered by AI
  • Q3. Collection in java
  • Ans. 

    Collection is a framework in Java that provides an architecture to store and manipulate a group of objects.

    • Collection is an interface that extends Iterable interface

    • List, Set, and Queue are the main subinterfaces of Collection

    • ArrayList, LinkedList, HashSet, and TreeSet are some of the classes that implement Collection

    • Collections class provides various utility methods to operate on Collection objects

  • Answered by AI
  • Q4. Java 8 features

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What experience do I have with certain type of servers and operating systems
  • Ans. 

    I have experience with various servers and operating systems.

    • I have worked with Windows Server 2016 and 2019.

    • I am familiar with Linux distributions such as Ubuntu and CentOS.

    • I have experience with virtualization technologies like VMware and Hyper-V.

    • I have worked with cloud platforms like AWS and Azure.

    • I have knowledge of server administration and troubleshooting.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident for what you stand for.

Skills evaluated in this interview

VIT Infotech Interview FAQs

What are the top questions asked in VIT Infotech Software Tester interview?

Some of the top questions asked at the VIT Infotech Software Tester interview -

  1. difference between abstraction and encapsulat...read more
  2. explain about oops concep...read more
  3. Reverse of string prog...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 VIT Infotech interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
47 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹5.5 L/yr - ₹15 L/yr

Software Developer
7 salaries
unlock blur

₹3.6 L/yr - ₹5.2 L/yr

Technical Lead
5 salaries
unlock blur

₹11.4 L/yr - ₹20.1 L/yr

Web Developer
3 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Explore more salaries
Compare VIT Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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