Upload Button Icon Add office photos

Filter interviews by

Revstrat Strategy Consulting Interview Questions and Answers

Updated 5 Oct 2023

1 interview found

Sort by: Popular

Market Research Intern Interview Questions

user image Anonymous

posted on 5 Oct 2023

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

I applied via LinkedIn

2 Interview Rounds

1

Resume Shortlist Round

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
2

One-on-one Round (4 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to us?
  • Q3. What you know about market research?
  • Q4. How is competitors research different from customer research?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
Don't act oversmart.

Interview questions from similar companies

System Engineer Interview Questions

Infosys user image Anonymous

posted on 14 Feb 2015

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Reasoning / Analytical : there were many questions on venn diagram.. relationships.. cube problem... etc etc... VERBAL: questions on correction of sentences... jumbled sentences.. series... etc etc....
Total Questions: 60

College Name: NIT WARANGAL

3 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: It went quite well.
Tips: Brush up everyday your aptitude skills
Duration: 30 minutes
Total Questions: 30

General Tips: Choosing your company and preparing for it early is better than trying everything on the day of selection process
Skills: Aptitude, Technical skills
College Name: IIT roorkee
Motivation: i am a self motivator

Interview Questions

Cognizant user image Anonymous

posted on 20 Jan 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: PART ONE: Verbal Ability, uses of articles (a, an, the) and a RC. 
PART TWO: logical reasoning, standard IQ type Questions, was simple. 
PART THREE: An essay, one out of two, one choice was nuclear deal and the other was education system in India.

Round: Technical Interview
Experience: Some regular puzzles were given, which were easy. A discussion on internship work.

Round: HR Interview
Experience: They are looking for people with good aptitude, very good communication skills and strong desire to learn. Also, someone with good academic record and clear career goals.
Tips: Do not panic in the interview.

General Tips: For GD, improve the content by reading and/or discussing among wing mates. Don't be aggressive but be assertive and ENERGETIC.
College Name: IIT KANPUR

Project Engineer Interview Questions

Wipro user image Anonymous

posted on 7 Jan 2015

4 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA + resume + online test - based shortlisting

Round: Test
Experience: Online Test:Quant, DI, verbal, and coding45 minutes coding + 15 minutes verbal + 30 minutes quant
Tips: Time constraint will be the major problem. CAT preparation would sufficeBrush up your coding skills- concentrate in either C or C++ or whichever language you're comfortable withE.g.: The coding question- Write a function to find if a number is palindromeBrush up through basic data structuresGraph theory and few sorting algorithms
Duration: 90 minutes

Round: Interview
Experience: (2 interviews, 20 minutes each)Resume- basedCoding skills and the approach towards the problem will also be tested
Tips: Be thorough with the work done in your internships and projects. Be ready to answer why you are interested in the company.Maintain your confidence level in the interviews. They also look for good communication skills, and even leadership, which is evident from the way you conduct yourself through the interview.Practice quant questions, prepare answers for all the basic HR questions.Coding, go through sorting algorithms, FOR, Graph theory.Digital IC design is very important courses. You should be through with this courses if you are interested in digital profile.

College Name: IIT Madras

Analyst Interview Questions

Deloitte user image Anonymous

posted on 19 Sep 2015

3 Interview Rounds

Interview Preparation Tips

Round: Interview
Experience: Quizzed on opinions of the Construction Industry.

General Tips: 1. Be prepared on the courses and project works that you mention in your resume2. Read newspapers, blogs about the construction industry and keep yourself updated
Skill Tips: """"
Skills: Infrastructure Planning, Infrastructure Management, Construction Management, Project Management
College Name: VIT Chennai

Interview Questions

HCLTech user image Anonymous

posted on 11 Apr 2015

5 Interview Rounds

Interview Questions

  • Q1. Which is your favorite subject Add Answer
  • Q2. Difference between C and C++ Add Answer
  • Q3. What are the advantages of C++ over C Add Answer
  • Q4. What is polymorphism and how do we achieve it using C++ programming View Answers (1)
  • Q5. What will you do if you have a clash with your colleague Add Answer
  • Q6. If you are given extra work in the office and your girl friend is waiting for you outside, then what will you do Add Answer

Interview Preparation Tips

Round: Test
Experience: One written test. It contains four sections. Each section contains 25 questions and is of 30 minutes duration.
Tips: Prepare well for technical and aptitude.
Duration: 120 minutes
Total Questions: 100

Round: Technical Interview
Experience: Questions were asked based on my favorite subject.
Tips: Choose your favorite subject as the one you know well.

Round: HR Interview
Experience: He gave me situations to see how I would handle them.
Tips: You must justify yourself with your answers.

General Tips: Brush up all the basics of your core subjects.
Skills: Good technical skills., Good communication skills.
College Name: NA

Skills evaluated in this interview

Consultant Interview Questions

Capgemini user image Anonymous

posted on 6 Apr 2015

3 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Simple Aptitude - just brush up basics - be quick in your solving.
Duration: 120min minutes
Total Questions: 50+10

Round: HR Interview
Experience: Pretty simple interview round - was asked few HR questions. Majorly it was a informative session where i was told about the job profile and tested whether I was willing to take up the responsibility & commitment.

College Name: IIT MADRAS
Motivation: Just applied gen. Got through.

Interview Questions

Amazon user image Anonymous

posted on 5 Apr 2015

4 Interview Rounds

Interview Questions

  • Q1. Given n-ary tree, print the nodes in level-order zig-zag manner. O(n) time Add Answer
  • Q2. Given a BST find the number of pair of nodes which sum upto a given value. O(n) time, O(1) space Add Answer
  • Q3. Given a 2D plane and n points, find the line which passes through maximum number of lines Add Answer
  • Q4. If a/b is recurring like 10/3 print 10/3 as 3.(3), 16/6 as 2.(6) Add Answer
  • Q5. Explain caching, implement LRU caching View Answers (1)
  • Q6. Explain working of DNS, implement domain search in DNS Add Answer
  • Q7. What is hashing. Implement domain search using hashing Add Answer
  • Q8. Given a string of alphabet of at most 5 characters. Write a function which returns a unique number for each string with O(1) space Add Answer
  • Q9. Explain working of virtual function Add Answer
  • Q10. There is pointer of base class pointing to derived class. Explain the working with respect to the pointer, if this pointer calls the virtual function of base cl...read more Add Answer
  • Q11. How does write head take a value from process buffer and writes on a particular address (Explanation of address bus and register needed) Add Answer
  • Q12. Clone a linked list having an arbit pointer Add Answer
  • Q13. You are given deque(), enque(), isEmpty() function for queue, implement push(), pop(), min() functions of stack. O(1) time was required for min() Add Answer
  • Q14. Convert a binary tree to a DLL such that a next node for DLL is selected in a top down order in zig-zag manner. O(n) space was allowed, but not O(2n) Add Answer

Interview Preparation Tips

Round: ONLINE ROUND
Experience: 1. 20 MCQ
2. 2 coding questions
• Find the diameter of a tree
• Print all anagrams pair in separate line

Round: Technical Interview
Experience: Find the next larger element in a BST, given key might not be in the BST. O(logn) time and O(1) space.Delete all nodes on a DLL whose data is a multiple of 5. O(n) time

College Name: BIT Mesra

Skills evaluated in this interview

Banking Interview Questions

ICICI Bank user image Anonymous

posted on 24 May 2015

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Group Discussion
Experience: 1) BBG shipping has experience of turning around two companies and is one of the largest companies in this segement



2) City shipping is largest private company into ship repair and ship breaking but not in similar segment.



3) Sonyo shipping is one of the oldest shipping company and has various businesses related this. It is looking forward to expand in china and India and looking forward to expand and acquire some ship breaking company to create a low cost base.



Bids are:



BBG: 100% of debt for seven years 9% interest pa



City: 90% of debt for seven years 10% interest pa



Sonyo: 85% of debt for five years 13% interest pa



As a manager you have to take decision. Your senior has called up to look for bid of City and this will help to build relationship with city. The bank already has relationship with BBG. What will you recommend?

Round: HR Interview
Experience: I can’t say I was 100% right in all my answers but I tried to simplify every answer. I knew my CV very well and was able to anticipate questions like why less marks.

General Tips: Through knowledge of sectors and other fin subjects. Was confident as I had prepared well for the interview. In GD one has to contribute 2-3 good points that was sufficient. There were people who remained silent but contributed even 1 good point were selected for interview atleast. In interview they gauge your fitment wrt role and their core values.
Skills: Economics, Finance
College Name: NA

Revstrat Strategy Consulting Interview FAQs

How many rounds are there in Revstrat Strategy Consulting interview?
Revstrat Strategy Consulting interview process usually has 2 rounds. The most common rounds in the Revstrat Strategy Consulting interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Revstrat Strategy Consulting interview?

Some of the top questions asked at the Revstrat Strategy Consulting interview -

  1. How is competitors research different from customer resear...read more
  2. What you know about market resear...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Revstrat Strategy Consulting interview
Job Portal
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.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k 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.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
View all

Revstrat Strategy Consulting Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Compare Revstrat Strategy Consulting 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