Upload Button Icon Add office photos

Hrcc

Compare button icon Compare button icon Compare
2.3

based on 11 Reviews

Filter interviews by

Hrcc Project Intern Interview Questions and Answers

Updated 10 Jun 2024

Hrcc Project Intern Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me more about yourself
  • Q2. How didi you came to know about us

Interview Preparation Tips

Interview preparation tips for other job seekers - always be honest throughout your interviews

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude consists of quantitative , logical questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference between where and having ?
  • Ans. 

    WHERE is used to filter rows before grouping or aggregating, while HAVING is used to filter groups after grouping or aggregating.

    • WHERE is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition

    • HAVING is used with GROUP BY clause to filter groups based on a condition

    • WHERE is applied before grouping or aggregating data

    • HAVING is applied after grouping or aggregating data

    • Example: SELECT * FROM table...

  • Answered by AI
  • Q2. Explain me about your projects
  • Ans. 

    I have worked on various projects including a web development project, a data analysis project, and a machine learning project.

    • Developed a website for a local business using HTML, CSS, and JavaScript

    • Conducted data analysis on customer feedback data to identify trends and insights

    • Implemented a machine learning model to predict customer churn for a telecom company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do practive aptitude and start giving mock interviews which will build your confidence.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy. More of mathematical question.

Round 2 - Coding Test 

Basics of programming, html css and problem solving.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare genuinely, on basic coding.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions about html , c , and subjective knowledge
  • Q2. Html code snippets
  • Q3. Programming code snippets

Interview Preparation Tips

Interview preparation tips for other job seekers - just know your subject and domain well
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
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About project management
  • Q2. About Network Infrastructure
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. What is your day to day activities?
  • Ans. 

    As a Project Manager, my day to day activities include overseeing project timelines, communicating with team members and stakeholders, tracking progress, resolving issues, and ensuring project goals are met.

    • Overseeing project timelines and milestones

    • Communicating with team members and stakeholders

    • Tracking project progress and updating project documentation

    • Resolving issues and conflicts that arise during the project

    • Ensu...

  • Answered by AI
  • Q2. How do you manage sharing resources?
  • Ans. 

    I manage sharing resources by prioritizing tasks, communicating effectively, and utilizing resource management tools.

    • Prioritize tasks based on importance and urgency

    • Communicate with team members to ensure everyone is aware of resource allocation

    • Utilize resource management tools to track and allocate resources efficiently

  • Answered by AI
  • Q3. How do manage change requests?
  • Ans. 

    I manage change requests by evaluating impact, prioritizing based on project goals, obtaining approval, and implementing changes.

    • Evaluate the impact of the change request on project scope, schedule, and budget.

    • Prioritize change requests based on project goals and objectives.

    • Obtain approval from stakeholders before implementing any changes.

    • Implement approved changes while ensuring minimal disruption to project progress.

    • ...

  • Answered by AI
  • Q4. How do you accept changes, what are the steps you follow?
  • Ans. 

    I accept changes by first understanding the reasons behind them, communicating with stakeholders, creating a plan, and implementing the changes effectively.

    • Understand the reasons behind the changes

    • Communicate with stakeholders to gather feedback and address concerns

    • Create a detailed plan outlining the steps needed to implement the changes

    • Implement the changes effectively while monitoring progress and making adjustments

  • Answered by AI
  • Q5. How do you do risk management? Steps
  • Ans. 

    Risk management involves identifying, assessing, and mitigating potential risks to a project.

    • Identify potential risks by brainstorming with team members and stakeholders

    • Assess the likelihood and impact of each risk using a risk matrix

    • Develop a risk response plan for high-priority risks

    • Monitor and review risks throughout the project lifecycle

    • Communicate risks and mitigation strategies to stakeholders regularly

  • Answered by AI
  • Q6. Do you know Project Goverance?
  • Ans. 

    Project Governance refers to the framework, policies, procedures, and decision-making processes that guide project management.

    • Project Governance ensures that projects are aligned with organizational goals and objectives.

    • It involves defining roles and responsibilities, establishing communication channels, and setting up project controls.

    • Examples of Project Governance mechanisms include steering committees, project chart

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After 1st round, I never heard back from HR, neither selected nor not-selected feedback. HR did not respond to emails or calls either.
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.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What process followed to handle the Project Management in your current organization.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is salary and why do you want to have it
  • Ans. 

    Salary is a fixed regular payment made by an employer to an employee for work done.

    • Salary is a form of compensation for the work and services provided by an individual.

    • It provides financial stability and security for individuals and their families.

    • Salary is often used as a measure of one's value and contribution in the workplace.

    • It can also serve as a motivation for employees to perform well and achieve goals.

    • Examples:...

  • Answered by AI
  • Q2. Why you want to earn, you should work without salary
  • Ans. 

    I believe in fair compensation for the value I bring to a project, as it motivates me to perform at my best.

    • Fair compensation is a recognition of the value and effort I contribute to a project

    • Salary is a form of appreciation and motivation for employees

    • Financial stability is important for personal and professional growth

  • Answered by AI

Hrcc Interview FAQs

How many rounds are there in Hrcc Project Intern interview?
Hrcc interview process usually has 1 rounds. The most common rounds in the Hrcc interview process are One-on-one Round.

Tell us how to improve this page.

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.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
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Site Engineer
6 salaries
unlock blur

₹2.1 L/yr - ₹3.6 L/yr

Civil Site Engineer
5 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Project Engineer
4 salaries
unlock blur

₹4.6 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Hrcc with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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