Upload Button Icon Add office photos

Filter interviews by

Rajesh Trading Associate Consultant Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Case Study 

Internal case of a biscuit manufacturing company. Details about company background, sales, figures are given and based on those 3 questions were asked.

Round 2 - Case Study 

Part 2 of the same case study was asked where the company should go for IPO or expansion in local market. based on the facts, decision and justification had to be given

Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly experienced consultant with a strong background in problem-solving and strategic planning.

    • Over 10 years of experience in consulting for various industries

    • Expertise in analyzing complex business challenges and providing effective solutions

    • Proven track record of delivering successful projects on time and within budget

    • Strong communication and interpersonal skills, able to build rapport with clients

    • Ability to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is key for this job. Even if the background is not an exact match they are willing to give you a shot if you think you are better.

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be you .
Interview is not that difficult if you're confident...

I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic devops question
  • Q2. Agile process discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Kubernetes deployment
  • Q2. Ansible basic question
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion with HR manager
  • Q2. Negotiation salary with HR manager

Interview Preparation Tips

Topics to prepare for Ernst & Young Consultant interview:
  • Devops
Interview preparation tips for other job seekers - 1st round is technical, 2nd round tech with manager 3rd is HR round for salary discussion

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Most of questions were based on IND AS since this role was in Assurance service line under Financial accounting and advisory services.
  • Q2. Questions were from IND AS AS 115,116 103 and why want to work with EY values of EY etc. and yeah i question that remains same in every interview was Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be honest with your resume and calm during interview.

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
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
Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions and questions related to CV
  • Q2. Questions related to your CV would be asked more .

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy to crack people in EY are very friendly especially the top level so be the way you are .

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude Test is very straight forward, logical, communications are tested.

Round 2 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 3 - Technical 

(1 Question)

  • Q1. This is managers round, where a senior most probably a team lead would join to interview. Case study based questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepared. Question will vary from GL to Leder reconciliation if you're applying for GL Process

I applied via Recruitment Consultant and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why you left your previous job ?
  • Ans. I was working there since more than 2 yrs and at a point of time i felt that i mastered that job and needed a greater responsibility ,hence i am in search of better opportunities.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank, speak frank and you will get the job.

I appeared for an interview before Sep 2020.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

It was a hangout video call. The interviewer asked me these questions. Tell me about yourself and 1 coding question.

  • Q1. 

    Special Numbers Problem Statement

    Your task is to find the total count of special numbers within a range from 1 to a given integer, 'MAXVAL'. A special number is defined as a number whose digits, when rot...

  • Ans. 

    Count the total number of special numbers within a given range by rotating digits 180 degrees.

    • Create a function to check if a number is a special number by rotating its digits.

    • Iterate through the range from 1 to MAXVAL and count the special numbers.

    • Handle the digit rotation mapping for 0, 1, 6, 8, 9.

    • Return the count of special numbers for each test case.

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

This was an On-site (Behavioural Round) interview. He asked me these questions.

Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

This was another On-site ( DS & Algo) algorithm.

  • Q1. 

    Covid Vaccination Distribution Problem

    As the Government ramps up vaccination drives to combat the second wave of Covid-19, you are tasked with helping plan an effective vaccination schedule. Your goal is...

  • Ans. 

    Given constraints, find max vaccines administered on a specific day during a vaccination drive.

    • Iterate through each test case and calculate the maximum number of vaccines distributed on the specified day.

    • Distribute vaccines evenly across days while maximizing the number on the specified day.

    • Ensure that the sum of vaccines administered does not exceed the maximum allowed.

    • Consider edge cases like when the number of days ...

  • Answered by AI
Round 4 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

Another On-site ( DS & Algo) interview.

  • Q1. 

    Painter's Partition Problem Statement

    Given an array/list representing boards, where each element denotes the length of a board, and a number ‘K’ of available painters, determine the minimum time required...

  • Ans. 

    Determine the minimum time required to paint all boards with given constraints.

    • Use binary search to find the minimum and maximum possible time to paint all boards.

    • Iterate through the boards and assign them to painters based on the time constraints.

    • Calculate the total time taken to paint all boards with the assigned painters.

  • Answered by AI
  • Q2. 

    Chocolate Distribution Problem

    You are given an array/list CHOCOLATES of size 'N', where each element represents the number of chocolates in a packet. Your task is to distribute these chocolates among 'M'...

  • Ans. 

    Distribute chocolates among students to minimize the difference between the largest and smallest number of chocolates.

    • Sort the array of chocolates.

    • Use sliding window technique to find the minimum difference between the largest and smallest number of chocolates.

    • Return the minimum difference as the output.

  • Answered by AI
Round 5 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

Another On-site ( DS & Algo) interview.

  • Q1. 

    Problem Statement: Minimize the Maximum

    You are given an array of integers and an integer K. For each array element, you can adjust it by increasing or decreasing it by a value of K. Your goal is to minim...

  • Ans. 

    Given an array of integers and an integer K, minimize the difference between the maximum and minimum elements after adjusting each element by +/- K.

    • Sort the array in non-decreasing order.

    • For each element, calculate the difference between the current element and the next element.

    • Adjust the element by adding or subtracting K to minimize the difference.

    • Return the minimum possible difference between the maximum and minimum

  • Answered by AI
Round 6 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

On-site ( DS & Algo) interview.
Google mainly focuses on logic and how you are coming with a solution. It notes down each and every small mistake. Interviewers are really very helpful. They expect clear code with an optimal approach.

  • Q1. 

    Farthest Distance From Lands Problem Statement

    Given a binary square matrix 'ARR' with 'N' rows and 'N' columns, where '0' represents water and '1' represents land.

    Determine the water cell whose distanc...

  • Ans. 

    Find the water cell farthest from land in a binary matrix using Manhattan distance.

    • Iterate through the matrix to find all land cells and water cells

    • Calculate the Manhattan distance of each water cell to the nearest land cell

    • Return the maximum distance found

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo CriteriaGoogle interview preparation:Topics to prepare for the interview - Java, Data Structure, Algorithms, Dynamic Programming, STLTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Participate in coding contests.
Tip 2 : Practice as many questions as you can.
Tip 3 : Do some good projects.

Application resume tips for other job seekers

Tip 1 : Have some projects on your resume.
Tip 2 : Do not put false things on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

Round duration - 60 Minutes
Round difficulty - Easy

Round 2 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

  • Q1. 

    Alien Dictionary Problem Statement

    You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictiona...

  • Ans. 

    Given a sorted alien dictionary, determine the character order of the alien language.

    • Create a graph data structure to represent the relationships between characters based on the given dictionary.

    • Perform a topological sort on the graph to determine the character order of the alien language.

    • Return the character array obtained from the topological sort as the final output.

  • Answered by AI
  • Q2. 

    Shopping Spree Problem Statement

    Preeti plans to shop for her father's birthday at a store with unlimited quantities of N different items. She has a budget that allows her to buy a maximum of K items. Hel...

  • Ans. 

    Calculate the number of ways Preeti can purchase items within budget, considering distinct ways.

    • Use dynamic programming to calculate the number of ways to purchase items within budget

    • Consider different scenarios where Preeti buys different quantities of each item

    • Return the result modulo 10^9 + 7 to handle large answers

  • Answered by AI
Round 3 - Group Discussion 

Round duration - 60 Minutes
Round difficulty - Easy

Basic DBMS problems.

Round 4 - Telephonic Call 

Round duration - 30 Minutes
Round difficulty - Easy

He asked basic Database and oops questions and discussion about my projects.

Round 5 - HR 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

It was evening. Since it was a telephonic interview so all at the home. NOthing different. About my soft skills, resume, and some basic coding stuff. Why google? Where do you see yourself in 5 years?

  • Q1. 

    Count Ways to Reach the N-th Stair Problem Statement

    You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or tw...

  • Ans. 

    Count the number of distinct ways to climb to the Nth stair by climbing one or two steps at a time.

    • Use dynamic programming to solve the problem efficiently.

    • The number of ways to reach the Nth stair is the sum of the number of ways to reach the (N-1)th stair and the (N-2)th stair.

    • Handle base cases where N=0 and N=1 separately.

    • Apply modulo 10^9+7 to avoid overflow in the final result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPAGoogle interview preparation:Topics to prepare for the interview - Data structures, Algorithms, OOPS, DBMS, OSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Over-communication is key
Tip 2 : Self-Advocacy and Initiative are twice as important when working virtually.
Tip 3 : Relaxed and Fresh

Application resume tips for other job seekers

Tip 1 : Neat and clean. Use a professional font. Include only the most relevant information and put the most important information first. Use active language. 
Tip 2 : Specific about the projects they required and your projects should be in bold.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. More question regarding business strategy rather than technical things
  • Q2. What type of testing u have used what's ur test strategy plan
  • Ans. 

    I have used various types of testing such as functional, regression, performance, and security testing. My test strategy plan involves identifying test scenarios, creating test cases, executing tests, and reporting defects.

    • Functional testing to ensure the software meets the specified requirements

    • Regression testing to ensure new changes do not affect existing functionality

    • Performance testing to ensure the software can h...

  • Answered by AI

Tell us how to improve this page.

Accountant
4 salaries
unlock blur

₹1.9 L/yr - ₹3.6 L/yr

Accounts Manager
3 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Executive Accountant
3 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Godown Incharge
3 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Explore more salaries
Compare Rajesh Trading with

Cognizant

3.7
Compare

Teleperformance

3.9
Compare

iEnergizer

4.6
Compare

Reliance Retail

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