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 Junior Engineer - Quality Assurance Interview Questions and Answers

Updated 13 Jul 2024

7 Interview questions

A Junior Engineer - Quality Assurance was asked 11mo ago
Q. How do you handle popup windows?
Ans. 

To handle a popup window, you can use automation tools like Selenium WebDriver to locate and interact with the popup elements.

  • Use Selenium WebDriver to switch to the popup window

  • Identify and interact with elements on the popup window

  • Perform necessary actions on the popup window

  • Switch back to the main window after handling the popup

A Junior Engineer - Quality Assurance was asked 11mo ago
Q. How do you handle windows using Selenium?
Ans. 

To handle windows in Selenium, you can use the switchTo() method to switch between windows.

  • Use getWindowHandles() to get all window handles

  • Use switchTo().window() to switch to a specific window handle

  • Perform actions on the desired window

Junior Engineer - Quality Assurance Interview Questions Asked at Other Companies

asked in Zetwerk
Q1. How do you automate filtering and validate that it has been filte ... read more
asked in Zetwerk
Q2. What are the differences between White box testing and Black box ... read more
asked in Zetwerk
Q3. How do you write test cases for Login page and Payment gateway?
asked in Zetwerk
Q4. Scenario: You have 100 data sets for a field. How do you validate ... read more
asked in Zetwerk
Q5. What are the differences between validation and verification?
A Junior Engineer - Quality Assurance was asked 11mo ago
Q. How do you manually test a scroll bar?
Ans. 

To handle a scroll bar, simply click and drag the scroll bar up or down to navigate through a webpage or document.

  • Click on the scroll bar and drag it up or down to move through the content.

  • Use the scroll wheel on your mouse to scroll up or down.

  • On touch devices, swipe up or down on the screen to scroll.

  • You can also use the arrow keys on your keyboard to scroll up or down.

A Junior Engineer - Quality Assurance was asked 11mo ago
Q. Can we change the wait time during runtime?
Ans. 

Yes, wait time can be changed during runtime by adjusting the code logic or configuration settings.

  • Wait time can be changed by modifying the code to include dynamic wait times based on certain conditions.

  • Configuration settings in the application or system can also be adjusted to change wait times.

  • For example, in automated testing scripts, wait times can be adjusted based on the response time of the application bei...

What people are saying about LTIMindtree

View All
a senior software engineer
3d
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 Junior Engineer - Quality Assurance was asked 11mo ago
Q. What is XPath, and what are its types?
Ans. 

XPath is a language used for navigating through XML documents and selecting nodes based on their attributes or values.

  • XPath stands for XML Path Language.

  • It is used to navigate through elements and attributes in an XML document.

  • There are two types of XPath: Absolute XPath and Relative XPath.

  • Absolute XPath starts from the root node, denoted by a single forward slash (/).

  • Relative XPath starts from the current node, d...

A Junior Engineer - Quality Assurance was asked 11mo ago
Q. How do you open a new tab?
Ans. 

To open a new tab, you can use keyboard shortcuts or mouse clicks depending on the browser you are using.

  • For most browsers, you can open a new tab by pressing Ctrl + T on your keyboard.

  • Alternatively, you can right-click on a link and select 'Open link in new tab' from the context menu.

  • You can also click on the '+' icon next to the existing tabs to open a new tab.

  • Some browsers allow you to open a new tab by pressin...

A Junior Engineer - Quality Assurance was asked 11mo ago
Q. What is abstraction in C#?
Ans. 

Abstraction in C# is the process of hiding the implementation details and showing only the necessary features of an object.

  • Abstraction allows us to focus on what an object does rather than how it does it

  • It helps in reducing complexity and improving maintainability of the code

  • In C#, abstraction is achieved using abstract classes and interfaces

Are these interview questions helpful?

