Upload Button Icon Add office photos
Engaged Employer

i

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

Vertex Infosoft Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vertex Infosoft Solutions Project Engineer Interview Questions and Answers

Updated 1 Jun 2023

Vertex Infosoft Solutions Project Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Jun 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. Normal Questions Introduce yourself How much experience why you want to change why you want to join this organisation
Round 3 - Assignment 

Write test cases for given assignment

Round 4 - Technical 

(4 Questions)

  • Q1. Manual testing questions
  • Q2. What is Sanity Testing
  • Ans. 

    Sanity testing is a quick and focused testing to ensure that the most critical functionalities of a software application are working correctly after changes.

    • Sanity testing is a subset of regression testing.

    • It is usually performed after a minor change in the code or functionality.

    • The main goal of sanity testing is to verify that the new code changes have not adversely affected the existing functionalities.

    • It is not exha...

  • Answered by AI
  • Q3. What is Regression Testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to ensure that existing features still work as expected

    • Helps in identifying any new bugs introduced by recent code modifications

    • Automated tools like Selenium can be used for efficient regression testing

    • Regression test suites are often creat

  • Answered by AI
  • Q4. Difference between Sanity & Smoke
  • Ans. 

    Sanity and Smoke testing are both types of software testing, but they serve different purposes.

    • Sanity testing is a narrow and focused type of regression testing that verifies that specific functionality still works after changes are made.

    • Smoke testing is a broader type of testing that checks if the basic functionalities of the software are working fine before proceeding with more detailed testing.

    • Sanity testing is usua...

  • Answered by AI

Skills evaluated in this interview

Project Engineer Jobs at Vertex Infosoft Solutions

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Oct 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 - One-on-one 

(2 Questions)

  • Q1. Previous job experiences
  • Q2. Related domain expertise
Round 3 - Assignment 

Final round on how will manage technical team

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Project Manager interview:
  • Software Testing
Interview preparation tips for other job seekers - We shall learn more good experience.Gain domain knowledge and good coordination from the company end.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Get good handson for basics program of java on array, string

Round 2 - Technical 

(2 Questions)

  • Q1. Constructor,static variable, interface,what are the types for creating objects, collection and collections difference etc..
  • Q2. Overloading and overriding difference
  • Ans. 

    Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading involves multiple methods with the same name but different parameters.

    • Overriding involves a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is resolved...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers basics of java is very important.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why are you intrested in this job role
  • Ans. 

    I am interested in this job role because of my passion for leading teams and delivering successful projects.

    • Passion for leading teams and delivering successful projects

    • Enjoy the challenge of managing complex tasks and timelines

    • Excited about the opportunity to work with diverse stakeholders

    • Seeking growth and development in project management field

  • Answered by AI
  • Q2. What will you do in upcoming 5 years
  • Ans. 

    In the next 5 years, I plan to further develop my project management skills, take on more challenging projects, and potentially pursue advanced certifications.

    • Continue to improve project management skills through training and hands-on experience

    • Take on more complex and challenging projects to expand expertise

    • Consider pursuing advanced project management certifications such as PMP or Agile

    • Seek opportunities for leadersh...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(3 Questions)

  • Q1. What do you know about our company and why do you want to work here?
  • Ans. 

    Your company is a leader in innovative solutions, and I admire your commitment to excellence and community impact.

    • Your company has a strong reputation for innovation, as seen in your recent project on sustainable energy solutions.

    • I appreciate your commitment to employee development, demonstrated by your comprehensive training programs.

    • The company's focus on community engagement aligns with my values, particularly your ...

  • Answered by AI
  • Q2. What are your strengths and weaknesses as a Project Manager?
  • Ans. 

    I excel in communication and adaptability, but I sometimes struggle with delegation and time management.

    • Strength: Strong communication skills - I ensure all stakeholders are informed and engaged, which fosters collaboration.

    • Strength: Adaptability - I can quickly adjust project plans in response to changing circumstances, as seen when I pivoted a project due to new regulations.

    • Weakness: Delegation - I tend to take on to...

  • Answered by AI
  • Q3. Where do you see yourself in five years?
  • Ans. 

    In five years, I envision myself leading larger projects, mentoring teams, and contributing to strategic decision-making.

    • I aim to advance to a senior project management role, overseeing multiple projects simultaneously.

    • I plan to enhance my skills in agile methodologies, ensuring my teams are efficient and adaptable.

    • I hope to mentor junior project managers, sharing my knowledge and experience to help them grow.

    • I aspire ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your LinkedIn profile updated (headline, skills, recommendations).

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

Interview Questionnaire 

4 Questions

  • Q1. Basic introduction about myself
  • Q2. Difference between for and foreach?
  • Ans. 

    For loop is used for iterating over a sequence while foreach loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • Foreach loop is used when the number of iterations is not known beforehand.

    • For loop is faster than foreach loop.

    • Foreach loop is easier to read and write than for loop.

    • For loop can be used for other data types like integers and characters whi...

  • Answered by AI
  • Q3. Which is better ? IF or SWITCH
  • Ans. 

    It depends on the situation and personal preference.

    • IF is better for simple conditions and small number of options.

    • SWITCH is better for complex conditions and large number of options.

    • IF is more readable and easier to debug.

    • SWITCH is faster in some cases.

    • Ultimately, it comes down to personal preference and coding standards.

  • Answered by AI
  • Q4. Basic Git related questions like purpose of pull command

Interview Preparation Tips

Interview preparation tips for other job seekers - The questions were more inclined towards Tech Lead role rather than Project/Program Manager.
Luckily, I had a strong technical base to crack the interview. I will recommend other candidates to prepare well for Technical part to get into Bigstep.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What's the primary responsibility of a project manager?
  • Ans. 

    The primary responsibility of a project manager is to plan, execute, and oversee a project from start to finish.

    • Developing project plans and timelines

    • Coordinating resources and team members

    • Monitoring progress and making adjustments as needed

    • Communicating with stakeholders

    • Ensuring project goals are met within budget and timeline

  • Answered by AI
  • Q2. To oversee the project's scope, timeline, nd budget to ensure successfully delivery.

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

Vertex Infosoft Solutions Interview FAQs

How many rounds are there in Vertex Infosoft Solutions Project Engineer interview?
Vertex Infosoft Solutions interview process usually has 4 rounds. The most common rounds in the Vertex Infosoft Solutions interview process are Resume Shortlist, HR and Assignment.
How to prepare for Vertex Infosoft Solutions Project Engineer 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 Vertex Infosoft Solutions. The most common topics and skills that interviewers at Vertex Infosoft Solutions expect are Clinical Data Management, DMS, Data Entry, Database Management and MS Office.
What are the top questions asked in Vertex Infosoft Solutions Project Engineer interview?

Some of the top questions asked at the Vertex Infosoft Solutions Project Engineer interview -

  1. What is Sanity Test...read more
  2. What is Regression Test...read more
  3. Difference between Sanity & Sm...read more

Tell us how to improve this page.

Vertex Infosoft Solutions Project Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all
Vertex Infosoft Solutions Project Engineer Salary
based on 5 salaries
₹4 L/yr - ₹4.5 L/yr
24% less than the average Project Engineer Salary in India
View more details

Vertex Infosoft Solutions Project Engineer Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

2.5

Skill development

3.0

Work-life balance

2.8

Salary

3.2

Job security

2.8

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 3 Reviews and Ratings
Project Engineer - Marine

Jalandhar,

Ludhiana

+2

0-4 Yrs

Not Disclosed

Explore more jobs
Technical Support Engineer
8 salaries
unlock blur

₹1.8 L/yr - ₹5.3 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Team Lead
6 salaries
unlock blur

₹6.8 L/yr - ₹15.6 L/yr

Project Engineer
5 salaries
unlock blur

₹4 L/yr - ₹4.5 L/yr

Quality Analyst
5 salaries
unlock blur

₹1.6 L/yr - ₹13.3 L/yr

Explore more salaries
Compare Vertex Infosoft Solutions with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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