Upload Button Icon Add office photos

Filter interviews by

RAJU TECH INDIA Interview Questions, Process, and Tips

Updated 17 Oct 2024

1 RAJU TECH INDIA Interview Experience

4 questions found

Sort by: Popular

Softwaretest Engineer Interview Questions

user image Anonymous

posted on 17 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Oct 2023.

2 Interview Rounds

1

One-on-one Round (2 Questions)

  • Q1. What is the negative test cases of pen
  • Q2. Give the essential quality tester should have
2

One-on-one Round (2 Questions)

  • Q1. What is the difference between manual and automation testing
  • Q2. What is the meaning of smoke testing

Skills evaluated in this interview

Interview questions from similar companies

System Engineer Interview Questions

Infosys user image Anonymous

posted on 14 Feb 2015

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: APTITUDE: General questions about ages,interests,trains,percentages etc. VERBAL: Antonyms,synomys,two
passages,basic English grammar. REASONING: Blood relations,graphs,sillograms etc.
Total Questions: 85

Round: HR Interview
Experience: Written test is some what difficult ,interview is easy.

General Tips: Prepare well for written test. Only HR Interview is easy. ALL THE BEST
College Name: NIT WARANGAL

3 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume based shortlisting initially.

Round: Interview
Experience: 3 rounds of interviews (15-20 minutes each)
 All topics were Metallurgy related
 Heat transfer, Phase diagrams (very basic Fe-C diagram), FEM-based technical questions, are concepts asked.
Tips: If they look interested in a particular aspect, pursue it, and drive the interview.
Be ready to be grilled on the things mentioned in your resume.
 For consulting companies alone (McKinsey and BCG), look at certain case studies. The book "Case in point", is a really good source.
 For most other core companies (like Reliance, Tata Steel, etc.), refreshing Iron and steel and Mechanical Metallurgy courses will help a lot.

College Name: IIT Madras

Associate Interview Questions

Cognizant user image Anonymous

posted on 30 Aug 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Fifty people appeared for the test out of which sixteen were shortlisted.

Round: Case Study Interview
Experience: How would you promote a newly launched product? What marketing strategies would you use? They asked very simple case studies.

Round: Technical Interview
Experience: Test was based on data analysis, mainly maths. The interview was to see how much 'C' and probability you know.
Tips: Customized preparation is must along with good CGPA.

Skill Tips: Work details about your internship helps!
Skills: General knowledge, Technical knowledge
College Name: IIT Madras

Skills evaluated in this interview

Project Engineer Interview Questions

Wipro user image Anonymous

posted on 7 Jan 2015

4 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA + resume + online test - based shortlisting

Round: Test
Experience: Online Test:Quant, DI, verbal, and coding45 minutes coding + 15 minutes verbal + 30 minutes quant
Tips: Time constraint will be the major problem. CAT preparation would sufficeBrush up your coding skills- concentrate in either C or C++ or whichever language you're comfortable withE.g.: The coding question- Write a function to find if a number is palindromeBrush up through basic data structuresGraph theory and few sorting algorithms
Duration: 90 minutes

Round: Interview
Experience: (2 interviews, 20 minutes each)Resume- basedCoding skills and the approach towards the problem will also be tested
Tips: Be thorough with the work done in your internships and projects. Be ready to answer why you are interested in the company.Maintain your confidence level in the interviews. They also look for good communication skills, and even leadership, which is evident from the way you conduct yourself through the interview.Practice quant questions, prepare answers for all the basic HR questions.Coding, go through sorting algorithms, FOR, Graph theory.Digital IC design is very important courses. You should be through with this courses if you are interested in digital profile.

College Name: IIT Madras

Risk Analyst Interview Questions

Deloitte user image Anonymous

posted on 16 Jan 2015

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience:  Written test was CAT based primarily with no negative marking.
Tips: Almost everyone felt the time crunch., but the key is to maintain focus and yes no negative marking so informed guesses are a must.Prepare well for the test especially Quant+ RCs+DI.
Duration: 60 minutes
Total Questions: 60

Round: Group Discussion
Experience: GD was case study based. We were divided into groups of 8 and then we were allotted around 20 minutes to discuss the problem among ourselves and then finally come up with a solution which was to be demonstrated on a flip-chart and then was to be presented in about 8-10 min
Tips: Prepare for case studies from HBS Case Study and Wetfeet Case Study guides.
Duration: 30 minutes

Round: HR Interview
Experience: Only one round of interview was conduced. It was mostly HR based and the resume was discussed along with some common questions like the biggest failure and sucess in life, etc.Only one technical question was asked & the interviewers were very supportive and encouraging.
Tips: The key is to be yourself and take your time to properly frame the answers and then reply withconfidence.

Skill Tips: ""
Skills: Research Skills
College Name: IIT Roorkee

N/A Interview Questions

HCLTech user image Anonymous

posted on 27 Jan 2015

2 Interview Rounds

Interview Preparation Tips

Round: Other Interview
Experience: 1 round of 10 minutes duration.
Depends very much on what position they are trying to fill in and area of expertise of the interviewer(s). They asked me basic questions on Image Processing. Interview went decent

College Name: IIT MADRAS

Software Engineer Interview Questions

Capgemini user image Siddhesh Sawant

posted on 29 Mar 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Be confident but dont be over confident
Tips: solve as many papers u can to crack dis test
Duration: 60 minutes
Total Questions: 50

Round: Group Discussion
Experience: Be clear about ur thots.
Tips: Try to speak more & relevant to the topic.
Duration: 15 minutes

Round: Technical Interview
Experience: being honest will help u clear this round
Tips: Be UP to DATE..

General Tips: Develop coding skills& logics also understand the basic math formulaes
College Name: TERNA ENGINEERING COLLEGE
Motivation: If u can Dream IT , U can Definetly Achieve IT.. :)
Funny Moments: :D

SDE-2 Interview Questions

Amazon user image Anonymous

posted on 2 Apr 2015

1 Interview Round

Interview Questions

  • Q1. Find sum of all numbers that are formed from root to leaf path (code) expected time complexity O(n) View Answers (1)
  • Q2. Given a string you need to print all possible strings that can be made by placing spaces (zero or one) in between them. For example : ABC -> A BC, AB C, ABC, A ...read more View Answers (2)
  • Q3. Preorder traversal without using recursion View Answers (1)
  • Q4. There is a 12 km road and a contractor who is in-charge of repairing it. Contractor updates you about the work which is done in patches. Like “Road between 3.2 ...read more View Answers (2)
  • Q5. Several Questions were asked from my project Add Answer
  • Q6. Find median of an unsorted array. (code View Answers (1)
  • Q7. General discussion on heaps Add Answer
  • Q8. A stream of characters is coming, at any moment you have to tell ‘k’ elements closest to a given number (code) View Answers (1)
  • Q9. Design data structure that supports insert(), remove(), find-max(), delete-max() operations. All operations should run in O(1) time. Lots of discussion was ther...read more View Answers (2)
  • Q10. Check whether given link list represents palindrome View Answers (1)

Interview Preparation Tips

Round: Technical Interview
Experience: Recently I attended Amazon Bangalore interview for SDE 2 position. All f2f and no phone/written screening as I had attended one before and cleared those. Total 4 rounds wer der. The first techh round dey asked mi questions listed above.
Tips: NA

Round: Technical Interview
Experience: ROUND 2 dey asked mi above questions
Tips: NA

Round: Technical Interview
Experience: Round 3 Above questions wer asked.

Round: Technical Interview
Experience: This was the last round. thy asked mi above questions

College Name: NA

Skills evaluated in this interview

Managerial Interview Questions

ICICI Bank user image THEJUS R

posted on 16 Jan 2015

4 Interview Rounds

Interview Questions

  • Q1. Questions were all resume based. Gave importance to Posiions of responsibilities Add Answer

Interview Preparation Tips

Round: Group Discussion
Experience: I talked second and took a stance of defence with development. I tried to talk intermittently for a duration of approx 40 sec each time and for a total of 5 times.
Tips: U should be the guy who had talked the most in GD but care should be taken not to dominate it. Try to tell maximum number of points and try to exhaust all the points when you get your first opportunity.
Duration: 8 minutes

Round: Interview
Experience: They were just checking whether you have the necessary communication and managerial skills and how well you handle the stresses of interview.
Tips: Being thorough with the nooks and corner of your resume and keeping your head cool alone will ensure you get shortlisted.

General Tips: Stay coool throughout the process :)
College Name: IIT Madras

RAJU TECH INDIA Interview FAQs

How many rounds are there in RAJU TECH INDIA interview?
RAJU TECH INDIA interview process usually has 2 rounds. The most common rounds in the RAJU TECH INDIA interview process are One-on-one Round.
How to prepare for RAJU TECH INDIA 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 RAJU TECH INDIA. The most common topics and skills that interviewers at RAJU TECH INDIA expect are Java, Spring Boot, Hibernate, Spring and Angularjs.
What are the top questions asked in RAJU TECH INDIA interview?

Some of the top questions asked at the RAJU TECH INDIA interview -

  1. what is the difference between manual and automation test...read more
  2. what is the negative test cases of ...read more
  3. what is the meaning of smoke test...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
View all

RAJU TECH INDIA Reviews and Ratings

based on 5 reviews

2.4/5

Rating in categories

2.1

Skill development

2.1

Work-Life balance

2.4

Salary & Benefits

2.4

Job Security

2.4

Company culture

2.1

Promotions/Appraisal

2.4

Work Satisfaction

Explore 5 Reviews and Ratings
Software Engineer
7 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Software Developer
4 salaries
unlock blur

₹1.6 L/yr - ₹5 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹4.8 L/yr - ₹8 L/yr

Java Developer
3 salaries
unlock blur

₹2.4 L/yr - ₹4.8 L/yr

Junior Software Engineer
3 salaries
unlock blur

₹3.6 L/yr - ₹4 L/yr

Explore more salaries
Compare RAJU TECH INDIA with

Techinnovator Solutions

4.5
Compare

Global Tech Services

4.0
Compare

Tech Genius,inc

1.0
Compare

Innovative IT Solutions

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview