Upload Button Icon Add office photos

Filter interviews by

Ashok Interview Questions and Answers

Updated 29 Nov 2024

Ashok Interview Experiences

Popular Designations

3 interviews found

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

(1 Question)

  • Q1. To hope to Any casting material grade is good

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (4)

Site Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2022

I applied via Shine and was interviewed in Jul 2022. 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 - Group Discussion 

About technology of construction

Interview Preparation Tips

Topics to prepare for Ashok Site Engineer interview:
  • R & B tech
Interview preparation tips for other job seekers - Better in job seekers ,good responsibility

Site Engineer Interview Questions asked at other Companies

Q1. 1.BBS calculation of slab? 2.Stairs case riser and tread dimension? 3.Types of cement? 4.Full form of tmt, pcc, rcc, tmx, dpc 5.Definition of plinth area, courtyard area, built-up area? 6.function of dpc 8.standard size of brick? 9. Write g... read more
View answer (4)

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 4 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 - Aptitude Test 

Intrest in cricket match..

Round 3 - Group Discussion 

Discussion about current Indian politics..

Round 4 - Assignment 

Good marketing policies..

Interview Preparation Tips

Topics to prepare for Ashok Area Sales Manager interview:
  • Marketing Management
Interview preparation tips for other job seekers - Looking in other brand marketing policies..

Area Sales Manager Interview Questions asked at other Companies

Q1. How to handling position and how to coverage rout and sales teams
View answer (29)

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Normal tooling questions, regulation ECE 26 and R 42, painting process
  • Q2. Section Y0, fender bracket and bumper sections, also fog lamp and head lamp gap and section value
  • Q3. Welding process and snapping method, RPS strategy

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is not tough once clear CAD test then interview is mostly formality unless technically not sound.

I appeared for an interview in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Profile based questions

Interview Preparation Tips

Round: aptitude
Experience: both technical and general.
Tips: you can easily clear if know somewhat in programming.

Round: HR Interview
Experience: once you clear aptitude then you will get to the company.

Skills: Personnel Management
College Name: Mnm Jain Engineering College

Business Analyst Interview Questions & Answers

Copart user image singavarapu shahana

posted on 26 Oct 2024

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

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Versent round , speaking ,listing and writing test

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

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The questions asked include: 1) Binary Search, 2) Leetcode 3 (Longest Substring Without Repeating Characters), and 3) basic questions about Java and Spring Boot.

Round 2 - Technical 

(5 Questions)

  • Q1. Question related to java basics and Springboot
  • Q2. Spring annotations
  • Q3. Api validations
  • Q4. How to perform asynchronous api calls for microservices
  • Ans. 

    Performing asynchronous API calls for microservices involves using non-blocking operations to improve performance and scalability.

    • Use asynchronous programming frameworks like Node.js or Spring WebFlux to handle concurrent API calls.

    • Implement callback functions or promises to handle responses from asynchronous API calls.

    • Consider using message queues like RabbitMQ or Kafka for communication between microservices.

    • Use circ...

  • Answered by AI
  • Q5. Question related to kafka

Interview Preparation Tips

Interview preparation tips for other job seekers - For SDE, Leetcode medium easy question (String, two-pointers, sliding window, hashmap).

I appeared for an interview in Dec 2020.

Round 1 - Video Call 

(3 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

There were 5 people in the zoom meet, including me. Rest all 4 were interviewers, 3 from India and 1 from the United Kingdom.
They started with my introduction and then moved on to the questions from my resume, starting with my internship at Samsung Bangalore and then projects.
Then another interviewer asked about my weakness and strength. Then comes the turn of coding questions.
Starting with finding the minimum element in O(1) time, rotating the 2-D array by 90 degrees, OOPS questions were also asked like- polymorphism, abstraction, virtual class. Some OS questions were- cache, paging algorithms.
Then come my POR and other activities.

  • Q1. 

    Kth Smallest Element Problem Statement

    You are provided with an array of integers ARR of size N and an integer K. Your task is to find and return the K-th smallest value present in the array. All elements...

  • Ans. 

    Find the K-th smallest element in an array of distinct integers.

    • Sort the array and return the element at index K-1.

    • Use a min-heap to find the K-th smallest element efficiently.

    • Implement quickselect algorithm for optimal performance.

  • Answered by AI
  • Q2. 

    Inplace Rotate Matrix 90 Degrees Anti-Clockwise

    You are provided with a square matrix of non-negative integers of size 'N x N'. The task is to rotate this matrix by 90 degrees in an anti-clockwise directi...

  • Ans. 

    Rotate a square matrix by 90 degrees anti-clockwise without using extra space.

    • Iterate through each layer of the matrix from outer to inner layers

    • Swap elements in groups of 4 to rotate the matrix in place

    • Handle odd-sized matrices separately by adjusting the loop boundaries

  • Answered by AI
  • Q3. What are the page replacement algorithms in Operating Systems?
  • Ans. 

    Page replacement algorithms are used in operating systems to decide which page to replace when a new page needs to be brought in.

    • FIFO (First In, First Out) - replaces the oldest page in memory

    • LRU (Least Recently Used) - replaces the page that has not been used for the longest time

    • LFU (Least Frequently Used) - replaces the page that has been used the least number of times

    • Optimal - replaces the page that will not be used

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Arrays, Strings, Stack and Queue, STL, Object-Oriented Programming, Operating System, Database Management System, Computer NetworksTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice GFG Must Do section, solve at least 5 Questions daily
Tip 2 : Start talking to new people regarding technology to remove hesitation at the time of the interview.
Tip 3 : Be in contact with a senior already working in that company, ask them regarding previous experience and new project the company is working on.
Tip 4 : Once you are done with GFG must do questions, now complete leetcode sorting by your target company.
Tip 5 : For core subjects refer to gate smashers and knowledge gate videos on youtube.

Application resume tips for other job seekers

Tip 1 : Try to modify your resume according to the company you are applying for, for this read their Job Description provided to you.
Tip 2 : Mention no more than 3 projects and 1,2 internships.
Tip 3 : Divide your skills into beginner, intermediate and hard sections, otherwise don't mention too many skills.
Tip 4 : Don't mention to many Position Of Responsibilities( at max 2-3).

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. It went well, results awaiting

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent company to work. Preparation is the key to crack the interview

Interview Questionnaire 

1 Question

  • Q1. About technical skills and complete job profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, never share any fake information. You will be perfect in you JD

Ashok Interview FAQs

How many rounds are there in Ashok interview?
Ashok interview process usually has 2-3 rounds. The most common rounds in the Ashok interview process are Resume Shortlist, Group Discussion and Aptitude Test.
How to prepare for Ashok interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Ashok. The most common topics and skills that interviewers at Ashok expect are English, Field Sales, Tamil, Communication Skills and Marketing.

Tell us how to improve this page.

Ashok Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Copart Interview Questions
3.5
 • 27 Interviews
Plastic Omnium Interview Questions
3.7
 • 24 Interviews
Polaris Interview Questions
3.8
 • 22 Interviews
Applus IDIADA Interview Questions
4.0
 • 22 Interviews
Hero Electric Interview Questions
4.0
 • 18 Interviews
Simple Energy Interview Questions
3.9
 • 15 Interviews
Hilex Interview Questions
3.9
 • 14 Interviews
View all

Ashok Reviews and Ratings

based on 40 reviews

4.2/5

Rating in categories

4.3

Skill development

4.4

Work-life balance

3.7

Salary

4.0

Job security

4.0

Company culture

3.7

Promotions

4.3

Work satisfaction

Explore 40 Reviews and Ratings
Site Engineer
6 salaries
unlock blur

₹1.7 L/yr - ₹3 L/yr

Civil Site Engineer
6 salaries
unlock blur

₹1.2 L/yr - ₹4.5 L/yr

Account Assistant
5 salaries
unlock blur

₹1.5 L/yr - ₹2.5 L/yr

Senior Engineer
4 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Accountant
4 salaries
unlock blur

₹1.6 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Ashok with

Saud Bahwan Group

3.4
Compare

Plastic Omnium

3.7
Compare

Kataria Automobiles

3.7
Compare

Hilex

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