Premium Employer

i

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

VXI Global Solutions Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 73 Reviews

Filter interviews by

VXI Global Solutions Software Engineer Interview Questions and Answers

Updated 19 May 2024

VXI Global Solutions Software Engineer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Questions on output based questions, and on machine coding

Round 2 - Technical 

(1 Question)

  • Q1. What is closure,hoisting,how js works ? , prototype , polyfill
  • Ans. 

    Closure, hoisting, prototype, polyfill are key concepts in JavaScript that help understand how the language works.

    • Closure refers to the ability of a function to access its lexical scope even when it is executed outside that scope.

    • Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their containing scope during compilation.

    • Prototype is an object that is associated with ev...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for a job?

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Aptitude question
  • Q2. Explanation about my project
  • Ans. 

    I developed a web application for tracking personal fitness goals and progress.

    • Used HTML, CSS, and JavaScript for front-end development

    • Utilized Node.js and Express for back-end development

    • Implemented user authentication and data storage using MongoDB

    • Incorporated data visualization tools like Chart.js for displaying progress graphs

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is k in KNN algorithm ?
  • Ans. 

    k in KNN algorithm represents the number of nearest neighbors to consider when making a prediction.

    • k is a hyperparameter that is chosen by the user and determines how many neighbors to look at when classifying a new data point.

    • A smaller value of k can lead to overfitting, while a larger value can lead to underfitting.

    • For example, if k=3 in a KNN algorithm, the prediction for a new data point will be based on the majori

  • Answered by AI
  • Q2. A small riddle

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know all the concepts of your project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Case Study 

Java stream api question and some basic questions in java

Interview Preparation Tips

Interview preparation tips for other job seekers - case study regarding interfaces and object class methods
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Hashmap question
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. 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 - Aptitude Test 

First time attend aptitude test .

Round 3 - Technical 

(5 Questions)

  • Q1. Any computer engineering basic questions
  • Q2. C,C++,java , python
  • Q3. What is inheritance.how many times of inheritance.
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of 'is-a' relationship.

    • There are different types of inheritance such as single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Example: Class B inheriting from Class A - 'class B: public A {}'

  • Answered by AI
  • Q4. How many characters are used in C.
  • Ans. 

    C uses a set of 128 characters, including letters, digits, special characters, and control characters.

    • C uses 26 letters (uppercase and lowercase), 10 digits (0-9), and various special characters like !, @, #, $, %, etc.

    • C also includes control characters like newline, tab, carriage return, etc.

    • The total number of characters used in C is 128.

  • Answered by AI
  • Q5. What is c. How many characters are used.
  • Ans. 

    C is a programming language known for its efficiency and flexibility. It uses 256 characters.

    • C is a high-level programming language used for system programming, embedded systems, and applications.

    • C uses 256 characters, including letters, digits, special characters, and whitespace.

    • Examples of characters in C include 'a', '1', '+', and ' '.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions

Software Engineer Interview Questions & Answers

Infosys BPM user image Narasimha thirunagaram

posted on 7 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python namespaces
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

1-hour exam, few math questions, and few technical were asked, and all were MCQs

Round 3 - Group Discussion 

Very general topics were asked to check our communication skills

Round 4 - Technical 

(3 Questions)

  • Q1. Intro, DBMS, SQL questions, OOPs concepts, and real-life examples, About the project I worked in, were asked. Most of the questions are based on the resume.
  • Q2. OOPs- inheritance, encapsulation code on it overloading, overriding concept and coding question
  • Q3. Coding questions on strings

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPs concepts properly, understand the questions properly, and give the right answers. Deliver every answer with real life example.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is oop? What is inheritance? What is cooling?
  • Ans. 

    OOP is a programming paradigm that uses objects to represent and manipulate data. Inheritance is a mechanism for creating new classes based on existing ones. Cooling is not a relevant term in software engineering.

    • OOP stands for Object-Oriented Programming

    • In OOP, objects are instances of classes that encapsulate data and behavior

    • Inheritance allows a new class to be based on an existing class, inheriting its properties a...

  • Answered by AI
  • Q2. Good. Bbbbbbbb Goodjjjjjhjjjjjjj Goodyuhjhhhhh

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a god company to work with conduent.................
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

In Aptitude test in Math & Reasoning &English is be must for 1st round.

Round 3 - Coding Test 

In Coding Round first of all basic programing language C & 2nd One Oops language & DBMS must be knowledge. And then coding profile is above.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dependent on basis his skill, talent, knowledge. Now must be coding knowledge.

VXI Global Solutions Interview FAQs

How many rounds are there in VXI Global Solutions Software Engineer interview?
VXI Global Solutions interview process usually has 3 rounds. The most common rounds in the VXI Global Solutions interview process are HR, Coding Test and Technical.

Tell us how to improve this page.

Join VXI Global Solutions Delivering legendary experiences for customers and employees.
Accounts Associate
73 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Account Associate 2
36 salaries
unlock blur

₹2.1 L/yr - ₹4.5 L/yr

Team Lead
11 salaries
unlock blur

₹3.6 L/yr - ₹8.5 L/yr

Associate
8 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Training Specialist
7 salaries
unlock blur

₹4.9 L/yr - ₹5.8 L/yr

Explore more salaries
Compare VXI Global Solutions with

Teleperformance

3.9
Compare

Concentrix Corporation

3.8
Compare

iEnergizer

4.6
Compare

WNS

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