Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Suchita Millenium Projects Team. If you also belong to the team, you can get access from here

Suchita Millenium Projects Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Suchita Millenium Projects Interview Questions and Answers

Updated 7 May 2024

Suchita Millenium Projects Interview Experiences

2 interviews found

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

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. Which types of machine are you handling
  • Ans. 

    I handle a variety of machines including industrial equipment, manufacturing machinery, and computer systems.

    • Industrial equipment such as pumps, compressors, and generators

    • Manufacturing machinery like CNC machines, lathes, and injection molding machines

    • Computer systems including servers, networking equipment, and PLCs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All india job apart from job posting

Service Engineer Interview Questions asked at other Companies

Q1. What are the compulsory policy excess in four wheeler private vehicles?
View answer (12)

Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2022

I applied via Approached by company and was interviewed in Jul 2021. 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 - Case Study 

Mechanical engineering

Round 3 - Technical 

(2 Questions)

  • Q1. My self introduction
  • Q2. What is engine , engine type
Round 4 - One-on-one 

(3 Questions)

  • Q1. What is type of engine?
  • Q2. Engine type of stock?
  • Q3. Engine kaise kam korta ha ?

Interview Preparation Tips

Topics to prepare for Suchita Millenium Projects interview:
  • Mechanical Engineering
Interview preparation tips for other job seekers - Sir You are good Amit Kumar Mondal

Jobs at Suchita Millenium Projects

View all

Interview questions from similar companies

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you understand the supply of restaurant in a particular area of a city ?
  • Ans. 

    To understand the supply of restaurants in a particular area of a city, we can use various methods.

    • Collect data from online directories like Yelp, Zomato, etc.

    • Conduct surveys to gather information about the number of restaurants in the area.

    • Analyze the population density and demographics of the area to estimate the demand for restaurants.

    • Check the number of restaurant permits issued by the local government.

    • Use GIS mapp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand any city's demographics for instance. Take most busy road and assume that 70% supply will be on food -tech (MArket Standard). Open Sw / Zo and see the supply available in that area in peak time. There can be more than one way to solve for these question

I applied via Company Website and was interviewed before May 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Sales related and market bases... And how to handle clients with all issues?
  • Q2. Good Knowledge of marketing Fields and good communication with clients solving issues and problems?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always keep learning
Always Curiose to grow and ready to what's your learn your job profile on your duration time period
Simple look and high thinking ......

I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Work experience
  • Q2. R u comfertable traveling
  • Ans. 

    Yes, I am comfortable traveling for work.

    • I have experience traveling for work in my previous roles.

    • I am adaptable and enjoy exploring new places.

    • I am willing to travel for client meetings and conferences.

    • I understand the importance of face-to-face interactions in sales.

    • I am organized and can handle the logistics of travel efficiently.

  • Answered by AI
  • Q3. What is your study status
  • Q4. Graduate
  • Q5. Can u join immediatly
  • Q6. Will you able to sell product by showing them on thier phone screen on the app
  • Q7. This is something new,but India is going through digitalisation,so ofcourse that wouldnt be that problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good,i got selected,after two days i got a cl bck,and on 3 days i did my joining procedure

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

I applied via Recruitment Consultant and was interviewed before Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What Prog Languages known? Prior Software Experience? How good on U.S. Client Face to Face and telephonic interaction for projects?
  • Ans. 

    I am proficient in Java, Python, and C++. I have 2 years of experience in software development. I have excellent communication skills for client interaction.

    • Proficient in Java, Python, and C++

    • 2 years of software development experience

    • Excellent communication skills for client interaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I wasn't fluent or good in Programming languages but I was clear on the flowchart and the basic concept of OOPS. Also, I was confident about solving the scenarios given to me at interview rounds. I also had good experience in US customer handling over telephonic and Face to Face interaction.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Anything can be asked from oops to design pattern level question. Simple to hard. It's kind of rapid fire.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ready handle a pressure while interview process, be stable, don't confuse

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

Suchita Millenium Projects Interview FAQs

How many rounds are there in Suchita Millenium Projects interview?
Suchita Millenium Projects interview process usually has 2-3 rounds. The most common rounds in the Suchita Millenium Projects interview process are Technical, Resume Shortlist and Case Study.
How to prepare for Suchita Millenium Projects 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 Suchita Millenium Projects. The most common topics and skills that interviewers at Suchita Millenium Projects expect are Construction Equipment, Cranes, Advanced Excel, Automobile Sales and Car Sales.
What are the top questions asked in Suchita Millenium Projects interview?

Some of the top questions asked at the Suchita Millenium Projects interview -

  1. What is engine , engine t...read more
  2. What is type of engi...read more
  3. Engine type of sto...read more

Tell us how to improve this page.

Suchita Millenium Projects Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Senco Gold Interview Questions
4.5
 • 561 Interviews
Swiggy Interview Questions
3.8
 • 431 Interviews
Planet Spark Interview Questions
3.7
 • 362 Interviews
ITC Infotech Interview Questions
3.6
 • 336 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
Ekart Logistics Interview Questions
3.9
 • 310 Interviews
CitiusTech Interview Questions
3.4
 • 270 Interviews
NeoSOFT Interview Questions
3.7
 • 263 Interviews
ElasticRun Interview Questions
3.5
 • 251 Interviews
View all

Suchita Millenium Projects Reviews and Ratings

based on 40 reviews

4.2/5

Rating in categories

4.3

Skill development

3.9

Work-life balance

3.5

Salary

3.8

Job security

3.8

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 40 Reviews and Ratings
Automobile Sales Executive

Kolkata,

Barrackpore

+1

1-6 Yrs

₹ 0.5-2 LPA

Diesel Genset Sales

Silchar,

Agartala

+1

3-6 Yrs

₹ 1-3.25 LPA

Explore more jobs
Service Engineer
32 salaries
unlock blur

₹1.8 L/yr - ₹4.8 L/yr

Senior Service Engineer
5 salaries
unlock blur

₹5.3 L/yr - ₹6.6 L/yr

Site Incharge
4 salaries
unlock blur

₹2.4 L/yr - ₹5.4 L/yr

Business Head
4 salaries
unlock blur

₹9.2 L/yr - ₹23.1 L/yr

Executive Accountant
4 salaries
unlock blur

₹2.2 L/yr - ₹2.6 L/yr

Explore more salaries
Compare Suchita Millenium Projects with

Ekart Logistics

3.9
Compare

Udaan

3.9
Compare

Home Credit Finance

4.1
Compare

Swiggy

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