Upload Button Icon Add office photos
Engaged Employer

i

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

Vertoz Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Vertoz Junior Java Developer Interview Questions and Answers

Updated 28 Sep 2022

Vertoz Junior Java Developer Interview Experiences

1 interview found

Junior Java Developer Interview Questions & Answers

user image Akshata Jaigude

posted on 28 Sep 2022

I applied via Walk-in and was interviewed in Mar 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 Resume tips
Round 2 - Coding Test 

5 coding questions supposed to attempt out of 7 based on Strings and loops

Round 3 - Technical 

(2 Questions)

  • Q1. Explain API you used in your project
  • Ans. 

    I used the Spring Boot API in my project.

    • Spring Boot is a popular Java framework for building web applications.

    • It provides a variety of tools and features for building RESTful APIs.

    • I used Spring Boot's annotations to define endpoints and handle requests.

    • I also used Spring Data JPA to interact with a MySQL database.

    • Some examples of Spring Boot APIs I used include @RestController, @GetMapping, and @PostMapping.

  • Answered by AI
  • Q2. Thread life cycle in java
  • Ans. 

    Thread life cycle in Java involves various states a thread goes through during its execution.

    • Thread is created using new keyword or by extending Thread class

    • Thread enters the runnable state after start() method is called

    • Thread can be blocked or waiting for a resource in the blocked or waiting state

    • Thread can be terminated in the dead state

    • Thread can be paused or resumed using sleep() and notify() methods

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Basic programming concepts and details of your project.

Skills evaluated in this interview

Interview questions from similar companies

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

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

English and reasoning

Interview Questionnaire 

3 Questions

  • Q1. N a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program capitalizes the first letter of each reversed word in a sentence.

    • Split the sentence into an array of words using space as a delimiter.

    • Reverse each word in the array and capitalize the first letter.

    • Join the modified words back into a sentence.

  • Answered by AI
  • Q2. He second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.For coding section 60 mins.  It was hosted on Hackerrank.
Duration: 90 minutes
Total Questions: 2

Round: Technical Interview
Experience: After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

General Tips: Be honest with your interviewer. If you are not comfortable in 1 topic, tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
Skills: Algortihm, Data structure
College Name: IIT DELHI

I applied via Company Website and was interviewed in Jun 2022. 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 Resume tips
Round 2 - Coding Test 

HTML, HTML5 ,CSS , Bootstrap, javaScript

Interview Preparation Tips

Topics to prepare for Coalition Technologies Software Developer interview:
  • HTML
  • CSS
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - Pump yourself up and stay positive.
Know yourself and what you want.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Aug 2023.

Round 1 - Aptitude Test 

First there was aptitude round

Round 2 - Coding Test 

The coding question was average level

Round 3 - Technical 

(3 Questions)

  • Q1. Resumes and project related questions were asked
  • Q2. Explain you project
  • Q3. How to create external tab link
  • Ans. 

    To create an external tab link, use HTML anchor tag with target attribute set to _blank.

    • Use <a> tag in HTML with href attribute pointing to the external link

    • Set the target attribute of the <a> tag to _blank to open the link in a new tab

    • Example: <a href='https://www.example.com' target='_blank'>External Link</a>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your resume well and focus on basics

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Software testing and coding related questions

Round 2 - Coding Test 

Programming test coding

Round 3 - Technical 

(7 Questions)

  • Q1. Myself intro HR subject question with answer
  • Q2. Subject related questions
  • Q3. What is types software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing how different modules work together.

    • System testing checks the entire system as a whole.

    • Acceptance testing ensures that the software meets the requirements of the end users.

  • Answered by AI
  • Q4. What is unit testing
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing helps in identifying bugs early in the development process.

    • It ensures that each unit of code is working as expected.

    • Unit tests are automated and can be run frequently to catch regressions.

    • Mocking and stubbing are often used in unit testing to isolate the unit being tested.

    • Example: Testing a ...

  • Answered by AI
  • Q5. What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components/modules of a software system.

    • Tests how well different parts of the system work together

    • Ensures that data flows correctly between components

    • Identifies any issues with communication or data transfer

    • Examples: testing API integrations, testing database connections

  • Answered by AI
  • Q6. What is types of software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing the interactions between different components/modules.

    • System testing tests the entire system as a whole.

    • Acceptance testing is performed to validate if the software meets the requirements of the st

  • Answered by AI
  • Q7.  What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components or systems to ensure they work together correctly.

    • Integration testing verifies that different modules or components of a software work together as expected.

    • It focuses on testing the interfaces and interactions between components.

    • Examples include testing the integration between a front-end user interface and a back-end database, or between diff

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding was hard conducted on the platform called interview.io

Round 2 - Coding Test 

Consits of 2 q 1 is Dp, and the other is Graph

Round 3 - Aptitude Test 

Bit harder compared to other companies

Round 4 - Aptitude Test 

Reasoning like questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an easy online test

Round 2 - Coding Test 

Question relates to graph like minimum spanning tree,hashing questiond

Round 3 - HR 

(1 Question)

  • Q1. Projects related to questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

On hacker rank , included subjects like DBMS , OS and coding questions on priority queue

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on OOPS
  • Q2. One DSA question on HashMap

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with DSA and low level design. Also have a good idea about Computer science fundamentals .
Contribute & help others!
anonymous
You can choose to be anonymous

Vertoz Interview FAQs

How many rounds are there in Vertoz Junior Java Developer interview?
Vertoz interview process usually has 3 rounds. The most common rounds in the Vertoz interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Vertoz Junior Java Developer interview?

Some of the top questions asked at the Vertoz Junior Java Developer interview -

  1. Explain API you used in your proj...read more
  2. Thread life cycle in j...read more

Recently Viewed

COMPANY BENEFITS

ICICI Bank

Kakinada

6 benefits

COMPANY BENEFITS

ICICI Bank

Junagadh

1 benefit

JOBS

House Of Diagnostics

No Jobs

JOBS

House Of Diagnostics

No Jobs

REVIEWS

Kumar Organic Products

No Reviews

REVIEWS

House Of Diagnostics

No Reviews

INTERVIEWS

Vertoz

No Interviews

JOBS

Kumar Organic Products

No Jobs

LIST OF COMPANIES

Kumar Organic Products

Overview

SALARIES

Kumar Organic Products

Tell us how to improve this page.

Interview Questions from Similar Companies

InMobi Interview Questions
3.5
 • 35 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
PubMatic Interview Questions
3.9
 • 30 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Sincro Interview Questions
3.6
 • 8 Interviews
View all
Software Engineer
18 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

AD Operations Specialist
13 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Business Development Specialist
13 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Talent Acquisition Specialist
10 salaries
unlock blur

₹2 L/yr - ₹2.5 L/yr

System Administrator
7 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Vertoz with

InMobi

3.5
Compare

Komli Media

4.0
Compare

Affle

3.2
Compare

Amagi Media Labs

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