Upload Button Icon Add office photos

Filter interviews by

RM Commercial Project Trainee Intern Interview Questions, Process, and Tips

Updated 26 Oct 2024

RM Commercial Project Trainee Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. How well know you are with ai prompts
  • Ans. 

    I have a good understanding of AI prompts and their applications in various projects.

    • I have experience using AI prompts in natural language processing tasks.

    • I am familiar with GPT-3 and its capabilities in generating human-like text.

    • I have worked on projects where AI prompts were used to generate creative content.

    • I understand the importance of fine-tuning prompts for specific tasks and datasets.

  • Answered by AI
  • Q2. Are you familiar with excel
  • Q3. Types of ai platforms to make our work easy
  • Ans. 

    AI platforms such as machine learning, deep learning, natural language processing, and computer vision can make work easier.

    • Machine learning platforms like TensorFlow and scikit-learn can automate tasks and make predictions based on data.

    • Deep learning platforms like PyTorch and Keras can analyze complex patterns and structures in data.

    • Natural language processing platforms like NLTK and spaCy can understand and generate...

  • Answered by AI
  • Q4. What are the thing you know about travelling
  • Q5. What is icao in brief
  • Ans. 

    ICAO stands for International Civil Aviation Organization.

    • ICAO is a specialized agency of the United Nations that sets standards and regulations for international aviation.

    • It was established in 1944 and is headquartered in Montreal, Canada.

    • ICAO works to ensure safe, secure, efficient, and environmentally responsible civil aviation around the world.

  • Answered by AI
  • Q6. What is IATA in brief
  • Ans. 

    IATA stands for International Air Transport Association.

    • IATA is a trade association for the world's airlines, representing around 290 airlines globally.

    • It sets standards for airline safety, security, efficiency, and sustainability.

    • IATA codes are used to identify airports and airlines, such as 'LAX' for Los Angeles International Airport.

    • IATA also provides training and consulting services for the aviation industry.

  • Answered by AI
  • Q7. Any idea about documentation
  • Ans. 

    Documentation is the process of recording information in a systematic way for future reference or communication.

    • Documentation helps in maintaining records of processes, procedures, and decisions.

    • It ensures consistency and clarity in communication within an organization.

    • Examples of documentation include user manuals, project reports, and technical specifications.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

It had a 2 programs with easy and medium level of coding programs, please go through the recent interview problems asked in wipro

Round 2 - Technical 

(5 Questions)

  • Q1. What is Object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q2. What is multi threading
  • Ans. 

    Multi threading is a programming concept where multiple threads within a process execute independently to improve performance.

    • Allows for concurrent execution of tasks within a single process

    • Improves performance by utilizing multiple CPU cores

    • Requires careful synchronization to avoid race conditions

    • Examples include web servers handling multiple requests simultaneously

  • Answered by AI
  • Q3. Why is java not 100% oop
  • Ans. 

    Java is not 100% OOP because it supports primitive data types and static methods.

    • Java has primitive data types like int, double, etc. which are not objects.

    • Java allows static methods which do not require an instance of a class to be called.

    • Java also has the concept of wrapper classes to convert primitive data types to objects.

  • Answered by AI
  • Q4. What are collections in java
  • Ans. 

    Collections in Java are classes and interfaces that provide a way to store and manipulate groups of objects.

    • Collections provide dynamic data structures like List, Set, and Map.

    • They offer methods to add, remove, and manipulate elements in the collection.

    • Examples include ArrayList, LinkedList, HashSet, and HashMap.

  • Answered by AI
  • Q5. Internal working of hash map
  • Ans. 

    A hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collision resolution techniques like chaining or open addressing are used to handle situations where multiple keys hash to the same index.

    • Hash maps typically have O(1) average time complexity for i...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The assessment comprised an aptitude test and a coding test, featuring seventy-five questions with a duration of approximately two hours. The questions ranged in difficulty from easy to moderate and were all in multiple-choice format.

Round 2 - Technical 

(6 Questions)

  • Q1. Questions on HTML tags
  • Q2. Questions on Python exceptional Handling
  • Q3. Questions on SQl
  • Q4. Questions on OOPs
  • Q5. Question on DSA
  • Q6. Questions on ServiceNow as I was applied for a ServiceNow role.

Interview Preparation Tips

