Upload Button Icon Add office photos
Engaged Employer

i

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

Solugenix India Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Solugenix India Private Limited Senior Project Manager Interview Questions, Process, and Tips

Updated 28 Jun 2022

Solugenix India Private Limited Senior Project Manager Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Jun 2021. 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 

(2 Questions)

  • Q1. Experience in respective domain and technologies
  • Ans. 

    I have over 10 years of experience in project management, with a focus on software development and agile methodologies.

    • Managed multiple software development projects from initiation to closure

    • Proficient in agile methodologies such as Scrum and Kanban

    • Experience in managing cross-functional teams and stakeholders

    • Familiarity with various technologies such as Java, Python, and SQL

    • Implemented project management tools such a

  • Answered by AI
  • Q2. What is your experience in Java or Angular
  • Ans. 

    I have extensive experience in both Java and Angular.

    • I have worked on multiple projects using Java and Angular.

    • I am proficient in developing web applications using Angular.

    • I have experience in developing RESTful web services using Java.

    • I have worked with various Java frameworks such as Spring and Hibernate.

    • I have experience in using Angular Material for UI development.

    • I have knowledge of TypeScript and JavaScript.

    • I hav

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Programming in Java or Angular or both.
  • Ans. 

    Both Java and Angular programming are required for the Senior Project Manager role.

    • Java is used for backend development and Angular for frontend development.

    • Knowledge of both languages is necessary for effective project management.

    • Examples of tasks include designing and implementing software solutions using Java and Angular.

    • Experience with frameworks such as Spring and Hibernate is also beneficial.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is your expectation, what is your value add.
  • Ans. 

    My expectation is to deliver projects on time, within budget and with high quality. My value add is my ability to lead and motivate teams to achieve project goals.

    • Deliver projects on time, within budget and with high quality

    • Lead and motivate teams to achieve project goals

    • Identify and mitigate project risks

    • Ensure effective communication with stakeholders

    • Continuously improve project management processes

    • Provide strategic ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Solugenix India Private Limited Senior Project Manager interview:
  • Java
  • Advanced Java
  • Angular
  • Spring Boot
  • HTML
  • Html5
  • CSS
Interview preparation tips for other job seekers - Be genuine. Share your experience w.r.t the domain and technologies. Share your experience w.r.t learning and also challenges that you faced.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed before Apr 2022. There were 5 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 

C, Data structure and networking

Round 3 - Technical 

(1 Question)

  • Q1. Technicall discussion on c and ds
Round 4 - Technical 

(1 Question)

  • Q1. Another round of technical and cultural fit
Round 5 - HR 

(1 Question)

  • Q1. CTC discussion mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on ds and networking questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

2 coding hacker rank questions

Round 3 - Technical 

(1 Question)

  • Q1. Ds question on trees

Interview Preparation Tips

Interview preparation tips for other job seekers - Refresh your dds algo skills and system design skills

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

Interview Questionnaire 

1 Question

  • Q1. Interviewer asked me 20 technical questions and five programs with optimisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be elaborate, clear and try to recall from your experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. So they asked totally from my resume and they finally asked three coding questions which were simple and you should answer genuinely
  • Q2. 1. write a code to check whether entered input is a palindrome or not 2. wap to print the reverse of an array 3. find the second highest in the array
  • Ans. 

    Answer to coding questions for Associate Software Engineer interview

    • To check for palindrome, compare the input string with its reverse

    • To print the reverse of an array, loop through the array in reverse order and print each element

    • To find the second highest in an array, loop through the array and keep track of the highest and second highest values

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - resume should be genuine, be prepared beforehand and be strong on basics and always put a smile in the interview

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

Interview Questionnaire 

7 Questions

  • Q1. 1. What is topic present in C.
  • Ans. 

    C language has various topics including data types, control structures, functions, arrays, pointers, structures, and file handling.

    • Data types - int, float, char, double, etc.

    • Control structures - if-else, switch-case, loops, etc.

    • Functions - user-defined functions, library functions, etc.

    • Arrays - one-dimensional, multi-dimensional, etc.

    • Pointers - pointer variables, pointer arithmetic, etc.

    • Structures - user-defined data t...

  • Answered by AI
  • Q2. 2.What is type qualifier volatile and const
  • Ans. 

    The type qualifier volatile is used to indicate that a variable's value may change unexpectedly.

    • The volatile qualifier is used when a variable can be modified by external factors that are beyond the control of the program.

    • It is commonly used when accessing hardware registers or shared memory in multi-threaded environments.

    • The const qualifier is used to indicate that a variable's value cannot be modified once it is assi...

  • Answered by AI
  • Q3. 3.What is storage classes.
  • Ans. 

    Storage classes are keywords in C programming that define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to a function and have a default value of garbage.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and...

  • Answered by AI
  • Q4. 4.write code to reverse word in string
  • Ans. 

    Code to reverse words in a string

    • Split the string into an array of words

    • Loop through the array and reverse each word

    • Join the reversed words back into a string

  • Answered by AI
  • Q5. 5. How computer is starting
  • Ans. 

    The computer starts by executing the BIOS, which initializes hardware and loads the operating system.

    • When the power button is pressed, the computer sends a signal to the power supply to turn on.

    • The BIOS (Basic Input/Output System) is then executed, which performs a Power-On Self Test (POST) to check hardware components.

    • The BIOS then loads the boot loader from the hard drive or other bootable device.

    • The boot loader then...

  • Answered by AI
  • Q6. What is process and thread
  • Ans. 

    A process is an instance of a program while a thread is a lightweight process that can run concurrently with other threads.

    • A process is a program in execution

    • A process has its own memory space and system resources

    • A thread is a subset of a process

    • A thread shares the same memory space and system resources as its parent process

    • Multiple threads can run concurrently within a single process

  • Answered by AI
  • Q7. What is system call.
  • Ans. 

    System call is a request made by a program to the operating system for a service or resource.

    • System calls provide an interface between a program and the operating system.

    • They allow programs to perform tasks such as reading and writing files, creating new processes, and managing memory.

    • Examples of system calls include open(), read(), write(), fork(), and exec().

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study well and get your dream job.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 5 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. Technical interview on python, terraform and networking protocols
Round 3 - Case Study 

Technical interview on different types of routing paths

Round 4 - Behavioral 

(1 Question)

  • Q1. Manger round about general job discussion on skills and my previous experiences
Round 5 - HR 

(1 Question)

  • Q1. Interview on CTC and personality checkup

Interview Preparation Tips

Topics to prepare for F5 Networks Senior Software Engineer interview:
  • Python
  • Terraform
  • Routing Protocols
  • Golang
  • Networking
  • Proxy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Array Reduce polyfill
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Front end questions on react like Es6 features,Virtual dom ,Hooks and Html5 and css3

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Dsa questions Javscript and React Js basic to Intermediate
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. project 2. basic in c 3. 2d array 4. single list program 5. set and clear bit 6. c++ concepts 7. smart pointers 8. Embedded protocls

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics c, C++ Embedded

Solugenix India Private Limited Interview FAQs

How many rounds are there in Solugenix India Private Limited Senior Project Manager interview?
Solugenix India Private Limited interview process usually has 4 rounds. The most common rounds in the Solugenix India Private Limited interview process are Technical, Resume Shortlist and HR.
How to prepare for Solugenix India Private Limited Senior 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 Solugenix India Private Limited. The most common topics and skills that interviewers at Solugenix India Private Limited expect are Project Management.
What are the top questions asked in Solugenix India Private Limited Senior Project Manager interview?

Some of the top questions asked at the Solugenix India Private Limited Senior Project Manager interview -

  1. What is your expectation, what is your value a...read more
  2. What is your experience in Java or Angu...read more
  3. Experience in respective domain and technolog...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Stefanini Interview Questions
3.0
 • 35 Interviews
GlobalStep Interview Questions
2.7
 • 28 Interviews
SpanIdea Interview Questions
3.7
 • 24 Interviews
F5 Networks Interview Questions
3.7
 • 23 Interviews
View all
Solugenix India Private Limited Senior Project Manager Salary
based on 10 salaries
₹28 L/yr - ₹42 L/yr
41% more than the average Senior Project Manager Salary in India
View more details

Solugenix India Private Limited Senior Project Manager Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
70 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Senior System Analyst
62 salaries
unlock blur

₹9.4 L/yr - ₹18 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹7.8 L/yr - ₹26 L/yr

System Analyst
51 salaries
unlock blur

₹4.7 L/yr - ₹16 L/yr

Lead System Analyst
48 salaries
unlock blur

₹11.5 L/yr - ₹24.7 L/yr

Explore more salaries
Compare Solugenix India Private Limited with

Apisero

4.3
Compare

Actalent Services

3.5
Compare

Cyber Infrastructure

3.5
Compare

TestingXperts

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