Upload Button Icon Add office photos

Filter interviews by

Central Road Research Institute Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Round one was an online coding test where there were 5 sections :

1 - dsa - medium

2 - Java - Easy

3 - OOP - Easy

4 - Git - Easy

Round 2 - One-on-one 

(5 Questions)

  • Q1. 1 - where is bean annotation used in springboot ?... In class or method
  • Ans. 

    Bean annotation is used in Spring Boot on class or method to indicate that a method produces a bean to be managed by the Spring container.

    • Bean annotation is used on methods within a class to indicate that the method produces a bean to be managed by the Spring container.

    • It can also be used at the class level to indicate that the class itself is a Spring bean.

    • For example, @Bean annotation can be used on a method that cre...

  • Answered by AI
  • Q2. Which access modifier to restrict interface method access to only derived or implemented classes
  • Ans. 

    Protected access modifier restricts interface method access to only derived or implemented classes.

    • Use 'protected' access modifier to restrict access to only derived or implemented classes

    • Protected members are accessible within the same package or by subclasses

    • Example: 'protected void methodName() {}' in an interface

  • Answered by AI
  • Q3. How does one services interact with other in microservice
  • Ans. 

    Microservices interact with each other through APIs, messaging, or events.

    • Microservices communicate with each other through APIs, which can be synchronous or asynchronous.

    • Messaging systems like RabbitMQ or Kafka can be used for communication between microservices.

    • Events can be used for loosely coupled communication between microservices.

    • Service discovery mechanisms like Eureka or Consul help microservices locate and co...

  • Answered by AI
  • Q4. In an integer array where element represent stock price and index represent days how to detect the best day to buy and best day to sell in O(N)
  • Ans. 

    To detect the best day to buy and sell stock in an integer array representing stock prices and days in O(N).

    • Iterate through the array and keep track of the minimum price seen so far.

    • Calculate the profit by subtracting the current price from the minimum price.

    • Update the maximum profit and best buy/sell days accordingly.

    • Return the best buy and sell days to maximize profit.

  • Answered by AI
  • Q5. In an integer array find the next greatest number for all and display in O(N)
  • Ans. 

    Find the next greatest number for each integer in an array in O(N) time complexity.

    • Iterate through the array from right to left

    • Use a stack to keep track of potential next greatest numbers

    • Pop elements from the stack that are less than the current element and update their next greatest number to the current element

    • Push the current element onto the stack

    • Repeat until all elements have a next greatest number

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. How will you find loyal customers for a store like DMart , SmartBazar
  • Ans. 

    Utilize customer transaction data and behavior analysis to identify loyal customers for DMart and SmartBazar.

    • Use customer transaction history to identify frequent shoppers

    • Analyze customer behavior patterns such as repeat purchases and average spend

    • Implement loyalty programs to incentivize repeat purchases

    • Utilize customer feedback and reviews to gauge loyalty

    • Segment customers based on their shopping habits and preferenc

  • Answered by AI
  • Q2. Who is more valuable a customer who is making small transactions everyday or the customer who makes big transactions in a month
  • Ans. 

    It depends on the business model and goals of the company.

    • Small transactions everyday can lead to consistent revenue streams and customer engagement.

    • Big transactions in a month can indicate high purchasing power and potential for larger profits.

    • Consider customer lifetime value, retention rates, and overall business strategy when determining value.

  • Answered by AI
  • Q3. What will you do as a data scientist if the sales of a store is declining
  • Ans. 

    I would conduct a thorough analysis of the sales data to identify trends and potential causes of the decline.

    • Review historical sales data to identify patterns or seasonality

    • Conduct customer surveys or interviews to gather feedback

    • Analyze competitor data to understand market dynamics

    • Implement predictive modeling to forecast future sales

    • Collaborate with marketing team to develop targeted strategies

  • Answered by AI
  • Q4. We have to bundle the items together in the units of 2-3 as a single units like chips of 3 packets together. how to identify which items to bundle and number of units. Create a machine learning model for i...
  • Q5. You are working in a project, where your approach towards problem is more innovative while the rest of the team is following conventional approach. how will you convince them to follow your approach.
  • Ans. 

    I would showcase the potential benefits and results of my innovative approach to convince the team.

    • Highlight the advantages of the innovative approach such as improved efficiency, accuracy, or cost-effectiveness.

    • Provide real-world examples or case studies where similar innovative approaches have led to successful outcomes.

    • Encourage open discussion and collaboration within the team to explore the potential of combining ...

  • Answered by AI
Round 2 - Case Study 

1. A store has promotional offers how will you analyse that offers are working in their favour.
2. What data will you require if you want to predict the sales of the chocolate in a store.
3. Why data is distributed normally in linear regression.
4. Difference between linear and logistic regression
5. A person who is senior to you and you are working on the same project. But that person has very bad reputation of misbehaving and being rude to people. And he is doing same with you. What will you do?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare case study a lot. Both round were mainly revolving around case study and situational HR questions. Coding questions were not asked a lot. only few that too were quite easy.

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

First round Aptitude + Technical questions on CS fundamentals

Round 2 - Technical 

(3 Questions)

  • Q1. Frog jump Dynamic programming question
  • Q2. Remove zeroes from a numbers only string and insert at last also maintain the relative order
  • Ans. 

    Remove zeroes from a numbers only string and insert at last while maintaining relative order.

    • Iterate through the string and separate numbers and zeroes

    • Store numbers in an array and zeroes in a separate array

    • Concatenate the numbers array with the zeroes array at the end

  • Answered by AI
  • Q3. One sql question on joins

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Smallest bone in your body
  • Q2. ENT expansion with explanation
Round 2 - One-on-one 

(2 Questions)

  • Q1. About myself- self intro
  • Q2. Questions regarding work location

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test conducted with normal logical reasoning, verbal ability and quantitative type aptitude problems were asked.

Round 2 - Case Study 

Case study round scheduled with Practice Director:
Started with normal greetings and basic introduction followed by deep dive into the resume and some questions based on what was in my resume. Then started with the case study.
Case : Your client is a totally offline bank ( think of SBI) and wants to undergo a digital transformation (somewhat like HDFC wherein all services are online as well) . How would you create a framework to do so ?

Round 3 - Guesstimates 

(2 Questions)

  • Q1. Estimate the number of viewers who watched 2024 T20 World Cup.
  • Ans. 

    Estimating the number of viewers for the 2024 T20 World Cup.

    • Consider past viewership trends for T20 World Cup events.

    • Analyze the popularity of cricket in the host country and globally.

    • Take into account the impact of digital streaming platforms on viewership.

    • Factor in potential growth in viewership due to increased interest in T20 cricket.

    • Consult experts in sports broadcasting and market research for insights.

  • Answered by AI
  • Q2. Estimate the number of Gyms in Delhi
  • Ans. 

    Estimating the number of Gyms in Delhi based on population density, urbanization, and market demand.

    • Consider the population density of Delhi

    • Analyze the urbanization level in different areas of Delhi

    • Research on the market demand for fitness centers in Delhi

    • Consult with local authorities or fitness industry experts for insights

    • Use data from online directories or platforms listing Gyms in Delhi

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. It was a cultural fit/HR round taken by the Partner/Managing Partner in the firm. Questions around personality likes/dislikes future goals, MBA aspirations etc were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare case studies thoroughly (Unconventional case studies should be studied as well) and have good knowledge of why you're getting into consulting/advisory role. What it is and how this area of business operates. Be professional and confident apart from that have a good command at your language as it is a client facing position which requires exceptional soft skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What kind of experiences do you carry
  • Ans. 

    I have diverse experiences in customer service, problem-solving, and communication.

    • Worked in retail for 2 years, assisting customers with product inquiries and purchases

    • Volunteered at a local charity, organizing events and communicating with donors

    • Interned at a marketing firm, handling client inquiries and resolving issues

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What kind of experience do you carry
  • Ans. 

    I have over 5 years of experience in client service roles, including managing client accounts and resolving issues.

    • Managed client accounts and ensured their satisfaction

    • Resolved client issues in a timely and efficient manner

    • Communicated effectively with clients to understand their needs and provide solutions

    • Collaborated with internal teams to address client concerns and improve overall service quality

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of market sizing
  • Q2. DROC market analysis
Round 2 - One-on-one 

(1 Question)

  • Q1. More Market sizing questions
Round 3 - HR 

(2 Questions)

  • Q1. Why marketsnadmarkets
  • Ans. 

    MarketsandMarkets is a leading market research firm providing in-depth analysis and insights across various industries.

    • Provides comprehensive market research reports and analysis

    • Offers insights into industry trends, market size, and competitive landscape

    • Helps businesses make informed decisions based on data-driven research

    • Cover a wide range of industries such as healthcare, technology, and automotive

  • Answered by AI
  • Q2. Why are you leaving previous job
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Accounts, balance sheet, profit and loss ac, depreciation
  • Q2. Ratio analysis, cash flow
Round 2 - Technical 

(2 Questions)

  • Q1. Balance sheet, cash flow depreciation, journal entry, ratio
  • Q2. Hr question, English eassay
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Assignment 

Design a creative for pen brand

Round 2 - Case Study 

Design a funny advertisement concepts for pen brand

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Very behavioural questions asked, extremely nice people
  • Q2. What are your strengths
  • Q3. What are your weaknesses
Round 2 - Technical 

(1 Question)

  • Q1. Again very friendly people, asking different scenario questions to judge your capabilities

Tell us how to improve this page.

Central Road Research Institute Reviews and Ratings

based on 11 reviews

4.6/5

Rating in categories

4.5

Skill development

4.8

Work-Life balance

4.1

Salary & Benefits

4.0

Job Security

4.4

Company culture

3.5

Promotions/Appraisal

4.5

Work Satisfaction

Explore 11 Reviews and Ratings
Research Intern
5 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Project Assistant
5 salaries
unlock blur

₹3.9 L/yr - ₹6 L/yr

Project Associate
4 salaries
unlock blur

₹4 L/yr - ₹4.5 L/yr

Lab Technician
4 salaries
unlock blur

₹2.4 L/yr - ₹15.3 L/yr

Project Assistant III
4 salaries
unlock blur

₹3.5 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Central Road Research Institute with

Indian Institute of Technology Gandhinagar

4.1
Compare

National Highways Authority of India

4.0
Compare

TCS

3.7
Compare

Larsen & Toubro Limited

4.0
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