Upload Button Icon Add office photos

Rashmi Group

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Rashmi Group Technical Trainee Interview Questions and Answers

Updated 28 Sep 2024

Rashmi Group Technical Trainee Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

If basics are clear you can easily crack it

Round 2 - Coding Test 

Strong knowledge of programming

Round 3 - HR 

(2 Questions)

  • Q1. What is garbage collection in Java
  • Ans. 

    Garbage collection in Java is the process of automatically reclaiming memory occupied by objects that are no longer in use.

    • Garbage collection is performed by the JVM to free up memory by removing objects that are no longer referenced by any part of the program.

    • It helps in preventing memory leaks and improving the performance of the application.

    • Java provides automatic garbage collection, so developers do not have to man...

  • Answered by AI
  • Q2. Why do you think you are fit for the company
  • Ans. 

    I am fit for the company because of my strong technical skills, passion for learning, and ability to work well in a team.

    • I have a solid technical background with relevant education and experience.

    • I am eager to learn and adapt to new technologies and processes.

    • I have excellent communication and teamwork skills, which are essential for collaborating with colleagues and solving problems together.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your skills and you are there

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Oop concepts

I applied via Indeed and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They did checked my confidence level

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and be prepared a bit though u don't know to answer just say I'll learn n get bck to you.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Related work experience Electrical based questions like... 1.transformer & it's losses. 2. PLC 3. Tripping devices 4.resistance value (GR &IR for earth pit, Grounding & earthing,motor & transformer windin...
Round 3 - HR 

(1 Question)

  • Q1. General questions related to study and faimly.

Interview Preparation Tips

Interview preparation tips for other job seekers - If your dream company need to require others skills which is not mentioned in your CV, 1st add it and select for interview call. Then prepare it for your self.
All the best

I was interviewed in May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. 

    Check Word Presence in String

    Given a string S and a list wordList containing N distinct words, determine if each word in wordList is present in S. Return a boolean array where the value at index 'i' indi...

  • Ans. 

    Given a string and a list of words, determine if each word in the list is present in the string and return a boolean array indicating their presence.

    • Iterate through each word in the word list and check if it is present in the string.

    • Use a boolean array to store the presence of each word in the string.

    • Consider case sensitivity when checking for word presence.

    • Do not use built-in string-matching methods.

    • Return the boolean

  • Answered by AI
Round 2 - Video Call 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria6.75+ CGPATata interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, OOPs, Algorithms, DP, GreedyTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Try solving Love Babbar 450 Prog questions
Tip 2 : Have a good resume
Tip 3 : Do learn some extra technologies eg. ML/AI

Application resume tips for other job seekers

Tip 1 : Do not lie at all
Tip 2 : Have some projects listed

Final outcome of the interviewSelected

Interview Questionnaire 

7 Questions

  • Q1. 1. Introduction, it's a common question?
  • Q2. Why you want to switch your job?
  • Q3. Is job your passion or it's your need?
  • Q4. How should you handled the critical situation?
  • Ans. 

    Handling critical situations requires quick thinking, clear communication, and a calm demeanor.

    • Assess the situation and prioritize actions

    • Communicate clearly and effectively with all parties involved

    • Remain calm and focused

    • Take decisive action while considering potential consequences

    • Seek assistance or advice from colleagues or superiors if necessary

  • Answered by AI
  • Q5. How you managed 2 problems in a same time?
  • Ans. 

    I prioritize the problems based on urgency and importance, and then allocate time and resources accordingly.

    • Assess the urgency and importance of each problem

    • Create a plan of action for each problem

    • Allocate time and resources based on the plan

    • Regularly reassess and adjust the plan as needed

    • Example: If one problem is a deadline that cannot be missed and the other is a minor issue, prioritize the deadline and allocate mor

  • Answered by AI
  • Q6. Describe your last vacation or last memorable day?
  • Q7. Talk on profession, topic, "for ex. why you choose french, why you do B.tech etc?

Interview Preparation Tips

Interview preparation tips for other job seekers - asked only 4 to 5 questions not too much. with in 5 question an interviewer know about the skill of that candidate.
Thanks
Regard Richa

I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Ninja Coding Round Basic Coding questions available on youtube or sources online

Round 2 - Technical 

(1 Question)

  • Q1. Panel of 2 people will ask basic technical questions and it depends on what you have mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions about relocation etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise basic coding and math aptitude questions. To crack TCS
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is array?? Detail in programming
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be one-dimensional or multi-dimensional

    • Elements in an array can be accessed using their index

    • Arrays can be initialized during declaration or later in the code

    • Arrays can be passed as arguments to functions

    • Example: int arr[5] = {1, 2, 3, 4, 5};

    • Example: char str[10] = "Hello";

  • Answered by AI
  • Q2. About programming and Java script

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare for interview and need you have to know about jd

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

It was good as well as challenging

Round 3 - Technical 

(1 Question)

  • Q1. 1- cement testing 2- communication level 3- situation based question 4- awareness and confidence test 5- Techncial based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and enhance your knowledge!!
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Related to field.
Round 2 - One-on-one 

(1 Question)

  • Q1. What is the market salery for civil engineer with 12 years experience?
  • Ans. 

    The market salary for a civil engineer with 12 years of experience varies depending on location, company size, and specific skills.

    • Market salary can range from $80,000 to $150,000 per year

    • Factors such as location (urban vs rural), company size, and industry specialization can impact salary

    • Additional certifications or advanced degrees can also increase salary potential

  • Answered by AI
Round 3 - Aptitude Test 

One question paper of 10 questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for technical interview.
Contribute & help others!
anonymous
You can choose to be anonymous

Rashmi Group Interview FAQs

How many rounds are there in Rashmi Group Technical Trainee interview?
Rashmi Group interview process usually has 3 rounds. The most common rounds in the Rashmi Group interview process are Aptitude Test, Coding Test and HR.

Recently Viewed

INTERVIEWS

Rashmi Group

No Interviews

INTERVIEWS

ESAB

No Interviews

INTERVIEWS

Rashmi Group

No Interviews

INTERVIEWS

Rashmi Group

No Interviews

INTERVIEWS

Rashmi Group

No Interviews

INTERVIEWS

Rashmi Group

No Interviews

INTERVIEWS

Rashmi Group

No Interviews

INTERVIEWS

Brightway Rubber Industries

No Interviews

INTERVIEWS

APL Apollo Tubes

No Interviews

INTERVIEWS

B5 Plus

No Interviews

Tell us how to improve this page.

Rashmi Group Technical Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.1
 • 822 Interviews
JSW Steel Interview Questions
3.9
 • 595 Interviews
Tata Group Interview Questions
4.2
 • 359 Interviews
Jindal Stainless Interview Questions
4.2
 • 207 Interviews
View all

Fast track your campus placements

View all
Assistant Engineer
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
125 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Engineer
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rashmi Group with

Tata Group

4.2
Compare

Aditya Birla Group

4.1
Compare

Reliance Industries

4.0
Compare

Mahindra & Mahindra

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent