Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
81 views6 pages

My Experience

The document outlines the interview processes and aptitude tests for various companies including Tatvasoft, Argusoft, DRC System, Meditab, Simform, and Repidops. Each company has distinct rounds focusing on aptitude, technical skills, and HR interviews, with varying levels of difficulty and question types. Key topics include SQL, coding challenges, behavioral questions, and project discussions, highlighting the importance of preparation in both technical and personal aspects for candidates.

Uploaded by

anujhacker8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views6 pages

My Experience

The document outlines the interview processes and aptitude tests for various companies including Tatvasoft, Argusoft, DRC System, Meditab, Simform, and Repidops. Each company has distinct rounds focusing on aptitude, technical skills, and HR interviews, with varying levels of difficulty and question types. Key topics include SQL, coding challenges, behavioral questions, and project discussions, highlighting the importance of preparation in both technical and personal aspects for candidates.

Uploaded by

anujhacker8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

1.

Tatvasoft:

(1) Aptitude round:


-Medium to hard level question from arithmetic and reasoning.
-100 minute : 60 to 65 mcq , total 80 marks
-Equal negative marking
-get chance to attempt one mcq once only, no previous option.

(2) Technical + HR :
-two pattern question, can’t solve second one.
-two basic SQL query no joins
-some aptitude question from test repeated.
-where are you from?
-how was your aptitude round?
-why do you need job?
-family background
-long term goal, and ask question from my answer also.
-10,12,gujcet,jee,acpc, cgpa
-do you have any question?

2. Argusoft:
(1) Aptitude round:
-divided into three section
-arithmetic and reasoning – 20 min- 20 mcq
-non-verbal reasoning – 20 min – 20 mcq
-fill the blanks-verbal ability – 20 min – 40 mcq
-need >70% marks overall
-no negative marking
-question level is easy.

3. DRC system:
Aptitude round:
-airthmetic
-reasoning
-image matching
-data interpretation from graph.
-some behaviroural question (answer accordingly) mark doesn’t count ,
purpose is to know intrest about role
(2) Coding test:
-OOPS based mcq in java
-sql mcqs
-algorithm mcqs based on time/space complexity
- find maximum sum and minimum sum after removing k element from array.
You can’t use stl sort function
-find second largest element in BST and find level at which element found. Bst
given as array. Can’t solve
-both question have 35 minutes each.

4. Meditab :
(1) Aptitude round :
- airthmetic and reasoning
- data interpreatation from graph

(1) coding test :


-1 pattern
-binary search with one cache.if element not present then return index that is
valid to insert that element.
-string reverse by recursion
-Find first non-repeating character from string
-check palindrome by taking only alphabet : leetcode

(2) Technical interview 1:


- Tell me about yourself
- Oops question.
- DSA :
1. Two sum leetcode 1
2. Longest substring without repeating character leetcode 3
3. Find first non-repeating character from string leetcode 2351
4. Reverse the word in a string – leetcode 151

(3) Technical interview 2 :


- Tell me about yourself
- Tell me about your family background.
- some oops question theory with real life example
- why most of your classmate code in c++ , not in java?
- do you know about debugging feature in c++. My answer is based on watch
on variable that we create in turbo c compiler.
- they asked about my project in brief
- my project is based on nodejs so they asked about jsonwebtoken and two
method of them. Two method are sign and compare.
- one of my project is on chat application so they asked about socket.io library.
- in feedback they said to improve my resume formatting and interview is for
java role So they said to prepare atleast basics of java ,which I don’t know so.
Puzzle
(1)Rohit and manan play the game. Whoever win gots 1$ from loser. If rohit
wins 3 game and manan have $5 at the end of some games. Find how many
games they played? Ans is 11.
(2)five cats can catch five mices in five minute.how many minutes one cat take
to catch one mice ? ans is 5 minute
DSA
1. Perform divison operation without module,division and multiplication
operator. Given a dividend and divisor return quetiont as integer. Handle
the sign positive/negative.
2. Check given number is power of 2 or not. Similar to power of 4(Leetcode
342)

(4) four technical interview at meditab office


- tell me about yourself
- Family background
- Can you work 15 to 16 hours in training period ? and they asked about why
should we select you apart from your friend
- What you did from first to last semester, your friend did better than you from
first semester the why should we select you?
- If you are in my place , which candidate you select? You or your friends. And
why
- There are two interviewer. They said to guess which one is project manager
and which one is project leader.
- They asked are you sure ?? after every answer to check your confidence.

- Sql on cross join and views query


- Question on projects : how you design the project, why you choose the
mongodb over mysql?
- They said to write one dummy api in nodejs and express.
- what is callback hell problem? Why we need promise ? Why we need async-
await over promises?
- Two method of promises
- In oops they asked about inheritance and upcasting and downcasting of
object.
- Which topic in mongodb you find complex , I said virtuals.
DSA:
1. Some repeated question from previous interview
2. 4 sum – leetcode 18
3. Best time to buy and sell stock leetcode 121
4. Reverse the linked list
5. Interger to words leetcode 273
6. Do you know tree graphs , bfs,dfs?
7. What is hardest code have your written till now?can you write it right now
8. Which data structures you know?

(5) HR phone call round:


- Tell me about yourself
- Family background
- Why do you want to join meditab and what’s your long term goal.
- Do you have any plan to do goverment job or higher study in future?
- Do you have any problem with relocation and because for this hob you need
to relocate to Ahmedabad.
- What do you know about meditab.

5. Simform:
(1) Aptitude round :
- Reasoning + basic English grammer + some technical mcqs
- Level : easy
- 60 min 60 mcq

(2) coding test :


-2 DSA question + 1 DBMS query
- both DSA question is hard level and require to code in python because I
choose python as role
-sql query based on 4 level subquery ,level : easy

6. Repidops:
(1) Aptitude round :
- total 40 mcq and 45 minute
- can access any question
- some arithmetic + reasoning
- how output goes of c program
- some oops mcq theory based.not a language centric
- Some sql mcq.

(2) Technical interview:


- Tell me about yourself
- Explain your projects, what’s your role in that.
- Binary search and sorting
- 2 sql query medium level based on sub query.(find 2nd highest salary from
table)
- What is nodejs and why we need to use express?
- Difference between mysql and mongodb
- Buy and sell stocks
- What is socket and what is use of that?

(3) HR interview:
- Tell me about yourself
- What do you know about Repidops
- Why do you want to join repidops apart from other company
- How many campus interview have you done with? Why do you got rejected?
- Why we should hire you?
- Family background?
- What is your goal in life
- What you want to become in your life?

You might also like