Upload Button Icon Add office photos
Engaged Employer

i

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

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LTIMindtree Quality Assurance and Automation Tester Interview Questions and Answers for Freshers

Updated 1 Sep 2024

6 Interview questions

A Quality Assurance and Automation Tester was asked 10mo ago
Q. How would you automate API testing using Selenium WebDriver?
Ans. 

To automate API using Selenium WebDriver, we can use tools like RestAssured and create test scripts to interact with API endpoints.

  • Use RestAssured library to send HTTP requests and validate responses

  • Create test scripts to interact with API endpoints and verify data

  • Utilize Selenium WebDriver to automate the process of sending requests and validating responses

A Quality Assurance and Automation Tester was asked 10mo ago
Q. Write code to find all links on a webpage.
Ans. 

Code to find all links in a page

Quality Assurance and Automation Tester Interview Questions Asked at Other Companies for Fresher

asked in LTIMindtree
Q2. Suppose you have a dynamic web page with n number of popups and p ... read more
asked in LTIMindtree
Q3. Suppose you have a page with a file upload tab and a submit butto ... read more
asked in LTIMindtree
Q4. How would you automate API testing using Selenium WebDriver?
asked in LTIMindtree
Q5. Write a binary search program for sorting.
A Quality Assurance and Automation Tester was asked 10mo ago
Q. Suppose you have a dynamic web page with n number of popups and pages. How will you automate it?
Ans. 

Automate dynamic web page with multiple popups and pages by using a combination of tools like Selenium, TestNG, and Page Object Model.

  • Use Selenium WebDriver to interact with elements on the web page.

  • Implement TestNG for test case management and execution.

  • Utilize Page Object Model design pattern to organize and maintain the automation code.

  • Handle popups using WebDriver's switchTo() method.

  • Use explicit waits to hand...

A Quality Assurance and Automation Tester was asked 10mo ago
Q. How would you automate a payment gateway and payment process using Selenium WebDriver?
Ans. 

Automating payment gateway and process in Selenium WebDriver involves identifying elements, handling pop-ups, and verifying transactions.

  • Identify and interact with payment gateway elements using Selenium WebDriver commands.

  • Handle any pop-ups or alerts that may appear during the payment process.

  • Verify successful completion of the payment transaction by checking for expected outcomes.

  • Use test data to simulate differ...

What people are saying about LTIMindtree

View All
a senior software engineer
6d
Need clarity on Ltimindtree's Variable pay
Hi, I have received an Offer from LTIMINDTREE, and there offering 24L(5Yoe) P3, 21.8L as Fixed and 2L as variable pay monthly. Client is Amazon I also have another offer with HTC, have two questions on the vp. The HR is trying to say that the VP is like non performance, regardless of performance you'll get it unless other companies which offer it based on performance...is this tru ? Then if I'm receiving a hike next year, what it'll be based on ?, will the 2.2L VP apply again next year. Hows the hike and promotion ? LTIMindtree
FeedCard Image
Got a question about LTIMindtree?
Ask anonymously on communities.
A Quality Assurance and Automation Tester was asked 10mo ago
Q. Write a binary search program for sorting.
Ans. 

Binary search program for sorting array of strings.

  • Define a function that takes in an array of strings and a target string to search for.

  • Sort the array of strings using a sorting algorithm like quicksort or mergesort.

  • Implement binary search algorithm to find the target string in the sorted array.

A Quality Assurance and Automation Tester was asked 10mo ago
Q. Suppose you have a page with a file upload tab and a submit button, how would you automate it?
Ans. 

Automating a file upload and submit button involves using tools to interact with web elements and validate outcomes.

  • Identify the file upload element using locators (e.g., ID, class name).

  • Use automation tools like Selenium to send the file path to the upload element.

  • Simulate a click on the submit button using automation commands.

  • Validate the upload success message or check for file presence in the system.

LTIMindtree Quality Assurance and Automation Tester Interview Experiences for Freshers

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(6 Questions)

  • Q1. Suppose you have a dynamic web page with n number of popup and pages how will you automate it.
  • Ans. 

    Automate dynamic web page with multiple popups and pages by using a combination of tools like Selenium, TestNG, and Page Object Model.

    • Use Selenium WebDriver to interact with elements on the web page.

    • Implement TestNG for test case management and execution.

    • Utilize Page Object Model design pattern to organize and maintain the automation code.

    • Handle popups using WebDriver's switchTo() method.

    • Use explicit waits to handle dy...

  • Answered by AI
  • Q2. How will you automate payment gateway and payment process in selenium webdriver.
  • Ans. 

    Automating payment gateway and process in Selenium WebDriver involves identifying elements, handling pop-ups, and verifying transactions.

    • Identify and interact with payment gateway elements using Selenium WebDriver commands.

    • Handle any pop-ups or alerts that may appear during the payment process.

    • Verify successful completion of the payment transaction by checking for expected outcomes.

    • Use test data to simulate different p...

  • Answered by AI
  • Q3. Suppose you have a page will file upload tab and submit button, how will you automate it.
  • Ans. 

    Automating a file upload and submit button involves using tools to interact with web elements and validate outcomes.

    • Identify the file upload element using locators (e.g., ID, class name).

    • Use automation tools like Selenium to send the file path to the upload element.

    • Simulate a click on the submit button using automation commands.

    • Validate the upload success message or check for file presence in the system.

  • Answered by AI
  • Q4. Write a code to find all links in a page.
  • Ans. 

    Code to find all links in a page

Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for the job change?
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and aspirations.

    • Desire for professional growth: I'm looking to expand my skill set and take on more leadership responsibilities.

    • Seeking a better cultural fit: My current company has a different work culture than what I thrive in; I value collaboration and innovation.

    • Interest in new technologies: I'm excited about working with cuttin...

  • Answered by AI
  • Q2. Relevant technical questions, as per my current technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be yourself. That's what the interviewers looked into. Also a thorough understanding of the technology is a must and that is what will help you in cracking the interview. You don't have to go in-depth, just the overview and what happens when is what they look for. Good communication skills is also an added incentive, something I always try to work on. All the best

Quality Assurance and Automation Tester Interview Questions Asked at Other Companies for Fresher

asked in LTIMindtree
Q1. How would you automate a payment gateway and payment process usin ... read more
asked in LTIMindtree
Q2. Suppose you have a dynamic web page with n number of popups and p ... read more
asked in LTIMindtree
Q3. Suppose you have a page with a file upload tab and a submit butto ... read more
asked in LTIMindtree
Q4. How would you automate API testing using Selenium WebDriver?
asked in LTIMindtree
Q5. Write a binary search program for sorting.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

Interview Questionnaire 

5 Questions

  • Q1. Basic telephone round probably around 3 times
  • Q2. About ourself and past experience
  • Q3. And they really see if we are interested or not, nothing technical
  • Q4. Telephone technical interview
  • Q5. My role is pega developer so questions are on pega

Interview Preparation Tips

Round: Face to face technical
Experience: Asked each and every aspect in pega

What people are saying about LTIMindtree

View All
a senior software engineer
6d
Need clarity on Ltimindtree's Variable pay
Hi, I have received an Offer from LTIMINDTREE, and there offering 24L(5Yoe) P3, 21.8L as Fixed and 2L as variable pay monthly. Client is Amazon I also have another offer with HTC, have two questions on the vp. The HR is trying to say that the VP is like non performance, regardless of performance you'll get it unless other companies which offer it based on performance...is this tru ? Then if I'm receiving a hike next year, what it'll be based on ?, will the 2.2L VP apply again next year. Hows the hike and promotion ? LTIMindtree
FeedCard Image
Got a question about LTIMindtree?
Ask anonymously on communities.

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

Interview Questionnaire 

2 Questions

  • Q1. What is C++
  • Ans. 

    C++ is a high-level programming language used for developing system software, application software, device drivers, and video games.

    • C++ is an extension of the C programming language.

    • It supports object-oriented programming concepts like classes, inheritance, polymorphism, and encapsulation.

    • C++ is used in developing operating systems, browsers, databases, and other software applications.

    • It is known for its performance an...

  • Answered by AI
  • Q2. What is Link List
  • Ans. 

    A data structure that stores a sequence of elements in a linear order.

    • Consists of nodes that contain data and a pointer to the next node.

    • Can be singly linked or doubly linked.

    • Used for implementing stacks, queues, and hash tables.

    • Example: Singly linked list - 1 -> 2 -> 3 -> null

    • Example: Doubly linked list - null <- 1 <-> 2 <-> 3 -> null

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go

Skills evaluated in this interview

I applied via Job Portal and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. First they ask basic questions like HTML SQL Java.

Interview Preparation Tips

Interview preparation tips for other job seekers - First we learn basics programming knowledge and we confident to attend interview and speak bold.

I applied via Naukri.com and was interviewed in Aug 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: All Java basic questions will be asked including servlets and jsp even about application and web servers. To clear,1st round you should have strong core Java knowledge along with few real time examples. Collections are mandatory.
Database knowledge could be expected. RestFul and soap along with spring and spring boot, your project details and your responsibilities.
Skills: SOAP, RestFul, Spring, Springboot, Java Application Development, Java Programming, Javascript, Communication, Body Language, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-4 weeks
Are these interview questions helpful?

I applied via Company Website and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. By Rajkumar Bharathi, I stay at Trichy
  • Q2. I have completed my B.E from kalasalingam university in 2020, with a score of 6.33
  • Q3. I am a fresher need this jobs

Interview Preparation Tips

Interview preparation tips for other job seekers - Dress for the job or company

I applied via Campus Placement and was interviewed before Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was placed through campus . Did not have to give the appitude / online exam as I was among top 10 students from the college . In the interview panel ,we had 3 people .one manager and two technical / staf...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to answer all. If something is out of your scope and you don't know ,politely tell them you don't know . Keep yourself engaged with the panel . In between talk to them , just do not give long pause and stares . It make things akward . Hope it helps

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

Interview Questionnaire 

1 Question

  • Q1. About the project

Interview Preparation Tips

Interview preparation tips for other job seekers - I think being honest about every question asked in the interview is the best practice the crack any interview.

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Quality Assurance and Automation Tester interview for freshers?
LTIMindtree interview process for freshers usually has 1 rounds. The most common rounds in the LTIMindtree interview process for freshers are Technical.
What are the top questions asked in LTIMindtree Quality Assurance and Automation Tester interview for freshers?

Some of the top questions asked at the LTIMindtree Quality Assurance and Automation Tester interview for freshers -

  1. How will you automate payment gateway and payment process in selenium webdriv...read more
  2. suppose you have a dynamic web page with n number of popup and pages how will y...read more
  3. Suppose you have a page will file upload tab and submit button, how will you au...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
View all
Senior Software Engineer
22k salaries
unlock blur

₹7.3 L/yr - ₹21.6 L/yr

Software Engineer
16.3k salaries
unlock blur

₹3.9 L/yr - ₹8.8 L/yr

Technical Lead
6.4k salaries
unlock blur

₹16.3 L/yr - ₹28.8 L/yr

Module Lead
5.7k salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Senior Engineer
4.7k salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.7
Compare

TCS

3.6
Compare
write
Share an Interview