Premium Employer

i

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

Tecnotree Convergence Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tecnotree Convergence Project Manager Interview Questions and Answers

Updated 4 May 2023

Tecnotree Convergence Project Manager Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Apr 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 - Coding Test 

1 hour of test was conducted post which technical discussion

Round 3 - One-on-one 

(2 Questions)

  • Q1. Python, Kafka, Terraform related question
  • Q2. Docker hub, image vulnerabilities, upgrade from one version to another version
Round 4 - HR 

(2 Questions)

  • Q1. Number of years of experience, why are you looking for job change
  • Ans. 

    I have 5 years of experience. Looking for a new challenge and growth opportunities.

    • I have 5 years of experience as a project manager in various industries

    • I am looking for a new challenge and growth opportunities

    • I want to expand my skill set and work with a new team

    • I am excited about the possibility of contributing to a new company's success

  • Answered by AI
  • Q2. Salary expectation, about family background, previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Devops and SAAS Team is good,

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Process and Situation based questions

Assistant Manager Interview Questions & Answers

VDart user image Chakravarthy Namasivayam

posted on 16 Aug 2023

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

I applied via Walk-in and was interviewed before Aug 2022. 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 - HR 

(1 Question)

  • Q1. Brief explanation on our resume
Round 3 - Technical 

(2 Questions)

  • Q1. Finance background questions
  • Q2. Basic Journal entries
Round 4 - HR 

(1 Question)

  • Q1. Final level discussion

Interview Preparation Tips

Topics to prepare for VDart Assistant Manager interview:
  • Basic Accountacy
  • Corporate Communication
  • Email ettique
Interview preparation tips for other job seekers - Always give your answers in a polite manner with accuracy.

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test are just basic Array and linkedList question

Round 2 - Technical 

(3 Questions)

  • Q1. Explain 4 pillar of oops
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components of an object, protecting its integrity.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects of different classes to be treated as objects of a

  • Answered by AI
  • Q2. Internal working of Hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • Retrieving a value involves hashing the ...

  • Answered by AI
  • Q3. Crud operation implementation
  • Ans. 

    Implementation of Create, Read, Update, and Delete operations in a software system.

    • Use SQL queries for database operations

    • Create separate functions for each operation

    • Handle errors and exceptions properly

    • Test thoroughly to ensure functionality

    • Consider security measures to prevent unauthorized access

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you chaning the organisation?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a new environment to learn and develop new skills

    • Interested in working on different projects and technologies

    • Seeking better career advancement opportunities

    • Wanting to work in a more collaborative team environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Java, Spring, Rest API
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java collection questions
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot basic questions
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong technical background, proven track record of delivering high-quality software, and a passion for continuous learning and improvement.

    • I have a Bachelor's degree in Computer Science and X years of experience in software development.

    • I have successfully led multiple projects from conception to completion, delivering high-quality software on time and within budget.

    • I am proficient in a variety of programming ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not even apply
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Share the link for codesignal

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Based on the resume

Tecnotree Convergence Interview FAQs

How many rounds are there in Tecnotree Convergence Project Manager interview?
Tecnotree Convergence interview process usually has 4 rounds. The most common rounds in the Tecnotree Convergence interview process are Resume Shortlist, Coding Test and One-on-one Round.
How to prepare for Tecnotree Convergence Project Manager 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 Tecnotree Convergence. The most common topics and skills that interviewers at Tecnotree Convergence expect are Capacity Planning, Client Satisfaction, Forecasting, Operations and Project Analysis.
What are the top questions asked in Tecnotree Convergence Project Manager interview?

Some of the top questions asked at the Tecnotree Convergence Project Manager interview -

  1. Docker hub, image vulnerabilities, upgrade from one version to another vers...read more
  2. Python, Kafka, Terraform related quest...read more

Tell us how to improve this page.

Tecnotree Convergence Project Manager Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Tecnotree Convergence Empowering Digitally Connected Communities!

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
VDart Interview Questions
4.0
 • 26 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
Apptio Interview Questions
3.9
 • 19 Interviews
SAS Interview Questions
4.3
 • 18 Interviews
View all
Tecnotree Convergence Project Manager Salary
based on 14 salaries
₹6.9 L/yr - ₹21.2 L/yr
13% less than the average Project Manager Salary in India
View more details

Tecnotree Convergence Project Manager Reviews and Ratings

based on 2 reviews

1.6/5

Rating in categories

2.3

Skill development

1.5

Work-life balance

1.3

Salary

1.6

Job security

1.6

Company culture

1.5

Promotions

1.5

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
145 salaries
unlock blur

₹5.8 L/yr - ₹19 L/yr

Software Engineer
135 salaries
unlock blur

₹3.5 L/yr - ₹9.1 L/yr

Senior Developer
45 salaries
unlock blur

₹5 L/yr - ₹9.7 L/yr

Lead Developer
40 salaries
unlock blur

₹8.6 L/yr - ₹23.5 L/yr

Technical Lead
35 salaries
unlock blur

₹12.2 L/yr - ₹33 L/yr

Explore more salaries
Compare Tecnotree Convergence with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.2
Compare

Arvato

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