I am working for Tata group IT company having more than 5000 Employee (Not TCS), I was having L1B in 2005 but I never traveled to US, instead my company send me Europe from where I return back in 2008, eventually my L1B got expired in 2009. Now my company again filed my L1B and my interview scheduled next week. What will the impacts of my previous unused VISA?
2816Post New TATA L1 Visa Interview Questions
Name the frequency bands are used in satellite communication?
HI, i was given only 1st round and i made it through the first round, then was sent for the final HR round.In the HR round the HR manager dint ask me a single question of the related job,all he asked was as following:- i)what are your salary Expectations ii)are you ok to do night shifts.then he thanked me and said he will let me know by 2 days,when i asked him for any feedbacks and suggestions he said that he will let me know only after 2 days.SO please help me what shall i expect from this one of a kind interview. Many thanks in advance.
Explain what is informatica metadata and where is it stored?
When is the reducers are started in a MapReduce job?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Define What is the difference between routing maintenance and major maintenance in school facilities?
What is the purpose of windows server?
Explain what is column offset in bootstrap?
What do you understand by associative nature of data in QlikView?
What is mineralogists?
What is knurling?
What are requirements for clustering?
Explain the difference between uiwindow and uiview?
what substance the plant cell wall is made? Is that substance a polymer made of which monomer?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }