Upload Button Icon Add office photos
Engaged Employer

i

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

Verzeo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Verzeo Intern Interview Questions and Answers

Updated 15 Nov 2024

Verzeo Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

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

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

Round 1 - Assignment 

My assignment is street light and traffic signals controller

Round 2 - Aptitude Test 

Based on learning embedded systems

Interview Preparation Tips

Topics to prepare for Verzeo Intern interview:
  • Based on projects
Interview preparation tips for other job seekers - Iam advice is good choice to join vezeo company. More helpful to learning programs

Interview questions from similar companies

Intern Interview Questions & Answers

NIIT user image Anonymous

posted on 15 Nov 2024

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

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me somethig your self?
  • Q2. What are you hobbies?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Very easy level, GD amond 20-21 people, where they just test your english

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about previous internships and ML algorithms
  • Q2. What is LLM? What is transfer learning?
  • Ans. 

    LLM stands for Large Language Model. Transfer learning is a machine learning technique where a model trained on one task is repurposed for another task.

    • LLM refers to large language models that are trained on vast amounts of text data to understand and generate human language.

    • Transfer learning involves taking a pre-trained model and fine-tuning it on a new dataset or task to improve performance.

    • For example, a model trai...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Write the video script for a topic provided by the upgrad team and create a ppt for an video script.

Round 2 - One-on-one 

(1 Question)

  • Q1. What is the Linked list?
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.

    • Consists of nodes connected by pointers

    • Can be singly linked or doubly linked

    • Allows for dynamic size and efficient insertion/deletion

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Hr calls to understand candidates experience and expectations
Round 2 - One-on-one 

(1 Question)

  • Q1. Both technical discussion and coding happens in this round
Round 3 - One-on-one 

(1 Question)

  • Q1. Some technical discussion with engineer manager and cultural fit
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 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 - Coding Test 

Coding round with 3 problem statements

Round 3 - Technical 

(5 Questions)

  • Q1. Questions related to project you have mentioned on resume
  • Q2. Questions related to technologies you have mentioned
  • Q3. Questions related to the coding test
  • Q4. Nothing discussed everything as I know
  • Q5. All the best those who are trying their best
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write the program to swipe number

Round 2 - HR 

(2 Questions)

  • Q1. How much salary do you want and what was you last ctc
  • Q2. Tell me about your family

Interview Preparation Tips

Interview preparation tips for other job seekers - Write the code properly and they will ask you to write code on notepad
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Tell me something about your family members?
Round 3 - One-on-one 

(1 Question)

  • Q1. What was your salary expectation?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

Common Aptitude along with HTML5, CSS

Round 3 - Technical 

(1 Question)

  • Q1. Mostly questions were on HTML5,CSS and web development related questions.

I appeared for an interview before May 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

It was an coding round

  • Q1. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

  • Ans. 

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.

    • Iterate through the buildings and create a list of critical points (x, y) where the height changes.

    • Sort the critical points based on x-coordinate and process them to form the skyline.

    • Merge consecutive horizontal segments of equal height into one to ensure no duplicates.

    • Return the fin...

  • Answered by AI
  • Q2. 

    Rat in a Maze Problem Statement

    You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

  • Ans. 

    Find all possible paths for a rat in a maze from source to destination.

    • Use backtracking to explore all possible paths in the maze.

    • Keep track of visited cells to avoid revisiting them.

    • Recursively try moving in all directions (up, down, left, right) until reaching the destination.

    • Return a list of strings representing valid paths sorted in alphabetical order.

  • Answered by AI
Round 2 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It was an HR round with some general questions. it was just for formality.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAupgrad interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Stay focused
Tip 2 : Practice coding questions.
Tip 3 : View previous interviews of the companies

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy

Final outcome of the interviewSelected

Skills evaluated in this interview

Verzeo Interview FAQs

How many rounds are there in Verzeo Intern interview?
Verzeo interview process usually has 2 rounds. The most common rounds in the Verzeo interview process are Assignment and Aptitude Test.

Tell us how to improve this page.

Verzeo Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Intern Interview Questions from Similar Companies

NIIT Intern Interview Questions
3.6
 • 1 Interview
View all
Verzeo Intern Salary
based on 11 salaries
₹1 L/yr - ₹4 L/yr
54% less than the average Intern Salary in India
View more details

Verzeo Intern Reviews and Ratings

based on 18 reviews

4.3/5

Rating in categories

4.3

Skill development

4.2

Work-life balance

4.2

Salary

4.0

Job security

4.3

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 18 Reviews and Ratings
Business Development Executive
56 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Business Development Associate
53 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Business Development Trainee
13 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Intern
11 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Business Development Intern
7 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Explore more salaries
Compare Verzeo with

Simplilearn

3.2
Compare

upGrad

3.7
Compare

Great Learning

3.7
Compare

Jigsaw Academy

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