Interview preparation tips for other job seekers - This process will be of easy to moderate difficulty, covering all core concepts. Therefore, focus on fundamental topics such as DBMS, OOP, DSA, HTML, and others. All questions will be basic, and this will aid in your preparation.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via campus placement at MAEER's MIT College of Engineering, Pune and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was successful, covering various topics such as ratios and proportions, percentages, blood relations, boat and stream problems, highest common factor (HCF) and least common multiple (LCM), volume and surface area, time and work, as well as questions related to profit and loss, and speed, distance, and time.

Round 2 - Coding Test 

In the coding test 1 question for coding and another 2 for debugging were asked.

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

  • Answered by AI
  • Q2. What do you mean by polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in OOP allows a child class to override a method from its parent class, exhibiting polymo

  • Answered by AI
  • Q3. A puzzle was asked. Probably do all the puzzles from geeks for geeks.

Interview Preparation Tips

Interview preparation tips for other job seekers - For interviews do the basic computer concepts. Do practice projects as project related questions might be asked. Oops concepts, sql, Dbms, OS, Cn.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Over all experience and details on Implementation project
  • Q2. Scenario based questions?
Round 2 - HR 

(1 Question)

  • Q1. What is your current salary and what is expected
  • Ans. 

    I am currently earning $80,000 annually and I am looking for a salary in the range of $90,000 to $100,000.

    • Current salary: $80,000 annually

    • Expected salary range: $90,000 - $100,000

    • Open to negotiation based on benefits and responsibilities

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Total of 90 mins aptitude and computer networks and excel

Round 2 - Coding Test 

45 mins it will be easy

Round 3 - communication 

(2 Questions)

  • Q1. Read the sentence
  • Q2. Repeat the sentence
Round 4 - One-on-one 

(2 Questions)

  • Q1. Explain about project
  • Ans. 

    The project involved developing a mobile application for tracking daily fitness activities.

    • Researched user needs and preferences for fitness tracking apps

    • Designed user interface for easy navigation and data input

    • Implemented features such as step tracking, calorie counting, and workout logging

    • Tested the application for bugs and usability issues

    • Collaborated with developers and designers to ensure project success

  • Answered by AI
  • Q2. Explain about your studies
  • Ans. 

    I am currently pursuing a Bachelor's degree in Computer Science with a focus on software development.

    • Studying various programming languages such as Java, C++, and Python

    • Learning about data structures and algorithms

    • Taking courses in web development and database management

    • Participating in coding competitions and hackathons

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do well in round each round mark will be considered

Intern Interview Questions & Answers

Jio user image Harshita Krishna naik

posted on 30 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test was very easy to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

  • Answered by AI
  • Q2. About educational Background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepared well

Project Engineer Interview Questions & Answers

TCS user image Divyanshu Sharma

posted on 10 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic cofing questions

Round 2 - Technical 

(2 Questions)

  • Q1. Advanced tech questions
  • Q2. Palindrome related coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Mostly on numerical there will be 5 sets in round 1 aptitude and communication general English questions

Round 2 - Coding Test 

Coding questions are on arrays and lists

Round 3 - Technical 

(2 Questions)

  • Q1. What is agile?and explain it
  • Ans. 

    Agile is a project management methodology that emphasizes flexibility, collaboration, and continuous improvement.

    • Agile involves breaking down projects into smaller tasks called sprints

    • It prioritizes customer feedback and adapting to changes quickly

    • Common frameworks include Scrum, Kanban, and Lean

    • Daily stand-up meetings and retrospectives are common practices in Agile

  • Answered by AI
  • Q2. Mostly on software engineer questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Project related questions what was your role how did you manage resources how many resources you are handling. How did you manage team and what was your roll.

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions they are asking based on your experience how many projects you have handled and which all technology you have worked.

RM Commercial Interview FAQs

How many rounds are there in RM Commercial Project Trainee Intern interview?
RM Commercial interview process usually has 1 rounds. The most common rounds in the RM Commercial interview process are Technical.
What are the top questions asked in RM Commercial Project Trainee Intern interview?

Some of the top questions asked at the RM Commercial Project Trainee Intern interview -

  1. How well know you are with ai prom...read more
  2. Types of ai platforms to make our work e...read more
  3. What is icao in br...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 RM Commercial interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k 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.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

RM Commercial Project Trainee Intern Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-Life balance

2.0

Salary & Benefits

2.0

Job Security

3.0

Company culture

2.0

Promotions/Appraisal

2.0

Work Satisfaction

Explore 1 Review and Rating
Compare RM Commercial with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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