LTIMindtree Junior Engineer - Quality Assurance Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. What is abstraction in c#
  • Ans. 

    Abstraction in C# is the process of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of the code

    • In C#, abstraction is achieved using abstract classes and interfaces

  • Answered by AI
  • Q2. What is xpath and its type.
  • Ans. 

    XPath is a language used for navigating through XML documents and selecting nodes based on their attributes or values.

    • XPath stands for XML Path Language.

    • It is used to navigate through elements and attributes in an XML document.

    • There are two types of XPath: Absolute XPath and Relative XPath.

    • Absolute XPath starts from the root node, denoted by a single forward slash (/).

    • Relative XPath starts from the current node, denote...

  • Answered by AI
  • Q3. Can we change wait time during runtime.
  • Ans. 

    Yes, wait time can be changed during runtime by adjusting the code logic or configuration settings.

    • Wait time can be changed by modifying the code to include dynamic wait times based on certain conditions.

    • Configuration settings in the application or system can also be adjusted to change wait times.

    • For example, in automated testing scripts, wait times can be adjusted based on the response time of the application being te...

  • Answered by AI
  • Q4. How to hand window in selenium
  • Ans. 

    To handle windows in Selenium, you can use the switchTo() method to switch between windows.

    • Use getWindowHandles() to get all window handles

    • Use switchTo().window() to switch to a specific window handle

    • Perform actions on the desired window

  • Answered by AI
  • Q5. How to hand scroll bar.
  • Ans. 

    To handle a scroll bar, simply click and drag the scroll bar up or down to navigate through a webpage or document.

    • Click on the scroll bar and drag it up or down to move through the content.

    • Use the scroll wheel on your mouse to scroll up or down.

    • On touch devices, swipe up or down on the screen to scroll.

    • You can also use the arrow keys on your keyboard to scroll up or down.

  • Answered by AI
  • Q6. How to handle popup window.
  • Ans. 

    To handle a popup window, you can use automation tools like Selenium WebDriver to locate and interact with the popup elements.

    • Use Selenium WebDriver to switch to the popup window

    • Identify and interact with elements on the popup window

    • Perform necessary actions on the popup window

    • Switch back to the main window after handling the popup

  • Answered by AI
  • Q7. How to open new tab.
  • Ans. 

    To open a new tab, you can use keyboard shortcuts or mouse clicks depending on the browser you are using.

    • For most browsers, you can open a new tab by pressing Ctrl + T on your keyboard.

    • Alternatively, you can right-click on a link and select 'Open link in new tab' from the context menu.

    • You can also click on the '+' icon next to the existing tabs to open a new tab.

    • Some browsers allow you to open a new tab by pressing Ctr...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self

Junior Engineer - Quality Assurance Interview Questions Asked at Other Companies

asked in Zetwerk
Q1. How do you automate filtering and validate that it has been filte ... read more
asked in Zetwerk
Q2. What are the differences between White box testing and Black box ... read more
asked in Zetwerk
Q3. How do you write test cases for Login page and Payment gateway?
asked in Zetwerk
Q4. Scenario: You have 100 data sets for a field. How do you validate ... read more
asked in Zetwerk
Q5. What are the differences between validation and verification?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Basic QA Questions
Round 3 - Technical 

(1 Question)

  • Q1. Selenium Questions
Round 4 - HR 

(1 Question)

  • Q1. Behavioural and basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Differnce between static and dynamic testing
  • Ans. 

    Static testing is done without executing the code, while dynamic testing involves executing the code.

    • Static testing is performed during the early stages of development to prevent defects from entering the codebase.

    • Dynamic testing is carried out during the later stages of development to validate the behavior of the software.

    • Examples of static testing include code reviews, walkthroughs, and inspections.

    • Examples of dynami...

  • Answered by AI
  • Q2. Locators in selenium
  • Ans. 

    Locators in Selenium are used to identify web elements on a web page in order to perform actions like click, type, etc.

    • Locators are used to find elements on a web page based on certain attributes like id, name, class, etc.

    • Common types of locators in Selenium include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • For example, driver.findElement(By.id("username")) will find the elem...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for interview

Skills evaluated in this interview

