Upload Button Icon Add office photos
Engaged Employer

i

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

Synodus Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Synodus 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 Walk-in and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. Process details
  • Q3. Company information

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank and give proper answers

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.
  • 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 Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. A detailed explanation on yourself and how you got to know of the company.
  • Q2. Ambitions? Why are you looking to change organisations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself well on Collections framework and proper communication skills. You'll crack the interviews. All the best to everyone reading this.

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 

The aptitude test consists of MCQ on computer technicals , english, verbals, etc as like usual aptitude test. Also it includes 2-3 sql queries to solve as well as 1-2 coding questions with easy to medium level difficulty.

Round 3 - Technical 

(1 Question)

  • Q1. Technical round was around 1 hour. They had asked me the technical questions related to computer fundamentals like networking, DS, OOP, etc. Then he went on java code and their programming basics like adap...
Round 4 - HR 

(1 Question)

  • Q1. HR was the telephonic round for me. They just asked normal hr questions like intro, strengths, weakness, location preferences, technologies on which i had worked on etc. They have also gave me the CTC info...

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong.
More focus on SQL
Be confident on your answers. It's ok if you stuck in between . The interviwers are quite friendly to help you out there.

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 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 - Technical 

(1 Question)

  • Q1. It was went well they will ask some Basic quesadillas regarding the technologies that you have worked before.
Round 3 - Technical 

(1 Question)

  • Q1. It will be like another round in interview process they will dig your knowledge about technologies a bit more.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through projects and technologies once again when you are going to face an interview.

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java Questions on Stream API, Exception handling, Java 8 features and some questions from collections
Round 2 - Technical 

(1 Question)

  • Q1. Small program to write and other questions on Spring, Spring Boot, Hibernate, JPA, jQuery and HTML & CSS.
Round 3 - HR 

(1 Question)

  • Q1. Basic discussion on salary expectations and other general discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company with great work culture. All leaders are supportive. Always motivate to learn new things.

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 Oct 2021. 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 - One-on-one 

(3 Questions)

  • Q1. DS Algo, Backend and DB
  • Q2. Stack(DS) question and DB based questions
  • Q3. Scaling (Horizontal, Vertical) with use cases
  • Ans. 

    Scaling refers to increasing capacity of a system. Horizontal scaling adds more machines, while vertical scaling adds more resources to a machine.

    • Horizontal scaling involves adding more machines to a system to increase capacity

    • Vertical scaling involves adding more resources to a machine to increase capacity

    • Use cases for horizontal scaling include handling increased traffic or adding redundancy

    • Use cases for vertical sca...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Backend
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Keep your DS concepts clear and be clear on your answers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Nov 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 - Technical 

(2 Questions)

  • Q1. Regarding the Past Projects, mine were with Firebase and Flutter.
  • Q2. Medium DSA questions for Array and String and Flutter

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Flutter
  • firebase
  • Node.Js

Tell us how to improve this page.

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 132 Interviews
Brillio Interview Questions
3.4
 • 130 Interviews
iMerit Interview Questions
3.5
 • 94 Interviews
Arcesium Interview Questions
3.6
 • 78 Interviews
Mavenir Systems Interview Questions
3.5
 • 55 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
View all
Compare Synodus with

CMS IT Services

3.1
Compare

iMerit

3.5
Compare

Brillio

3.4
Compare

Quantiphi Analytics Solutions Private Limited

3.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview