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 Software and User Interface Developer Interview Questions and Answers

Updated 31 Jul 2021

LTIMindtree Software and User Interface Developer Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. What is the min experience required for angular developer ?
  • Ans. 

    Minimum 2-3 years of experience is preferred for Angular Developer role.

    • Minimum 2-3 years of experience in Angular development is preferred

    • Experience in AngularJS, Angular 2+ is required

    • Knowledge of TypeScript, HTML, CSS, and JavaScript is necessary

    • Experience in developing responsive web applications is a plus

  • Answered by AI

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 applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Uipath Studio and StudioX?
  • Ans. 

    UiPath Studio is for professional developers, while StudioX is for business users with no coding experience.

    • UiPath Studio is for professional developers who have coding experience.

    • StudioX is designed for business users with no coding experience.

    • StudioX has a more user-friendly interface and pre-built automation templates.

    • UiPath Studio offers more advanced features and customization options for developers.

    • StudioX allows...

  • Answered by AI
  • Q2. Do you know about Automation Test Suite?
  • Ans. 

    Automation Test Suite is a collection of test cases that are automated to test the functionality of a software application.

    • Automation Test Suite helps in executing multiple test cases efficiently.

    • It helps in reducing manual effort and time required for testing.

    • Test suites can be scheduled to run at specific times or triggered based on certain events.

    • Examples of popular automation test suites include Selenium, UFT, and

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Atos Rpa User Interface Path Developer interview:
  • orchestartor
  • Database
  • queue

Skills evaluated in this interview

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

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is an Event loop
  • Ans. 

    Event loop is a mechanism in programming that allows for asynchronous execution of code.

    • Event loop is responsible for handling and executing events in a non-blocking manner.

    • It continuously checks the event queue and processes events one by one.

    • Event loop is commonly used in JavaScript to handle asynchronous operations like setTimeout, setInterval, and AJAX requests.

  • Answered by AI
  • Q2. Have you written any Custom directives
  • Ans. 

    Yes, I have written custom directives in Angular for specific UI functionalities.

    • Created a custom directive for form validation in Angular

    • Implemented a custom directive for dynamic styling of elements based on user input

    • Developed a custom directive for lazy loading images in Angular

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic J's and angular qo
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. It was round 1 and the interviewer asked me about the javascript or deep html and advance css questions rather than for UI and UX. in fact I asked that the job is for UI/UX and you are asking me developmen...
  • Q2. About the ajax, how ajax request works
  • Q3. Css Specificity
Round 2 - One-on-one 

(1 Question)

  • Q1. How you select the color pallette. What first things comes into your mind when designing an app for let's say banking app. What was your strength and weekness. How do you handle bad feedback from clients...
  • Ans. 

    I select color palette based on brand guidelines, target audience, and industry standards. For a banking app, I consider trust, security, and professionalism.

    • Consider brand guidelines and colors to maintain consistency

    • Think about target audience and their preferences

    • Take into account industry standards for financial apps

    • For a banking app, prioritize trust, security, and professionalism

    • Strength: Strong understanding of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - when they offer you negotiate with the HR because they are offer less as per the industry standard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2022. There were 2 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 

(5 Questions)

  • Q1. What is Dependency Injection in Angular?
  • Ans. 

    Dependency Injection is a design pattern used in Angular to inject dependencies into a component or service.

    • It allows for easier testing and maintenance of code

    • Dependencies are injected through the constructor of a component or service

    • Angular has its own Dependency Injection system built-in

    • Services can be shared across multiple components through Dependency Injection

  • Answered by AI
  • Q2. What is the difference between Observable and promise ?
  • Ans. 

    Observables are streams of data that can be subscribed to, while promises are a one-time operation that returns a single value.

    • Observables can emit multiple values over time, while promises only return a single value.

    • Observables can be cancelled, while promises cannot.

    • Observables are lazy, meaning they only execute when subscribed to, while promises execute immediately.

    • Observables have operators that can transform, fil...

  • Answered by AI
  • Q3. What is Directives in angular?
  • Ans. 

    Directives are markers on a DOM element that tell AngularJS to attach a specified behavior to that DOM element.

    • Directives are used to create reusable components.

    • They can be used to manipulate the DOM.

    • They can be used to add behavior to an existing DOM element.

    • They can be used to create custom attributes.

    • Examples include ng-repeat, ng-model, and ng-show.

  • Answered by AI
  • Q4. What is the difference between Pure pipe and impure pipe?
  • Ans. 

    Pure pipes are stateless and only depend on input data, while impure pipes have internal state and can have side effects.

    • Pure pipes are faster and more efficient than impure pipes.

    • Pure pipes are used for simple transformations of data, while impure pipes are used for more complex transformations.

    • Examples of pure pipes include currency and date formatting, while examples of impure pipes include filtering and sorting.

    • To ...

  • Answered by AI
  • Q5. What is the use of Interceptor in angular?
  • Ans. 

    Interceptors are used to intercept HTTP requests and responses to perform transformations or error handling.

    • Interceptors can be used to add headers to outgoing requests or handle errors in incoming responses.

    • They can also be used to modify the request or response before it is sent or received.

    • Interceptors can be global or specific to a certain request or response.

    • They are useful for implementing authentication, caching...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepared JavaScript coding like, map, filter, reduce,
1- what is Call, apply and bind?
2- what is Closure in JavaScript, and give one example

Skills evaluated in this interview

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

