Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Virtual Galaxy Infotech Team. If you also belong to the team, you can get access from here

Virtual Galaxy Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Virtual Galaxy Infotech Interview Questions and Answers

Updated 19 Jan 2025
Popular Designations

19 Interview questions

A Java Developer was asked
Q. What is REST API?
Ans. 

RestApi is a set of rules and conventions for building and interacting with web services using HTTP methods.

  • RestApi stands for Representational State Transfer Application Programming Interface.

  • It allows communication between different software systems over the internet.

  • RestApi uses standard HTTP methods like GET, POST, PUT, DELETE for data manipulation.

  • JSON or XML formats are commonly used for data exchange in Res...

View all Java Developer interview questions
A Java Developer was asked
Q. What is the Collection Framework?
Ans. 

Collection Framework is a unified architecture for representing and manipulating collections of objects in Java.

  • It provides interfaces (List, Set, Queue, etc.) and classes (ArrayList, HashSet, PriorityQueue, etc.) to store and manipulate groups of objects.

  • Collections can be easily sorted, searched, and iterated using methods provided by the Collection Framework.

  • Example: ArrayList is a class that implements the Lis...

View all Java Developer interview questions
A Java Developer was asked
Q. How do you add one ArrayList object to another? Which method is used to achieve this?
Ans. 

The addAll() method is used to add all elements of one ArrayList to another.

  • Use the addAll() method to add all elements of one ArrayList to another

  • Syntax: list1.addAll(list2);

  • Example: ArrayList<Integer> list1 = new ArrayList<>(); list1.addAll(Arrays.asList(1, 2, 3));

View all Java Developer interview questions
A Plsql Developer was asked
Q. What is the difference between constraints and triggers?
Ans. 

Constraints are rules enforced on data in a table, while triggers are actions performed in response to certain events.

  • Constraints ensure data integrity and consistency, while triggers automate actions based on specific events.

  • Constraints are defined at the time of table creation, while triggers are created separately.

  • Constraints can be used to enforce rules such as unique values, primary keys, and foreign keys, wh...

View all Plsql Developer interview questions
A Software Developer was asked
Q. Is it necessary to implement exception handling in queries?
Ans. 

Yes, exception handling is necessary in queries.

  • Exception handling helps to handle unexpected errors and prevent application crashes.

  • It also helps to provide meaningful error messages to the user.

  • In SQL, exceptions can be handled using the TRY-CATCH block.

  • In NoSQL databases, exceptions can be handled using error codes and messages.

View all Software Developer interview questions
A Software Developer was asked
Q. What are the Set operators and their uses?
Ans. 

Set operators are used to combine or compare sets in SQL.

  • UNION operator combines two sets and removes duplicates

  • INTERSECT operator returns only common elements in two sets

  • EXCEPT operator returns elements in one set but not in the other

  • ALL keyword can be used with set operators to include duplicates

  • Set operators can only be used with compatible data types

View all Software Developer interview questions
A Software Developer was asked
Q. Explain the types of single-row functions and group functions in SQL.
Ans. 

Single row functions operate on a single row and return one result per row. Group functions operate on a group of rows and return one result per group.

  • Single row functions include: numeric functions, character functions, date functions, conversion functions, and general functions.

  • Group functions include: AVG, COUNT, MAX, MIN, SUM.

  • Single row functions can be used in SELECT, WHERE, and ORDER BY clauses.

  • Group functio...

View all Software Developer interview questions
Are these interview questions helpful?
A Software Developer was asked
Q. What types of triggers are used in forms? Explain them level-wise, and their uses at each level.
Ans. 

Triggers used in forms and their levels and uses.

  • Types of triggers: Pre-Form, Post-Form, Item, Validation, Navigation, Transaction

  • Pre-Form triggers execute before the form is displayed

  • Post-Form triggers execute after the form is closed

  • Item triggers execute when a user interacts with an item on the form

  • Validation triggers execute when a user enters data into an item

  • Navigation triggers execute when a user navigates ...

View all Software Developer interview questions
A Software Developer was asked
Q. What are Delete and Truncate? Differentiate them.
Ans. 

Delete and Truncate are SQL commands used to remove data from a table, but they differ in their approach.

  • DELETE is a DML command that removes specific rows from a table based on a condition.

  • TRUNCATE is a DDL command that removes all the rows from a table and resets the identity of the table.

  • DELETE is slower than TRUNCATE as it logs the data changes, whereas TRUNCATE does not.

  • DELETE can be rolled back, but TRUNCATE...

View all Software Developer interview questions
A Software Developer was asked
Q. What is the difference between a PROCEDURE and a FUNCTION?
Ans. 

Procedures do not return values while functions return values.

  • Procedures are used to perform an action while functions are used to calculate and return a value.

  • Functions can be used in expressions while procedures cannot.

  • Functions have a return type while procedures do not.

  • Functions can have input parameters and return values while procedures can only have input parameters.

  • Examples of functions include Math.max() ...

View all Software Developer interview questions

Virtual Galaxy Infotech Interview Experiences

7 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was Machine test, i had to make a project and connect it to Database and submit details in database table from form.

Round 2 - Technical 

(4 Questions)

  • Q1. Technical verbal Interview, question were related to JavaScript, Json, JQuery, and how to perform click and other event on click, on change etc, and how to get text content entered in text box, mostly rel...
  • Q2. What is Collection Framework?
  • Q3. What is RestApi?
  • Ans. 

    RestApi is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • RestApi stands for Representational State Transfer Application Programming Interface.

    • It allows communication between different software systems over the internet.

    • RestApi uses standard HTTP methods like GET, POST, PUT, DELETE for data manipulation.

    • JSON or XML formats are commonly used for data exchange in RestApi.

    • ...

  • Answered by AI
  • Q4. How to add one ArrayList object to another, which method is used to achieve this. Ans:- By using addAll() Method
Round 3 - HR 

(1 Question)

  • Q1. Just Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - This procedure can be different for anyone else, and hiring team didn't seem serious about hiring procedure .

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Machine test has been done for automation testing. Also one on one round will be done before m/c test.

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

(1 Question)

  • Q1. Introduction yourself
  • Ans. 

    I am a dedicated and experienced professional with a background in operations management.

    • Over 5 years of experience in operations management

    • Strong leadership and team management skills

    • Proven track record of improving operational efficiency

    • Excellent problem-solving abilities

    • Previously managed a team of 20+ employees at XYZ Company

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Angular, Javascript, HTML, CSS
Round 2 - Coding Test 

Angular releted Coding

Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2022

I applied via Approached by Company and was interviewed in May 2022. There were 2 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 

(2 Questions)

  • Q1. What is your excel knowlage
  • Q2. Which tool use tool by you for visualization

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Advance excel and the visualization tool which is convinced by you and more practice

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

15 Questions

  • Q1. 1) Write a query of Sub Query .....
  • Ans. 

    A subquery is a query nested inside another query. It is used to retrieve data from multiple tables or perform complex calculations.

    • A subquery is enclosed within parentheses and is usually placed within the WHERE or HAVING clause of the outer query.

    • The result of the subquery is used by the outer query to filter or manipulate the data.

    • Subqueries can be used to retrieve data from multiple tables, perform calculations, or...

  • Answered by AI
  • Q2. 2) What is Delete and Truncate. Differentiate them....
  • Ans. 

    Delete and Truncate are SQL commands used to remove data from a table, but they differ in their approach.

    • DELETE is a DML command that removes specific rows from a table based on a condition.

    • TRUNCATE is a DDL command that removes all the rows from a table and resets the identity of the table.

    • DELETE is slower than TRUNCATE as it logs the data changes, whereas TRUNCATE does not.

    • DELETE can be rolled back, but TRUNCATE cann...

  • Answered by AI
  • Q3. 3) What is View...
  • Ans. 

    A View is a user interface element that displays information or interacts with the user.

    • A View is a fundamental building block of Android UI.

    • It can be a button, text field, image, or any other interactive element.

    • Views can be arranged in a hierarchy to create complex UI layouts.

    • Each View has its own set of properties that can be customized, such as size, color, and behavior.

  • Answered by AI
  • Q4. 4) Write a queries of PROCEDURE, FUNCTION, CURSOR...
  • Ans. 

    Sample queries for PROCEDURE, FUNCTION, CURSOR

    • PROCEDURE: CREATE PROCEDURE get_employee_details AS SELECT * FROM employees;

    • FUNCTION: CREATE FUNCTION get_employee_count RETURN NUMBER IS count NUMBER; BEGIN SELECT COUNT(*) INTO count FROM employees; RETURN count; END;

    • CURSOR: DECLARE emp_cursor CURSOR FOR SELECT * FROM employees; OPEN emp_cursor; FETCH emp_cursor INTO emp_record; CLOSE emp_cursor;

  • Answered by AI
  • Q5. 5) What are the types of LOOPS ?
  • Ans. 

    There are three types of loops: for, while, and do-while.

    • For loop: executes a block of code a fixed number of times.

    • While loop: executes a block of code as long as the condition is true.

    • Do-while loop: executes a block of code at least once, then repeats as long as the condition is true.

  • Answered by AI
  • Q6. 6) What is the Packages, Index, Sequences...
  • Ans. 

    Packages, Index, and Sequences are all related to data organization and management in programming.

    • Packages are collections of related classes and interfaces that are used to organize code.

    • Index is a data structure that allows for efficient searching and retrieval of data.

    • Sequences are ordered collections of elements that can be accessed by their position in the sequence.

    • Examples include the Java Collections Framework, ...

  • Answered by AI
  • Q7. 7) Difference between PROCEDURE & FUNCTION ?
  • Ans. 

    Procedures do not return values while functions return values.

    • Procedures are used to perform an action while functions are used to calculate and return a value.

    • Functions can be used in expressions while procedures cannot.

    • Functions have a return type while procedures do not.

    • Functions can have input parameters and return values while procedures can only have input parameters.

    • Examples of functions include Math.max() and S...

  • Answered by AI
  • Q8. 8) Types of Canvas in forms
  • Ans. 

    Canvas in forms can be of different types like HTML5 Canvas, SVG Canvas, and PDF Canvas.

    • HTML5 Canvas allows for drawing graphics using JavaScript

    • SVG Canvas is scalable and can be manipulated with CSS

    • PDF Canvas is used for generating PDF documents programmatically

  • Answered by AI
  • Q9. 9) Types of forms..
  • Ans. 

    There are various types of forms used in software development.

    • Web Forms - used for collecting user input on a website

    • Windows Forms - used for creating desktop applications

    • Mobile Forms - used for creating mobile applications

    • Dialog Forms - used for displaying messages or alerts to the user

    • Modal Forms - used for capturing user input before allowing further interaction

    • Wizard Forms - used for guiding the user through a mult...

  • Answered by AI
  • Q10. 10) Types of Triggers used in forms ? Explain level wise, and uses of that triggers on that level....
  • Ans. 

    Triggers used in forms and their levels and uses.

    • Types of triggers: Pre-Form, Post-Form, Item, Validation, Navigation, Transaction

    • Pre-Form triggers execute before the form is displayed

    • Post-Form triggers execute after the form is closed

    • Item triggers execute when a user interacts with an item on the form

    • Validation triggers execute when a user enters data into an item

    • Navigation triggers execute when a user navigates betwe...

  • Answered by AI
  • Q11. 11) SQL function - types of single row function and group functions.. Explain it...
  • Ans. 

    Single row functions operate on a single row and return one result per row. Group functions operate on a group of rows and return one result per group.

    • Single row functions include: numeric functions, character functions, date functions, conversion functions, and general functions.

    • Group functions include: AVG, COUNT, MAX, MIN, SUM.

    • Single row functions can be used in SELECT, WHERE, and ORDER BY clauses.

    • Group functions ar...

  • Answered by AI
  • Q12. 12) What are the Set operators and their uses...?
  • Ans. 

    Set operators are used to combine or compare sets in SQL.

    • UNION operator combines two sets and removes duplicates

    • INTERSECT operator returns only common elements in two sets

    • EXCEPT operator returns elements in one set but not in the other

    • ALL keyword can be used with set operators to include duplicates

    • Set operators can only be used with compatible data types

  • Answered by AI
  • Q13. 13) Exception Handling....Is it neccessory to write a exception in queries ?
  • Ans. 

    Yes, exception handling is necessary in queries.

    • Exception handling helps to handle unexpected errors and prevent application crashes.

    • It also helps to provide meaningful error messages to the user.

    • In SQL, exceptions can be handled using the TRY-CATCH block.

    • In NoSQL databases, exceptions can be handled using error codes and messages.

  • Answered by AI
  • Q14. 14) How to make relation of master and transaction table on forms...?
  • Ans. 

    Master table should have a primary key which is used as a foreign key in the transaction table.

    • Create a primary key in the master table

    • Create a foreign key in the transaction table that references the primary key in the master table

    • Use the foreign key to link the two tables on forms

  • Answered by AI
  • Q15. 15) Types of reports ?
  • Ans. 

    Reports can be categorized into operational, analytical, and statutory reports.

    • Operational reports provide information on day-to-day activities.

    • Analytical reports provide insights into data trends and patterns.

    • Statutory reports are required by law and must be submitted to regulatory bodies.

    • Other types of reports include ad hoc reports, exception reports, and dashboards.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one. There was a two round, Written and practical. Both was technical. In first round (Written) interviewer test my basic knowledge of SQL queries. In second round (Practical) interviewer assign me a machine test, and told me to make a simple master form and report, also to create a table in database as per the columns used to store the date from forms... It lasted for about 1 hour. The interviewer wanted to test both my theoretical and practical knowledge. Luckily I was able to answer most of the questions correctly and complete my machine test on time. Interview was a easy. They asked me a questions as per my experience. You need to stay clam and should apply presence of mind. Make your resume properly. Fill all required information .

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Diff Between constarints and triggers?
  • Ans. 

    Constraints are rules enforced on data in a table, while triggers are actions performed in response to certain events.

    • Constraints ensure data integrity and consistency, while triggers automate actions based on specific events.

    • Constraints are defined at the time of table creation, while triggers are created separately.

    • Constraints can be used to enforce rules such as unique values, primary keys, and foreign keys, while t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall very good

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Virtual Galaxy Infotech?
Ask anonymously on communities.

Interview questions from similar companies

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

There were 50 question out of which if you score 20 you were passed out to next round, No negative markings.

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Print palindrome
Binary search

Round 2 - Technical 

(1 Question)

  • Q1. Java, spring boot and Micro service related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

Virtual Galaxy Infotech Interview FAQs

How many rounds are there in Virtual Galaxy Infotech interview?
Virtual Galaxy Infotech interview process usually has 1-2 rounds. The most common rounds in the Virtual Galaxy Infotech interview process are HR, Coding Test and Technical.
How to prepare for Virtual Galaxy Infotech 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 Virtual Galaxy Infotech. The most common topics and skills that interviewers at Virtual Galaxy Infotech expect are PDF, Javascript, ERP, Hospital Management and CRM.
What are the top questions asked in Virtual Galaxy Infotech interview?

Some of the top questions asked at the Virtual Galaxy Infotech interview -

  1. 14) How to make relation of master and transaction table on forms....read more
  2. 10) Types of Triggers used in forms ? Explain level wise, and uses of that trig...read more
  3. 13) Exception Handling....Is it neccessory to write a exception in querie...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
4-6 weeks 50%
View more

Interview Questions from Similar Companies

Upland Software Interview Questions
4.6
 • 15 Interviews
CyberArk Interview Questions
3.5
 • 15 Interviews
QAD Interview Questions
3.8
 • 14 Interviews
HALODOC Interview Questions
2.6
 • 13 Interviews
Tracelink Interview Questions
3.1
 • 13 Interviews
PlanSource Interview Questions
3.5
 • 11 Interviews
PagarBook Interview Questions
3.7
 • 11 Interviews
View all

Virtual Galaxy Infotech Reviews and Ratings

based on 61 reviews

3.9/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.4

Salary

3.9

Job security

3.9

Company culture

3.3

Promotions

3.9

Work satisfaction

Explore 61 Reviews and Ratings
Software Developer (Python)

Nagpur

2-4 Yrs

₹ 2-5.2 LPA

Software Developer (React.js)

Nagpur

2-4 Yrs

₹ 2.5-6.4 LPA

Sales Manager

Nagpur

2-6 Yrs

Not Disclosed

Explore more jobs
Software Developer
101 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Software Support Executive
17 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

Java Developer
15 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

System Administrator
14 salaries
unlock blur

₹2.5 L/yr - ₹5.4 L/yr

Plsql Developer
12 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Explore more salaries
Compare Virtual Galaxy Infotech with

Yalamanchili Software Exports

3.2
Compare

Global Edge Software

3.5
Compare

PagarBook

3.7
Compare

Futran Solutions

4.0
Compare
write
Share an Interview