Add office photos
Employer?
Claim Account for FREE

QBurst Technologies

4.4
based on 365 Reviews
Filter interviews by

LTIMindtree Interview Questions and Answers

Updated 24 Sep 2024
Popular Designations

Q1. How to implement random function without in built random()

Ans.

Implementing random function without in-built random()

  • Use current time as seed value

  • Generate a sequence of numbers using a mathematical formula

  • Use external sources of randomness like atmospheric noise

  • Implement a linear congruential generator

  • Use a hash function to generate pseudo-random numbers

Add your answer

Q2. What is merkle root in Blockchain?

Ans.

Merkle root is a hash value generated by hashing all the transactions in a block in a blockchain.

  • Merkle root is used to efficiently verify the integrity of the transactions in a block.

  • It is calculated by hashing the individual transactions in the block, then pairing and hashing those results until a single hash remains.

  • Any change in the transactions will result in a different merkle root.

  • Example: In a block containing transactions A, B, C, and D, the merkle root would be the ...read more

Add your answer

Q3. What is prototype chaining?

Ans.

Prototype chaining is the mechanism in JavaScript where an object inherits properties and methods from another object.

  • In JavaScript, each object has a prototype property which points to another object. When a property is accessed on an object, if it doesn't exist on the object itself, JavaScript looks for it in the prototype chain.

  • If the property is not found in the immediate prototype, JavaScript continues to look up the chain until it finds the property or reaches the end o...read more

Add your answer

Q4. What are promises in Nodejs

Ans.

Promises in Node.js are objects representing the eventual completion or failure of an asynchronous operation.

  • Promises are used to handle asynchronous operations in a more readable and manageable way.

  • They can be in one of three states: pending, fulfilled, or rejected.

  • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Example: const myPromise = new Promise((resolve, reject) => { ... });

Add your answer
Discover LTIMindtree interview dos and don'ts from real experiences

Q5. What is temporal dead zone

Ans.

Temporal dead zone is the period between entering scope and being able to access a variable.

  • Occurs when trying to access a variable before it has been declared

  • Caused by hoisting in JavaScript

  • Results in a ReferenceError

  • Example: accessing a let or const variable before its declaration

Add your answer

Q6. Difference between hardware and RAM

Ans.

Hardware refers to physical components of a computer, while RAM is a type of hardware that stores data temporarily.

  • Hardware includes components such as the CPU, motherboard, and hard drive.

  • RAM stands for Random Access Memory and is used to temporarily store data that the computer is currently using.

  • Hardware is permanent and cannot be changed without physically replacing the component, while RAM can be upgraded or added to.

  • Examples of hardware include a keyboard, mouse, and mo...read more

Add your answer

Q7. Array methods in js

Ans.

Array methods in JavaScript are built-in functions that allow manipulation and traversal of arrays.

  • Some common array methods include: map(), filter(), reduce(), forEach(), and find().

  • map() - creates a new array by applying a function to each element in the original array.

  • filter() - creates a new array with elements that pass a certain condition.

  • reduce() - applies a function against an accumulator and each element in the array to reduce it to a single value.

  • forEach() - execute...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at LTIMindtree

based on 8 interviews
3 Interview rounds
Resume Shortlist Round
Coding Test Round
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

3.8
 • 57 Interview Questions
3.9
 • 40 Interview Questions
4.0
 • 25 Interview Questions
4.0
 • 14 Interview Questions
3.9
 • 11 Interview Questions
3.8
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter