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 Plsql Developer Interview Questions and Answers

Updated 17 Aug 2021

Virtual Galaxy Infotech Plsql Developer Interview Experiences

1 interview found

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
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Virtual Galaxy Infotech?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Feb 2023. 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 - Aptitude Test 

25 Aptitude MCQ and 25 post based MCQ

Round 3 - Technical 

(1 Question)

  • Q1. They are asking Technical Questions
Round 4 - HR 

(1 Question)

  • Q1. They are asking HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It is Fintech Domain Company which is mostly working on Cards and Payments

Plsql Developer Interview Questions Asked at Other Companies

asked in TCS
Q1. What is temp table and temp variable in plsql?
asked in TCS
Q2. What is procedure in plsql and it's syntax and difference between ... read more
asked in TCS
Q3. Write a PL/SQL program to print the sequence 103, 99, 96...3.
asked in TCS
Q4. What is a mutating table or mutating trigger?
asked in Cognizant
Q5. Write a SQL query to delete duplicate records from a table.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self
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

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

Basic maths question

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a live coding round where expectation was to come up with a framework in Java from Scratch

Round 2 - Technical 

(1 Question)

  • Q1. It was a DS/Algo Round
Round 3 - Design R 

(1 Question)

  • Q1. Design Round in HLD
  • Ans. 

    Design Round in HLD involves creating a high-level design for a software system.

    • Identify the main components of the system and their interactions

    • Define the architecture of the system including layers, modules, and interfaces

    • Consider scalability, performance, security, and maintainability

    • Use UML diagrams like class diagrams, sequence diagrams, and component diagrams

    • Document the design decisions and rationale

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong technical background, a passion for problem-solving, and a proven track record of delivering high-quality software solutions.

    • Extensive experience in software development, including proficiency in multiple programming languages such as Java, Python, and JavaScript.

    • Strong problem-solving skills and ability to think critically to find innovative solutions to complex technical challenges.

    • Proven track record...

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Implement readers-writer lock
  • Ans. 

    A readers-writer lock allows concurrent access for readers and exclusive access for writers, ensuring data consistency.

    • Readers can access the resource simultaneously, improving performance.

    • Writers require exclusive access, blocking readers during write operations.

    • Use a counter to track active readers and a mutex for writers.

    • Example: In a database, multiple queries can read data while updates are restricted.

  • Answered by AI
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
-
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.

Virtual Galaxy Infotech Interview FAQs

How to prepare for Virtual Galaxy Infotech Plsql Developer 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 PLSQL, SyBase, CRM, Db2 and ERP.

Tell us how to improve this page.

Interview Questions from Similar Companies

Upland Software Interview Questions
4.6
 • 15 Interviews
CyberArk Interview Questions
3.5
 • 15 Interviews
QAD Interview Questions
3.9
 • 14 Interviews
HALODOC Interview Questions
2.6
 • 13 Interviews
Tracelink Interview Questions
3.1
 • 13 Interviews
PlanSource Interview Questions
3.5
 • 11 Interviews
View all
Virtual Galaxy Infotech Plsql Developer Salary
based on 12 salaries
₹1.8 L/yr - ₹7 L/yr
38% less than the average Plsql Developer Salary in India
View more details

Virtual Galaxy Infotech Plsql Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
97 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Software Support Executive
16 salaries
unlock blur

₹1.2 L/yr - ₹3.9 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.3
Compare

Global Edge Software

3.5
Compare

PagarBook

3.7
Compare

Futran Solutions

4.0
Compare
write
Share an Interview