Veridic Private Limited interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Veridic Private Limited
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
When I joined college, I was unaware of Data Structures and Algorithms, which made my journey to securing an internship much more complicated. From that point on, I started solving questions on coding platforms.
Application story
This company visited my college for placement, and I got to know about it through my college placement cell.
Why selected/rejected for the role?
I was rejected because I was not able to provide a good approach to the DSA questions that were asked.
Preparation
Duration: 4 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1: Practice medium-level problems from coding platforms.

Tip 2: Brush up on computer fundamentals from subjects like OS, DBMS, and CN.

Tip 3: Have a good project or internship experience and possess in-depth knowledge of what you have done.

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1: Do not mention topics about which you have no idea. 

Tip 2: Ensure you have projects on your resume and can clearly explain why you chose each particular project, its functionality, outcomes, and all relevant details. 

Tip 3: Tailor your resume according to the needs of the role you are applying for.

Interview rounds

01
Round
Medium
Video Call
Duration60 minutes
Interview date29 Apr 2023
Coding problem2

1. Occurrence Of Each Word

Easy
10m average time
90% success
0/40
Asked in companies
HCL TechnologiesAmazonMakeMyTrip

You are given a string S of words. Your task is to count the occurrence of each word present in the string S. A word is a sequence of one or more non-space characters, and there can be multiple spaces between two words, and also there can be leading or trailing spaces in a string S.

For Example:
For the given string  “what we think we become”

“what”,” think”, and “become” occurs 1 time, and “we” occurs 2 times in the given string.
Problem approach

I used stacks to provide efficient solution and was able to pass all test cases.

Try solving now

2. Remove Consecutive Duplicates

Easy
0/40
Asked in companies
OlaWalmartSamsung

You are given a string ‘str’ of size ‘N’. Your task is to remove consecutive duplicates from this string recursively.

For example:

If the input string is ‘str’ = ”aazbbby”, then your output will be “azby”.
Note that we are just removing adjacent duplicates.
Problem approach

For a given string(str), remove all the consecutive duplicate characters.

Try solving now
02
Round
Easy
Video Call
Duration60 minutes
Interview date29 Apr 2023
Coding problem2

1. All Root to Leaf Paths In Binary Tree.

Moderate
25m average time
70% success
0/80
Asked in companies
MathworksInfo Edge India (Naukri.com)Amazon

You are given an arbitrary binary tree consisting of 'N' nodes numbered from 1 to 'N'. Your task is to print all the root to leaf paths of the binary tree.

A leaf of a binary tree is the node which does not have a left child and a right child.


For Example :
Given a binary tree :

alt txt

All the root to leaf paths are :
1 2 4
1 2 5 
1 3

Note :

1. Two nodes may have the same value associated with it.
2. The root node will be fixed and will be provided in the function.
3. Note that the nodes in a path will appear in a fixed order. For example, 1 2 3 is not the same as 2 1 3.
4. Each path should be returned as a string consisting of nodes in order and separated by a space.
5. The path length may be as small as ‘1’.
Problem approach

You are given an arbitrary binary tree consisting of 'N' nodes numbered from 1 to 'N'. Your task is to print all the root-to-leaf paths of the binary tree.

Try solving now

2. System Design

It was a low-level design problem. It was similar to an open-ended problem of designing the backend APIs for generating some real-world data, like the news feed of a social media site. The discussion focused on what data structures should be used to store different data according to the use case.

Problem approach

Tip 1: Make sure to gather all the requirements he was expecting before I started coding.
Tip 2: It is important to have constant communication with the interviewer
Tip 3: I recommend thoroughly understanding OOPS concepts and SOLID design principles especially if you have some work experience.

03
Round
Easy
HR Round
Duration20 minutes
Interview date29 Apr 2023
Coding problem1

1. HR Questions

  • Can you work under pressure?
  • Are you willing to relocate or travel?
  • What are your goals?
  • What motivates you to do a good job?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
SDE - 1
3 rounds | 6 problems
Interviewed by Veridic Private Limited
454 views
0 comments
0 upvotes
System Engineer Specialist
3 rounds | 6 problems
Interviewed by Veridic Private Limited
324 views
0 comments
0 upvotes
SDE - 1
2 rounds | 4 problems
Interviewed by Veridic Private Limited
337 views
0 comments
0 upvotes
SDE - 1
3 rounds | 6 problems
Interviewed by Veridic Private Limited
349 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57825 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes