Upload Button Icon Add office photos
Engaged Employer

i

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

Tydy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tydy Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath

I applied via Campus Placement and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Leadership skills, hard work, positive thinking it's very important

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Ans. 

    Find the largest island area in a grid representing an ocean using DFS or BFS.

    • Use Depth-First Search (DFS) or Breadth-First Search (BFS) to explore the grid.

    • Mark visited cells to avoid counting them multiple times.

    • Count the size of each island during the traversal.

    • Example: For a grid [[1,0,0],[1,1,0],[0,0,1]], the largest island has area 3.

    • Keep track of the maximum area found during the exploration.

  • Answered by AI
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

A regular aptitude test containing Verbal, Quants, and coding. Practice from Indiabix and go or any other aptitude exams website. Depending on your score in these sections you'll be shortlisted for the applied role. For BAs usually, the Verbal section is checked more thoroughly.

Round 3 - Group Discussion 

2o min round split into two rounds of two different topics: 1 abstract and 1 more based on current affairs.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Questions based on the resume were asked. About my internships, how did I plan my tasks in one of them.
  • Q2. A guestimate question was asked along with some riddles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and go.
Practice guestimate questions before going in

I applied via Campus Placement and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Fundamentals based upon the role
Round 2 - Technical 

(1 Question)

  • Q1. Basic advance question into the technical skills like if you’re applying for backend role and your preferred language is java then how does the stack and queue works

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Software Developer interview:
  • Javascript
  • promises
  • Timing Closure
  • React.Js
  • Router
  • axios
  • crud operations
Interview preparation tips for other job seekers - You can enhance your technical skills while working but what they Check is your logic and approach towards the problem

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude topics, 30 mins - 30 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case Study for how to design a data Lake ? standard questions - tell me about yourself, why us
  • Q2. Case Study for how to design a chess game
  • Ans. 

    Designing a chess game involves defining rules, user interface, and game mechanics for an engaging experience.

    • Define the rules: Standard chess rules include piece movement, check, checkmate, and stalemate.

    • User interface: Create a visually appealing board and pieces, with options for 2D or 3D views.

    • Game mechanics: Implement turn-based play, timers, and difficulty levels for AI opponents.

    • Multiplayer options: Allow for on...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Intern interview:
  • SQL
  • Java
Interview preparation tips for other job seekers - Easy, They want to check for approach and ability of the candidate

Interview Questionnaire 

2 Questions

  • Q1. Basic procurement questions
  • Q2. Anyone with 1 months of basic pr to po and vendor management exp will crack the interview BUT I DO NOT SUGGEST TO ATTEND THE INTERVIEW - JUST DONT JOIN PRIMERA

I applied via LinkedIn and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Hospital Billing Related
  • Q2. Please be prepared with complete Hospital billing process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prompt in answering the questions

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Subject based questions
  • Q2. About radiology
  • Q3. MRI, X-RAY etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was cool and decent. Felt happy after getting selected. No need to be so nervous during interview.

I appeared for an interview in Jan 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain about yourself
  • Q2. Daily activity in current job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Cool and calm is very important in interview

Tell us how to improve this page.

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 146 Interviews
iMerit Interview Questions
3.4
 • 108 Interviews
Arcesium Interview Questions
3.5
 • 85 Interviews
QualiZeal Interview Questions
4.3
 • 59 Interviews
Mavenir Systems Interview Questions
3.4
 • 58 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

Tydy Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
4 salaries
unlock blur

₹5.8 L/yr - ₹6 L/yr

Project Manager
3 salaries
unlock blur

₹19 L/yr - ₹26.5 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹8.5 L/yr - ₹20 L/yr

Explore more salaries
Compare Tydy with

Quantiphi Analytics Solutions Private Limited

3.2
Compare

CMS IT Services

3.1
Compare

iMerit

3.4
Compare

Zidio Development

4.5
Compare
write
Share an Interview