Upload Button Icon Add office photos

Filter interviews by

Ivitesse Technologies Softwaretest Engineer Interview Questions and Answers

Updated 1 Oct 2022

Ivitesse Technologies Softwaretest Engineer Interview Experiences

1 interview found

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 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Java automation software testing related questions ivitesse is 3rd party contract roll company
  • Q3. No need to join ivitiesse it is a fraud company

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a fake and fraud job they hire for 2-3 month later they remove the employee without any reason 1st they tell you are permanent employer of ivitesse but but do play a game with career of employees after they fire without prior notice and withoit any reason. Do not join.

Interview questions from similar companies

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Regarding java spring and sql
  • Q2. Diff btw tuple and lists
  • Ans. 

    Tuple is immutable, ordered collection of elements. Lists are mutable, ordered collection of elements.

    • Tuple elements cannot be changed once assigned, while list elements can be modified.

    • Tuples are created using parentheses (), while lists are created using square brackets [].

    • Tuples are faster than lists for iteration and accessing elements.

    • Example: tuple = (1, 2, 3), list = [1, 2, 3]

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Revature Softwaretest Engineer interview:
  • SQL
  • Spring
Interview preparation tips for other job seekers - Its good

Skills evaluated in this interview

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

There were 125 questions in the first round in which they asked questions about English grammar and easy questions about general behavior in 75 minutes

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

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Simple questions related to arraylist and queue

Round 2 - HR 

(2 Questions)

  • Q1. Will you able to relocated to Pune?
  • Q2. How was your experience in your last company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. What do u mean by data
  • Ans. 

    Data refers to facts, statistics, or information collected for analysis or reference.

    • Data is raw, unprocessed information.

    • It can be in the form of numbers, text, images, or any other format.

    • Examples include customer names, product prices, and sales figures.

    • Data can be structured (organized in a specific way) or unstructured (not organized).

  • Answered by AI
  • Q2. What is preprocessed data
  • Ans. 

    Preprocessed data is data that has been cleaned, transformed, and organized for analysis or modeling.

    • Preprocessed data is often used in machine learning and data analysis to improve the accuracy and efficiency of models.

    • Common preprocessing steps include removing missing values, scaling features, and encoding categorical variables.

    • Examples of preprocessing techniques include normalization, standardization, one-hot enco

  • Answered by AI
  • Q3. What do u mean by info
  • Ans. 

    Info refers to data or knowledge that provides details or context about a specific topic or subject.

    • Info can be in the form of facts, statistics, or explanations.

    • It helps to understand a topic better or make informed decisions.

    • Examples of info include news articles, research papers, and educational resources.

  • Answered by AI
  • Q4. How to copy from 2 tables and paste in 3rd one in sql
  • Ans. 

    Use SQL INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Use INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Specify the columns you want to copy from each table in the SELECT statement.

    • Make sure the columns in the SELECT statement match the columns in the 3rd table where you are pasting the data.

  • Answered by AI
  • Q5. Reverse string using any language you know
  • Ans. 

    Reverse a string using any programming language

    • Use built-in functions like reverse() or slice() in languages like Python or JavaScript

    • Iterate through the string in reverse order and append each character to a new string

    • Use a stack data structure to push each character onto the stack and then pop them off to reverse the string

  • Answered by AI
  • Q6. A puzzle question was asked but i don't remeber it.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2024.

Round 1 - Coding Test 

It was easy difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. It was Medium difficulty.
Round 3 - Technical 

(1 Question)

  • Q1. It was medium difficulty.
Round 4 - Technical 

(1 Question)

  • Q1. It was managerial Round
Round 5 - HR 

(1 Question)

  • Q1. It was quick offer discussion.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I don't know why they rejected me
  • Q2. What ever they asked me for coding part the output is correct and logic is also correct
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative arithmetic,verbal reasoning,non-verbal reasoning,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at National Institute of Technology,(NIT), Mizoram and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was online assessment

Round 2 - Technical 

(5 Questions)

  • Q1. Questions were mainly from oops c++ and database management
  • Q2. What is four pillars of oops. What is array and vector. Implement queue using stack. Project based questions.
  • Ans. 

    The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction. Arrays are fixed-size data structures, while vectors are dynamic arrays. A queue can be implemented using two stacks.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Creating new classes based on existing classes, inheriting their attributes and methods.

    • Polymorphism: Objects of differe...

  • Answered by AI
  • Q3. Four pillars of opps
  • Ans. 

    The four pillars of object-oriented programming are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI
  • Q4. What is dbms explain
  • 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 a software system that manages databases.

    • It allows users to define, create, maintain, and control access to databases.

    • DBMS provides tools for data manipulation, retrieval, and security.

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

  • Answered by AI
  • Q5. What isSQL.and some queries

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Assignment 

It was mostly on JavaScript

Round 2 - Technical 

(1 Question)

  • Q1. Focused on react
Round 3 - One-on-one 

(1 Question)

  • Q1. Brief about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concepts

Ivitesse Technologies Interview FAQs

How many rounds are there in Ivitesse Technologies Softwaretest Engineer interview?
Ivitesse Technologies interview process usually has 2 rounds. The most common rounds in the Ivitesse Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in Ivitesse Technologies Softwaretest Engineer interview?

Some of the top questions asked at the Ivitesse Technologies Softwaretest Engineer interview -

  1. Java automation software testing related questions ivitesse is 3rd party contra...read more
  2. No need to join ivitiesse it is a fraud comp...read more

Tell us how to improve this page.

Ivitesse Technologies Softwaretest Engineer Salary
based on 4 salaries
₹6.2 L/yr - ₹7.5 L/yr
23% more than the average Softwaretest Engineer Salary in India
View more details

Ivitesse Technologies Softwaretest Engineer Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

3.2

Skill development

4.4

Work-life balance

3.8

Salary

3.2

Job security

3.8

Company culture

3.8

Promotions

4.4

Work satisfaction

Explore 2 Reviews and Ratings
Team Lead
6 salaries
unlock blur

₹3.7 L/yr - ₹5 L/yr

Application Support Engineer
6 salaries
unlock blur

₹2.7 L/yr - ₹4.3 L/yr

Qa Automation Testing Engineer
5 salaries
unlock blur

₹4.6 L/yr - ₹8.8 L/yr

HR Executive Recruiter
5 salaries
unlock blur

₹3 L/yr - ₹3.7 L/yr

Information Technology Recruiter
5 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Ivitesse Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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