Upload Button Icon Add office photos
Engaged Employer

i

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

Zobele India Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 61 Reviews

Filter interviews by

Zobele India Technical Project Manager Interview Questions and Answers

Updated 9 Feb 2023

Zobele India Technical Project Manager Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jan 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 - Technical 

(2 Questions)

  • Q1. Basic of Project Management?
  • Ans. The five life cycle of Project Management need to be explained. Difference between program management and project management.
  • Answered Anonymously
  • Q2. Scope of Project manager
  • Ans. 

    The scope of a Technical Project Manager involves planning, executing, and delivering projects within specific constraints.

    • Defining project objectives, deliverables, and success criteria

    • Creating project plans, schedules, and budgets

    • Identifying and managing project risks and issues

    • Coordinating and communicating with stakeholders

    • Monitoring project progress and ensuring timely delivery

    • Managing project resources and team m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical know how of the subject is important to clear the interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Nov 2023. 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 - Technical 

(3 Questions)

  • Q1. Scenario based questions related to security roles, power apps, plugins, portal
  • Q2. Security roles and securitymodel
  • Q3. Pre image, post image plugins
Round 3 - Technical 

(1 Question)

  • Q1. This was a client round. Mostly related to azure aware plugins, authentication
Round 4 - HR 

(1 Question)

  • Q1. What are the basic responsibilities for a Tech lead. Other team running related

Technical Lead Interview Questions & Answers

ITC user image Anil Kumar Sahoo

posted on 16 May 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
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 - Technical 

(1 Question)

  • Q1. What is sprinkler system??
  • Ans. 

    A sprinkler system is a fire protection system that uses water to extinguish or control fires in buildings.

    • Consists of pipes, water supply, and sprinkler heads

    • Activated by heat, releasing water onto the fire

    • Helps prevent the spread of fire and protect property and lives

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share your answer.

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

Interview Questionnaire 

2 Questions

  • Q1. 1. Why you want to leave present organization ?
  • Ans. For career growth and taking higher responsibility.
  • Answered by Ravishanker Verma
  • Q2. At which area you are having experience and expertise ?
  • Ans. Since I have worked with Elecon for ten years, I have experience of erection commissioning of Material Handling Equipment. Also, having project execution experience alongwith operation and Maintenance activities for RMH area equipment.
  • Answered by Ravishanker Verma

Interview Preparation Tips

Interview preparation tips for other job seekers - Better to note down all strengths and the experience of various major achievement so that same can be discussed with details with better presentation.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Simple java interview questions

Interview Questionnaire 

8 Questions

  • Q1. Ho to display the days of each month based on the month name entered by the user in OAF page?
  • Ans. 

    Display days of each month based on user input in OAF page.

    • Get the month name input from user

    • Use Java Calendar class to get number of days in the month

    • Create an array of strings to store the days

    • Loop through the days and display them on the page

  • Answered by AI
  • Q2. Steps for upgrade of OAF page from 11i to R12?
  • Ans. 

    Steps for upgrading OAF page from 11i to R12

    • Identify the customizations made in the OAF page

    • Analyze the changes in the OAF framework between 11i and R12

    • Update the code to comply with the new OAF framework

    • Test the upgraded OAF page thoroughly

  • Answered by AI
  • Q3. What are the VO extension and CO extension steps.
  • Ans. 

    VO and CO extensions are steps in SAP implementation for customizing business processes.

    • VO (View Override) extension is used to modify the standard SAP screens and add custom fields or change the layout.

    • CO (Customer Object) extension is used to create custom objects in SAP and link them to standard objects.

    • VO and CO extensions are done using the Enhancement Framework in SAP.

    • VO and CO extensions are important for custom...

  • Answered by AI
  • Q4. Methods of RowImpl to handle validation.
  • Ans. 

    RowImpl methods for validation handling.

    • RowImpl has methods like validate(), validateAttribute(), validateValue() for validation handling.

    • validate() method validates all attributes of a row.

    • validateAttribute() method validates a specific attribute of a row.

    • validateValue() method validates a specific value of a row.

    • These methods can be customized to add custom validation rules.

  • Answered by AI
  • Q5. Ho to restrict the user when wrong data was entered by the use and mistakenly pressed save.
  • Ans. 

    Implement validation checks before saving data to restrict user from entering wrong data.

    • Implement client-side validation checks using JavaScript to ensure data entered is in correct format.

    • Implement server-side validation checks to ensure data entered is valid and meets business rules.

    • Display error messages to the user if data entered is incorrect.

    • Disable the save button until all validation checks have passed.

  • Answered by AI
  • Q6. What are the oracle provided steps to avoid the custom part of workflow to override
  • Ans. 

    Oracle provides steps to avoid custom part of workflow from being overridden.

    • Use the 'freeze' feature to lock the workflow and prevent changes

    • Use the 'versioning' feature to create multiple versions of the workflow

    • Use the 'access control' feature to restrict access to the workflow

    • Use the 'approval' feature to require approval before changes can be made

    • Use the 'audit trail' feature to track changes made to the workflow

  • Answered by AI
  • Q7. What the error we get when we do VO extension.
  • Ans. 

    Error we get when we do VO extension.

    • The error occurs when we try to extend a VO that is already extended.

    • The error message is 'oracle.jbo.TooManyObjectsException: JBO-25014: Another user has changed the row with primary key'.

    • This error can be resolved by refreshing the VO or by using a different VO extension.

    • It is important to ensure that VO extensions are used correctly to avoid this error.

  • Answered by AI
  • Q8. How to do SPEL
  • Ans. 

    SPEL stands for Spring Expression Language and is used for evaluating expressions at runtime.

    • SPEL is used in Spring Framework for configuring beans and annotations.

    • It supports various operators, functions, and variables.

    • Example: #{2 + 3} will evaluate to 5.

    • Example: #{T(java.lang.Math).PI} will evaluate to the value of PI.

    • Example: #{myBean.property} will evaluate to the value of the property of myBean.

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. About work totally
  • Q2. About clients

Interview Preparation Tips

Interview preparation tips for other job seekers - Has to be perfect on our work

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions about your work, pros and cons of your technology. Draw analogy on SAP Marketing cloud and Salesforce Marketing cloud.
Round 2 - Behavioral 

(1 Question)

  • Q1. Behavioral traits are analyzed, your potential and your enthusiasm to work on new things .
Round 3 - Onshore 

(1 Question)

  • Q1. How will you overcome shortcomings of the technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Yourself, do not lie on your resumes. Be clear about your ambitions and goals. Do not shy away from asking questions.

Zobele India Interview FAQs

How many rounds are there in Zobele India Technical Project Manager interview?
Zobele India interview process usually has 2 rounds. The most common rounds in the Zobele India interview process are Resume Shortlist and Technical.
What are the top questions asked in Zobele India Technical Project Manager interview?

Some of the top questions asked at the Zobele India Technical Project Manager interview -

  1. Scope of Project mana...read more
  2. Basic of Project Manageme...read more

Tell us how to improve this page.

Zobele India Technical Project Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Interview Questions
3.9
 • 542 Interviews
Dabur Interview Questions
4.0
 • 263 Interviews
Nestle Interview Questions
4.0
 • 237 Interviews
RSPL Group Interview Questions
4.1
 • 185 Interviews
Britannia Interview Questions
4.1
 • 162 Interviews
DS Group Interview Questions
4.1
 • 141 Interviews
Procter & Gamble Interview Questions
4.2
 • 113 Interviews
Haldiram Foods Interview Questions
3.8
 • 113 Interviews
View all
Production Assistant
19 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Quality Inspector
13 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Process Quality Engineer
9 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Assistant Manager
7 salaries
unlock blur

₹10.2 L/yr - ₹17.2 L/yr

HR Manager
7 salaries
unlock blur

₹16.5 L/yr - ₹18.6 L/yr

Explore more salaries
Compare Zobele India with

Godrej Consumer Products

4.2
Compare

Hindustan Unilever

4.2
Compare

Dabur

4.0
Compare

Marico

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