Upload Button Icon Add office photos

Filter interviews by

Coal Mines Associated Traders Interview Questions and Answers

Updated 29 Apr 2023

Coal Mines Associated Traders Interview Experiences

Popular Designations

2 interviews found

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

I applied via Referral and was interviewed in Mar 2023. 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 - One-on-one 

(3 Questions)

  • Q1. What is coordinator
  • Ans. 

    A coordinator is a person who manages and organizes activities or events.

    • A coordinator is responsible for planning and executing tasks within a project or event.

    • They ensure that all team members are aware of their roles and responsibilities.

    • Coordinators also communicate with stakeholders and clients to ensure that their needs are met.

    • Examples of coordinators include project coordinators, event coordinators, and logisti

  • Answered by AI
  • Q2. Auto level level cheaking
  • Q3. Area calculation method by using total station coordinate point
  • Ans. 

    Area calculation using total station coordinate point

    • Collect coordinate points using total station

    • Import the data into software like AutoCAD or ArcGIS

    • Create a polygon using the collected points

    • Calculate the area of the polygon using software

    • Ensure the accuracy of the collected points

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Coal Mines Associated Traders Senior Surveyor interview:
  • Employee Engagement
Interview preparation tips for other job seekers - Must be familiar with execution work and its general knowledge.

Senior Surveyor Interview Questions asked at other Companies

Q1. What is the difference of true north and magnetic north ?
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. What are activities you can perform with high safety with highest production
  • Ans. 

    Activities that can be performed with high safety and highest production

    • Routine maintenance tasks

    • Using automated machinery

    • Following safety protocols and guidelines

    • Regular training and skill development

    • Implementing quality control measures

    • Using personal protective equipment (PPE)

    • Collaborating with team members to identify and address safety concerns

  • Answered by AI

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (86)

Interview questions from similar companies

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

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 

Logical Ability. Aptitude Skills. Pattern Recognition. English Skills.

Round 2 - Technical 

(2 Questions)

  • Q1. How would you approach a situational question aimed at testing your problem-solving skills, specifically regarding estimating the approximate number of refrigerators sold in India per year? You have ten mi...
  • Q2. A series of questions aimed at testing the candidates grip over the professional English Skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was a foreigner, so my strong grip over English paved a smooth communication. Also, he was a friendly person. Be prepared for getting asked tricky questions that will test your problem solving skills and awareness. Again, excellent English Skills are necessary!
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

There are30 multiple chocke quetsions

Round 2 - Technical 

(5 Questions)

  • Q1. What is troubleshooting
  • Ans. 

    Troubleshooting is the process of identifying, diagnosing, and resolving technical issues or problems.

    • Identifying the issue or problem

    • Gathering information and data related to the issue

    • Analyzing the information to determine the root cause

    • Developing and implementing a solution

    • Testing the solution to ensure it resolves the issue

  • Answered by AI
  • Q2. What is diagnosing
  • Ans. 

    Diagnosing is the process of identifying and determining the cause of a problem or issue.

    • Diagnosing involves gathering information about symptoms or issues.

    • It requires analyzing data and identifying patterns or potential causes.

    • Diagnostic tools and tests may be used to aid in the process.

    • Once a diagnosis is made, appropriate solutions or treatments can be implemented.

  • Answered by AI
  • Q3. What is email writing
  • Ans. 

    Email writing is the process of composing and sending electronic messages through email platforms.

    • Use a clear and concise subject line to summarize the email content

    • Address the recipient properly with a greeting

    • Organize the email content into paragraphs for easy readability

    • Use professional language and tone

    • Include a signature with contact information at the end

  • Answered by AI
  • Q4. What is java andu know it
  • Ans. 

    Java is a high-level programming language used for developing applications and software.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is used in a wide range of applications, from web development to mobile apps

    • Examples: Android apps, web servers, enterprise applications

  • Answered by AI
  • Q5. What is sql how can
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks such as querying data, updating data, and creating databases

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • Example: SELECT * FROM customers WHERE city = 'New York'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview no need to panic questions can be well known
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

