Upload Button Icon Add office photos

Filter interviews by

Rrc Ventures Civil Site Engineer Interview Questions and Answers

Updated 17 Jun 2024

Rrc Ventures Civil Site Engineer Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. Work flow of construction
  • Ans. 

    Construction workflow involves planning, designing, procurement, construction, and project closeout.

    • Initial planning and feasibility study

    • Design and engineering phase

    • Procurement of materials and equipment

    • Construction phase

    • Quality control and assurance

    • Project closeout and handover

  • Answered by AI
  • Q2. Basic bbs of beam
  • Q3. Construction process and execution with procedure
  • Ans. 

    Construction process involves planning, designing, procurement, and execution of a project following specific procedures.

    • Initial planning and design phase to determine project scope and requirements

    • Procurement of materials, equipment, and labor for construction

    • Execution phase involves site preparation, foundation construction, structural work, and finishing touches

    • Quality control and safety measures must be implemented...

  • Answered by AI
  • Q4. Related to form work and centring
  • Q5. Curing , deshuttring cycle
  • Q6. Blockwork , plasterwork , casting related
  • Q7. Thunbrule for execution related to man work for specific work like shuttering, reinforcement work and blockwork
  • Q8. Lastly and important don't be hesitate to answering the above questions , be confident and genuinely answering the question and ctc should be demand higher than previous company about 15%..

Interview Preparation Tips

Interview preparation tips for other job seekers - Cubiru consultant, have reference for this company rrc venture
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. General technical questions from rcc upto finishing work

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are interviewed at head office be prepared from scratch to answer every thing from your first to current jobs and experience. Be prepared technically. If you are interviewed at site office you will be asked specific questions according to that particular site requirement and it will be bit easy. Salary negotiation at head office is difficult as compared to site office

Civil Site Engineer Interview Questions Asked at Other Companies

Q1. What is the minimum Grade of Concrete used in R.C.C. works?
Q2. If you have 10x10 feet room and you have 600x600 mm size tiles th ... read more
asked in TCE
Q3. If your concrete is M50 and 28 days cube test result is below 100 ... read more
Q4. 1.What is the thickness of plastering?, 2.What is name of plaster ... read more
Q5. What is the time period of open bag cement

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Past experience and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview Questionnaire 

1 Question

  • Q1. React hooks

Interview Questionnaire 

1 Question

  • Q1. React hooks

Senior Engineer Interview Questions & Answers

HCLTech user image raja reddy duggi reddy

posted on 27 Apr 2021

Interview Questionnaire 

2 Questions

  • Q1. Engineering Technical
  • Q2. Mainly on Engineering Design

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Ans. 

    Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.

    • Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.

    • It provides an interface for creating objects of related classes without specifying their concrete classes.

    • It encapsulates a group of factories that have a common theme.

    • It promotes loose c...

  • Answered by AI
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Design facebook
  • Ans. 

    Designing Facebook is a complex task involving various components and technologies.

    • Identify the core features of Facebook such as user profiles, news feed, messaging, and groups.

    • Choose appropriate technologies for each component such as PHP for backend, React for frontend, and MySQL for database.

    • Ensure scalability and performance by implementing caching, load balancing, and database sharding.

    • Implement security measures...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Database, logical reasoning

Skills evaluated in this interview

Rrc Ventures Interview FAQs

How many rounds are there in Rrc Ventures Civil Site Engineer interview?
Rrc Ventures interview process usually has 1 rounds. The most common rounds in the Rrc Ventures interview process are Technical.
What are the top questions asked in Rrc Ventures Civil Site Engineer interview?

Some of the top questions asked at the Rrc Ventures Civil Site Engineer interview -

  1. Construction process and execution with proced...read more
  2. Work flow of construct...read more
  3. Thunbrule for execution related to man work for specific work like shuttering, ...read more

Tell us how to improve this page.

Rrc Ventures Civil Site Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Rrc Ventures Civil Site Engineer Salary
based on 5 salaries
₹3 L/yr - ₹4 L/yr
6% less than the average Civil Site Engineer Salary in India
View more details

Rrc Ventures Civil Site Engineer Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

5.0

Skill development

4.6

Work-life balance

4.3

Salary

4.3

Job security

4.3

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 2 Reviews and Ratings
Site Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Estimation & Billing Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Planning Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Civil Site Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Civil Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rrc Ventures with

Sequoia Capital

3.4
Compare

Nexus Venture Partners

3.0
Compare

Matrix Partners

2.8
Compare

Kalaari Capital

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