Upload Button Icon Add office photos
Engaged Employer

i

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

Indium Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Indium Software Manual Testing Interview Questions and Answers

Updated 27 Jan 2023

Indium Software Manual Testing Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2022. There were 4 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 - Group Discussion 

Topic was about of 5g technology
First of all over 500 of candidates are there after that in GD a topic was given and everyone started fighting over each other 20people speaking at a time sounds like a fish market. I don't know what kind of company takes this type of GD where no one gets a proper chance to speak

Round 3 - Group Discussion 

Na na na na na na na na na na na na

Round 4 - Case Study 

Na na na na na na na na na na na

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don't be kind and patient that they will give you the opportunity and some will Stop and you will start speaking just cut anyone of them and start speaking. It's not a GD it's a fish market.
Round 1 - Technical 

(1 Question)

  • Q1. Difference between smoke and regression testing
  • Ans. 

    Smoke testing is a quick check to verify if the build is stable enough for further testing, while regression testing is a comprehensive testing to ensure that changes made to the software did not affect the existing functionality.

    • Smoke testing is done to check the basic functionality of the application after a new build is released

    • Regression testing is done to ensure that the changes made to the software did not affect...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write test cases fir AC
  • Ans. 

    Test cases for AC

    • Verify AC turns on when power button is pressed

    • Check if AC cools the room to the desired temperature

    • Test if AC shuts off automatically when the room is cool enough

    • Ensure AC displays error message when filter needs cleaning

    • Verify remote control works properly with AC

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good for basic concepts. Types of testing, test cases

Skills evaluated in this interview

Manual Testing Interview Questions Asked at Other Companies

Q1. A man have 3 things [grain,chicken and fox] and he has to cross a ... read more
Q2. What is black Box testing regression testing smoke testing sanity ... read more
Q3. What is Seveority and priorities and how it is described with exa ... read more
Q4. What is SDLC and it's methodology with brief explanation
asked in Quess
Q5. How a bug or defect can be harmful for any software?

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What are the presentation in interview?

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to join Incedo, what is your plan in future, explain your past experience with an example
  • Q2. Basic of capital market
  • Q3. Market capitalisation, capital market, derivatives, accounting knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be more confident and should give prompt response

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

Interview Questionnaire 

2 Questions

  • Q1. 1. If you given a no return its corresponding excel no.
  • Ans. 

    Convert given no to corresponding excel no.

    • Excel no starts from 1 and goes up to 16384

    • Excel no is calculated using column and row numbers

    • For example, 1 corresponds to A, 27 corresponds to AA, 28 corresponds to AB, and so on

  • Answered by AI
  • Q2. 2. find unique character in a window of k size in a string
  • Ans. 

    Find unique characters in a window of k size in a string.

    • Use a sliding window approach.

    • Maintain a hash table to keep track of character frequency.

    • Remove characters from hash table as the window slides.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is very important. Give your solution from brute force to optimal. Interviewer has tell me to write code of both questions in any programming language.

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

Interview Questionnaire 

2 Questions

  • Q1. 1.Implement merge sort. 2. Kth largest element.
  • Ans. 

    Implement merge sort and find kth largest element in an array.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.

    • Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.

    • Merge sort has a time complexity of O(nlogn) and space complexity of O(n).

    • Quick select has a time comp...

  • Answered by AI
  • Q2. Springboot RestTemplate, singleton, oops

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

Indium Software Interview FAQs

How many rounds are there in Indium Software Manual Testing interview?
Indium Software interview process usually has 3 rounds. The most common rounds in the Indium Software interview process are Technical, Group Discussion and Resume Shortlist.
How to prepare for Indium Software Manual Testing interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Indium Software. The most common topics and skills that interviewers at Indium Software expect are Manual Testing, API Testing, SQL, JIRA and Software Testing.
What are the top questions asked in Indium Software Manual Testing interview?

Some of the top questions asked at the Indium Software Manual Testing interview -

  1. Difference between smoke and regression test...read more
  2. Write test cases fir...read more

Tell us how to improve this page.

Indium Software Manual Testing Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 338 Interviews
CitiusTech Interview Questions
3.4
 • 274 Interviews
NeoSOFT Interview Questions
3.7
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 226 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
View all
Indium Software Manual Testing Salary
based on 4 salaries
₹2.1 L/yr - ₹2.8 L/yr
51% less than the average Manual Testing Salary in India
View more details

Indium Software Manual Testing Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Test Engineer
1k salaries
unlock blur

₹1.6 L/yr - ₹8.5 L/yr

Senior Test Engineer
674 salaries
unlock blur

₹3 L/yr - ₹11.4 L/yr

Softwaretest Engineer
231 salaries
unlock blur

₹2.5 L/yr - ₹8.4 L/yr

Test Associate
217 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Senior Software Engineer
187 salaries
unlock blur

₹7.2 L/yr - ₹28.8 L/yr

Explore more salaries
Compare Indium Software with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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