Upload Button Icon Add office photos
Engaged Employer

i

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

Cummins Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cummins Project Assistant Interview Questions and Answers

Updated 2 Apr 2024

Cummins Project Assistant Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Budgeting approval from top management
  • Ans. 

    Budgeting approval from top management is crucial for project success.

    • Top management approval ensures alignment with organizational goals

    • Present a clear and detailed budget proposal highlighting project benefits

    • Communicate the importance of the project and its impact on the organization's success

    • Provide regular updates on budget utilization and project progress to maintain transparency

  • Answered by AI

Project Assistant Jobs at Cummins

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, don't hesitate.

I applied via Job Fair and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Be prepared for some easy-going standard questions like a palindrome, even odd, prime, factorial, string arrays in case java
Round 2 - Mangerial 

(1 Question)

  • Q1. Try creating a repo with the person to show off your enthusiasm for the IT sector
Round 3 - HR 

(1 Question)

  • Q1. Be prepared for a challenging round, tell why you are changing fields, and why should they choose you over an IT person

Interview Preparation Tips

Interview preparation tips for other job seekers - For people starting their career in the IT sector, If you are good in coding and DS, you should prefer to join only if you are selected as a Digital candidate and not Ninja.
Join Ninja only if you are desperate for a job.

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Which approach you will follow for writing program
  • Ans. 

    I will follow a structured approach for writing programs.

    • I will first analyze the problem and gather requirements.

    • Then, I will design a solution and create a plan.

    • Next, I will write the code and test it thoroughly.

    • Finally, I will deploy the program and maintain it.

    • I will also document the code and follow coding standards.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How do you will provide your effort estimation
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join TCS

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for technical side which will help you to claer technical exam

I was interviewed in Mar 2021.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, constructors, interface and abstract class, final finally finalize, try catch, custom exception, generics, collection interface,states of thread rest vs soap, restful API annotations, spring...

I applied via Campus Placement and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1.What is Opps concepts in Java.
  • Ans. 

    OOPs concepts in Java are the fundamental principles of object-oriented programming.

    • Encapsulation: wrapping data and code into a single unit

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent multiple types

    • Abstraction: hiding implementation details from the user

    • Examples: class, object, inheritance, polymorphism, encapsulation

  • Answered by AI
  • Q2. 2.What is difference between stack and queue?
  • Ans. 

    Stack is a LIFO data structure while Queue is a FIFO data structure.

    • Stack follows Last In First Out (LIFO) principle while Queue follows First In First Out (FIFO) principle.

    • Stack has two main operations: push and pop while Queue has two main operations: enqueue and dequeue.

    • Stack is used in recursive function calls, undo/redo operations, and backtracking while Queue is used in breadth-first search, printing tasks in ord...

  • Answered by AI
  • Q3. 3.Write SQL query to find second highest salary in database?
  • Ans. 

    SQL query to find second highest salary in database

    • Use ORDER BY and LIMIT to get the second highest salary

    • Assume ties are allowed and use DISTINCT

  • Answered by AI
  • Q4. 4. Difference Between method overloading and method overriding?
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is done within the same class while method overriding is done in different classes (subclass and superclass).

    • Method overloading is achieved by changing the number of parameters or the data type of ...

  • Answered by AI
  • Q5. 5.which is the parent class of all classes in Java?
  • Ans. 

    The parent class of all classes in Java is the Object class.

    • All classes in Java implicitly extend the Object class.

    • The Object class provides basic methods such as toString(), equals(), and hashCode().

    • Any class can override these methods to provide custom implementations.

    • Example: public class MyClass extends Object { ... }

    • Example: Object obj = new MyClass();

  • Answered by AI
  • Q6. Explain your final year project?
  • Q7. Difference between SQL and NoSql database?
  • Ans. 

    SQL databases are relational and use structured query language, while NoSQL databases are non-relational and use various data models.

    • SQL databases are based on a fixed schema, while NoSQL databases are schema-less.

    • SQL databases use tables to store data, while NoSQL databases use various data models like key-value, document, columnar, or graph.

    • SQL databases are better suited for complex queries and structured data, whil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All interview process are easy. Intervier just ask basic concept of related to your stream.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract methods that must be implemented by its subclasses.

    • Abstract classes can have non-abstract methods and fields.

    • An abstract class can be used to define a common interface for a group of related classes.

    • Example: Animal is an abstract class and Dog, Cat, and Bird are its subclasses.

    • Examp...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is tcs
  • Ans. 

    TCS stands for Tata Consultancy Services, a multinational IT services company based in India.

    • TCS is one of the largest IT services companies in the world.

    • It provides a wide range of services including consulting, software development, and business process outsourcing.

    • TCS has clients in various industries such as banking, healthcare, and retail.

    • The company has a strong focus on innovation and has several research and de...

  • Answered by AI

I applied via Campus Placement and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself projects opps concepts
  • Q2. Basic questions on multithreading
  • Q3. Exception handling
  • Q4. Constructor overloading

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident definetly you can crack it

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

Round 1 - Aptitude Test 

Few verbal, quants and logical and two codes

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to c++, oop, java, data structure, sql
  • Q2. Final year project and summer training related qns

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics of C++, java, sql, pop and also two departmental subjects.
Be confident and answer whatever you can.

Cummins Interview FAQs

How many rounds are there in Cummins Project Assistant interview?
Cummins interview process usually has 1 rounds. The most common rounds in the Cummins interview process are Technical.
How to prepare for Cummins Project Assistant 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 Cummins. The most common topics and skills that interviewers at Cummins expect are Human Resource Management, Risk Management, Data Analytics, Licensing and Administrative Support.

Tell us how to improve this page.

Cummins Project Assistant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Siemens Interview Questions
4.1
 • 418 Interviews
Bosch Interview Questions
4.2
 • 330 Interviews
Thermax Limited Interview Questions
4.1
 • 251 Interviews
Ashok Leyland Interview Questions
4.1
 • 239 Interviews
ABB Interview Questions
4.1
 • 235 Interviews
John Deere Interview Questions
4.1
 • 229 Interviews
View all
Cummins Project Assistant Salary
based on 4 salaries
₹4.5 L/yr - ₹6.3 L/yr
67% more than the average Project Assistant Salary in India
View more details
Junior Shop Manager
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Manager
833 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Diploma Trainee Engineer
522 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
324 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Engineer
289 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cummins with

BHEL

4.1
Compare

TCS

3.7
Compare

Larsen & Toubro Limited

4.0
Compare

Thermax Limited

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