Tip 1 : Prepare the topic in that way so that you give precise answer to interviewers.
Tip 2 : Programming is imp, try to practice at least easy level programming from geeks of geeks site.
Tip 3 : project is also imp and if it is some web development project try to host it.there is lots of free hosting site is available.
Tip 1 : First and most imp tips for resume is " Don't lie". Mention whatever you know don't put false information.
Tip 2 : Mention all the extra activities you performed in your clg event is small activity mention it.
First round was written testin which there are 4 sections.
1.First section- competative maths(topics: work and time,propability,Data interpritation etc.)
2.Second section- english round(unseen passage,synonyms etc)
3. Third section- Reasoning(easy level).
4. Fourth section-2 handson question(medium to hard level).
Test timing was in the evening 4 to 7
we need to reach to TCS ion centre in new delhi.
Second round
After 20 days i got a mail that TCS nqt result is out and then i received a mail for my interview.
My interview was on teams(online) platform.
the total timing for my interview was 15-20 min only.
after 2 days of interview round i got a mail that again there is a round for me, in that round they only verified my documents.
after 8 days of this round i got my offer letter.



1. INSERT(key, value): Inserts an integer value to the data structure against a string type key if not already present. If already present, it updates the value of the key with the new one. This function will not return anything.
2. DELETE(key): Removes the key from the data structure if present. It doesn't return anything.
3. SEARCH(key): It searches for the key in the data structure. In case it is present, return true. Otherwise, return false.
4. GET(key): It returns the integer value stored against the given key. If the key is not present, return -1.
5. GET_SIZE(): It returns an integer value denoting the size of the data structure.
6. IS_EMPTY(): It returns a boolean value, denoting whether the data structure is empty or not.
1. Key is always a string value.
2. Value can never be -1.
First(Denoted by integer value 1): Insertion to the Data Structure. It is done in a pair of (key, value).
Second(Denoted by integer value 2): Deletion of a key from the Data Structure.
Third(Denoted by integer value 3): Search a given key in the Data Structure.
Fourth(Denoted by integer value 4): Retrieve the value for a given key from the Data Structure.
Fifth(Denoted by integer value 5): Retrieve the size of the Data Structure.
Sixth(Denoted by integer value 6): Retrieve whether the Data Structure is empty or not.
The interview held online on teams.There were 2 members , first one asked me about my introduction and some basic question regarding my carrier and all.
Second one asked some technical question related with java nad dbms and os. and he also given me one programming question to solve.




As taught in the video, you just have to modify the code so that instead of printing numbers, it should output stars ('*').
i told them abot the logic orally that how i will run 2 loop , one for row and one for column and how will i initialize the variable nad how i will print it.
They only asked me about my 10 and 12 certificate and told me to send my documents to the mail which he shared during the round.
They only asked me about my 10 and 12 certificate and told me to send my documents to the mail which he shared during the round.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: