Upload Button Icon Add office photos

Filter interviews by

Takshashila Consulting Junior Business Associate Interview Questions and Answers

Updated 20 Aug 2021

Takshashila Consulting Junior Business Associate Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How would you estimate the number of basketballs in Lucknow? (I am from Lucknow)

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stay calm , wrong or right answers do not matter. You are evaluated on your approach

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Common aptitude questions on mettl platform

Round 2 - Technical 

(3 Questions)

  • Q1. Python Standard interview questions
  • Q2. SQL Standard interview questions (Easy)
  • Q3. CaseStudy and questions based on it.
Round 3 - HR 

(3 Questions)

  • Q1. Common hr questions
  • Q2. Puzzles
  • Q3. Project Discussion

Interview Preparation Tips

Topics to prepare for ZS Junior Analyst interview:
  • Python
  • SQL
  • R
Interview preparation tips for other job seekers - I felt ZS Associates pay less, because for similar roles on campus they pay nealy 14 LPA but for Off campus they pay 4 LPA.

So confirm with the hr before even attending the interviews.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Contained only mcq questions related to maths and reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. How to detect two loops in a linkedlist
  • Ans. 

    Use Floyd's Cycle Detection Algorithm to detect two loops in a linked list.

    • Initialize two pointers, slow and fast, both starting at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps in each iteration.

    • If they meet at some point, there is a loop. Reset one pointer to head and move both by one step until they meet again to find the start of the loop.

  • Answered by AI
  • Q2. Mainly all the basics questions on DSA and C++ Language and all the ds like stacks, linkedlist, tree, array, queue,map difference between queue and stack
Round 3 - Technical 

(3 Questions)

  • Q1. Questions on project
  • Q2. Code simple que like reverse the string in every possible language that is mentioned on yor resume ,like node js react or python and even c language
  • Q3. Basics questions of os like deadlocks
Round 4 - HR 

(1 Question)

  • Q1. I was note selected for this round

Interview Preparation Tips

Topics to prepare for BCG Junior Software Engineer interview:
  • DSA
  • React
  • SQL
  • Linkedlist
  • array

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy cognitive aptitude and reasoning qsns

Round 2 - Coding Test 

Med-Hard problems given 1hr to solve for 2 qsns

Round 3 - Technical 

(2 Questions)

  • Q1. Explain one of the project that you are good at
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Researched user needs and preferences for water intake tracking

    • Designed user-friendly interface for inputting water consumption

    • Implemented features like reminders and progress tracking

    • Tested app with focus groups for feedback and improvements

  • Answered by AI
  • Q2. What is your long term goal
  • Ans. 

    My long term goal is to become a senior engineer in a reputable company and eventually move into a leadership role.

    • Continuously improve my technical skills and knowledge through training and certifications

    • Seek opportunities for mentorship and leadership roles within the company

    • Work on challenging projects to gain experience and expertise

    • Build a strong professional network within the industry

    • Eventually transition into a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real

Junior Engineer Interview Questions & Answers

WSP user image Prithwindra Sarkar

posted on 30 Oct 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented Junior Engineer with a passion for problem-solving and continuous learning.

    • Graduated with a degree in Engineering from XYZ University

    • Completed internships at ABC Company, gaining hands-on experience in project management

    • Proficient in CAD software and technical drawing

  • Answered by AI
  • Q2. Diagram of water treatment
  • Ans. 

    Water treatment involves a series of processes to remove impurities and make water safe for consumption.

    • Water treatment typically involves processes such as coagulation, sedimentation, filtration, and disinfection.

    • Coagulation involves adding chemicals to water to make particles clump together for easier removal.

    • Sedimentation allows the larger particles to settle at the bottom of a tank.

    • Filtration involves passing water...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Personal details
  • Q2. Why you want to join
  • Ans. 

    I want to join because I am passionate about engineering and eager to learn and grow in a dynamic environment.

    • Passionate about engineering

    • Eager to learn and grow

    • Excited about working in a dynamic environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

POV on banning the cigarette

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. How did you know the company
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Who is inspiration to you in your life
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Apptitude round mainly english

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There were 2 DSA questions that we had to solve on HackerRank. One of them was a medium dynamic programming question - minimum insertions required to make a string palindrome. The other was a fairly easy question that required knowledge of permutations and combinations. We just had to figure out a maths formula given the situation.
1st round also involved a logical game that we had to play. We were scored based on coding + game and shortlisted for next round.

Round 2 - Coding Test 

An interviewer joined me on zoom meet and sent a HackerRank link to a question. It was a medium dynamic programming/backtracking question. I solved it but only half the test cases ran while others threw TLE as my recursive code took exponential time.

Round 3 - One-on-one 

(7 Questions)

  • Q1. Explain what happens after you search a url on your browser. (Had to explain the whole DNS working)
  • Q2. Explain how video calling works. (Had to explain the whole OSI model)
  • Q3. Asked possible causes of ClassNotFoundException and MemoryOutOfBoundException
  • Q4. Asked 2 or 3 case study questions like designing a car infotainment system.
  • Q5. Asked about the usefulness of OOPS.
  • Q6. Asked how Java code compiles/runs(had to explain about creation of class file, JVM etc)
  • Q7. Asked about working of https.
Round 4 - HR 

(4 Questions)

  • Q1. Explain few challenges that you faced during a project/internship.
  • Ans. 

    During my internship, I faced challenges related to communication, time management, and technical skills.

    • Communication challenges: Difficulty in effectively conveying ideas and understanding instructions.

    • Time management challenges: Struggling to prioritize tasks and meet deadlines.

    • Technical skills challenges: Learning new technologies and troubleshooting issues.

    • Example for communication challenge: Working in a team whe...

  • Answered by AI
  • Q2. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a Senior Engineer, leading a team and working on complex projects.

    • I envision myself taking on more responsibilities and leading a team of engineers.

    • I hope to have gained expertise in my field and be recognized as a subject matter expert.

    • I aim to work on challenging projects that require problem-solving and innovation.

    • I plan to continue learning and staying updated with the latest technologie...

  • Answered by AI
  • Q3. Explain a project that you did
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Used React Native framework for cross-platform development

    • Implemented a user-friendly interface with intuitive design

    • Integrated a database to store and retrieve user data

    • Implemented push notifications to remind users to drink water

    • Conducted testing and debugging to ensure app functionality

  • Answered by AI
  • Q4. Tell me about a conflict that you may have faced during a project/internship
  • Ans. 

    During my internship, I faced a conflict regarding the allocation of resources for a project.

    • Conflict arose when team members disagreed on the distribution of resources.

    • I suggested a fair and balanced approach to allocate resources based on individual strengths and project requirements.

    • We held a team meeting to discuss and resolve the conflict.

    • Through open communication and compromise, we reached a consensus on resourc...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for McKinsey & Company Junior Engineer interview:
  • Data Structures and Algorithms
  • Computer Networking
  • System Design
  • Operating Systems
  • OOPS
Interview preparation tips for other job seekers - There's limited time for the live coding round infront of the interviewer(around 20-30 mints). Try to complete the brute force algorithm first bfr trying for optimizations.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic logical & resoning questions

Round 2 - Technical 

(2 Questions)

  • Q1. Sort the given array
  • Q2. Sum of the given number
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Aug 2023.

Round 1 - Aptitude Test 

Basic aptitude test consisting questions of Logical reasoning, quant, and English

Round 2 - Technical 

(1 Question)

  • Q1. Guesstimate - How many red cars are purchased in Delhi?
  • Ans. 

    It is estimated that around 20% of cars in Delhi are red, so approximately 1 out of every 5 cars is red.

    • Consider the total number of cars in Delhi

    • Estimate the percentage of cars that are red

    • Calculate the number of red cars based on the percentage

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Guesstimate - Size of mattresses market in Delhi?
  • Ans. 

    The size of the mattresses market in Delhi can be estimated by considering the population, average household size, and consumer preferences.

    • Consider the population of Delhi and the average household size to estimate the number of households in need of mattresses

    • Research the average spending on mattresses per household in Delhi

    • Take into account the various types of mattresses available in the market and their respective...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Strengths and weakness
  • Q2. Relocation? How would you manage travel?
  • Ans. 

    I am open to relocation and willing to manage travel efficiently.

    • I am flexible and willing to relocate for the right opportunity.

    • I will plan ahead and research the best travel options available.

    • I am comfortable with long commutes or temporary accommodations if needed.

  • Answered by AI

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 802 Interviews
ZS Interview Questions
3.4
 • 482 Interviews
View all
Takshashila Consulting Junior Business Associate Salary
based on 13 salaries
₹14 L/yr - ₹18 L/yr
361% more than the average Junior Business Associate Salary in India
View more details

Takshashila Consulting Junior Business Associate Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

3.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Business Associate
50 salaries
unlock blur

₹12 L/yr - ₹31 L/yr

Senior Consultant
41 salaries
unlock blur

₹15 L/yr - ₹48 L/yr

Management Consultant
33 salaries
unlock blur

₹15 L/yr - ₹35 L/yr

Senior Business Associate
32 salaries
unlock blur

₹14 L/yr - ₹35 L/yr

Consultant
19 salaries
unlock blur

₹10 L/yr - ₹31 L/yr

Explore more salaries
Compare Takshashila Consulting with

McKinsey & Company

3.9
Compare

BCG

3.8
Compare

KPMG India

3.5
Compare

Deloitte

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