Upload Button Icon Add office photos
Engaged Employer

i

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

Neeyamo Enterprise Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Neeyamo Enterprise Solutions Project Coordinator Interview Questions and Answers

Updated 6 Dec 2024

Neeyamo Enterprise Solutions Project Coordinator Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was quite simple test

Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced project coordinator with a background in managing multiple projects simultaneously.

    • Managed cross-functional teams to successfully deliver projects on time and within budget

    • Skilled in creating project plans, tracking progress, and identifying and mitigating risks

    • Strong communication and organizational skills, able to coordinate with stakeholders at all levels

  • Answered by AI

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is link list?
  • Ans. 

    A link list is a linear data structure where each element is a separate object with a pointer to the next element.

    • Link list is used to store data in a non-contiguous manner.

    • It allows for efficient insertion and deletion of elements.

    • Examples include singly linked list, doubly linked list, and circular linked list.

  • Answered by AI

Skills evaluated in this interview

I appeared for an interview before Jun 2021.

Round 1 - Coding Test 

Round duration - 90 Minutes
Round difficulty - Medium

Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Validate Binary Search Tree Problem Statement

    Your task is to determine if a given binary tree with 'N' nodes is a valid Binary Search Tree (BST). A BST is defined by the following properties:

    • The lef...
  • Ans. 

    Validate if a given binary tree is a valid Binary Search Tree (BST) based on its properties.

    • Check if the left subtree of a node has only nodes with data less than the node's data.

    • Verify if the right subtree of a node has only nodes with data greater than the node's data.

    • Ensure that both the left and right subtrees are also binary search trees.

    • Implement a validation function for a BST.

    • Output 'true' if the binary tree is

  • Answered by AI
Round 3 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria8 CGPABlackrock interview preparation:Topics to prepare for the interview - Data Structure , Oops , Dynamic Programming, Memory Management, DBMSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Pratice regularly atleast 5 problem . Make it habit .Try to cover Leetcode medium questions as many as possible 
Tip 2 : Be through with your projects . At some point interviewer will ask you some project related questions 
Tip 3 : Be strong in your CS fundamentals.

Application resume tips for other job seekers

Tip 1 : Do not put irrelevant information such as DOB
Tip 2 : Put only those skill which you can defend in cross questioning

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before May 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 - HR 

(2 Questions)

  • Q1. Current role and responsibilities
  • Q2. Salary expectations and location
Round 3 - Technical 

(2 Questions)

  • Q1. About project you worked and outcomes
  • Q2. Leadership qualities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare standard answers and be authentic

Interview Questionnaire 

1 Question

  • Q1. About DS architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic knowledge
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, maths, cs fundamentals, dbms

Round 2 - Technical 

(1 Question)

  • Q1. Leetcode easy-medium
Round 3 - HR 

(1 Question)

  • Q1. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Square of 35
  • Ans. 

    The square of 35 is 1225.

    • To find the square of a number, you multiply it by itself.

    • 35 x 35 = 1225

    • The square of a number is always positive.

  • Answered by AI
  • Q2. Swuare root of 13
  • Ans. 

    The square root of 13 is approximately 3.60555.

    • The square root of a number is the value that, when multiplied by itself, gives the original number.

    • The square root of 13 can be estimated by finding the square roots of nearby perfect squares (e.g. 9 and 16) and interpolating.

    • The exact value of the square root of 13 is an irrational number that goes on infinitely without repeating.

    • The square root of 13 can be written as √

  • Answered by AI
  • Q3. How many TV can a new company expect to sell in delhi region
  • Ans. 

    It depends on various factors such as market demand, competition, pricing, marketing strategy, etc.

    • Market research can provide an estimate of potential sales

    • Competitive analysis can help in understanding the market share

    • Pricing strategy can impact the sales volume

    • Marketing efforts can influence the sales

    • Sales forecast can be made based on historical data and trends

  • Answered by AI
  • Q4. Probability and Combination related questions
  • Q5. Linear Regression
  • Q6. Alteryx based questions
  • Q7. Fuzzy Lookup

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont target in giving an exact answer but focus on logic and reasoning

I applied via LinkedIn and was interviewed in Aug 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. Tell us how would you behave in a difficult situation with a client
  • Q2. Why do you want to work with us

Interview Preparation Tips

Interview preparation tips for other job seekers - Study the questions prior the interview. Relax ad think before questions

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 87 minutes
Round difficulty - Medium

Timing : It was conducted in evening at 3 PM
The pacreception environment was very user friendly .
The platform was audio and video proctored.

  • Q1. 

    Binary to Decimal Conversion

    Convert a given binary number, represented as a string 'S' of size 'N', into its decimal equivalent integer and output it.

    Input:

    The first line contains an integer 'T', den...
  • Ans. 

    Convert a binary string to its decimal equivalent integer.

    • Iterate through the binary string from right to left, multiplying each digit by 2 raised to the power of its position.

    • Add the results of the multiplication to get the decimal equivalent.

    • Ensure the binary string consists only of '0' and '1' characters.

    • Handle multiple test cases by repeating the conversion process for each case.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 80 minutes
Round difficulty - Medium

So This was a very interactive round . There were two interviewers , one male and one female . The male interviewer was quite experienced where as female interviewer was relatively new . The Interview started by a small introduction followed by some OOPS related questions where I was tested on how i perceive the concept of OOPS in real life . Then this conversation was followed by some core concepts of JAVA like abstract classes and interfaces . Then I was asked about my projects that i mentioned in my resume , then after some healthy discussion on those projects , the interviewer started to question about DBMS , I was asked some basic queries followed by some advanced queries and then followed by a discussion on SQL vs NoSQL . Then Interviewers asked me about my tech stack and the source of my technical knowledge. Then at last I was asked that why Blackrock and this concluded my Interview.

  • Q1. 

    Ninja And The Triangle Problem Statement

    Ninja is provided with 'N' stars and the task is to construct a triangle such that the 'i'th level of the triangle uses 'i' number of stars. The goal is to make th...

  • Ans. 

    Given 'N' stars, construct a triangle with maximum height using 'i' stars in 'i'th level.

    • Calculate the maximum height of the triangle using the formula: height = floor((-1 + sqrt(1 + 8 * N)) / 2)

    • Iterate through each test case and calculate the maximum height for each 'N'.

    • Output the maximum height for each test case.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in MumbaiEligibility criteriaAbove 7 CGPABlackrock interview preparation:Topics to prepare for the interview - Data Structures , Algorithms , Operation Systems , OOPS , DBMS , Web DevelopmentTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be precise about what to do and what not to do.
Tip 2 : Always Revise the concepts you have done in past , use prime day revision theory.
Tip 3 : Do as many projects as you can but always mention those projects in which you are very well versed.
Tip 4 : Keep on reading random news related to your favourite tech and always have an in depth knowledge of what tech you currently use.

Application resume tips for other job seekers

Tip 1 : Keep it short , precise and effective .
Tip 2 : Mention even small things that you did had an impact on other people.

Final outcome of the interviewRejected

Skills evaluated in this interview

Neeyamo Enterprise Solutions Interview FAQs

How many rounds are there in Neeyamo Enterprise Solutions Project Coordinator interview?
Neeyamo Enterprise Solutions interview process usually has 2 rounds. The most common rounds in the Neeyamo Enterprise Solutions interview process are Aptitude Test and One-on-one Round.

Tell us how to improve this page.

Neeyamo Enterprise Solutions Project Coordinator Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCE Interview Questions
3.8
 • 251 Interviews
Mu Sigma Interview Questions
2.6
 • 234 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
GEP Worldwide Interview Questions
3.7
 • 131 Interviews
Xceedance Interview Questions
3.6
 • 107 Interviews
Bain & Company Interview Questions
3.8
 • 106 Interviews
Blackrock Interview Questions
3.8
 • 99 Interviews
AtkinsRealis Interview Questions
3.9
 • 88 Interviews
View all

Neeyamo Enterprise Solutions Project Coordinator Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Service Delivery Executive
826 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Implementation Consultant
342 salaries
unlock blur

₹1.4 L/yr - ₹5.5 L/yr

Payroll Specialist
236 salaries
unlock blur

₹1 L/yr - ₹5.4 L/yr

Associate - Team Lead
223 salaries
unlock blur

₹1.8 L/yr - ₹5.8 L/yr

Service Delivery Partner
207 salaries
unlock blur

₹1.5 L/yr - ₹5.1 L/yr

Explore more salaries
Compare Neeyamo Enterprise Solutions with

TCE

3.8
Compare

Mercer

3.7
Compare

AtkinsRealis

3.9
Compare

GEP Worldwide

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