Veritas (On Campus) Interview Experience -2022 | 2023
Veritas came to our college to hire students. An HR interview, two technical interviews, and aptitude +Technical tests…
// tag archive
121 articles
Veritas came to our college to hire students. An HR interview, two technical interviews, and aptitude +Technical tests…
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it…
Given the root of a binary tree, determine if it is a valid binary search tree (BST). A valid BST is defined as…
Two integer arrays, nums and multipliers, of sizes n and m, respectively, are provided to you, where n…
The 3Sum problem is one of the most popular problems on LeetCode.It looks simple, but many developers struggle…
Given a string s, return the longest palindromic substring in s. A string is called a palindrome string if the reverse of…
Find the length of the longest substring without repeated characters given a string s. Example 1: Input: s…
You are given two non-empty linked lists that each represent a non-negative integer. The digits are kept in…
Provide the median of the two sorted arrays given two sorted arrays of sizes m and n, respectively.…
Organization: Ernst and Young (EY-GDS) Designation: Hey guys, I am Kavish Gidwani , placed in EY-GDS . sharing my interview experience. If…
jio interview experience:It was an on-campus hiring event for the JIO Sparks Program’s Graduate Engineer Trainee (GET) Role. jio spark…
The Two Sum problem is one of the most popular beginner-friendly questions on LeetCode.It is frequently asked in…
Given the root of a binary tree, return the level order traversal of its nodes’ values. (i.e., from left to right,…
Given the head of a linked list, return the node where the cycle begins. If there is no cycle, return null. There…
Given the root of a binary tree, determine if it is a valid binary search tree (BST). A valid BST is defined as…
Given an array nums. We define a running sum of an array as runningSum[i] = sum(nums[0]…nums[i]). Return the running sum…
What is the difference between inner and outer join? Explain with example. Inner Join Inner join is the…
To find GCD of two numbers To find the lcm of two numbers To find the Factorial of…