What people are saying about LTIMindtree

View All
a senior software engineer
3d
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 appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNoWipro Limited interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack

Application resume tips for other job seekers

Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. In 5 programs without effecting one by one how can you debug a particular program and how can you know tha program is calling in debug
  • Ans. 

    To debug a particular program without affecting others, use breakpoints and step through the code.

    • Set a breakpoint in the program you want to debug

    • Step through the code using a debugger to identify the issue

    • Use logging statements to track the flow of the program

    • Check the call stack to see which functions are being called

    • Use conditional breakpoints to stop the program at specific points

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are the differences between C and C++?
  • Q2. Explain the scenarios where If and Switch Case statements are used.
  • Ans. 

    If and Switch Case statements are used for conditional branching in programming.

    • If statements are used for simple conditional branching.

    • Switch Case statements are used for multiple conditional branching.

    • If statements are more flexible than Switch Case statements.

    • Switch Case statements are more efficient than If statements for large number of conditions.

    • If statements can be nested, but Switch Case statements cannot.

    • Exam...

  • Answered by AI
  • Q3. Do you think algorithms and pseudocodes still play a role in the world of IT Services?
  • Ans. 

    Yes, algorithms and pseudocodes are still important in IT Services.

    • Algorithms are used in various fields of IT such as machine learning, data analysis, and cryptography.

    • Pseudocodes are used to plan and design algorithms before coding them.

    • Understanding algorithms and pseudocodes is essential for software engineers to write efficient and optimized code.

    • Examples of algorithms include sorting algorithms, search algorithms...

  • Answered by AI
  • Q4. Are you comfortable using Command Line Interfaces (CLIs) or Integrated Development Environments (IDEs) as part of your daily tasks?
  • Ans. 

    Yes, I am comfortable using both CLIs and IDEs for my daily tasks.

    • I have experience using various CLIs such as Git Bash, Windows Command Prompt, and Terminal on macOS.

    • I am proficient in using IDEs such as Visual Studio Code, Eclipse, and IntelliJ IDEA.

    • I understand the benefits and drawbacks of both CLIs and IDEs and can choose the appropriate tool for the task at hand.

  • Answered by AI
  • Q5. Are you okay to learn front end and back end technologies to ensure you are a complete developer in the longer run? Would you be able to learn the concepts if a timeline is given?? If yes, explain your lea...

Interview Preparation Tips

Interview preparation tips for other job seekers - The hiring team expects a structured response in your answers. Be it a fresher or an experienced professional, the answers must be represented with examples to ensure you display your expertise with an application in your mind.

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Campus Placement and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are oops concept
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Encapsulation - binding data and functions that manipulate the data

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on many forms

    • Abstraction - hiding implementation details and showing only functionality

  • Answered by AI
  • Q2. What is storage classes in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables have a lifetime throughout the program and are initialized only once.

    • Extern variables are declared outside any function and can be a...

  • Answered by AI
  • Q3. Describe about your final year project and internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence,and positive and answer your question confidently.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Mathematical ,verbal, logical, puzzles, pseudo code
  • Q2. Verbal
  • Q3. Logical

Interview Preparation Tips

Interview preparation tips for other job seekers - Help me for infosys apptitude test interview

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Explore your self , add studies,hobbies,short term and long term goals.keep it short and simple.

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Junior Engineer - Quality Assurance interview?
LTIMindtree interview process usually has 1 rounds. The most common rounds in the LTIMindtree interview process are Technical.
What are the top questions asked in LTIMindtree Junior Engineer - Quality Assurance interview?

Some of the top questions asked at the LTIMindtree Junior Engineer - Quality Assurance interview -

  1. Can we change wait time during runti...read more
  2. How to hand window in selen...read more
  3. What is xpath and its ty...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 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.4 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.4 L/yr - ₹28.3 L/yr

Module Lead
5.7k salaries
unlock blur

₹11.8 L/yr - ₹20.4 L/yr

Senior Engineer
4.4k 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