Premium Employer

i

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

Vertafore Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 137 Reviews

Filter interviews by

Vertafore Software Engineer II Interview Questions and Answers

Updated 29 May 2022

Vertafore Software Engineer II Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPs concepts. Describe them. Exception handling Which collection would be preferable for storing non duplicate elements in order. Stream API String pool? Heap Memory? Implementation questions on memory re...
Round 2 - Behavioral 

(1 Question)

  • Q1. ConcurrentModificationException. Vertical Scaling vs Horizontal Scaling. Roles and responsibilties in previous org. Strengths and weakness. Describe a situation where you became angry.
  • Ans. 

    Questions on software engineering concepts, previous roles and responsibilities, and personal strengths and weaknesses.

    • ConcurrentModificationException: occurs when a collection is modified while being iterated over

    • Vertical Scaling vs Horizontal Scaling: vertical scaling involves adding more resources to a single machine, while horizontal scaling involves adding more machines to a system

    • Roles and responsibilities in pre...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself. What do you know about Vertafore. Why should we hire you? Roles and responsibilties in previous organisation.

Interview Preparation Tips

Topics to prepare for Vertafore Software Engineer II interview:
  • Core Java
Interview preparation tips for other job seekers - Core Java concepts. Also gain some knowledge on system design.

Skills evaluated in this interview

Software Engineer II Jobs at Vertafore

View all

Interview questions from similar companies

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

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

Round 1 - Coding Test 

2 easy to moderate questions and 20 multiple choice questions related to C/C++/Netowking/System Calls/OS

Round 2 - Technical 

(3 Questions)

  • Q1. Difference b/w global and static variable in C
  • Ans. 

    Global variables are accessible throughout the program, while static variables are limited to the scope in which they are defined.

    • Global variables are declared outside of any function and can be accessed by any function in the program.

    • Static variables are declared within a function and retain their value between function calls.

    • Example: int globalVar = 10; static int staticVar = 5;

    • Example: Global variable can be accesse...

  • Answered by AI
  • Q2. Process vs Thread
  • Ans. 

    Processes are independent instances of a program, while threads are smaller units within a process sharing resources.

    • Processes have their own memory space, while threads share the same memory space within a process.

    • Processes are heavyweight, requiring more resources, while threads are lightweight.

    • Processes communicate with each other through inter-process communication mechanisms, while threads can communicate directly...

  • Answered by AI
  • Q3. Internal working of the segmentation fault, how the compiler knows it is a segmentation error.
  • Ans. 

    Segmentation fault occurs when a program tries to access memory it doesn't have permission to access.

    • Segmentation fault occurs when a program tries to access memory outside of its allocated space.

    • Compiler detects segmentation faults by checking memory access permissions during compilation.

    • Segmentation faults are typically caused by dereferencing a null pointer or accessing an out-of-bounds array element.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of the Networking Protocols, C/C++ and Threads.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Normal apti reasoning test checking normal intelligence with some basic technical questions.

Round 2 - Group Discussion 

Topic was physical cash V/s Digital cash.

Round 3 - Technical 

(1 Question)

  • Q1. About project in detail
Round 4 - Technical 

(1 Question)

  • Q1. About project in detail
Round 5 - HR 

(1 Question)

  • Q1. Intro,family background,ready to locate
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Apti , html , linux ,sql, java

Round 2 - Group Discussion 

They give topics and we have to speak for 30 sec

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How pagination work in jpa
  • Ans. 

    Pagination in JPA allows for retrieving a subset of results from a query by specifying a limit and offset.

    • Use the setFirstResult() method to specify the starting index of the results to retrieve

    • Use the setMaxResults() method to specify the maximum number of results to retrieve

    • Combine setFirstResult() and setMaxResults() to implement pagination in JPA queries

  • Answered by AI
  • Q2. How to create restful api
  • Ans. 

    To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.

    • Define endpoints for different resources (e.g. /users, /products)

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Handle requests and responses in JSON format

    • Follow REST principles like statelessness, uniform interface, and client-server architecture

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. About technical questions
  • Q3. About current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
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 Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy question to medium level qustions

Round 2 - Coding Test 

Easy to medium level questions

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

I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

They asjked aboiut dp and terees

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

(1 Question)

  • Q1. About position said for
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse a string in place

Round 2 - Assignment 

MVVM design of a searching widget

Round 3 - HR 

(2 Questions)

  • Q1. Software Development Journey
  • Ans. 

    My software development journey has been filled with challenges, learning experiences, and growth.

    • Started learning programming languages like Java, C++, and Python in college

    • Interned at a tech company to gain practical experience

    • Worked on various projects, including web development, mobile app development, and database management

    • Attended coding bootcamps and workshops to enhance my skills

    • Continuously learning new techn

  • Answered by AI
  • Q2. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice core concept of iOS and array , string and linked list is enoughl

Vertafore Interview FAQs

How many rounds are there in Vertafore Software Engineer II interview?
Vertafore interview process usually has 3 rounds. The most common rounds in the Vertafore interview process are Technical, Behavioral and HR.
How to prepare for Vertafore Software Engineer II 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 Vertafore. The most common topics and skills that interviewers at Vertafore expect are Open Source, Javascript, Agile, Troubleshooting and Product Innovation.
What are the top questions asked in Vertafore Software Engineer II interview?

Some of the top questions asked at the Vertafore Software Engineer II interview -

  1. ConcurrentModificationException. Vertical Scaling vs Horizontal Scaling. Roles ...read more
  2. OOPs concepts. Describe them. Exception handling Which collection would be pref...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Vertafore interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Vertafore Powering your possible.
Vertafore Software Engineer II Salary
based on 48 salaries
₹5.2 L/yr - ₹12.3 L/yr
46% less than the average Software Engineer II Salary in India
View more details

Vertafore Software Engineer II Reviews and Ratings

based on 4 reviews

3.7/5

Rating in categories

3.2

Skill development

3.7

Work-Life balance

3.0

Salary & Benefits

4.2

Job Security

4.1

Company culture

2.9

Promotions/Appraisal

3.2

Work Satisfaction

Explore 4 Reviews and Ratings
Software Engineer II

Hyderabad / Secunderabad

2-4 Yrs

₹ 6.68-12.35 LPA

Explore more jobs
Software Engineer
166 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Technical Lead
71 salaries
unlock blur

₹14 L/yr - ₹27 L/yr

Senior Software Engineer
69 salaries
unlock blur

₹5.8 L/yr - ₹19 L/yr

Software Engineer II
48 salaries
unlock blur

₹5.2 L/yr - ₹12.4 L/yr

Implementation Engineer
47 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Explore more salaries
Compare Vertafore with

Salesforce

4.1
Compare

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview