J'ai postulé via un recruteur. Le processus a pris 3 jours. J'ai passé un entretien chez LTM Limited en juil. 2025
Entretien
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
}
Questions d'entretien [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
J'ai postulé en personne. Le processus a pris 6 jours. J'ai passé un entretien chez LTM Limited (Calcutta) en sept. 2024
Entretien
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?
Questions d'entretien [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.