Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ViTWO - 6 Livo Technologies Private Limited Team. If you also belong to the team, you can get access from here

Filter interviews by

ViTWO - 6 Livo Technologies Private Limited Fullstack Developer Intern Interview Questions and Answers

Updated 20 Aug 2024

ViTWO - 6 Livo Technologies Private Limited Fullstack Developer Intern Interview Experiences

1 interview found

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

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

Round 1 - Coding Test 

(1 Question)

  • Q1. Worst case time complexity of merge-sort
  • Ans. 

    The worst case time complexity of merge-sort is O(n log n).

    • Merge-sort divides the array into two halves, recursively sorts them, and then merges them back together.

    • In the worst case scenario, the array is divided log n times and each division takes O(n) time.

    • Therefore, the worst case time complexity of merge-sort is O(n log n).

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing mock dependencies.

    • There are three types of dependency injection - constructor injection, setter injection, and interface injection.

  • Answered by AI
  • Q2. What is functional interface
  • Ans. 

    Functional interface is an interface with only one abstract method, used in Java to achieve functional programming.

    • Functional interface has only one abstract method, but can have multiple default or static methods.

    • It can be annotated with @FunctionalInterface to ensure it has only one abstract method.

    • Functional interfaces are used in Java to enable functional programming features like lambda expressions.

    • Examples of fun...

  • Answered by AI
  • Q3. Can we store database using only post
  • Ans. 

    No, databases cannot be stored using only POST requests.

    • Databases are typically stored on a server or in the cloud, not through HTTP requests.

    • POST requests are used to send data to a server, not to store databases.

    • Database management systems like MySQL, PostgreSQL, or MongoDB are used to store and manage databases.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ViTWO - 6 Livo Technologies Private Limited Fullstack Developer Intern interview:
  • Java
  • PHP
  • DBMS
Interview preparation tips for other job seekers - if you have strong knowledge about the projects you have made then it's a plus.
Be fluent in english.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about ViTWO - 6 Livo Technologies Private Limited?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Php basic and array functions
  • Q2. Mysql basic,views,triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - Average

Fullstack Developer Intern Interview Questions Asked at Other Companies

asked in Google
Q1. Shortest Path in an Unweighted Graph The city of Ninjaland is rep ... read more
asked in Google
Q2. Dijkstra's Shortest Path Problem Given an undirected graph with ‘ ... read more
asked in Visa
Q3. Longest Common Subsequence Problem Statement Given two strings ST ... read more
asked in Visa
Q4. Second Most Repeated Word Problem Statement You are given an arra ... read more
asked in Visa
Q5. Graph Connectivity Queries Problem Given a graph with N nodes and ... read more

I applied via Indeed and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic php and array functions
  • Q2. Mysql basic, views, triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - Array related question and basic php mysql
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude and coding problems were asked

Round 2 - Coding Test 

System design and advanced algorithms were asked

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

(1 Question)

  • Q1. 3 dsa problem asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Covers basics aps around 15 question

Round 2 - Coding Test 

DSA based questions from leetcode easy and medium

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What's is dependency tree in maven. What is spring boot. Questions on my resume and my current company work. 1. Create and print Left view of binary tree
  • Q2. What is exception handling and indepth on it. Questions about my current company project. Scenario based questions about thread synchronisation. How does java internally deals with synchronise blocks. 1. I...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with DSA.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Types of arrays in PHP
  • Ans. 

    Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.

    • Indexed arrays: default type where each element is assigned a numeric index starting from 0.

    • Associative arrays: elements are assigned a specific key instead of numeric index.

    • Multidimensional arrays: arrays within arrays, creating a matrix-like structure.

    • Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Neural IT Junior Software Developer interview:
  • PHP
  • MySQL
Interview preparation tips for other job seekers - good environment and team mates are supportive

Skills evaluated in this interview

I applied via Walk-in and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About my projects
  • Q2. My previous internship experience and what i have learned there.
  • Ans. 

    During my internship, I gained hands-on experience in web development, enhancing my skills in coding, teamwork, and project management.

    • Worked on a team project to develop a responsive website using HTML, CSS, and JavaScript, improving my front-end skills.

    • Learned to use version control systems like Git, which streamlined our collaboration and code management.

    • Participated in daily stand-up meetings, enhancing my communic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its both HR and technical interview. But they didn't asked much.

Interview Questionnaire 

1 Question

  • Q1. Strengths, skills, basic introduction.

ViTWO - 6 Livo Technologies Private Limited Interview FAQs

How many rounds are there in ViTWO - 6 Livo Technologies Private Limited Fullstack Developer Intern interview?
ViTWO - 6 Livo Technologies Private Limited interview process usually has 2 rounds. The most common rounds in the ViTWO - 6 Livo Technologies Private Limited interview process are Coding Test and Technical.
What are the top questions asked in ViTWO - 6 Livo Technologies Private Limited Fullstack Developer Intern interview?

Some of the top questions asked at the ViTWO - 6 Livo Technologies Private Limited Fullstack Developer Intern interview -

  1. can we store database using only p...read more
  2. worst case time complexity of merge-s...read more
  3. what is functional interf...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%
View more
Executive Accountant
26 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

Senior Sales Development Representative
5 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Data Scientist
4 salaries
unlock blur

₹5 L/yr - ₹5.2 L/yr

Assistant Manager
4 salaries
unlock blur

₹4.1 L/yr - ₹9 L/yr

Senior Accounts Executive
4 salaries
unlock blur

₹2.9 L/yr - ₹3.3 L/yr

Explore more salaries
Compare ViTWO - 6 Livo Technologies Private Limited with

Karvy Financial Services

3.7
Compare

Reliance Money

3.5
Compare

Sonata Finance

3.9
Compare

Profectus Capital

3.8
Compare
write
Share an Interview