This is good experience đź‘Ť

Round 2 - Group Discussion 

This is good experience đź‘Ť bhut hi accha rha h

Round 3 - One-on-one 

(5 Questions)

  • Q1. Aapka naam kya hai
  • Q2. Aapke pass phone hai laptop hai
  • Q3. Aap kahan se Hain
  • Q4. Aap is job ko kar payenge
  • Q5. Aapke yahan per net theek chalta hai
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is react.js? Ans: React.js is javascript library used for building the UI components.
  • Ans. 

    React.js is a JavaScript library used for building user interfaces by creating reusable UI components.

    • React.js allows developers to create interactive user interfaces efficiently.

    • It uses a virtual DOM for optimal performance by updating only the necessary components.

    • React components can be reused across different parts of an application.

    • It follows a unidirectional data flow, making it easier to manage state and data.

    • Re...

  • Answered by AI
  • Q2. What is JavaScript? Ans: javaScript is type free language that means to declare the variable we don't any specific datatype and values. javascript is a dynamic type language.
  • Q3. Why javascript is Dynamic language? Ans: The type of variable is dynamically changed based on the its current value. that is the reason the javascript is treated as as dynamic language.
  • Ans. 

    JavaScript is considered a dynamic language because variables can change types based on their current value.

    • Variables in JavaScript can hold different types of values at different times

    • The type of a variable is determined at runtime, not at compile time

    • Dynamic typing allows for flexibility and ease of use in JavaScript programming

    • Example: a variable can start as a number and then be reassigned as a string

  • Answered by AI
  • Q4. How to run the jscode? Ans: In terminal type the node filename.js
Round 2 - HR 

(2 Questions)

  • Q1. Why should i hire you? Ans: you should hire me because of i have great skills on the frontend development. and improve the organizations standard with my work and skills.
  • Q2. What is salary expection per annum? Ans: upto 600000
  • Ans. 

    My salary expectation is up to 600,000 per annum based on my experience and skills.

    • Consider factors such as experience, skills, industry standards, and location when determining salary expectations.

    • Research average salaries for front end developers in your area to ensure your expectations are realistic.

    • Be prepared to negotiate and discuss other benefits in addition to salary.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tracxn Front end Developer interview:
  • Html5
  • CSS3
  • React.Js
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - no

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Coding test was really good it was easier to tackle the problem and writting code for it.

Round 2 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is the major project you have worked on, and can you provide an explanation of it?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. SQL ques and concept
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Mostly Aptitude, Reasoning,Verbal in the round-1 with 60 questions

Round 2 - Coding Test 

2 programming questions - you can select which language u are comfortable

Round 3 - Technical 

(1 Question)

  • Q1. It's purely based on your resume, so which language u are comfortable they can prefer to ask that's the thing

Interview Preparation Tips

Interview preparation tips for other job seekers - Please whenever you are trying to submit your resume to particular company... Check the specifications what they want, what's on your resume.. based on that only your profile can select to next round..!
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Modern Education Societys College of Engineering, Pune and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

5G technology, 2 mins to prepare, Calls out name and then we have to turn on camera and speak.

Round 2 - Group Discussion 

Impact of E-commerce on bricks and motors

Round 3 - One-on-one 

(6 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Graduated with a Bachelor's degree in Computer Science

    • Proficient in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

    • Interested in machine learning and artificial intelligence

  • Answered by AI
  • Q2. Research Internship based questions on python which I mentioned in my Resume
  • Q3. Doctype Html - Why is it mentioned? HTML - Inline and block elements
  • Q4. What is OOP? Explain its five pillars.
  • Ans. 

    OOP stands for Object-Oriented Programming. Its five pillars are encapsulation, inheritance, polymorphism, abstraction, and composition.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes by inheriting attributes and methods from existing classes.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstrac...

  • Answered by AI
  • Q5. SQL - Select query syntax and types of join
  • Ans. 

    SQL select query syntax and types of join

    • SQL SELECT query syntax: SELECT column1, column2 FROM table_name WHERE condition

    • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN

    • Example: SELECT orders.order_id, customers.customer_name FROM orders INNER JOIN customers ON orders.customer_id = customers.customer_id

  • Answered by AI
  • Q6. JAVA - DSA Questions 1. For range 1 to 100, if number divisible by 3 print "Zig", if number divisible by 5 print "Zag" and if divisible by both print "Zig-Zag". 2. Find second largest element in a given ar...

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume thoroughly and actually know every detail of the tech stack you mention in it.

Skills evaluated in this interview

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

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

2 sections 37 minutes first section aptitude and case study based que , section 2 maths and logic

Round 2 - Technical 

(4 Questions)

  • Q1. Intro and why interested in tradinf
  • Ans. 

    I have always been fascinated by the financial markets and enjoy analyzing trends and data to make informed decisions.

    • I have a strong background in finance and data analysis, which makes me well-suited for a role as a Financial Marketing Analyst.

    • I am passionate about understanding consumer behavior and market dynamics to develop effective marketing strategies.

    • I have experience in conducting market research and competit...

  • Answered by AI
  • Q2. Any experience in trading share your experience and if yes share your screen and show your portfolio if you want
  • Q3. Explain your trading strategy
  • Ans. 

    My trading strategy involves a combination of technical analysis, fundamental analysis, and risk management.

    • I use technical analysis to identify entry and exit points based on chart patterns and indicators.

    • I also consider fundamental analysis to evaluate the financial health and growth potential of the companies I invest in.

    • Risk management is a key component of my strategy, as I set stop-loss orders and diversify my po...

  • Answered by AI
  • Q4. Biggest risk you have taken in your life
  • Ans. 

    The biggest risk I have taken in my life was quitting my stable job to start my own business.

    • Left a secure job to pursue entrepreneurship

    • Invested personal savings into the business

    • Took on financial risks without guaranteed income

    • Faced uncertainty and challenges in the initial stages

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was very friendly and easy to talk he was just interested in knowing about my interest in trading .

Coal Mines Associated Traders Interview FAQs

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

Some of the top questions asked at the Coal Mines Associated Traders interview -

  1. Area calculation method by using total station coordinate po...read more
  2. what are activities you can perform with high safety with highest product...read more
  3. What is coordina...read more

Tell us how to improve this page.

Coal Mines Associated Traders Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Reliance Industries Interview Questions
4.0
 • 1.3k Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
Hindalco Industries Interview Questions
4.2
 • 205 Interviews
Adani Group Interview Questions
3.9
 • 178 Interviews
Godrej Industries Group Interview Questions
4.0
 • 118 Interviews
JSW Group Interview Questions
3.9
 • 106 Interviews
Vedanta Resources Interview Questions
3.7
 • 94 Interviews
Essar Group Interview Questions
3.8
 • 28 Interviews
Bharti Enterprises Interview Questions
3.4
 • 3 Interviews
Bajaj Group Interview Questions
3.8
 • 3 Interviews
View all

Coal Mines Associated Traders Reviews and Ratings

based on 24 reviews

3.6/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.0

Salary

3.0

Job security

3.1

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 24 Reviews and Ratings
Civil Engineer
5 salaries
unlock blur

â‚ą3 L/yr - â‚ą5.4 L/yr

Site Engineer
4 salaries
unlock blur

â‚ą2.2 L/yr - â‚ą3 L/yr

Junior Engineer
4 salaries
unlock blur

â‚ą1.8 L/yr - â‚ą1.8 L/yr

Civil Site Engineer
4 salaries
unlock blur

â‚ą2.7 L/yr - â‚ą3.6 L/yr

Assistant Manager
3 salaries
unlock blur

â‚ą3.6 L/yr - â‚ą7.6 L/yr

Explore more salaries
Compare Coal Mines Associated Traders with

Reliance Industries

4.0
Compare

Tata Group

4.2
Compare

Adani Group

3.9
Compare

Essar Group

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