Upload Button Icon Add office photos

Filter interviews by

Vector Consulting Interview Questions and Answers

Updated 18 Nov 2024

Vector Consulting Interview Experiences

Popular Designations

6 interviews found

Interview Questions & Answers

user image Tarun Nigam

posted on 10 Dec 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Dec 2022.

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 - Case Study 

They created one case which is relevant to real life but a little bit tricky

Round 3 - Technical 

(1 Question)

  • Q1. Why we use Stored procedure
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How did you use TOC in your current role?

Business Consultant Interview Questions asked at other Companies

Q1. Guesstimate on how many flights on a day in Delhi airport
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

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

Round 1 was 3 DSA questions + 22 aptitude questions (easy)

Round 2 - Technical 

(2 Questions)

  • Q1. What tech stack used and why
  • Ans. 

    We use a tech stack consisting of React, Node.js, and MongoDB for our web development projects.

    • React for front-end development due to its component-based architecture and virtual DOM

    • Node.js for back-end development for its asynchronous and event-driven nature

    • MongoDB for database management for its flexibility and scalability

  • Answered by AI
  • Q2. What challenges did you face while building projects
  • Ans. 

    I faced challenges such as time constraints, technical difficulties, and communication issues while building projects.

    • Time constraints: Struggling to meet deadlines due to unexpected setbacks or lack of time management.

    • Technical difficulties: Dealing with bugs, errors, or limitations in software or hardware.

    • Communication issues: Misunderstandings with team members or clients leading to delays or errors.

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

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. What are the delays faced in your project?
Round 3 - Technical 

(1 Question)

  • Q1. STAR based questions

Project Coordinator Interview Questions asked at other Companies

Q1. What kind of water proofing application are used on terrace roof slab of the commercial, residential buildings
View answer (7)

Vector Consulting interview questions for popular designations

 Project Coordinator

 (1)

 Manager Talent Acquisition

 (1)

 Business Consultant

 (1)

 Senior Software Engineer

 (1)

 Intern

 (1)

I applied via Recruitment Consulltant and was interviewed in 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Javascript, React, Angular, Database, OOPS
Round 3 - Technical 

(1 Question)

  • Q1. Questions on OOPS, scenario based, puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview were not matching with the job description. The questions were not to the point and interviewer expected a particular type of answer only.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via Indeed and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Basic questions with updated resume
  • Q2. One way video interview - why into IT RECRUITMENT
  • Ans. Why you are interested into IT Recruitment so give valid reason and prove your worth
  • Answered Anonymously
  • Q3. Risk assessment test to check your reliability
  • Ans. Be yourself as this round chooses you
  • Answered Anonymously
  • Q4. Discuss with the final decision makers
  • Ans. Simple questions and will check if you are really worthy
  • Answered Anonymously
  • Q5. Test which assesses your psychology, honesty, integrity
  • Ans. Under the surveillance of HR with 3 type of questions- psychology, reasoning and mathematics so just be focused
  • Answered Anonymously
  • Q6. Final discussion for peaks n perks
  • Ans. Simple round where candidate and final decision maker comes on a mutual ground and the person joins the organization.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a lengthy process but all this hardship, time is worth waiting. Really happy here and everyone supportive.

Manager Talent Acquisition Interview Questions asked at other Companies

Q1. How do you address employees who are dissatisfied with their appraisals?
View answer (1)

Jobs at Vector Consulting

View all

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Why we hair you
  • Q2. How much salary u can expect
  • Q3. Know about your self
  • Q4. What is your strength

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

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

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Interview Questionnaire 

1 Question

  • Q1. Relates to project & last company experience

Vector Consulting Interview FAQs

How many rounds are there in Vector Consulting interview?
Vector Consulting interview process usually has 2-3 rounds. The most common rounds in the Vector Consulting interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Vector Consulting 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 Vector Consulting. The most common topics and skills that interviewers at Vector Consulting expect are Project Management, Recruitment, Strategy Consulting, SQL and Talent Acquisition.
What are the top questions asked in Vector Consulting interview?

Some of the top questions asked at the Vector Consulting interview -

  1. What tech stack used and ...read more
  2. why we use Stored proced...read more
  3. Test which assesses your psychology, honesty, integri...read more

Tell us how to improve this page.

Vector Consulting Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
UTL Solar Interview Questions
3.6
 • 46 Interviews
View all

Vector Consulting Reviews and Ratings

based on 13 reviews

2.9/5

Rating in categories

2.5

Skill development

2.6

Work-life balance

2.7

Salary

2.9

Job security

2.7

Company culture

2.1

Promotions

2.4

Work satisfaction

Explore 13 Reviews and Ratings
Consultant
22 salaries
unlock blur

₹15 L/yr - ₹27.5 L/yr

Management Consultant
8 salaries
unlock blur

₹11.1 L/yr - ₹31.2 L/yr

Business Consultant
7 salaries
unlock blur

₹14 L/yr - ₹27 L/yr

Sales Consultant
7 salaries
unlock blur

₹8.5 L/yr - ₹11 L/yr

Software Consultant
5 salaries
unlock blur

₹5.5 L/yr - ₹9 L/yr

Explore more salaries
Compare Vector Consulting with

Evision Technoserve

4.7
Compare

HCL Infosystems

3.9
Compare

Huawei Technologies

4.0
Compare

Data Entry

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