Upload Button Icon Add office photos
Engaged Employer

i

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

The circus solutions Verified Tick

Compare button icon Compare button icon Compare
1.0

based on 1 Review

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

The circus solutions Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell us about yourself
  • Q2. Showcase some of you projects
  • Ans. 

    I have worked on projects involving website redesign, mobile app design, and user research.

    • Redesigned company website to improve user experience and increase conversion rates

    • Designed mobile app interface for seamless navigation and intuitive user interactions

    • Conducted user research to gather feedback and make data-driven design decisions

  • Answered by AI
  • Q3. What are your favourite apps and why do you like them
  • Ans. 

    My favorite apps are Instagram for its user-friendly interface and engaging content, Spotify for its personalized music recommendations, and Google Maps for its accurate navigation features.

    • Instagram - user-friendly interface, engaging content

    • Spotify - personalized music recommendations

    • Google Maps - accurate navigation features

  • Answered by AI
  • Q4. What roles are you interested in?
  • Q5. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a seasoned UI/UX designer leading a team of designers, working on innovative projects, and continuously learning and growing in the field.

    • Leading a team of designers

    • Working on innovative projects

    • Continuously learning and growing in the field

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python coding
  • Q2. Selenium, sql, python coding
Round 2 - Technical 

(2 Questions)

  • Q1. Mid level questions on selenium
  • Q2. SQL and python coding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. About Your project
  • Q2. CI/CD,AWS,Docker
  • Q3. Any certification
  • Ans. 

    Yes, I have obtained the AWS Certified DevOps Engineer - Professional certification.

    • Obtained AWS Certified DevOps Engineer - Professional certification

    • Certification validates expertise in implementing and managing continuous delivery systems on AWS

    • Demonstrates ability to automate security controls, governance processes, and compliance validation

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Projects,Platforms,Docker
  • Q2. About your skills in platforms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare whatever you have written in your resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude-10 question,digital moderate -Question,analog moderate -10 question,verilog and system verilog -10 question

Round 2 - One-on-one 

(3 Questions)

  • Q1. Latches and flip flop all characteristics equation and proof of the characteristics equation in flip flop.applications of flip flop
  • Q2. OOPS,INHERITANCE,VERILOG,BLOCKING - NON BLOCKING ASSIGNMENT OPERATOR and all the basic operations of verilog .
  • Q3. Discussion on work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bonafide with your fundamentals core of digital circuits and design .
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Pnr flow and congestion
  • Q2. Sta timing analysis challenge
  • Q3. Lec,CLerror analysis
Round 2 - Technical 

(2 Questions)

  • Q1. Pdn analysis and it analysis
  • Q2. Pv analysis and annenta fixes
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. What is OOP Concepts
  • Ans. 

    OOP Concepts refer to the principles of Object-Oriented Programming, including encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways

  • Answered by AI
  • Q2. What is Method Overloading and Method Overriding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Method overloading involves creating multiple methods in the same class with the same name but different parameters.

    • Method overriding occurs in a subclass that provides a specific implementation of a meth...

  • Answered by AI
  • Q3. Servlet Life Cycle
  • Q4. Spring boot annotations
  • Q5. What you know about Multithreading
  • Ans. 

    Multithreading is a programming concept where multiple threads run concurrently within a single process.

    • Allows for parallel execution of tasks

    • Improves performance by utilizing multiple CPU cores

    • Requires synchronization to prevent race conditions

    • Examples: creating a GUI application with responsive UI, processing multiple requests simultaneously in a web server

  • Answered by AI
  • Q6. What are design patterns you follow in microservices architecture
  • Ans. 

    Some design patterns in microservices architecture include Service Registry, Circuit Breaker, and API Gateway.

    • Service Registry: Allows services to dynamically discover and communicate with each other.

    • Circuit Breaker: Prevents cascading failures by failing fast and providing fallback mechanisms.

    • API Gateway: Acts as a single entry point for clients to access multiple microservices.

    • Event Sourcing: Stores the state of a sy...

  • Answered by AI
  • Q7. What is JDK Vs JIT
  • Ans. 

    JDK is Java Development Kit, which includes tools for developing Java applications. JIT is Just-In-Time compiler, which compiles Java bytecode to native machine code at runtime.

    • JDK is a software development kit used for developing Java applications.

    • JIT is a component of the Java Virtual Machine (JVM) that improves the performance of Java applications by compiling bytecode to native machine code at runtime.

    • JDK includes ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on the basics of Java

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java , multithreading
  • Q2. Implement your thread pool
  • Ans. 

    A thread pool is a collection of worker threads that efficiently execute asynchronous tasks.

    • Create a fixed-size queue to hold tasks.

    • Create a group of worker threads that continuously take tasks from the queue and execute them.

    • Implement a mechanism to add tasks to the queue for execution.

    • Consider using a thread-safe data structure for the task queue.

    • Ensure proper synchronization to avoid race conditions.

  • Answered by AI
Round 2 - Case Study 

System design parking lot system

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was moderate level

Round 2 - Group Discussion 

Topic given on current scenario

Round 3 - Technical 

(2 Questions)

  • Q1. Highway cross section
  • Q2. Highway Traffic question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well core concept
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. One very simple coding question
  • Q2. One HLD of Netflix question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with HLD and LLD concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About Market In B2b and b2c
  • Q2. Work Experience
Round 2 - HR 

(1 Question)

  • Q1. Surface Solutions Market Strategy

Tell us how to improve this page.

Interview Questions from Similar Companies

Hi-Tech Interview Questions
3.7
 • 20 Interviews
Proficed Interview Questions
5.0
 • 7 Interviews
CodeCaste Interview Questions
4.8
 • 3 Interviews
View all

The circus solutions Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

2.0

Skill development

1.0

Work-Life balance

2.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Compare The circus solutions with

Hi-Tech

3.7
Compare

Keyideas Infotech

4.3
Compare

Cheenti

4.8
Compare

Controlf5

4.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview