Upload Button Icon Add office photos

Filter interviews by

Vertex Software Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Jul 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Explain about yourself
  • Q2. Explain something
  • Ans. 

    Explaining something involves breaking down a concept or process into simpler terms for better understanding.

    • Start by providing an overview of the topic

    • Break down the key components or steps involved

    • Use examples or analogies to clarify complex ideas

    • Conclude by summarizing the main points

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Flexible and good management

Interview Questionnaire 

4 Questions

  • Q1. Ques from Selenium, what is webDriver and all
  • Q2. From java, they asked to write the code on Sorting of an array
  • Q3. Print highest element in array
  • Ans. 

    Print highest element in array of strings

    • Convert array elements to integers

    • Use built-in max() function

    • Print the result

  • Answered by AI
  • Q4. Difference between Actions and Action
  • Ans. 

    Actions and Action are terms used in automation testing. Actions are a collection of steps while Action is a single step.

    • Actions are a set of steps that can be reused in multiple tests

    • Action is a single step that performs a specific action

    • Actions can be called multiple times in a test

    • Action can only be called once in a test

    • Actions can be parameterized

    • Action cannot be parameterized

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepared with basic concept..also in the written test some coding part was tough..else all were easy.

Skills evaluated in this interview

Regulatory IVD medical Devices SME Interview Questions & Answers

Tata Elxsi user image Anonymous

posted on 14 Jan 2021

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Related to Technical
  • Q2. Specific to previous job
  • Q3. Specific to new role and JD

Interview Preparation Tips

Interview preparation tips for other job seekers - Honest and true

I applied via Naukri.com and was interviewed in Aug 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are the achievement you have got in your life.
  • Q2. Why you think you are different from other?
  • Q3. What's your choice /hobby ...

Interview Preparation Tips

Interview preparation tips for other job seekers - No stress ,smile,be positive,no over think,be loyal what you are talking,

I applied via Naukri.com and was interviewed in Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What Are JOINS in SQL and difference between Inner JOIN and equi JOIN? Illustrate with an example.
  • Ans. 

    JOINS are used in SQL to combine data from two or more tables based on a related column.

    • Inner JOIN returns only the matching rows from both tables

    • Equi JOIN is a type of Inner JOIN where the join condition is based on equality between two columns

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Divide the array in two Halves and keep each half in ascending order without using new Array?
  • Ans. 

    Divide array in two halves and keep each half in ascending order without using new Array.

    • Use Array.sort() method to sort the original array

    • Use Array.slice() method to divide the array into two halves

    • Use Array.reverse() method to reverse the second half of the array

  • Answered by AI
  • Q3. What are Interfaces and Why do we need interfaces?
  • Ans. 

    Interfaces are contracts that define a set of methods and properties that a class must implement.

    • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.

    • They allow for loose coupling between classes and promote code reusability.

    • Interfaces can be used to define common behavior across multiple classes.

    • Example: IDisposable interface in C# ensures that an object can be properly dispo...

  • Answered by AI
  • Q4. What is inheritance and Examples in inheritance.
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class is based on another class.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • The subclass can also add its own properties and methods.

    • Examples include a Car class inheriting from a Vehicle class, or a Dog class inheriting from an Animal class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep The Basics clear and Be confident about what you know.
Be truthful and well prepared (Interviewer will catch your lies).

Skills evaluated in this interview

I was interviewed in Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. Mostly practical questions on what I have worked upon and how I proved to be valuable to the companies I worked with. Theoritical knowledge is of little use.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. No pretensions to be over smart. Be honest with answers.Show your dedication and enthusiasm towards work with real examples.

Interview Questions & Answers

HCLTech user image Anonymous

posted on 11 Apr 2015

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. Tell me about your family
  • Q3. What are your interests/hobbies

Interview Preparation Tips

Round: Test
Experience: One written test. It contains three sections. Each section is of 20 minutes duration.
Tips: Prepare well with general aptitude and have some basic technical knowledge.
Duration: 60 minutes

Round: Group Discussion
Experience: The topic may be any technical topic or any general matter.
Tips: Maintain your voice pitch, be clear with what you are talking and listen to others also.
Duration: 20 minutes

Round: HR Interview
Experience: He also gave me a situation and asked me how I would react.
Tips: Be realistic with your hobbies and interests. Do not bluff anything.

Skills: Good technical skills., Good communication skills.
College Name: NA

Interview Questionnaire 

7 Questions

  • Q1. What is the diffrence between java & C
  • Ans. 

    Java is an object-oriented language while C is a procedural language.

    • Java is platform-independent while C is platform-dependent.

    • Java has automatic garbage collection while C requires manual memory management.

    • Java has built-in support for multithreading while C requires external libraries.

    • Java has a larger standard library compared to C.

    • Java is more secure than C due to its strong type checking and exception handling.

    • C ...

  • Answered by AI
  • Q2. What do u understand by pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages.

    • Pointers allow direct access and manipulation of memory locations.

    • They are commonly used in programming languages like C and C++.

    • Pointers can be used to pass variables by reference, allowing modifications to the original value.

    • They can also be used to dynamically allocate memory.

    • Example: int* ptr; // declares a pointer to an

  • Answered by AI
  • Q3. Introduce urself
  • Q4. Ur weaknesses & strengths
  • Q5. Why should i hire u
  • Q6. Why us
  • Q7. Wer do u see urself in next 5 years
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers.

    • Leading a team of developers

    • Working on complex projects

    • Continuing to learn and grow in my role

    • Contributing to the success of the company

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Clear ur basic concepts also practice maths related questions
Tips: NA
Duration: 60 minutes
Total Questions: 45

Round: Group Discussion
Experience: initially I wasnt aware of the topic. i waited til everyone strted n waited for my turn... til the time i was listening to wat other students wer saying. den i got idea on wat the topic is really abt. i gathered some points in my mind and js spoke wat views i had .. it was ffun actually.
Tips: always first think about the topic before speaking.
Duration: 30 minutes

Round: Technical Interview
Experience: i dont exactly remember wat wer the questions asked.
Tips: NA

Round: HR Interview
Experience: Being honest wil help to crack this interview
Tips: NA

General Tips: WORK HARD TOWARDS YOUR GOAL !
Skill Tips: develop basi programming skills & logics
Skills: programing C/C++, basic java, OS, DB, NETWORKING, OOPS
College Name: SIES Institute Of Technology, Nerul
Motivation: Keep Chasin ur DREAMS.. !!
Funny Moments: yet to come !

Skills evaluated in this interview

Interview Questions & Answers

Amazon user image Anonymous

posted on 21 Jan 2015

Interview Preparation Tips

Round: Test
Experience: The written test was quite similar to the typical CAT pattern. It contained sections on Reading Comprehension, Data Interpretation and Mathematics.

Round: Interview
Experience: There were 3 interview rounds:
There were 2 interviewers in the first interview, one was a technical guy and the other was from HR. They asked me a few
very simple puzzles, a few basic programming questions (swapping the value of two variables etc.), questions related to the development cycle of software products.  The HR guy asked stuff like what do you want to achieve in life? Strengths, weaknesses etc.
The second interview was resume based. He asked me about my thesis, internship, various projects, positions of responsibility etc. The third interview was the most important one (and I guess that was the deciding interview). The interviewer started with questions like why finance? Which companies are you sitting for? Then he gave me a case study: “As a banking organization, you have given house loans to a lot of customers. Given the current scenario, you have to profile the customers to which loans have been given based on the chances that they would pay back.” He started with this scenario and as I gradually started analyzing things and proposing models he kept on increasing the complexity saying you don’t have this data, you can’t make that assumption etc. Ultimately he narrowed down it down to a problem which was almost unsolvable. When I got stuck at that he told me that his idea was to just give me a taste of the toughness of problems they encounter in day-to-day business.

General Tips: After spending three or four years enjoying the IITK adventure, one suddenly feels a jolt when he/she arrives in the final year. You find yourself wondering at times, asking yourself the pertinent question, what next? And seriously, the best way to start preparing for placements, GRE, CAT or any other exam for that matter is answering this question honestly. Take a few minutes of your precious time and think what you want to do with your life? Where does your heart truly lie? I know it’s not that easy to decide on this but at least give this a good thought and prioritize your options. Make a list of them on paper if that helps. Once you are done with this, the real planning starts. Take each option one by one and do a truthful analysis of yourself from the perspective of that option. For e.g., say you have CAT as your first priority, and then analyze your strengths and weaknesses from CAT’s perspective. What all areas you need to improve on? How much time and effort would it take? How much time you have got left? By doing this exercise you will really get to know the work that needs to be done and will help you plan for the remaining time.


Resume:
I am sure you would have heard it umpteen times but still I will repeat it to stress the point, take resume making seriously! A good resume would drive your interview in the direction you want it to go, a bad resume on the other hand might end the chances of you even getting interviewed! Start by trying to remember each and every achievement of your life and write it down. Spend a few days on this part till you are sure you have got almost everything. Now write it down properly in formal language in the form of a master resume. This would serve
as a repository of information for all your subsequent resumes. And on top of that, having a fresh memory of your achievements would help you in answering the questions in interviews (especially HR questions). Ideally you should have a separate resume for every company you sit for. The way to do this is make sector specific resumes and edit them accordingly for the different companies of that sector. For example, make a single resume for all the core CSE companies and then you can probably change the list of projects (or their order of appearance) targeting individual companies.

PPTs:
If you are serious about getting job in a company, you cannot afford to miss its pre placement talk. PPT is not only an opportunity to know about the company, but it also gives you the chance to know what the company is looking for. This will give you the basic idea around which you should structure your resume and preparation for that company.
Preparation:
Core Computer Science Companies: All the core CS companies first take a written test which contains questions on C/C++, may have JAVA, UNIX, Algorithms, Data Structures, basics of Operating Systems and Compilers, some questions on basic networking in case the company works in that field. Almost all the companies have a couple of questions in which you are required to write code on paper. Some companies also have a few questions on aptitude, simple maths or data interpretations. You can find the company specific details in the placement feedback guide. This is the major
shortlisting step for core companies, so you cannot take it lightly. You can start preparing by revising the relevant courses you did (like Data Structures, Algorithms, Operating Systems, and Compilers). Practice a few questions available in the various placement preparation guides on LAN. Most importantly, practice writing code on paper. This is something we are not used to and requires some practice. This not only will do you good in the written test, but also help you in the interviews.
Non Core Companies (Finance, Consulting, and Analytics):
The written tests of most of these companies are quite similar to CAT. So if you are not preparing for CAT, get hold of some CAT preparation material for practice. These tests are more speed based than knowledge, so practice is absolutely essential. Revising some basic mathematics (like probability, progressions etc.) would also do you good. Apart from that, you need to have some basic knowledge and understanding of the field the company works in. For example, if you are appearing for a finance company, learn the basic concepts and common terminologies of finance. The least it would do is show that you are sincerely interested in the field the company works in.
College Name: IIT KANPUR

Interview Preparation Tips

Round: Test
Experience: I studied c, data structures since it is compulsory for most of the companies. Went through one or two previous years papers in the placement web site. Just before the day of the test I went through the digital and microprocessor basics.

There were two profiles; Software and Hardware. We had an option to write both the tests, so i took the software and then hardware (I was not at all serious about hardware). The aptitude section was common to both the profiles, which is comparatively easy. Some questions were repeated from the previous year’s question paper which was given in the placement website. The questions in software profile included digital, microprocessor basics and some general networking and operating systems qns. As I remember correct, surprisingly there were no C, Data structure questions. But it is always better to expect c, data structures in every placement test you write. In networking, IP address related questions are so common that you will find it everywhere.

Round: Interview
Experience: 1st round: was everything based on your resume. If you can impress them in your first round, you are half way through. They started from simple questions but finally ended up in my research work. I had to defend my work like anything.

2nd work: Puzzles, C, data structures: It was the simplest round. They look at the way you think.

3rd round: Networking basics questions. Some of the candidates did not have this round. It could perform only in an average level in this round (may be below average too :)). I think they do not expect much of the networking knowledge from you. Otherwise I wouldn't have got through.

Round: Interview
Experience: No worries in this round. Be yourself and answer naturally. They asked something like if a conflict comes, how do you deal with it? etc.

Skill Tips: The presence of mind and the way you defend your project is very important. I mentally prepared on how to present my research work and projects. Networking basics. I stayed calm.

Prepare C, data structure foe all companies. Communication Network helped a bit in networking.Common subjects will help in QUALCOMM and Broadcom. If you are aspiring for finance companies, prepare IMO questions.
College Name: IIT Madras

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.1k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
Nagarro Interview Questions
4.0
 • 776 Interviews
View all

Vertex Software Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

3.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
3 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Vertex Software with

Capgemini

3.8
Compare

HCLTech

3.5
Compare

Teleperformance

3.9
Compare

Concentrix Corporation

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