Premium Employer

i

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

Infinite Computer Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infinite Computer Solutions Senior Software Test Engineer Interview Questions, Process, and Tips

Updated 16 Oct 2024

Top Infinite Computer Solutions Senior Software Test Engineer Interview Questions and Answers

Infinite Computer Solutions Senior Software Test Engineer Interview Experiences

2 interviews found

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

I applied via Approached by Company and was interviewed in Nov 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 - Technical 

(3 Questions)

  • Q1. Explain few cypress commands
  • Ans. 

    Cypress is a JavaScript end-to-end testing framework. Few commands are - visit, get, click, type, wait, assert.

    • visit - navigates to a URL

    • get - selects an element

    • click - clicks on an element

    • type - types into an input field

    • wait - waits for an element to appear or disappear

    • assert - verifies that an element has certain text or attributes

  • Answered by AI
  • Q2. Exceptions handling in Selenium
  • Ans. 

    Exception handling in Selenium is crucial for maintaining test stability and reliability.

    • Exceptions can occur due to various reasons such as element not found, timeout, stale element reference, etc.

    • Handling exceptions can be done using try-catch blocks or using Selenium's built-in exception handling mechanism.

    • It is important to handle exceptions gracefully and provide meaningful error messages for debugging purposes.

    • Ex...

  • Answered by AI
  • Q3. How constructors work in Java
  • Ans. 

    Constructors are special methods used to initialize objects in Java.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can be overloaded to accept different parameters.

    • They can also call other constructors using the 'this' keyword.

    • If a class does not define a constructor, a default constructor is provided.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Explain your automation framework
  • Ans. 

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

    • We use Selenium WebDriver for UI automation and RestAssured for API automation

    • Our framework is built using Java and TestNG

    • We have a centralized configuration file for easy maintenance

    • We use Jenkins for continuous integration and delivery

    • We have a custom reporting mechanism that generates detailed reports with screensh...

  • Answered by AI
  • Q2. Difference between var and let keywords in Javascript
  • Ans. 

    var is function-scoped and let is block-scoped.

    • var declarations are hoisted to the top of their scope

    • let declarations are not hoisted

    • var can be redeclared in the same scope

    • let cannot be redeclared in the same scope

    • var can be declared without initialization

    • let must be initialized before use

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want switch the job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge on Java & Javascript programming languages

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. They ask about last project work.
  • Q2. They ask you about pressure handling.
  • Q3. They will ask you OTT testing question.
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial question was asked.

Senior Software Test Engineer Interview Questions Asked at Other Companies

asked in Test Unity
Q1. What is retest and regression testing ?, Difference between authe ... read more
asked in KPMG India
Q2. How do you inspect a drop-down element and write the correspondin ... read more
asked in KPMG India
Q3. What do you write in LINQ, what is its purpose, and how do you va ... read more
asked in Code Vyasa
Q4. Oops concepts, how you have used oops concepts in ur current proj ... read more
Q5. How do to run screen reader?what are the basic shortcuts for test ... read more

Senior Software Test Engineer Jobs at Infinite Computer Solutions

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Cobol, DB2 main practical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended the interview with 1 year experience. Question was answerable and basic preparation and understanding of job description is much enough. Some realistic questions also be asked. Once we have strong preparation and good learning in our subject, we can get it. Sometimes people may take long time to call the selected candidates.. sometimes very late to inform the selection also.

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

Interview Questionnaire 

1 Question

  • Q1. About self introduction, project that I have done.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview included both technical and hr questions. This almost lasted for 40 minutes. Mainly about self introduction, certifications, project and all questions are based on the resume I uploaded. I answered all the questions as I know well about the resume I uploaded. Those questions are about languages that I am good at, Which certifications I have done in this pandemic, What is the difference between a group and a team, What the difficulties faced in your project completion, how u overcame.

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic peopletools questions on AE, CI, Peoplecode, File Layout.

Interview Preparation Tips

Interview preparation tips for other job seekers - Great interview experience, Interviewer was very good at his skills and he asked simple but tricky questions.

Interview Questionnaire 

2 Questions

  • Q1. How can we remove duplicate objects from array of multiple objects.
  • Ans. 

    Remove duplicate objects from an array of multiple objects.

    • Create a new array to store unique objects

    • Loop through the original array and check if the object already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. How to maintain state if code if repeated one.
  • Ans. 

    Maintain state by using a global variable or a state management system.

    • Use a global variable to store the state and access it whenever needed.

    • Use a state management system like Redux or MobX to manage the state.

    • Avoid using local variables or closures to store state as they will be lost when the code is repeated.

    • Consider using object-oriented programming principles to encapsulate state within objects.

    • Use functional prog...

  • Answered by AI

Interview Questionnaire 

3 Questions

  • Q1. Basic questions on OOP, Android system
  • Q2. Design patterns in android system
  • Ans. 

    Design patterns are reusable solutions to common software problems. Android system uses various design patterns.

    • MVC (Model-View-Controller) pattern is used in Android to separate UI logic from business logic.

    • Singleton pattern is used to ensure only one instance of a class is created.

    • Observer pattern is used to notify changes in data to multiple components.

    • Builder pattern is used to simplify complex object creation.

    • Adap...

  • Answered by AI
  • Q3. Dependency injection, SOLID

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Javascript ,sql, HTML

Interview Questionnaire 

1 Question

  • Q1. Prepare below topics

Interview Preparation Tips

Interview preparation tips for other job seekers -
Oops
Multi threading
Collections
Executors framework
Java 8 features

Interview Questionnaire 

1 Question

  • Q1. Mainframe questions, some direct and some scenario based.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Interview process was smoothly. There were 3 rounds.
1. Technical ( lasted for 1 hour)
2. Techno manageria( 30 mins)
3. HR(30 mins)

Project based questions and scenario based questions were asked.
Hike was also good.

Infinite Computer Solutions Interview FAQs

How many rounds are there in Infinite Computer Solutions Senior Software Test Engineer interview?
Infinite Computer Solutions interview process usually has 3 rounds. The most common rounds in the Infinite Computer Solutions interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Infinite Computer Solutions Senior Software Test Engineer 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 Infinite Computer Solutions. The most common topics and skills that interviewers at Infinite Computer Solutions expect are Automation Testing, SQL, Testing, Manual Testing and Test Cases.
What are the top questions asked in Infinite Computer Solutions Senior Software Test Engineer interview?

Some of the top questions asked at the Infinite Computer Solutions Senior Software Test Engineer interview -

  1. Difference between var and let keywords in Javascr...read more
  2. How constructors work in J...read more
  3. Explain few cypress comma...read more

Tell us how to improve this page.

Infinite Computer Solutions Senior Software Test Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join Infinite Computer Solutions Digitally Engineering Tomorrow, Today

Interview Questions from Similar Companies

Nagarro Interview Questions
4.0
 • 765 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 594 Interviews
EPAM Systems Interview Questions
3.7
 • 556 Interviews
UST Interview Questions
3.8
 • 520 Interviews
CGI Group Interview Questions
4.0
 • 495 Interviews
View all
Infinite Computer Solutions Senior Software Test Engineer Salary
based on 273 salaries
₹4.8 L/yr - ₹16.9 L/yr
At par with the average Senior Software Test Engineer Salary in India
View more details

Infinite Computer Solutions Senior Software Test Engineer Reviews and Ratings

based on 31 reviews

3.3/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.3

Salary

3.0

Job security

3.1

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 31 Reviews and Ratings
Senior Software Test Engineer

Bangalore / Bengaluru

5-7 Yrs

₹ 5-23 LPA

Senior Software Test Engineer

Nepal,

Kathmandu

7-12 Yrs

Not Disclosed

Senior Software Test Engineer

Hyderabad / Secunderabad

5-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.4k salaries
unlock blur

₹3 L/yr - ₹12.3 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹6.8 L/yr - ₹22.5 L/yr

Technical Lead
832 salaries
unlock blur

₹9.8 L/yr - ₹28.9 L/yr

Associate Software Engineer
749 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Softwaretest Engineer
601 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Infinite Computer Solutions with

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

3.5
Compare

FIS

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