Upload Button Icon Add office photos

MRC

Compare button icon Compare button icon Compare

Filter interviews by

MRC Interview Questions and Answers

Updated 24 Aug 2023

MRC Interview Experiences

Popular Designations

2 interviews found

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

I applied via Approached by Company and was interviewed before Aug 2022. There were 2 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 tips
Round 2 - Technical 

(5 Questions)

  • Q1. AS PER TECHNICAL DRAWING
  • Q2. MAKE THE DRAWING OF STEEL STRUCTURE
  • Ans. 

    To create a drawing of a steel structure, start by determining the dimensions and specifications of the structure.

    • Gather all necessary information such as dimensions, materials, and design requirements.

    • Use AutoCAD software to create a 2D or 3D model of the steel structure.

    • Include details such as beams, columns, connections, and any other components.

    • Ensure accuracy and precision in measurements and placement of elements...

  • Answered by AI
  • Q3. MAKE THE DRAWING OF RCC STRUCTURE
  • Ans. 

    To create a drawing of an RCC structure, start by determining the dimensions and layout of the structure.

    • Begin by sketching the overall layout of the RCC structure, including columns, beams, and slabs.

    • Specify the dimensions of each component and ensure they meet structural requirements.

    • Include details such as reinforcement bars, stirrups, and concrete cover in the drawing.

    • Label all components and provide a key for easy...

  • Answered by AI
  • Q4. I have 16 years exp. in civil structure drafting
  • Q5. I have 16 years exp. in civil structure drafting

Autocad Draughtsman Civil Interview Questions asked at other Companies

Q1. What is the feature of drawings?
View answer (2)

Interview Questionnaire 

2 Questions

  • Q1. Job description
  • Q2. What is the status in my self

Quality Supervisor Interview Questions asked at other Companies

Q1. HOW MANY METHOD OF QUALITY CHECKING
View answer (4)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Here is everything asked in round 1 after they ghosted me # Find if string contains all unique character. # STR1 = 'DDISCOVERY' return TRUE # STR2 = 'WARNER BROTHERS DISCOVERY' return FALSE # fro...

SAP ABAP- Engineer 2 Interview Questions & Answers

Comcast user image Anonymous

posted on 9 Feb 2025

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. ODATA Tcodes and related questions
  • Q2. Association and navigation
  • Q3. SPAU & SPDD activity
  • Q4. Which method to be do redefined for post call?

Interview Preparation Tips

Interview preparation tips for other job seekers - My shortest interview. Only with 4 questions decided to close it in less than 10 minutes.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. TDS related questions
  • Q2. Expenses related questions
  • Q3. Cash management
  • Q4. Inventory Management
  • Q5. SAP related purchase order
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is an LVM
  • Ans. 

    LVM stands for Logical Volume Manager, a tool used in Linux systems to manage disk space by creating logical volumes from physical volumes.

    • LVM allows for dynamic resizing of logical volumes without needing to unmount the filesystem

    • It provides features like striping, mirroring, and snapshots for data management

    • Common LVM commands include pvcreate, vgcreate, lvcreate, lvextend, lvreduce

    • Example: Creating a new logical vol...

  • Answered by AI
  • Q2. How to check the open ports
  • Ans. 

    To check open ports, use tools like netstat, nmap, or telnet

    • Use netstat command to display all open ports on a system

    • Use nmap tool to scan for open ports on a remote system

    • Use telnet command to check if a specific port is open on a remote host

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is a file storage and block storage
  • Ans. 

    File storage stores data in files and folders, while block storage stores data in blocks or chunks.

    • File storage organizes data in a hierarchical structure of files and folders, similar to a traditional file system.

    • Block storage breaks data into blocks or chunks and stores them in a raw format without any file system structure.

    • File storage is commonly used for storing documents, images, videos, etc., while block storage...

  • Answered by AI
  • Q2. How do you troubleshoot a server
  • Ans. 

    To troubleshoot a server, start by checking for hardware issues, then move on to software problems and network connectivity.

    • Check hardware components such as power supply, CPU, RAM, and storage devices for any issues or failures.

    • Review system logs and error messages to identify any software-related issues or conflicts.

    • Verify network connectivity by checking cables, switches, routers, and firewall settings.

    • Use diagnosti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be 3 -4 rounds of interviews.
It would be best if you prepared from the basics to the advanced level of the topic.
1st round will be an online test, the next rounds will be face-to-face(both video and in-person)
You have to tick all the boxes, for every skill they are looking. Even if you miss one skill or topic you will be gone.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1. How to make an api call in java and count the number of items in the response?
2. Longest Incresing subsequence (leetcode)

with some MCQs in Java and microservices

Round 2 - Technical 

(4 Questions)

  • Q1. What is java8. its features and uses
  • Ans. 

    Java 8 is a major release of the Java programming language with new features like lambda expressions, streams, and default methods.

    • Lambda expressions allow functional programming in Java.

    • Streams provide a new way to work with collections in a more concise and efficient manner.

    • Default methods allow interfaces to have method implementations.

    • Java 8 also introduced the new Date and Time API for better handling of date and ...

  • Answered by AI
  • Q2. Use of microsevices in java. and its implmenatation
  • Ans. 

    Microservices in Java are a way to design software applications as a collection of small, loosely coupled services.

    • Microservices architecture breaks down a large application into smaller, independent services that can be developed, deployed, and scaled independently.

    • Each microservice typically focuses on a specific business function and communicates with other services through APIs.

    • Java is a popular language for implem...

  • Answered by AI
  • Q3. Design patterns in java.
  • Ans. 

    Design patterns in Java are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Examples include Singleton, Factory, Observer, Strategy, and Decorator patterns.

    • Each design pattern has its own purpose and implementation details.

    • Design patterns promote code reusability and flexibility in software development.

  • Answered by AI
  • Q4. Find the height of binary tree using recursion?
  • Ans. 

    Recursively find the height of a binary tree by comparing the heights of left and right subtrees.

    • Start by checking if the root is null, return -1 if so.

    • Recursively find the height of the left subtree and right subtree.

    • Return the maximum of the heights of the left and right subtrees, plus 1 for the current node.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion about carrer summery. what is your roles and responsibilities in projects done by you. challanges faced in the developmenet area. how to identifty problems in code.
  • Q2. Find the longest substring in string without repeating characters
  • Ans. 

    Find the longest substring in a string without repeating characters.

    • Use a sliding window approach to iterate through the string.

    • Keep track of the characters seen so far in a set.

    • Update the start of the window when a repeating character is encountered.

    • Calculate the length of the current substring and update the longest substring found.

    • Repeat until the end of the string is reached.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In my interview all are basic questions only. but asked in tough format and real time scenarios.
so which makes us difficult. learn practical implications of this where we use and where not.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. HTML5 CSS3 Basics and Advanced
  • Q2. Javascript Basics and Advanced
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. RO basic questions Wiring Installation Electrical consumption unit Hvac

TAAG Analyst Interview Questions & Answers

Publicis Global Delivery user image Anonymous

posted on 5 Sep 2024

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

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

Round 1 - Aptitude Test 

Writing and speaking test(Versant test). Duration was for 1 hour.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Background details
  • Q2. Career goals and objectives
  • Q3. Why I chose the work?
  • Ans. 

    I chose this work because of my passion for data analysis and problem-solving.

    • Passion for data analysis and problem-solving

    • Interest in working with data to derive insights

    • Enjoyment of analyzing trends and patterns

    • Desire to make data-driven decisions

    • Excitement for the challenges and opportunities in the field

  • Answered by AI
  • Q4. Understanding of the role
  • Ans. 

    The TAAG Analyst role involves analyzing data to provide insights and recommendations for improving business performance.

    • Analyze data to identify trends and patterns

    • Create reports and presentations to communicate findings

    • Collaborate with team members to develop strategies based on data analysis

  • Answered by AI
  • Q5. Strengths and weakness
Round 3 - HR 

(3 Questions)

  • Q1. The schedule and timings of work.
  • Q2. The expectation in terms of salary.
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience.

    • I am open to discussing salary based on the responsibilities and expectations of the role.

    • I have researched industry standards and salary ranges for similar positions.

    • I am looking for a fair and competitive compensation package that includes benefits and opportunities for growth.

    • I am confident in my abilities and believe that my contributions ...

  • Answered by AI
  • Q3. The time of availability to join if selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what you have written in the CV. Regardless of what happens in the interview, be calm and composed at all times.

MRC Interview FAQs

How many rounds are there in MRC interview?
MRC interview process usually has 2 rounds. The most common rounds in the MRC interview process are Resume Shortlist and Technical.
How to prepare for MRC 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 MRC. The most common topics and skills that interviewers at MRC expect are Artificial Intelligence, Corporate Training, Hospitality, Java and Machine Learning.
What are the top questions asked in MRC interview?

Some of the top questions asked at the MRC interview -

  1. MAKE THE DRAWING OF STEEL STRUCT...read more
  2. MAKE THE DRAWING OF RCC STRUCT...read more
  3. i have 16 years exp. in civil structure draft...read more

Tell us how to improve this page.

MRC Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
ITC Interview Questions
3.9
 • 548 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
View all

MRC Reviews and Ratings

based on 18 reviews

4.1/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.8

Salary

3.9

Job security

3.8

Company culture

3.1

Promotions

3.8

Work satisfaction

Explore 18 Reviews and Ratings
Process Associate
6 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Autocad Draughtsman Civil
4 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Civil Site Engineer
4 salaries
unlock blur

₹2.7 L/yr - ₹3.6 L/yr

Civil Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Financial Reporting Analyst
4 salaries
unlock blur

₹4.2 L/yr - ₹5.4 L/yr

Explore more salaries
Compare MRC with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

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