Upload Button Icon Add office photos
Premium Employer

i

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

Vimo | GetInsured Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vimo | GetInsured Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Write a function that prints the numbers from 1 to 100. However, for multiples of three, print "Fizz" instead of the number, and for multiples of five, print "Buzz." For numbers that are multiples of both three and five, print "FizzBuzz."

Round 2 - Group Discussion 

Group discussion with fellow students on topics related to IT companies.

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 Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Where do you envision yourself in the next five years?
  • Ans. 

    In the next five years, I envision myself leading a team of software engineers, working on cutting-edge technologies, and making significant contributions to the company's success.

    • Leading a team of software engineers

    • Working on cutting-edge technologies

    • Making significant contributions to the company's success

  • Answered by AI
  • Q2. What interests you about this job?
  • Ans. 

    I am excited about the opportunity to work on complex software projects and contribute to innovative solutions.

    • Opportunity to work on complex software projects

    • Contribute to innovative solutions

    • Excited about the challenges and learning opportunities

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the various data types available in JavaScript?
  • Ans. 

    Various data types in JavaScript include string, number, boolean, object, array, null, and undefined.

    • String: 'hello'

    • Number: 42

    • Boolean: true or false

    • Object: { key: value }

    • Array: [1, 2, 3]

    • Null: null

    • Undefined: undefined

  • Answered by AI
  • Q2. What is hoisting in JavaScript?
  • Ans. 

    Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test is of 24 hours test and after the completion need to submit the code. The test topic was related to - Basic Programming Questions, OOPS Concepts, Software Development LifeCycle etc.
Platform - Any IDE we can use for coding.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain the coding test question and some cross questions based on that.
  • Q2. Questions based on Design Patterns.
Round 3 - HR 

(1 Question)

  • Q1. How you handle the Pressure and Deadlines.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024.

Round 1 - HR 

(3 Questions)

  • Q1. What were the challenges faced during the project?
  • Ans. 

    The challenges faced during the project included tight deadlines, communication issues, and technical constraints.

    • Tight deadlines required efficient time management and prioritization of tasks.

    • Communication issues among team members led to misunderstandings and delays in decision-making.

    • Technical constraints such as limited resources or outdated technology hindered progress and required creative problem-solving.

    • Example...

  • Answered by AI
  • Q2. What are the standard coding practices in PHP?
  • Ans. 

    Standard coding practices in PHP include following PSR standards, using meaningful variable names, writing clean and readable code, and using proper indentation.

    • Follow PSR standards for coding consistency (e.g. PSR-1, PSR-2)

    • Use meaningful variable and function names for clarity

    • Write clean and readable code with proper indentation and formatting

    • Avoid using deprecated functions and features

    • Use comments to explain complex...

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a Senior Software Engineer with 8+ years of experience in developing and implementing software solutions.

    • Experienced in full stack development using languages such as Java, Python, and JavaScript.

    • Proficient in designing and implementing scalable and efficient algorithms.

    • Skilled in working with databases such as MySQL, MongoDB, and PostgreSQL.

    • Strong background in software architecture and design patterns.

    • Excellent ...

  • Answered by AI
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 Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

What is OOPS concepts?

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

I appeared for an interview in Nov 2024.

Round 1 - Coding Test 

Design and implement a least recently used (LRU) cache mechanism that supports `get` and `put` operations.

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

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

10 questions - 45minutes

Round 2 - Technical 

(2 Questions)

  • Q1. SQL joins based questions
  • Q2. Excel VLOOKUP function

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude , SQL , excel , guesstimates and puzzles prepare this topics very well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python slq apti path json sksa

Round 2 - Technical 

(2 Questions)

  • Q1. Problem solving in python
  • Q2. Solving problems in oython
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

15 basic cs based mcq - mainly dsa and os and 3 coding question -- dp count the number of elemnt sum required to reach target , 2 q - balanced parenthesis and last one is from graph.

Round 2 - Technical 

(2 Questions)

  • Q1. Min stack , bfs traversal of tree(level order)
  • Q2. Question related to os and your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study Dp tree and graph .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Contains linear and non linear data structures deep knowledge of trees and graphs

Round 2 - Technical 

(1 Question)

  • Q1. Able to do dry run on page
  • Ans. 

    Dry run on a page involves testing the code without actually executing it.

    • Dry run involves walking through the code manually to check for errors

    • Helps in identifying logic errors before actual execution

    • Commonly used in debugging and testing code

  • Answered by AI

Vimo | GetInsured Interview FAQs

How to prepare for Vimo | GetInsured 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 Vimo | GetInsured. The most common topics and skills that interviewers at Vimo | GetInsured expect are .NET, C#, Disaster Management, Java and Proposals.

Tell us how to improve this page.

Interview Questions from Similar Companies

Junglee Games Interview Questions
3.1
 • 32 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
Capace Software Interview Questions
4.5
 • 12 Interviews
View all

Vimo | GetInsured Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Cyber Security Engineer

Pune,

Gurgaon / Gurugram

6-11 Yrs

Not Disclosed

Explore more jobs
Compare Vimo | GetInsured with

JoulestoWatts Business Solutions

2.9
Compare

Black Knight

3.6
Compare

Thoughtsol Infotech

4.6
Compare

Innoplexus

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