Premium Employer

i

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

Vigilant Technologies Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Vigilant Technologies Interview Questions and Answers

Updated 15 May 2025
Popular Designations

Vigilant Technologies Interview Experiences

6 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 15 May 2025

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Why did you choose this field and where do you see yourself in coming 3-4 years
  • Ans. 

    I chose consulting for its dynamic challenges and the opportunity to drive impactful change in organizations.

    • Passion for problem-solving: I enjoy analyzing complex issues and developing strategic solutions.

    • Diverse experiences: Consulting allows me to work across various industries, enhancing my adaptability and knowledge.

    • Impactful contributions: I aim to help organizations improve efficiency and achieve their goals, li...

  • Answered by AI
  • Q2. Tell me about the difficult assignment and project that handled in the college level. What are the difficulties you faced and how you handled it

Principal Consultant Interview Questions & Answers

user image Vikram Jetling

posted on 14 May 2025

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Brief about Work history
  • Ans. 

    Experienced consultant with a diverse background in project management, strategy development, and team leadership across various industries.

    • Over 10 years of experience in consulting, focusing on strategic planning and operational efficiency.

    • Led a team of 15 in a project that increased client revenue by 30% through process optimization.

    • Worked with Fortune 500 companies to develop tailored solutions that addressed specif...

  • Answered by AI
  • Q2. Technical questions (High level)
  • Q3. Technical questions (micro level)

Interview Preparation Tips

Interview preparation tips for other job seekers - I already worked earlier in this company. I know the company and my team well so accepted the offer letter.

Associate Interview Questions & Answers

user image Anonymous

posted on 15 May 2025

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Can you provide a self-introduction?
  • Ans. 

    I am a dedicated professional with a background in finance and a passion for problem-solving and teamwork.

    • Education: Graduated with a degree in Finance from XYZ University, where I was involved in the finance club.

    • Experience: Worked as an intern at ABC Corp, where I assisted in financial analysis and reporting.

    • Skills: Proficient in Excel and financial modeling, with a strong analytical mindset.

    • Interests: Enjoy reading ...

  • Answered by AI
  • Q2. What is Robotic Process Automation (RPA)?
  • Ans. 

    Robotic Process Automation (RPA) automates repetitive tasks using software robots to enhance efficiency and accuracy.

    • RPA mimics human actions to perform tasks like data entry and processing.

    • It can be used in various industries, such as finance for invoice processing.

    • RPA tools include UiPath, Blue Prism, and Automation Anywhere.

    • It reduces operational costs and minimizes human error.

    • RPA can integrate with existing system...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Technical quetions related to RPA
  • Q2. Management related quetions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. It's about EBS
  • Q2. Rice components

I applied via Job Portal and was interviewed in Jul 2022. There was 0 interview round.

Interview Preparation Tips

Topics to prepare for Vigilant Technologies Software Developer interview:
  • Faang
  • Dsa
  • OOPS
Interview preparation tips for other job seekers - Work hard and revise and perform better to join bigger company than smaller ones.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Vigilant Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath
Are these interview questions helpful?

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

Interview Questionnaire 

1 Question

  • Q1. For fresher 1 aptitude - percentage,date and time,number system,intrest,work done problems 2 Group discussion 3 HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - First is usual aptitude after finishing it takes 30 min for result . Next g it is more of generall topic, atlast hr

I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding question on array , tree

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds
1. written
2. Technical (Java/spring boot)
3. Technical ( Coding, DS, array, tree etc and time complexity)
4. Managerial technical ( Situation based technical ques, Puzzles, Project related que)
5. Salary discussion

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Ans. 

    Find the largest island area in a grid representing an ocean using DFS or BFS.

    • Use Depth-First Search (DFS) or Breadth-First Search (BFS) to explore the grid.

    • Mark visited cells to avoid counting them multiple times.

    • Count the size of each island during the traversal.

    • Example: For a grid [[1,0,0],[1,1,0],[0,0,1]], the largest island has area 3.

    • Keep track of the maximum area found during the exploration.

  • Answered by AI
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

Vigilant Technologies Interview FAQs

How to prepare for Vigilant Technologies 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 Vigilant Technologies. The most common topics and skills that interviewers at Vigilant Technologies expect are Cloud, Oracle, EBS, mfg and R12.
What are the top questions asked in Vigilant Technologies interview?

Some of the top questions asked at the Vigilant Technologies interview -

  1. What is Robotic Process Automation (RP...read more
  2. Technical questions (High lev...read more
  3. Technical questions (micro lev...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 6 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 60%
2-4 weeks 40%
View more
Join Vigilant Technologies End-to-End Digital Transformation Solutions and Managed Services

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 85 Interviews
Programmers.io Interview Questions
4.2
 • 26 Interviews
Diverse Lynx Interview Questions
3.7
 • 20 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
Apps Associates Interview Questions
3.9
 • 10 Interviews
Signant Health Interview Questions
3.3
 • 9 Interviews
View all

Vigilant Technologies Reviews and Ratings

based on 50 reviews

4.0/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.7

Salary

3.9

Job security

3.8

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 50 Reviews and Ratings
Senior Consultant
18 salaries
unlock blur

₹16 L/yr - ₹28 L/yr

Project Manager
12 salaries
unlock blur

₹13.5 L/yr - ₹32 L/yr

Principal Consultant
8 salaries
unlock blur

₹23 L/yr - ₹25 L/yr

Consultant
7 salaries
unlock blur

₹9.5 L/yr - ₹21.5 L/yr

Associate
7 salaries
unlock blur

₹3.6 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Vigilant Technologies with

Mobile Programming

2.9
Compare

Diverse Lynx

3.6
Compare

Arcesium

3.5
Compare

Solartis Technology Services

3.5
Compare
write
Share an Interview