Upload Button Icon Add office photos
Engaged Employer

i

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

Infiniti Software Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infiniti Software Solutions QA Engineer Interview Questions and Answers

Updated 22 Oct 2024

Infiniti Software Solutions QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Archana Ramamoorthy

posted on 22 Oct 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Based on verbal and manual testing

Round 2 - Technical 

(2 Questions)

  • Q1. Fully about manual testing, API testing and selenium
  • Q2. SQL difference betweens
  • Ans. 

    SQL difference between SELECT and SELECT DISTINCT

    • SELECT retrieves all rows from a table, while SELECT DISTINCT retrieves only unique rows

    • SELECT may return duplicate rows, while SELECT DISTINCT eliminates duplicates

    • SELECT is used to retrieve all columns, while SELECT DISTINCT is used to retrieve unique values

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Situation based questions
  • Q2. Based on the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well on manual testing.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - Aptitude Test 

Aptitude and SQL test assignment.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you provide an introduction about yourself and describe the projects you have worked on?
  • Ans. 

    I am a QA Engineer with 5 years of experience in testing web and mobile applications.

    • Experience in manual and automated testing

    • Worked on testing e-commerce websites and mobile apps

    • Familiar with tools like Selenium, Jira, and TestRail

  • Answered by AI
  • Q2. Scenario based questions to find bugs and prepare testcases
Round 3 - CTO Round 

(2 Questions)

  • Q1. Can you describe your experience and skills?
  • Ans. 

    I have 5 years of experience in QA testing, strong knowledge of testing methodologies, automation tools, and bug tracking systems.

    • 5 years of experience in QA testing

    • Strong knowledge of testing methodologies

    • Proficient in automation tools such as Selenium

    • Experience with bug tracking systems like Jira

    • Ability to write test cases and execute test plans

  • Answered by AI
  • Q2. Asked Some problem solving questions and SQL query and hobbies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

Took on spot test at mettl

Round 2 - Coding Test 

Asked to write code for pallindrome
questions related to selenium, sql and testing methodoligies

Round 3 - Group Discussion 

Technical round with manager
asked to write sql queries: join subquery
scenario based testing related questions

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Selenium Questions

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
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 

(2 Questions)

  • Q1. Describe Life cycle in react
  • Ans. 

    React has three main phases in its lifecycle: mounting, updating, and unmounting.

    • Mounting: when a component is created and inserted into the DOM

    • Updating: when a component is updated due to changes in props or state

    • Unmounting: when a component is removed from the DOM

    • Lifecycle methods can be used to perform actions at each phase, such as componentDidMount() or componentWillUnmount()

    • React also has error handling methods,

  • Answered by AI
  • Q2. Explain strict mode in javascript and it's use
  • Ans. 

    Strict mode is a way to write secure and optimized JavaScript code.

    • Enables catching of silent errors

    • Disallows duplicate property names or parameters

    • Prevents use of undeclared variables

    • Makes `eval()` safer to use

    • Throws errors on invalid usage of `this` keyword

  • Answered by AI
Round 3 - Assignment 

CURD operations along with implementation of a mock UI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are doing good job. If possible try to send a rejection mail along with the reason if candidate is not selected.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Tell about Oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

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

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Will ask coding related
Round 4 - HR 

(1 Question)

  • Q1. What is Expected salary
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Aptitude Test 

Multiple-choice questions and coding problems.

Round 2 - Coding Test 

They will likely present you with a problem involving the generation of an SKU code for different products using the same function and may request an explanation of the code line by line if you can write it.

Round 3 - Technical 

(2 Questions)

  • Q1. What questions can be expected regarding the technologies listed in your resume?
  • Ans. 

    Questions about the technologies listed in your resume may include asking about your experience, projects, challenges faced, and future plans.

    • Experience with the technology listed

    • Projects completed using the technology

    • Challenges faced while working with the technology

    • Future plans for learning or using the technology

  • Answered by AI
  • Q2. Questions related to database.
Round 4 - Discusssion with CTO 

(2 Questions)

  • Q1. The interviewer will inquire about your background, including your family details.
  • Q2. No further comments thank you
Round 5 - HR 

(1 Question)

  • Q1. What are your current and expected cost-to-company (CTC) figures?
  • Ans. 

    I am currently earning X amount and expecting Y amount based on my experience and skills.

    • Provide your current salary figure

    • Mention your expected salary based on your experience and skills

    • Consider factors like industry standards and cost of living when determining expected CTC

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid pursuing interviews with this company, as they are unlikely to provide significant raises and require you to sign a two-year bond due to their insecurity regarding company practices and potential exploitation.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Coding Test 

Create an API using Notepad to check if a string is a palindrome or not.

Round 2 - One-on-one 

(1 Question)

  • Q1. Solid principal

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join worst company

Infiniti Software Solutions Interview FAQs

How many rounds are there in Infiniti Software Solutions QA Engineer interview?
Infiniti Software Solutions interview process usually has 3 rounds. The most common rounds in the Infiniti Software Solutions interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Infiniti Software Solutions QA Engineer interview?

Some of the top questions asked at the Infiniti Software Solutions QA Engineer interview -

  1. SQL difference betwe...read more
  2. Fully about manual testing, API testing and selen...read more
  3. Situation based questi...read more

Tell us how to improve this page.

Infiniti Software Solutions QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Ginesys Interview Questions
3.7
 • 24 Interviews
Springworks Interview Questions
4.5
 • 23 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
View all

Infiniti Software Solutions QA Engineer 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
Software Engineer
51 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Senior Software Engineer
42 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Software Developer
26 salaries
unlock blur

₹2 L/yr - ₹6.2 L/yr

Quality Analyst
21 salaries
unlock blur

₹2.2 L/yr - ₹5.3 L/yr

Business Analyst
9 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Infiniti Software Solutions with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Peel-works

3.7
Compare

Yodlee

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