Upload Button Icon Add office photos

Filter interviews by

Vxceed Software Solutions Interview Questions and Answers

Updated 23 Mar 2025

Vxceed Software Solutions Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. P1 issue you handled
  • Ans. 

    Resolved P1 issue related to server downtime affecting multiple clients

    • Identified root cause as hardware failure

    • Coordinated with cross-functional teams to implement fix

    • Provided regular updates to clients on progress

  • Answered by AI
  • Q2. What steps do you take while releasing build it to production?
  • Ans. 

    Steps taken while releasing build to production

    • Perform thorough testing of the build in a staging environment

    • Ensure all necessary approvals are obtained from stakeholders

    • Create a detailed release plan outlining steps and timelines

    • Communicate with the team about the release schedule and any potential impact

    • Monitor the release process closely and address any issues that arise

    • Update documentation and notify users about th

  • Answered by AI

Senior Product Support Engineer Interview Questions asked at other Companies

Q1. what is github , clone repository , issue faced in production , whhat is process followed in you last company
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. How to resolve a production problem
  • Ans. 

    Identify, analyze, and resolve production issues systematically to minimize downtime and impact.

    • 1. Identify the issue: Gather logs and error messages to pinpoint the problem.

    • 2. Assess impact: Determine how the issue affects users and business operations.

    • 3. Communicate: Inform stakeholders about the issue and expected resolution time.

    • 4. Troubleshoot: Use debugging tools and techniques to isolate the root cause.

    • 5. Implem...

  • Answered by AI
  • Q2. How to provide scalability
  • Ans. 

    Scalability ensures a system can handle increased load by adding resources efficiently.

    • Horizontal Scaling: Add more machines (e.g., using cloud services like AWS EC2).

    • Vertical Scaling: Upgrade existing machines (e.g., increase CPU/RAM).

    • Load Balancing: Distribute traffic across multiple servers (e.g., using Nginx or AWS ELB).

    • Caching: Use caching mechanisms (e.g., Redis or Memcached) to reduce database load.

    • Microservices...

  • Answered by AI

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude which involves math

Round 2 - Coding Test 

Will be asked to do some regular simple problems based on array

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with technical concepts

Product Engineer Interview Questions asked at other Companies

Q1. Left View of a Binary Tree Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side. Input: The input consists of elements in ... read more
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

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

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic logical question

Round 2 - One-on-one 

(1 Question)

  • Q1. What is the manual testing,test case on room
  • Ans. 

    Manual testing of a room involves testing various aspects such as lighting, temperature control, ventilation, and safety measures.

    • Create test cases to check the functionality of lights in the room

    • Test the temperature control system to ensure it maintains the desired temperature

    • Verify the ventilation system is working properly to provide fresh air circulation

    • Check safety measures such as fire alarms, emergency exits, an

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Vxceed Software Solutions interview questions for popular designations

 Product Engineer

 (1)

 Senior Product Support Engineer

 (1)

 Senior Software Developer

 (1)

 Test Engineer

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics of CAN ,CAPL and previous job responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well accordingly with respect to your resume

Interview Questionnaire 

1 Question

  • Q1. Strings, arrays, dp

I appeared for an interview before Sep 2020.

Round 1 - Video Call 

(1 Question)

Round duration - 1 hour
Round difficulty - Medium

  • Q1. 

    First Missing Positive Problem Statement

    You are provided with an integer array ARR of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. T...

  • Ans. 

    Find the smallest positive integer missing from an array of integers.

    • Iterate through the array and mark positive integers as visited by changing the sign of the corresponding index.

    • After marking all positive integers, iterate again to find the first positive integer with a positive value.

    • Return the index of the first positive integer found plus one as the answer.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaNoneMicrosoft interview preparation:Topics to prepare for the interview - Data structures, Pointers, Microsoft Cloud, Computer Architecture, Dynamic Programming, Azure Services,Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : During an interview, never say that you don't know the answer, keep trying and the interviewer will help you himself.
Tip 2 : Keep speaking up the approach going on in your mind, they want to judge your approaches much more than whether the answer is right or wrong.
Tip 3 : Be confident, cheerful, keep smiling, and continue making eye contact with the interviewer, this leaves a positive impression.
Tip 4 : Search and practice questions specific to the company, questions are repeated several times.
Tip 5 :  A sound knowledge of Microsoft Azure Services and cloud computing will be an icing on the cake, and increase your chances to get selected.
Tip 6 : Keep giving contests on coding platforms, it will help you to stay motivated and check your stand.
Tip 7 : Keep a daily goal of number of questions instead of the time duration.

Application resume tips for other job seekers

Tip 1 : Everything mentioned on the resume should be thoroughly known to you since if they catch you being dishonest, pretty good coding skills also might not help.
Tip 2 : Have projects related to the same field you are trying to apply for mentioned in your resume, this shows you are already experienced in the field.
Tip 3 : Adding references of some experienced people of the same field might help you gain their trust.
Tip 4 : Do not keep your resume too long, and do not mention irrelevant details, keep it short and crisp.
Tip 5 : Some experience in the field of operations and management or some positions of responsibility will really help you score extra points since it shows you have leadership qualities and are familiar with the market along with super coding skills.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Data Structures, Algorithms, System designing, Azure

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

Interview Questionnaire 

1 Question

  • Q1. Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer had less knowledge on the current technologies and was more stereo type.

I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Describe the best project of yours till now.
  • Q2. Find the shortest path in a graph between 2 given vertices.
  • Ans. 

    Use Dijkstra's algorithm to find the shortest path between 2 vertices in a graph.

    • Implement Dijkstra's algorithm to find the shortest path

    • Create a priority queue to keep track of the vertices with the shortest distance

    • Use a visited set to avoid revisiting vertices

    • Stop when the destination vertex is reached

    • Return the shortest path found

    • Example: finding the shortest path between A and D in a graph with weighted edges: A->...

  • Answered by AI
  • Q3. Given an array, find how many such pairs having sum equal to 0 are there?
  • Ans. 

    Find pairs in an array with sum equal to 0.

    • Use a hash table to store the frequency of each element.

    • Iterate through the array and for each element, check if its complement (negative value) exists in the hash table.

    • If it exists, add the frequency of the complement to the count of pairs.

    • Return the count of pairs.

    • Example: array = [2, -2, 3, 0, -3], pairs = 2 (-2, 2 and -3, 3)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There was an online coding test consisting of 3 questions to be solved in 1.5 hr.
After that, there were 3 interview rounds in total. 2 technical and 1 HR round.

Skills evaluated in this interview

Vxceed Software Solutions Interview FAQs

How many rounds are there in Vxceed Software Solutions interview?
Vxceed Software Solutions interview process usually has 1-2 rounds. The most common rounds in the Vxceed Software Solutions interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Vxceed Software Solutions 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 Vxceed Software Solutions. The most common topics and skills that interviewers at Vxceed Software Solutions expect are .NET, Azure Data Factory, Azure Databricks, C# and Data Engineering.
What are the top questions asked in Vxceed Software Solutions interview?

Some of the top questions asked at the Vxceed Software Solutions interview -

  1. What is the manual testing,test case on r...read more
  2. How to resolve a production prob...read more
  3. How to provide scalabil...read more

Tell us how to improve this page.

Vxceed Software Solutions Interview Process

based on 5 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 863 Interviews
Google Interview Questions
4.4
 • 840 Interviews
Amdocs Interview Questions
3.7
 • 516 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
KPIT Technologies Interview Questions
3.4
 • 290 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 228 Interviews
View all

Vxceed Software Solutions Reviews and Ratings

based on 27 reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.6

Salary

3.7

Job security

3.5

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 27 Reviews and Ratings
Product Support Engineer
32 salaries
unlock blur

₹3 L/yr - ₹11.4 L/yr

Product Engineer
26 salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Product Test Engineer
11 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Software Engineer
10 salaries
unlock blur

₹4.8 L/yr - ₹14 L/yr

Product Specialist
9 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Explore more salaries
Compare Vxceed Software Solutions with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

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