Upload Button Icon Add office photos
Engaged Employer

i

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

IBS Software Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

IBS Software Services Automation Tester Interview Questions, Process, and Tips

Updated 12 Jun 2023

IBS Software Services Automation Tester Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Oops Concepts of Java
  • Ans. 

    Oops Concepts of Java are fundamental principles of object-oriented programming.

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

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

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the implementation details and showing only the necessary fe

  • Answered by AI
  • Q2. How to validate that the URL loaded is correct or not?
  • Ans. 

    To validate the correct URL loaded, check the current URL in the browser.

    • Get the current URL from the browser using driver.getCurrentUrl() method in Selenium.

    • Compare the current URL with the expected URL to validate correctness.

    • Use assertions or conditional statements to confirm if the URL is correct.

    • Consider handling any redirects or dynamic URLs that may affect validation.

    • Utilize regular expressions for more flexible

  • Answered by AI
  • Q3. Alert handling in selenium
  • Ans. 

    Alert handling in Selenium involves handling pop-up alerts, confirmation alerts, and prompt alerts.

    • Use driver.switchTo().alert() method to handle alerts

    • To accept an alert, use alert.accept() method

    • To dismiss an alert, use alert.dismiss() method

    • To get text from an alert, use alert.getText() method

    • To send text to a prompt alert, use alert.sendKeys() method

  • Answered by AI
  • Q4. How to perform Mouse actions
  • Ans. 

    Mouse actions can be performed using Selenium WebDriver by using Actions class

    • Create an instance of Actions class

    • Use methods like moveToElement, click, doubleClick, contextClick, dragAndDrop, etc.

    • Perform the desired action by calling the respective method on the Actions object

  • Answered by AI
  • Q5. How to read data from an XL file using selenium
  • Ans. 

    You can read data from an Excel file using Apache POI library in Selenium.

    • Use Apache POI library to interact with Excel files

    • Create a FileInputStream object to read the Excel file

    • Create a Workbook object to represent the Excel file

    • Get the desired sheet from the Workbook

    • Iterate through rows and cells to read data

  • Answered by AI
  • Q6. Waits in selenium
  • Ans. 

    Waits in Selenium are used to make the automation script wait for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to be met before proceeding.

    • Fluent Wait: Waits for a condition with a defined maximum amount of time.

    • Thread.sleep(): Pauses the execution for a specified amount of time.

  • Answered by AI

Skills evaluated in this interview

Automation Tester Jobs at IBS Software Services

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Testing related question they asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all thing you have wriiten in your resume

Interview Questionnaire 

1 Question

  • Q1. Previous project and skills

Interview Preparation Tips

Round: Technical Interview
Experience: What I mentioned in resume the technical interview asked based on my resume

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was quants then LR, verbal ability, pseudo code and puzzle

Round 2 - Technical 

(1 Question)

  • Q1. Sql tables, B.E project and basic of C

Interview Preparation Tips

Topics to prepare for Infosys Test Engineer interview:
  • SQL
  • C
  • Project
  • SDLC
  • OOPS
Interview preparation tips for other job seekers - Practise hard for aptitude test because level is hard and for interview have the basics of computer knowledge, basic programming knowledge and your projects that's it.

I was interviewed in Mar 2020.

Interview Questionnaire 