I was interviewed before Jun 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. What about RE Framework
  • Ans. 

    RE Framework is a template for building robust and scalable automation solutions in UiPath.

    • RE Framework stands for Robotic Enterprise Framework

    • It provides a structured way to build automation projects with error handling, logging, and reusability

    • It consists of several key components like Init, Process, End Process, and Exception Handling

    • It helps in managing transactional data and handling exceptions efficiently

  • Answered by AI
  • Q2. Are you worked in PDF Automation
  • Ans. 

    Yes, I have experience in PDF automation using UiPath for extracting data and automating processes.

    • I have automated the extraction of data from PDF files using UiPath activities like Read PDF Text, Read PDF with OCR, etc.

    • I have automated the process of filling out forms in PDF files using UiPath activities like Type Into, Click, etc.

    • I have experience in handling password-protected PDF files and extracting data from the

  • Answered by AI
  • Q3. Do you know Mainframe automation
  • Ans. 

    Yes, Mainframe automation involves automating tasks on mainframe systems using RPA tools like Uipath.

    • Mainframe automation involves automating tasks on mainframe systems using RPA tools like Uipath

    • It requires knowledge of mainframe systems and how to interact with them using RPA

    • Examples include automating data entry, file transfers, and report generation on mainframe systems

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Working of and logic behind Accordian?A scenario where only one accordian should be opened and others closed
  • Ans. 

    An accordion is a UI component that allows users to expand and collapse sections of content.

    • An accordion typically consists of multiple sections or panels, with only one panel open at a time.

    • When a panel is clicked, it expands to show its content, while the other panels collapse.

    • This behavior can be achieved using JavaScript or CSS transitions.

    • The logic behind an accordion involves tracking the state of each panel and ...

  • Answered by AI
  • Q2. Working and logic behind carosuel?
  • Ans. 

    A carousel is a user interface component that displays a set of content items in a rotating manner.

    • Carousels are commonly used to showcase multiple images or pieces of content in a limited space.

    • They often include navigation controls to allow users to manually switch between items.

    • Carousels can be implemented using HTML, CSS, and JavaScript, utilizing techniques like CSS transforms and animations.

    • They can also be made ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. 1. what are the difference between queue item and transaction item ?
  • Ans. 

    Queue item is a container for data that needs to be processed, while transaction item is a unit of work that is processed by a robot.

    • Queue item is a data container that can hold any type of data, while transaction item is a specific type of data that represents a unit of work.

    • Queue item can be added to a queue by any process, while transaction item is typically added to a queue by a robot.

    • Queue item can be processed by...

  • Answered by AI
  • Q2. 2. what is RE Frame work explain in detail ?
  • Ans. 

    RE Framework is a template for building scalable and robust RPA processes.

    • RE stands for Robotic Enterprise Framework

    • It is a template for building RPA processes in UiPath

    • It follows a modular approach with reusable components

    • It includes error handling, logging, and reporting functionalities

    • It supports both linear and state machine workflows

  • Answered by AI
  • Q3. 3. Explain in detail about exception handling ?
  • Ans. 

    Exception handling is the process of handling errors and unexpected events that occur during the execution of a program.

    • Exceptions are handled using try-catch blocks.

    • The try block contains the code that may throw an exception.

    • The catch block catches the exception and handles it appropriately.

    • There are different types of exceptions such as system exceptions, application exceptions, and business exceptions.

    • Exception hand...

  • Answered by AI
  • Q4. 4. what is Asset and what are different data types available in orchestrator ?
  • Ans. 

    Assets are key-value pairs used to store data securely in Orchestrator. Different data types include text, boolean, integer, credential, and secure string.

    • Assets are used to store sensitive data like passwords, API keys, etc.

    • Assets can be accessed by robots during runtime.

    • Different data types available in Orchestrator include text, boolean, integer, credential, and secure string.

    • Text assets store plain text values.

    • Bool...

  • Answered by AI
  • Q5. 5. what is dispatcher and performer ?
  • Ans. 

    Dispatcher and performer are two components of UiPath Orchestrator used for managing and executing RPA processes.

    • Dispatcher is responsible for fetching data from external sources and sending it to the performer for processing.

    • Performer is responsible for executing the RPA process using the data received from the dispatcher.

    • Dispatcher and performer work together to automate end-to-end business processes.

    • Dispatcher can b...

  • Answered by AI
  • Q6. 6. How does object repository works ?
  • Ans. 

    Object repository is a centralized location to store and manage objects used in automation.

    • Object repository helps in reducing redundancy and improving reusability of objects.

    • It allows easy maintenance and modification of objects.

    • Objects can be organized and categorized for easy access and management.

    • Object repository can be integrated with automation tools for seamless automation.

    • Examples of objects include buttons, t

  • Answered by AI
  • Q7. 7. In Uipath which version you worked ?
  • Ans. 

    I have worked with Uipath version 2019.10.4

    • I have experience working with Uipath Studio and Orchestrator in version 2019.10.4

    • I have developed and deployed automation workflows using this version

    • I am familiar with the features and functionalities of this version

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of question will be asked from Projects and Orchestrator

Skills evaluated in this interview

Round 1 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.
  • Q6. Yes I am UI Developer And BCA Final Year 2022
Round 2 - 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

Interview Preparation Tips

Interview preparation tips for other job seekers - Hii
My Name is Kumar Maurya
BCA
UI Developer

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Senior Software Engineer
21.3k salaries
unlock blur

₹5.1 L/yr - ₹18.7 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.3 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

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