I applied through a recruiter. The process took 3 days. I interviewed at LTM Limited in Jul 2025
No offer
Negative experience
Average interview
Application
I applied in-person. The process took 6 days. I interviewed at LTM Limited (Calcutta) in Sept 2024
Interview
The interviewer at LTIMindtree in Kolkata was extremely unprofessional and discriminatory. I answered almost all of his questions, but when he asked where I was from and I mentioned Bihar, he abruptly ended the interview by thanking me and asking me to wait outside. Why is there so much prejudice from some Bengali individuals towards people from Bihar?
Interview questions [1]
Question 1
Filter cities from array of cities with some conditions.
Test coverage and how we do this. What is the way to cover test cases.
Interceptor and how to use in application and what other ways we can intercept api.
Project architecture.
2 rounds of interview. 30 mins both then hr round will be. asked angular related question only also js snippets like finallised
reactive form
first file will called
package json
angular json
effect class
service in one compnent have to use in another
in which lifecycle current and previous value checks
how to pass data to ngtemplate
pipe syntex
forkjoin
finding sum of even no using reduce method
console.log(1 + "2" + "2"); 122
console.log(1 + +"2" + "2");32
console.log(1 + -"1" + "2"); 02
@Pipe({
)
class test implemement pipeTranform{
tranform(value,...arg){
return value
}
Interview questions [1]
Question 1
console.log(1 + "2" + "2"); 122
console.log(1 + +"2" + "2");32
console.log(1 + -"1" + "2"); 02
@Pipe({
)
class test implemement pipeTranform{
tranform(value,...arg){
return value
}
finallised
reactive form
first file will called
package json
angular json
effect class
service in one compnent have to use in another
in which lifecycle current and previous value checks
how to pass data to ngtemplate
pipe syntex
forkjoin