i
Vertafore
Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.
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...
Top trending discussions
Dynamic programming questions were asked
1) convert stack to queue
2) replace special characters in a string
I applied via LinkedIn and was interviewed before Aug 2021. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before Oct 2021. There were 4 interview rounds.
VoLTE call from Packet core point of view
VoLTE call is initiated by the UE and goes through the RAN to the packet core
Packet core performs authentication, authorization, and routing of the call
Media is transported over the IP network using RTP/UDP protocol
Packet core also handles QoS and policy enforcement for the call
CUPS was introduced in Release-14 to provide a common printing system for Unix-like operating systems.
CUPS stands for Common Unix Printing System.
It was introduced to replace the traditional Unix printing system LPD.
CUPS provides a modular and extensible printing system that can support a variety of printers and print job formats.
It also includes a web-based administration interface for managing printers and print jobs...
Python script to perform ssh to vms and get some stats
posted on 12 Sep 2021
I applied via LinkedIn and was interviewed in Aug 2021. There were 3 interview rounds.
Design a system for managing car parking.
Determine the size and layout of the parking lot.
Decide on the type of parking system (e.g. self-parking, valet).
Implement a ticketing system for tracking cars and payments.
Use sensors or cameras to monitor parking spaces.
Integrate with a payment gateway for online payments.
Provide real-time information on available parking spaces.
Consider implementing a loyalty program for freq
Designing a system for an elevator
Identify the requirements and constraints
Determine the number of floors and elevators needed
Choose the elevator algorithm (e.g. FCFS, SCAN, LOOK)
Design the elevator controller
Consider safety features (e.g. emergency stop, overload protection)
Include user interface (e.g. buttons, displays)
Consider maintenance and repair
Test and optimize the system
A photo-sharing app system design
Use a scalable architecture to handle large amounts of data
Implement a secure authentication and authorization system
Utilize a content delivery network (CDN) for fast image loading
Allow users to tag and categorize photos for easy search and discovery
Implement a notification system for likes, comments, and new followers
posted on 17 Sep 2021
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed before May 2020. There were 5 interview rounds.
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
A HackerRank Test with 2 Coding question of easy and medium difficulty7
To determine if a point is inside a polygon, use the ray casting algorithm.
Create a line from the point to a point outside the polygon
Count the number of times the line intersects with the polygon edges
If the count is odd, the point is inside the polygon; otherwise, it is outside
The four storage classes in C are auto, register, static, and extern.
Auto: default storage class for all local variables
Register: used to define local variables that should be stored in a register instead of RAM
Static: used to define local variables that retain their value between function calls
Extern: used to declare a global variable that is defined in another file
i is stored in global data segment, j is stored in stack, k is stored in heap.
i is a global variable and is stored in the global data segment
j is a local variable and is stored in the stack
k is a pointer variable and is stored in the stack, while the memory it points to is allocated on the heap using malloc()
Use a hash table to store the words and check for existence in constant time.
Create a hash table with the words as keys and a boolean value as the value.
For each new word, check if it exists in the hash table. If it does, it has appeared before. If not, add it to the hash table.
Alternatively, use a set data structure to store only the unique words and check for existence in the set.
based on 4 reviews
Rating in categories
Software Engineer
158
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
72
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
69
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer II
48
salaries
| ₹0 L/yr - ₹0 L/yr |
Implementation Engineer
48
salaries
| ₹0 L/yr - ₹0 L/yr |
Salesforce
Oracle
SAP
Microsoft Corporation