Upload Button Icon Add office photos

Filter interviews by

S K Pharma Machinery Assistant Manager Project Management Interview Questions and Answers

Updated 14 Apr 2023

S K Pharma Machinery Assistant Manager Project Management Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Apr 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 - Technical 

(2 Questions)

  • Q1. Do you know the gantt chart? can u able to prepare it? any other tool you know for project management?
  • Ans. 

    Yes, I am familiar with the Gantt chart and can prepare it. I also know other project management tools.

    • I have experience in creating Gantt charts using software like Microsoft Project or online tools like Asana or Trello.

    • Gantt charts are useful for visualizing project timelines, tasks, dependencies, and milestones.

    • They help in planning, scheduling, and tracking project progress.

    • Other project management tools I am famil...

  • Answered by AI
  • Q2. Can you able to prepapre the gantt chart?
  • Ans. 

    Yes, I am able to prepare a Gantt chart.

    • I have experience in creating Gantt charts for project management purposes.

    • I am familiar with using project management software such as Microsoft Project or Trello to create Gantt charts.

    • I understand the importance of accurately scheduling tasks and dependencies in a Gantt chart.

    • I can effectively communicate the Gantt chart to team members and stakeholders to ensure project under

  • Answered by AI

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Are uu an experience holder ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything is fine nd gud.

I applied via Referral and was interviewed in Sep 2021. There were 3 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 

(1 Question)

  • Q1. Questions about Core Java , JSP Servlet and Some of common SQL Questions and one or two questions about jQuery how to handle id , class and all were asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Finally managerial round and few Technical Questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in Core Java , JSP Servlet
Round 1 - Technical 

(2 Questions)

  • Q1. Polymorphism, instance variables
  • Q2. Inheritance, array programs
Round 2 - HR 

(3 Questions)

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself, nothing new just brush up core java

I applied via Recruitment Consultant and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java questions like what is string, how you make marker Interface, difference between hash map hash set and hash table , JSP lifecycle , how to call java method in JSP what is intersepter

Interview Preparation Tips

Interview preparation tips for other job seekers - For being java developer cover String, collection,oops concepts, comparator and comparable,if use frame work complete knowledge of that framework, and Type of statement in SQL and difference with use

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Core Java, SQL,JSP,Servlet
  • Q2. SQL Injection
  • Q3. Collection details
  • Q4. Rest API,Soap API

Interview Preparation Tips

Interview preparation tips for other job seekers - First Technical then Manager round (just project details)

Interview Questionnaire 

4 Questions

  • Q1. Life cycle of servlet and jsp
  • Ans. 

    Servlet and JSP life cycle involves initialization, request processing and destruction.

    • Servlet life cycle includes init(), service() and destroy() methods.

    • JSP life cycle includes translation, compilation, initialization, and request processing.

    • Servlet container manages the life cycle of servlets and JSPs.

    • Servlet and JSP objects are created and initialized during initialization phase.

    • During request processing phase, ser...

  • Answered by AI
  • Q2. Joins and basic SQL concept
  • Q3. Implementation of jdbc
  • Ans. 

    JDBC is a Java API for connecting to and interacting with databases.

    • JDBC stands for Java Database Connectivity.

    • It provides a standard interface for connecting to databases.

    • JDBC drivers are used to connect to specific databases.

    • JDBC can be used to execute SQL queries and retrieve results.

    • Example: Class.forName("com.mysql.jdbc.Driver"); Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/mydb","userna

  • Answered by AI
  • Q4. Puzzle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts of java ,servlet, jsp ,jdbc and javascript

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is collection , internal working of hashmap , lambda expression
  • Ans. 

    Collection is a framework that provides an architecture to store and manipulate a group of objects.

    • HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values efficiently.

    • Internal working of HashMap involves hashing the key to find the index of the bucket where the key-value pair is stored.

    • Lambda expressions are anonymous functions that allow you to pass behavior as an argument to a meth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You can prepare your core java, collection,multithreading and some sql questions

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

General asked aptitude
Focus most on profit lost, percentage

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked mostly on core java bcz i was selected for trainee role and JavaScript along with bootstrap
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked DSA array, searching, sorting, linkedlist

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself in java
Easy level of DSA
Servlet, jsp, jdbc
Spring and spring boot add advantage
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Aug 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Mainlyfocus on oops and basic core java question
  • Q2. What is try catch and finally
  • Ans. 

    try catch and finally are keywords used in exception handling in programming languages.

    • try block contains the code that may throw an exception

    • catch block catches the exception thrown by the try block and handles it

    • finally block contains the code that is executed regardless of whether an exception is thrown or not

    • try-catch-finally is used to handle errors and prevent program crashes

    • Example: try { //code that may throw a...

  • Answered by AI
Round 3 - Group Discussion 

Why are you leaving your company

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing here to learn ,and expect everything from you

Skills evaluated in this interview

S K Pharma Machinery Interview FAQs

How many rounds are there in S K Pharma Machinery Assistant Manager Project Management interview?
S K Pharma Machinery interview process usually has 2 rounds. The most common rounds in the S K Pharma Machinery interview process are Resume Shortlist and Technical.
What are the top questions asked in S K Pharma Machinery Assistant Manager Project Management interview?

Some of the top questions asked at the S K Pharma Machinery Assistant Manager Project Management interview -

  1. do you know the gantt chart? can u able to prepare it? any other tool you know ...read more
  2. can you able to prepapre the gantt cha...read more

Tell us how to improve this page.

S K Pharma Machinery Assistant Manager Project Management Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Link Group Interview Questions
3.8
 • 34 Interviews
Icl Fincorp Interview Questions
3.2
 • 18 Interviews
Innocule Interview Questions
4.3
 • 15 Interviews
PharmaACE Interview Questions
2.6
 • 15 Interviews
Neural IT Interview Questions
2.8
 • 14 Interviews
View all

S K Pharma Machinery Assistant Manager Project Management Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Service Engineer
7 salaries
unlock blur

₹1.3 L/yr - ₹3.6 L/yr

Design Engineer
5 salaries
unlock blur

₹2.1 L/yr - ₹3.5 L/yr

Production Engineer
4 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Project Engineer
3 salaries
unlock blur

₹3.2 L/yr - ₹5.2 L/yr

QC Engineer
3 salaries
unlock blur

₹2 L/yr - ₹2.3 L/yr

Explore more salaries
Compare S K Pharma Machinery with

Karvy Financial Services

3.8
Compare

Reliance Money

3.6
Compare

Sonata Finance

3.9
Compare

Bss Microfinance

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