Upload Button Icon Add office photos
Engaged Employer

i

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

Vega Intellisoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vega Intellisoft Interview Questions and Answers

Updated 8 Oct 2024

Vega Intellisoft Interview Experiences

Popular Designations

6 interviews found

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

(2 Questions)

  • Q1. Explain trees ?
  • Ans. 

    Trees are hierarchical data structures used for decision-making and classification.

    • Trees are composed of nodes, with each node representing a decision or attribute.

    • Nodes have branches that lead to other nodes or leaves, which represent outcomes or classifications.

    • Common types of trees include decision trees, random forests, and gradient boosting trees.

  • Answered by AI
  • Q2. Explain chat gpt
  • Ans. 

    Chat GPT is a language model that generates human-like responses in conversational settings.

    • Chat GPT is a variant of OpenAI's GPT (Generative Pre-trained Transformer) model specifically designed for generating conversational responses.

    • It uses deep learning techniques to understand and generate text based on the input it receives.

    • Chat GPT can be used in chatbots, customer service applications, and other conversational A...

  • Answered by AI
Round 2 - Coding Test 

Offline-based pen and pencil

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Dec 2023. There were 6 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Do you have own house
  • Q2. No I cannot tell this
Round 2 - HR 

(2 Questions)

  • Q1. What is your father
  • Q2. Work at mnc
Round 3 - HR 

(2 Questions)

  • Q1. Your spouse salary
  • Q2. Not known personal
Round 4 - HR 

(2 Questions)

  • Q1. Your mother is house wives
  • Q2. Do you have car
Round 5 - HR 

(3 Questions)

  • Q1. Do you have own 2 wheeler
  • Ans. 

    Yes, I have my own 2 wheeler.

    • Having my own 2 wheeler allows me to commute easily and independently.

    • I can travel to different locations for work-related purposes efficiently.

    • It also demonstrates my responsibility and ability to manage transportation needs.

    • For example, I can attend interviews or meet candidates at their preferred locations without relying on public transportation.

  • Answered by AI
  • Q2. Yes madam I am having
  • Q3. Do you have own house in native
Round 6 - One-on-one 

(3 Questions)

  • Q1. Why you resigned your previous company
  • Q2. Salary and incremental issues change of administration
  • Q3. How much you expect salary

Senior Recruiter Interview Questions asked at other Companies

Q1. What is Java, its features, frameworks, database?
View answer (1)
Round 1 - One-on-one 

(2 Questions)

  • Q1. NVME BASIC QUESTION THEY WILLL ASK
  • Q2. SOME PCIE ALSO THEY WILL ASK
Round 2 - One-on-one 

(3 Questions)

  • Q1. SOME PYTHON CODING QUESTIONS
  • Q2. NEED TO ANSWER ALL THE QUESTIONS
  • Q3. SOME BASIC DEBUGGING SKILLS

Interview Preparation Tips

Interview preparation tips for other job seekers - NEED TO READ NVME AND PCIE WELL

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

Coding test in CRUD OPERATIONS

Interview Preparation Tips

Interview preparation tips for other job seekers - Working nice

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Vega Intellisoft interview questions for popular designations

 Software Engineer

 (2)

 Data Scientist

 (1)

 Senior Recruiter

 (1)

 Software Developer

 (1)

 DOT NET Developer

 (1)

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

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Asked for 24 *7 shift timings
  • Q2. Told about salary structure and asked about privious employment
  • Q3. Asked about relocation to pune

Interview Preparation Tips

Interview preparation tips for other job seekers - na

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Direct face to face interview
Round 3 - Coding Test 

Asked me to create a web application

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Fair

Round 1 - Coding Test 

Java 8 programs, string buffer and builder

Round 2 - Group Discussion 

About traffic in Banglore and the project

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.
Contribute & help others!
anonymous
You can choose to be anonymous

Vega Intellisoft Interview FAQs

How many rounds are there in Vega Intellisoft interview?
Vega Intellisoft interview process usually has 2-3 rounds. The most common rounds in the Vega Intellisoft interview process are HR, One-on-one Round and Coding Test.
How to prepare for Vega Intellisoft 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 Vega Intellisoft. The most common topics and skills that interviewers at Vega Intellisoft expect are SQL, Python, Troubleshooting, Agile and Management.
What are the top questions asked in Vega Intellisoft interview?

Some of the top questions asked at the Vega Intellisoft interview -

  1. Do you have own 2 whee...read more
  2. Explain tree...read more
  3. Explain chat ...read more

Recently Viewed

LIST OF COMPANIES

Discover companies

Find best workplace

JOBS

Mahavir Group

No Jobs

JOBS

RMV Workforc

No Jobs

PHOTOS

FirstMeridian Business Services

No Photos

JOBS

FirstMeridian Business Services

No Jobs

COMPANY BENEFITS

ABC Consultants

No Benefits

JOBS

Antino

No Jobs

COMPANY BENEFITS

DKM Online

No Benefits

SALARIES

DKM Online

No Salaries

LIST OF COMPANIES

Hot Or Not

Overview

Tell us how to improve this page.

Vega Intellisoft Interview Process

based on 8 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Experis IT Interview Questions
3.0
 • 48 Interviews
View all

Vega Intellisoft Reviews and Ratings

based on 72 reviews

3.5/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

3.1

Job security

3.3

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 72 Reviews and Ratings
Information Technology Recruiter
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

DOT NET Developer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Recruiter
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vega Intellisoft with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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