8 Questions

  • Q1. What are different types of triggers, workflows? More on workflow actions and time based activities
  • Q2. What is owd and data types?
  • Ans. 

    OWD stands for Object Work Directory. Data types refer to the different types of data that can be stored in a program.

    • OWD is the directory where the current object is stored during runtime.

    • Data types include integers, strings, booleans, and floats.

    • Each data type has its own set of operations that can be performed on it.

    • Examples of data types: int age = 25; string name = 'John'; bool isTrue = true; float price = 9.99;

  • Answered by AI
  • Q3. Various types of Reports and dashboards
  • Ans. 

    Reports and dashboards are tools used to visualize and analyze data.

    • Reports provide detailed information on specific data points or events.

    • Dashboards provide an overview of key performance indicators (KPIs) and trends.

    • Types of reports include operational, analytical, and ad-hoc reports.

    • Types of dashboards include strategic, operational, and analytical dashboards.

    • Examples of reporting tools include Crystal Reports, SSRS...

  • Answered by AI
  • Q4. Sales flow stages and opportunity stages
  • Ans. 

    Sales flow stages and opportunity stages

    • Sales flow stages refer to the steps involved in the sales process, from lead generation to closing the deal

    • Opportunity stages refer to the different stages in the sales pipeline, from identifying a potential opportunity to closing the deal

    • Common sales flow stages include lead generation, qualification, needs analysis, proposal, negotiation, and closing

    • Common opportunity stages i...

  • Answered by AI
  • Q5. Types of data security
  • Ans. 

    Types of data security include encryption, access control, backup and recovery, and physical security.

    • Encryption: converting data into a code to prevent unauthorized access

    • Access control: limiting access to data based on user roles and permissions

    • Backup and recovery: creating copies of data to prevent loss in case of a security breach or system failure

    • Physical security: protecting hardware and storage devices from thef

  • Answered by AI
  • Q6. Custom and Console apps and what is default access available on custom object
  • Q7. Worked on data loader and workbench along with soql queries
  • Q8. Standard profiles on SFDC and what is web to lead in sfdc and how can you do it
  • Ans. 

    Standard profiles on SFDC and web to lead in SFDC

    • Standard profiles in SFDC are pre-built sets of permissions and access levels for users

    • Web-to-Lead is a feature in SFDC that allows you to capture lead information from your website and automatically create a lead record in SFDC

    • To set up Web-to-Lead, you need to create a web form on your website and then configure the form to send the data to SFDC

    • Standard profiles can be...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview isn't difficult just that questions are of more towards technical side instead of testing questions related to Salesforce as part of admin...would be better if we are prepared for those.

Skills evaluated in this interview

I applied via Monster and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How to do work?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to share special

I applied via Walk-in and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Sql queries of project worked

Round 2 - Technical 

(1 Question)

  • Q1. Informatica and jira

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager will ask concepts of data warehouse and how you will implement in your project. transformation used in the project. And some sql queries related to project

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Java oops concepts
  • Q2. Selenium questions
  • Q3. Api testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic selenium questions, sql, java

I was interviewed before Oct 2021.

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 - Aptitude Test 

There were total 5 sections we need to write

Round 3 - HR 

(2 Questions)

  • Q1. As I am a fresher first hr has asked me about myself and some basic questions related to java python and somenoops concepts and also some questions related to hr
  • Q2. Some questions related to job shift

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while you are answering don't fear and also if u don't know the answers pls let the person know that u r not aware of this.

I applied via Walk-in and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. AMCAT Test consist of Engilsh Essay Writing, Aptitude questions, 2 coding questions. Mine 1 code was correct and Icleared the round. After that there was Technical Round for freshers they asked Fav Subject...
  • Q2. Easy Print pattern question.
  • Q3. Types of CPU Scheduling
  • Ans. 

    CPU scheduling is the process of allocating CPU time to processes. There are various types of CPU scheduling algorithms.

    • First Come First Serve (FCFS)

    • Shortest Job First (SJF)

    • Priority Scheduling

    • Round Robin Scheduling

    • Multilevel Queue Scheduling

    • Multilevel Feedback Queue Scheduling

  • Answered by AI
  • Q4. Are you willing to relocate and stuff.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the coding round and you are good to go.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

IBS Software Services Interview FAQs

How many rounds are there in IBS Software Services Automation Tester interview?
IBS Software Services interview process usually has 2 rounds. The most common rounds in the IBS Software Services interview process are Resume Shortlist and Technical.
How to prepare for IBS Software Services Automation Tester 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 IBS Software Services. The most common topics and skills that interviewers at IBS Software Services expect are Automation Testing, Debugging, Selenium, Selenium Testing and Web Services.
What are the top questions asked in IBS Software Services Automation Tester interview?

Some of the top questions asked at the IBS Software Services Automation Tester interview -

  1. How to validate that the URL loaded is correct or n...read more
  2. How to read data from an XL file using selen...read more
  3. How to perform Mouse acti...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Bull Machines

No Interviews

INTERVIEWS

Merkle Sokrati

No Interviews

INTERVIEWS

Servosys Solutions

No Interviews

INTERVIEWS

Bull Machines

No Interviews

INTERVIEWS

IDeaS Revenue Solutions

5.6k top interview questions

Tell us how to improve this page.

IBS Software Services Automation Tester Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
IBS Software Services Automation Tester Salary
based on 4 salaries
₹3.8 L/yr - ₹8.5 L/yr
13% less than the average Automation Tester Salary in India
View more details
Automation Tester

Kolkata,

Mumbai

+5

6-10 Yrs

Not Disclosed

Automation Tester

Chennai,

Pune

+5

2-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
588 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
384 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
260 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Architect
209 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Solution Engineer
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IBS Software Services with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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