Upload Button Icon Add office photos

Filter interviews by

Vinsinfo Associate Developer 2 Interview Questions and Answers

Updated 4 Jul 2023

Vinsinfo Associate Developer 2 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 

Simple aptitude and reasoning after that cleared then some pesudo code

Round 3 - Technical 

(2 Questions)

  • Q1. Ask to write code for the given logic
  • Q2. Ask about the project and write the code used in the project

Interview questions from similar companies

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

I applied via campus placement at Gogte Institute of Technology, Belgaum and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic apti questions and it is an elimination round

Round 2 - Coding Test 

Basic coiidng questions and arrays and strings asked

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare and be strong on basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - NA 

(2 Questions)

  • Q1. BACKGROUND EXP AND WHY ICICI
  • Q2. WHERE DO YOU SEE YOURSELF IN 5 YEARS
  • Ans. 

    In 5 years, I see myself as a Senior Associate leading a team and contributing significantly to the growth of the company.

    • Advancing to a Senior Associate role

    • Leading a team and mentoring junior associates

    • Contributing to the growth and success of the company

    • Continuing professional development and learning new skills

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, basic ,SQL ,ado
Round 2 - Coding Test 

Curd operation with SQL connectivity

I was interviewed in Aug 2022.

Round 1 - Coding Test 

2 hrs duration with 2 easy level dsa questions and 15 around mcqs based on core cs concepts.

Round 2 - Technical 

(2 Questions)

  • Q1. Implement stack using linked list.
  • Ans. 

    Implementing stack using linked list

    • Create a Node class with data and next pointer

    • Create a Stack class with top pointer

    • Implement push() method to add element to top of stack

    • Implement pop() method to remove element from top of stack

    • Implement peek() method to return top element without removing it

  • Answered by AI
  • Q2. Print first duplicate value in a string.
  • Ans. 

    Find the first duplicate value in an array of strings.

    • Create a hash table to store the frequency of each string.

    • Iterate through the array and check if the string already exists in the hash table.

    • If it does, return the string. If not, add it to the hash table.

    • If no duplicates are found, return null or an appropriate message.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic dsa and cs core concepts.
Can do Blind 75 for practice.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2021. There were 2 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 - One-on-one 

(4 Questions)

  • Q1. Tell me something about yourself?
  • Q2. What is you strength and weakness
  • Q3. Why do you want to work with our organisation
  • Q4. What make’s you different form others

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident and true and make your interviewer know more about you and your qualities

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

Link was active for 24 hours, I took the test at night.
Difficulty was medium.
There were some MCQs on Springboot/Java along with 2 DSA questions.

  • Q1. 

    Zigzag Binary Tree Traversal Problem

    Given a binary tree, compute the zigzag level order traversal of the node values in the tree. The zigzag traversal requires traversing levels from left to right, then ...

  • Ans. 

    Applied BFS for level order traversal.
    The core logic is how to append the current level nodes in the resultList.
    If currLevel is even:
    then append the curr level node list as it is to the resultList
    else:
    reverse the curr level node list and then append to the resultList.

    Finally return the resultList.

  • Answered Anonymously
  • Q2. 

    K Closest Points to Origin Problem Statement

    Your house is located at the origin (0,0) of a 2-D plane. There are N neighbors living at different points on the plane. Your goal is to visit exactly K neighb...

  • Ans. 

    As we need to find K closest restaurants to the source (0,0), I used priority queue(MaxHeap) in python to eliminate all the farthest restaurants and have only k closest restaurants left at the end of the loop.

    I had stored the elements in priority Queue as a pair [distance, coordinates], so that at I can directly get the coordinates for the k closest restaurants to return in the result.

  • Answered Anonymously
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

Technical round (Questions on Java, Spring Boot, Microservices, Rest APIs, OOPs and Solid principals).

Round 3 - HR 

Round duration - 45 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaminimum 1 year of experienceJio Private Limited interview preparation:Topics to prepare for the interview - DSA problems, Spring Boot, Java, OOPs and SOLID principles, Micro Services, Rest APIs, MySQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare core concepts of OOPs and SOLID principles with some examples.
Tip 2 : Practice DSA Medium level question (Trees, Heaps, LinkedList, Dynamic Programming, BFS-DFS, Two pointer, Backtracking)
Tip 3 : For OA round, Prepare Spring Boot core concepts (For MCQs) along with DSA.

Application resume tips for other job seekers

Tip 1 : Mention all the previous projects tasks/achievements point wise along with the Tech Stack used.
Tip 2 : Practice explaining projects which were part of your work experience and be ready for follow up questions. 
Tip 3 : Specify relevant skills and certificates in the resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. What is money laundering?
  • Ans. 

    Money laundering is the process of making illegally obtained money appear to have been obtained through legal means.

    • It involves disguising the source of funds to make them appear legitimate

    • It is often associated with organized crime and drug trafficking

    • Common methods include using shell companies, offshore accounts, and cash businesses

    • Money laundering is illegal and can result in severe penalties, including imprisonmen...

  • Answered by AI
  • Q2. Can you give a live example of money laundering?
  • Ans. 

    Money laundering is the process of disguising the proceeds of illegal activity as legitimate funds.

    • Money laundering involves three stages: placement, layering, and integration.

    • Placement involves introducing the illegal funds into the financial system.

    • Layering involves moving the funds through a series of transactions to make it difficult to trace their origin.

    • Integration involves using the laundered funds to purchase a...

  • Answered by AI
  • Q3. Define banking ?
  • Ans. 

    Banking is the business activity of accepting and safeguarding money owned by other individuals and entities.

    • Banks accept deposits from customers and use those funds to make loans and investments.

    • They provide various financial services such as checking accounts, savings accounts, loans, credit cards, and investment products.

    • Banks also play a crucial role in the economy by facilitating the flow of money and credit.

    • Examp...

  • Answered by AI
  • Q4. Are you comfortable in rotational shifts?
  • Q5. Do you have any experience?
  • Q6. As you know that we work for another country. So we don’t follow the basic holiday calendar like India. Are you comfortable with that?
  • Q7. What are your salary expectitions?

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic JS questions.
  • Q2. Basic CSS.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont nervous. Dont raise and low your voice.
Speak at a normal pace. It helps to prepare what to say next.

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

Vinsinfo Interview FAQs

How many rounds are there in Vinsinfo Associate Developer 2 interview?
Vinsinfo interview process usually has 3 rounds. The most common rounds in the Vinsinfo interview process are Resume Shortlist, Aptitude Test and Technical.

Tell us how to improve this page.

Vinsinfo Associate Developer 2 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Senior Software Developer
29 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Developer
23 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Developer Associate
11 salaries
unlock blur

₹2.4 L/yr - ₹3.3 L/yr

Associate Software Developer
7 salaries
unlock blur

₹2.8 L/yr - ₹3.3 L/yr

Senior Full Stack Developer
6 salaries
unlock blur

₹3.8 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Vinsinfo with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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