NASDAQ
LTIMindtree Interview Questions and Answers
Q1. How to make a successful withdrawal and also recover lost funds
To make a successful withdrawal and recover lost funds, one must follow proper procedures and utilize available resources.
Verify the account details and ensure all necessary information is correct before initiating the withdrawal.
Contact the financial institution or platform where the funds were lost to report the issue and request assistance in recovering the funds.
Utilize any available security features such as two-factor authentication to prevent unauthorized access to you...read more
Q2. How to recover lost funds
Recovering lost funds involves thorough investigation, legal action, and negotiation with debtors.
Conduct a thorough investigation to determine the cause of the loss
Take legal action against debtors who refuse to repay the funds
Negotiate with debtors to come up with a repayment plan
Utilize debt collection agencies or legal services if necessary
Q3. How to invest w
Investing wisely involves researching different investment options, setting financial goals, diversifying your portfolio, and seeking professional advice.
Research different investment options to understand the risks and potential returns
Set clear financial goals to determine your investment strategy
Diversify your portfolio to spread risk across different asset classes
Consider seeking advice from a financial advisor or investment professional
Regularly review and adjust your in...read more
Q4. What are basic bug we face when we write calculator program
Basic bugs in calculator program include incorrect calculation results, input validation issues, and handling of edge cases.
Incorrect calculation results due to rounding errors or improper order of operations
Input validation issues such as allowing non-numeric characters or dividing by zero
Handling of edge cases like large numbers, negative numbers, or overflow/underflow
Q5. joins along with use case
Joins are used in SQL to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Use cases for joins include combining customer data with order data, merging employee information with department details
Q6. Separate 0s,1s in the given array
Separate 0s and 1s in the given array
Iterate through the array and count the number of 0s and 1s
Create two separate arrays, one for 0s and one for 1s
Add the elements to their respective arrays based on their values
Return the two arrays as the result
Q7. e-commerce system design
Designing an e-commerce system involves creating a platform for online buying and selling.
Consider scalability to handle high traffic and transactions
Implement secure payment gateways for safe transactions
Include user-friendly interfaces for easy navigation
Utilize recommendation engines for personalized shopping experiences
Q8. Explain about the Devops Process
DevOps is a software development approach that combines development and operations teams to streamline the software delivery process.
DevOps emphasizes collaboration, communication, and automation.
It involves continuous integration and continuous delivery (CI/CD) pipelines.
DevOps teams use tools like Docker, Kubernetes, and Jenkins to automate processes.
DevOps also involves monitoring and feedback loops to improve software quality and performance.
Q9. Type of Joins, Syntax of Join
Joins are used to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Syntax of join: SELECT columns FROM table1 JOIN table2 ON table1.column = table2.column
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id
Interview Process at LTIMindtree
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month