Upload Button Icon Add office photos

TRAY

Compare button icon Compare button icon Compare

Filter interviews by

TRAY Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: They selected 10 students from our college from CS and IT .They are looking for guys with extra projects done during college .App development will be a bonus ,contribution to open source and competitive programming will help for shortlisting.
Some of my friends had research papers published and they too got selected.

Round: Test
Experience: Have to write code snippet for 4 questions in 45 minutes
1.Difference between hour hand and minute hand
2.longest palindromic sub string.
3.Product Array puzzle
4.Some question related to matrix

Tips: All question were from geeksforgeeks
So practice it well ..u will make through it

Round: Test
Experience: Long Discussion on projects
They will scan each and every line of your Resume ,so dont write bullshits..
I wrote about interest in AI and got screwed..Discussion on college projects and final year project.
Then asked me to design a snake and ladder game OOPS concepts
Told me to find sum of all elements of sub matrix..(hint pre-processing the matrix)
Asked me about sessions and cookies
Gave a query to write on database indexing (dont remember exactly)
Asked me the code of the difference between hour hand and minute hand and extended it wid the second hand
Asked me as how to implement a dictionary
asked about TRIES ,CODE SNIPPET ON THE SHARED DOCS
One of my friend was asked to implement (set) of STL
Tips: The interviewer was cool guy..helped me a lot always made me comfortable.Interact with them as much as possible

Round: Test
Experience: Wid the CTO of the company .
Started wid the projects again .ACID properties,Database transactions,Concurrency Control
Optimization in database.
Then he asked me to code a function
Given a hash function applied on letters of English words ,un-hash it.Took me 45 minutes to reach the solution ,he helped me a lot.
Asked me to write the code for diameter of a binary tree
Asked me write the code for Boolean Matrix
One of my friend was asked to a question in which there was a bug in a m*n matrix and we have to find the bug(hint dfs or bfs)
Tips: keep calm ,,just keep talking ad he will help u a lot...

Round: HR
Experience: This was the toughest round for me...I had cleared all the rounds but they rejected me in the HR round ,,,dont know where I screwed..Learn every thing of Zomato..
They offered me an internship and thereafter they would look to give a PPO ...!!!lets see what happens

Skills: Coding Skills And Knowledge On Data Structures
Duration: 3
College Name: NIT Srinagar

Interview Questionnaire 

9 Questions

  • Q1. Write a regex for email validation?
  • Ans. 

    Regex for email validation

    • Start with a string of characters followed by @ symbol

    • Followed by a string of characters and a period

    • End with a string of characters with a length of 2-6 characters

    • Allow for optional subdomains separated by periods

    • Disallow special characters except for . and _ in username

  • Answered by AI
  • Q2. Parse the XML? and store the output in JSON. Discussed different approaches?
  • Q3. Print prime numbers in a given range and optimize the solution?
  • Ans. 

    Print prime numbers in a given range and optimize the solution.

    • Use Sieve of Eratosthenes algorithm to generate prime numbers efficiently

    • Start with a boolean array of size n+1, mark all as true

    • Loop through the array and mark all multiples of each prime as false

    • Print all the indexes that are still marked as true

  • Answered by AI
  • Q4. Puzzle – 25 horses – 5 lanes, find fastest 3 horses?
  • Q5. Web related questions on Sessions and cookies?
  • Q6. A lot of discussion on my resume, experience etc
  • Q7. Find angle between hour hand and minute hand in clock if time is given? Write a program or pseudo code?
  • Ans. 

    Find angle between hour and minute hand in a clock given the time.

    • Calculate the angle made by the hour hand with respect to 12 o'clock position

    • Calculate the angle made by the minute hand with respect to 12 o'clock position

    • Find the difference between the two angles and take the absolute value

    • If the angle is greater than 180 degrees, subtract it from 360 degrees to get the smaller angle

  • Answered by AI
  • Q8. A hash function was written to convert a string into a hash. Write a un-hash function to revert it(from hash to string)?
  • Ans. 

    To un-hash a string, use a reverse algorithm to convert the hash back to the original string.

    • Create a reverse algorithm that takes the hash as input and outputs the original string

    • Use the same logic as the hash function but in reverse order

    • If the hash function used a specific algorithm, use the inverse of that algorithm to un-hash the string

  • Answered by AI
  • Q9. He discussed about expectations and role. Asked me if I have any questions. He said to me “yaha aana hai to marwani padegi. tyar ho”? I smiled and asked what are the work timings? He said 9-9 and I was kin...

Interview Preparation Tips

General Tips: I applied through a recruiter. Then I got a call from Zomato HR. It was for LAMP developer profile. She asked me about my profile and also shared some expectations from the role. She asked me to come for F2F rounds to take the process further
Skills: Web development, JSON, Algorithm
College Name: na
Motivation: Overall process was not very tough. But they have start up culture. People work their for 11-12 hours a day. Sometimes on Saturday as well. So people who are geeks or have nothing in life to do except their job can go and join

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: CAT type questions were asked.
Duration: 75 minutes

Round: HR Interview
Experience: It was a nice experience.Basic simple questions were asked, like- family background, achievement,s extracurricular activities, projects, etc.
Tips: Be calm and confident.

College Name: NIT WARANGAL

Interview Questionnaire 

4 Questions

  • Q1. Tell about yourself
  • Q2. Basic c programs
  • Q3. Tell about your parents
  • Q4. Explain your standing project

Interview Preparation Tips

Round: Resume Shortlist
Experience: They have selected those who have no standing arrears
Tips: Clear  arrears before 5 sem

Round: Test
Experience: Quantitative is little tough but i am lucky that i am able to solve the problems
Tips: Use formulas
Duration: 65 minutes
Total Questions: 90 min

Round: Group Discussion
Experience: No group discussion
Tips: Prepare well for GD

Round: HR Interview
Experience: I have spoke for 2 min and hr was impressed for it. Wrote some programs. Explained my project
Tips: For any hr interview prepare about your self. Learn some basic c programs, learn your project diagram. If u have any questions ask to hr to impress him

General Tips: Start doing some apptitude questions
Skill Tips: Whatever you talk,  speak it clearly. Dont get tension
Skills: communication skill
College Name: SATHYABAMA UNIVERSITY
Motivation: Our seniors

Interview Questionnaire 

8 Questions

  • Q1. Explain ur Training project
  • Ans. 

    My training project involved designing and implementing a network infrastructure for a medium-sized company.

    • Researched and analyzed the company's requirements for network connectivity and security.

    • Designed a network architecture that included routers, switches, firewalls, and VPNs.

    • Configured and tested the network devices to ensure proper functionality.

    • Implemented security measures such as access control lists and intr...

  • Answered by AI
  • Q2. How the apps in the mobile works..??
  • Ans. 

    Mobile apps work by running code on the device to perform specific tasks and interact with the user.

    • Mobile apps are developed using programming languages like Java, Swift, or Kotlin.

    • Apps are installed on the device and run locally, utilizing the device's resources.

    • They can access device features like camera, GPS, and sensors.

    • Apps communicate with servers or APIs to fetch data or perform actions.

    • User interactions trigge...

  • Answered by AI
  • Q3. What is Big Data..??
  • Ans. 

    Big Data refers to large and complex sets of data that cannot be easily managed or processed using traditional methods.

    • Big Data is characterized by the 3Vs: Volume, Velocity, and Variety.

    • Volume refers to the vast amount of data generated and collected from various sources.

    • Velocity refers to the speed at which data is generated and needs to be processed in real-time.

    • Variety refers to the different types and formats of d...

  • Answered by AI
  • Q4. What do u mean by SMAC..??
  • Ans. 

    SMAC stands for Social, Mobile, Analytics, and Cloud.

    • SMAC is a combination of four technologies that are transforming businesses and industries.

    • Social refers to the use of social media platforms for communication and collaboration.

    • Mobile refers to the use of mobile devices and applications for accessing information and services.

    • Analytics refers to the use of data analysis tools and techniques to gain insights and make ...

  • Answered by AI
  • Q5. Tell me about urself
  • Ans. 

    I am a system engineer with expertise in designing and maintaining complex computer systems.

    • Experienced in configuring and troubleshooting network devices

    • Proficient in scripting languages like Python and Bash

    • Skilled in virtualization technologies such as VMware and Hyper-V

    • Knowledgeable in cloud computing platforms like AWS and Azure

    • Familiar with ITIL best practices for service management

  • Answered by AI
  • Q6. What r ur hobies and interests..??
  • Q7. What r ur strengths..??
  • Q8. Why u want to join our company..??

Interview Preparation Tips

Round: Test
Experience: It was a challenging but exciting experience for me..!! I felt a lil bit shortage of time to complete the test.
Tips: Keep last 5 mins for guessing the answer and marking it.
Duration: 90 minutes
Total Questions: 74

Round: Technical Interview
Experience: It gave me a wonderful platform to speak about my project..!!
I cudn't answer many of the questions..!!
Tips: Tell ur answer watever u know confidently..!!
Answer the questions upto the point.
Don't let ur answers puzzle u.

Round: HR Interview
Experience: I spoke very confidently..!!
Tips: Improve ur communication skills.
Tell ur answers after feeling it from ur heart.
Watever u say, say it confidently.
Don't boast urself..don't bluff dere.
Always smile in between.

Skill Tips: learn new words daily and put a habbit of public speaking.
Skills: Communication Skills
College Name: KIIT UNIVERSITY

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions vary from HR to HR

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume is the most important part of your whole placement process. Your resume reflects your whole profile, what you are. So, we had to do that properly. Main thing is the format of the resume. For getting the proper format itself we had to go through a lot, but our staffs do guide us so that's not a problem.
Tips: Stick to the proper and latest format and make sure your resume shouldn't be more than 2 pages, that's ideal for a fresher. Write only those points that are valid and if any question asked related to that, you can answer.

Round: Test
Experience: We had gone through a lot of practice tests during the placement classes and if your English is good, you will easily get through it. They just give basic grammer which we have already learnt in our school days. The Quant's part is also easy and basic maths that we have done in our primary school (7-10). Reasoning part completely based on your IQ level.
Tips: Focus on your vocabulary. Read books, articles and whatever you can. Just keep yourself up to date. Practice the basic quants. There are various books for both Quant's and reasoning. Just keep practising.
Duration: 30 mins minutes
Total Questions: depends (20-30)

Round: HR Interview
Experience: I had a very tough experience. Since I'm from Biotechnology department, I was asked questions like why do I want to work in an IT company. They were actually testing my patience and I got through it. Your HR interview depends on your HR itself, even the time limit. My interview went for almost half an hour, but for few it got over even in 10-15 mins, so it depends.
Tips: Just be confident. Presentation is very important. Present yourself in a confident manner and be calm and patience. You should have good communication skill.

General Tips: Be confident and patient. Make sure you choose the proper job for yourself and have interest in that field. You will get through it. Placement is not that tough as you think. Just have confidence in yourself and you will get it. All the best.
Skills: Quants, verbal, reasoning, Soft skills, Communication skill
College Name: SATHYABAMA UNIVERSITY
Motivation: I have always wanted to go in this and Infosys is considered as one the top IT companies in India and more over they offer you the best training. An infocician is highly recognised outside. Last but not the least, you have the biggest and the best campus for Infosys.
Funny Moments: Nothing as such, but I had really a funny HR round. For half an hour he kept Me asking the same question just to check my patience level. We had a great time during the placement classes. All the staffs were very friendly and interactive.

Interview Preparation Tips

Round: Test
Experience: The verbal section was easy.  Analytical was very easy and I personally did not prepare much for it.
Tips: There is no need to learn any words just have to be grammatically strong.You will find it easy if you can understand english movies.
Duration: 80 minutes

Round: HR Interview
Experience: The interviewer was pretty informal and friendly and though i was a bit tensed before entering the room, once i went inside my nerves calmed down and the interview went well. It was pretty simple. There were about 6 different interviewers, all of them were very experienced. They asked standard questions like tell me about yourself, strengths and weakness,  asked a few puzzles.
Tips: Just prepare for standard HR questions and do not get tensed. Be fluent during the interview

