Premium Employer

i

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

Instem Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Instem Software Tester Interview Questions and Answers

Updated 9 Dec 2024

Instem Software Tester Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Question related to your previous experience
  • Q2. Questions related to Agile methodology
Round 2 - Technical 

(2 Questions)

  • Q1. Question related to Testing
  • Q2. Scenario based questions

Interview questions from similar companies

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Manual testing,SQL,java
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I am sanobar I am from bijapur I am looking for both testing and development.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal apptitude queations were asked in this round

Round 2 - Technical 

(1 Question)

  • Q1. Questions on javascript Basic of HTML, CSS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Spring boot related questions
  • Q2. Java related questios
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Anagram of two strings in java
  • Ans. 

    Java program to check if two strings are anagrams

    • Create a function that takes two strings as input

    • Convert both strings to character arrays and sort them

    • Check if the sorted arrays are equal to determine if they are anagrams

  • Answered by AI
  • Q2. Insert and select query in MySQL
  • Ans. 

    Insert and select data in MySQL using SQL queries

    • Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data

    • Use SELECT * FROM table_name; to select all data from a table

    • Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition

  • Answered by AI
  • Q3. Get and Post APIs in rest
  • Ans. 

    GET and POST are HTTP methods used in REST APIs for retrieving and sending data.

    • GET method is used to retrieve data from a server

    • POST method is used to send data to a server

    • GET requests are idempotent, while POST requests are not

    • GET requests should only be used for retrieving data, not for modifying data

    • Example: GET request to retrieve a list of users - GET /users

    • Example: POST request to create a new user - POST /users

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical round and there were three panelists. Started with alot of database questions and core java question. Prepare well about your project working in the company. I couldn't clear this round recieved rejection mail after two weeks.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Take about a chalanging task you did and how you handled it

Interview Preparation Tips

Interview preparation tips for other job seekers - Softskills is very important for getting in to ITIS sector. you clear softskills round you are almost there.
Contribute & help others!
anonymous
You can choose to be anonymous

Instem Interview FAQs

How many rounds are there in Instem Software Tester interview?
Instem interview process usually has 2 rounds. The most common rounds in the Instem interview process are One-on-one Round and Technical.
What are the top questions asked in Instem Software Tester interview?

Some of the top questions asked at the Instem Software Tester interview -

  1. Questions related to Agile methodol...read more
  2. Question related to Test...read more
  3. Scenario based questi...read more

Recently Viewed

REVIEWS

Genpact

No Reviews

REVIEWS

Axis Risk Consulting Services

No Reviews

JOBS

Tech Mahindra

No Jobs

SALARIES

Tech Mahindra

SALARIES

Genpact

No Salaries

INTERVIEWS

Genpact

No Interviews

REVIEWS

TRIGO Group

No Reviews

SALARIES

Marsh India Insurance Brokers

No Salaries

COMPANY BENEFITS

Genpact

No Benefits

SALARIES

Capgemini

Tell us how to improve this page.

Instem Software Tester Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Instem Information Solutions for Life™

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
IQVIA Interview Questions
3.9
 • 465 Interviews
ICON Plc Interview Questions
4.2
 • 72 Interviews
Syneos Health Interview Questions
3.8
 • 45 Interviews
View all
Instem Software Tester Salary
based on 22 salaries
₹7 L/yr - ₹13.9 L/yr
125% more than the average Software Tester Salary in India
View more details

Instem Software Tester Reviews and Ratings

based on 5 reviews

2.3/5

Rating in categories

2.6

Skill development

3.2

Work-life balance

3.2

Salary

2.0

Job security

2.3

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
Software Tester
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Post Doctoral Fellow
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Validation Consultant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Information Scientist
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Instem with

Qinecsa Solutions

2.9
Compare

Medidata Solutions

2.8
Compare

Parexel International

3.9
Compare

Fortrea Development India Private Limited

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