College Name: NIT WARANGAL

Interview Preparation Tips

Round: Test
Experience: In verbal, paragraphs, grammatical questions etc were asked. Reasoning was quite simple when compared to verbal.Normal and easy Quantitative questions were asked.
Tips: Keep your cool all through the interview. Be precise and don't give the the impression that you are missing the emphasis on what you are speaking.
Duration: 80 minutes

Round: HR Interview
Experience: Interview was pretty cool. I was interviewed by an experienced person and he made me feel comfortable all through.Type of questions asked are like: Tell me about your extra curricular activities from your childhood, Tell me something about your leadership qualities. Situational questions were also asked which were simple.

College Name: NIT WARANGAL

Interview Preparation Tips

Round: Test
Experience: In the verbal section, Reading Comprehensions and correction of sentences were given.Quant was easy.Reasoning was a little hard but it can be done easily and pretty fast if you have practice.
Tips: For the written test try to practice some reasoning questions which are available in some cat books..they wont be that tough in the written test but you will feel confident if you solve them.
Duration: 70 minutes

Round: HR Interview
Experience: HR interview was very simple. It was only for some 5 to 10 mins.They just asked me to tell about my family background & my siblings.Then i was asked about my future plans. The interviewer asked me if i wanted to knowanything about the company from him..And one question was asked about what will i do if the project i am working onsuddenly crashes.Then he checked my resume and asked about my CGPA.
Tips: Be confident when you face a HR interview. And do answer all the questions they ask, do not hesitate.Be fluent in speaking

College Name: NIT WARANGAL

Interview Preparation Tips

Round: Test
Experience: Section 1 had 30 mins quantitative aptitude and 20 mins reasoning questions.Questions based on pie charts,ratio and proportion,percentage problems etc were asked. They were pretty easy only.Section 2 had 20 mins english. Here, synonyms and antonyms and comprehension passages were asked.
Tips: You can practice puzzles from shakuntala devi and quantitative aptitude from RS Agarwal.As for the Verbal part, GRE wordlists from Barrons will be of great use.Time management is very important.
Duration: 70 minutes

Round: Technical Interview
Experience: Very basic questions were asked from Software engineering , like what is SDLC and PERT and all and more questions were from final year project only.A Situational question was asked and he asked me to give an algorithm to solve it logically.

Round: HR Interview
Experience: The interview was for about 20 mins, and it was ultra lite. The person who took my interview was extremely friendly and we had a little talk about ourselves initially and he repeated the same question thrice when i told him I did not understand.
Here, he asked about my background and from which school i had done my 10th and 12th and asked me to talk about national integrity. I just had to talk about that topic for 2 mins. Some puzzles and particular semester's SGPA and CGPA also were asked. And usual questions about hobbies and why do you want to join Infosys. All that he expected during the interview was straight forward answers.
Tips: Just be confident(not over confident) when you answer the questions. Look into the eyes of the Interviewer when you answer.

College Name: NIT WARANGAL

TRAY Interview FAQs

How to prepare for TRAY interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TRAY. The most common topics and skills that interviewers at TRAY expect are Front End, Bootstrap, CSS, Disaster Recovery and HTML.

Tell us how to improve this page.

TRAY Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Box8 Interview Questions
3.5
 • 13 Interviews
FoodPanda Interview Questions
3.7
 • 9 Interviews
Uber eats Interview Questions
4.3
 • 8 Interviews
View all

TRAY Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.9

Salary

3.5

Job security

3.8

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
5 salaries
unlock blur

₹31 L/yr - ₹37 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹3.7 L/yr - ₹7.5 L/yr

Product Manager
4 salaries
unlock blur

₹33 L/yr - ₹42 L/yr

Associate Quality Engineer
4 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Devops Engineer
4 salaries
unlock blur

₹4.1 L/yr - ₹7 L/yr

Explore more salaries
Compare TRAY with

Zomato

3.8
Compare

Swiggy

3.8
Compare

Uber eats

4.3
Compare

FoodPanda

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview