Upload Button Icon Add office photos
Engaged Employer

i

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

Circuit World Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 18 Reviews

Filter interviews by

Circuit World Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Member of Technical Staff -3 Interview Questions & Answers

Exotel user image Anonymous

posted on 7 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Find length of substring with longest distinct characters(non-repeating characters) eg - input "abcdab" result - "4(abcd)"
  • Q2. Interviewer was not clear on the question herself, here is what i deduced, If you want to build a scheduler service which takes in jobs to run at certain intervals and you cannot use things like cronjob, e...
  • Q3. Current project and roles and responsibilities. what is the most difficult technical problem you solved, again i think interviewer was lost on the problem i explained.
  • Ans. 

    I worked on a project involving developing a new algorithm for optimizing network traffic. My role was to design and implement the algorithm, as well as test and debug it.

    • Researched existing algorithms and identified their limitations

    • Designed a new algorithm that addressed the limitations and improved network performance

    • Implemented the algorithm in code and tested it in a simulated network environment

    • Debugged issues an...

  • Answered by AI
  • Q4. Scalability question on one of the project i was explaining

Interview Preparation Tips

Interview preparation tips for other job seekers - Ideally avoid the recruitment process if you are paired with a junior developer interviewing for very senior roles. On inquiring about the team that i would be paired with, she told me that she is part of a different team, there were no people available to take interview for the team that was actually hiring.

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About profession
  • Q2. About qualification
Round 2 - HR 

(2 Questions)

  • Q1. About yourself
  • Q2. Salary dissection
Round 3 - Technical 

(1 Question)

  • Q1. About digital marketing

Interview Preparation Tips

Topics to prepare for Rajlaxmi Solutions Private Limited Digital Marketing Intern interview:
  • Digital Marketing
Interview preparation tips for other job seekers - make good cv for interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to my tech stack
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioral round with manager
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to my tech stack
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Cleared the reasoning and aptitude test.

Round 2 - Coding Test 

Cleared interview on selenium, javascript, cypress, Manual testing and coding on javascript

Round 3 - Group Discussion 

Had discussion with client and manager. Over view of personal skills, technical skills on Cypress.

Round 4 - HR 

(2 Questions)

  • Q1. How do you choose the organizations if you got another offer in the hand
  • Q2. Why we should hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - After clearing all the technical rounds is not only to clear HR round is main. Even it took 100 mins instead of scheduled 45 mins. only to satisfy the HR is main after asking irrelevant questions on other stuffs. Even I answered them.

Rejected me because of salary package. There is no discussion came on salary package. What a tragedy.

You know my experience, salary and other stuffs bit you took interview and got selected all the rounds. I didn't say that the people do wrong it is purely on the last round you attend.
I won't recommend or encourage this type of nature by organization.

Don't join in this type of organisation please.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Start with basic questions, and later on, they will ask foundational questions.

Round 2 - Assignment 

Practical task involving logic related to a shopping cart process.

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 3 - HR 

(1 Question)

  • Q1. Basic information
Round 4 - Technical 

(1 Question)

  • Q1. Based on resume
Round 5 - Coding Test 

Scenario questions logical solving

Round 6 - Case Study 

Need to explain about problems solved in previous round

Round 7 - One-on-one 

(1 Question)

  • Q1. Project discussion and basics information

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company no job guarantee. Dont waste your time on attending interview. They will conduct 10 around and reject the candidate easily in last round.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. Which technical skill you have?
  • Q3. How many year of Work experience?
Round 2 - Technical 

(5 Questions)

  • Q1. How to call api in angular write the code for this
  • Ans. 

    To call an API in Angular, use HttpClient module to make HTTP requests.

    • Import HttpClientModule in app.module.ts

    • Inject HttpClient in the component/service where API call needs to be made

    • Use HttpClient methods like get(), post(), put(), delete() to make API calls

    • Subscribe to the Observable returned by HttpClient methods to handle the response

  • Answered by AI
  • Q2. Difference between reactive form and template driven form
  • Ans. 

    Reactive forms are more flexible and allow for complex form validation and handling, while template driven forms are simpler and rely on directives in the template.

    • Reactive forms are defined programmatically in the component class using form controls, form groups, and form arrays.

    • Template driven forms are defined in the HTML template using ngModel directive and template variables.

    • Reactive forms offer more control over ...

  • Answered by AI
  • Q3. Write the code for reactive form
  • Ans. 

    Reactive forms in Angular allow for creating and managing forms in a reactive way.

    • Import ReactiveFormsModule in app.module.ts

    • Create form controls using FormBuilder in component

    • Bind form controls to HTML elements using formGroup and formControlName directives

    • Handle form submission and validation using formGroup and formControl directives

  • Answered by AI
  • Q4. How to id or data pass by routing and go to the another page?
  • Ans. 

    You can pass data through routing by using route parameters or query parameters.

    • Use route parameters to pass data directly in the URL, like '/page/:id'

    • Access the passed data in the target component using ActivatedRoute

    • Use query parameters for passing data in the URL, like '/page?id=123'

    • Retrieve query parameters in the target component using ActivatedRoute

  • Answered by AI
  • Q5. New features in angular 17?
  • Ans. 

    Angular 17 introduces new features such as improved performance, enhanced tooling, and updated APIs.

    • Improved performance with faster rendering and reduced bundle sizes

    • Enhanced tooling with better support for debugging and testing

    • Updated APIs for more efficient development and easier integration with other libraries

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and relocate

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About yourself in a shortway

Web Developer & Designer Interview Questions & Answers

Paras Cadd user image Abdul Samad Atiullah Ansari

posted on 22 Dec 2023

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

I applied via LinkedIn and was interviewed in Nov 2023. 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 

(5 Questions)

  • Q1. There was f2f interview.. Mostly asked basic questions and from your resume What is flex box How react components used CSS styling properties Javascript basic fundamentals like array lomanipulation,mergi...
  • Q2. What are flexbox properties
  • Ans. 

    Flexbox properties are CSS properties that allow for flexible layout and positioning of elements within a container.

    • Flexbox properties are used to create responsive and dynamic layouts.

    • Some commonly used flexbox properties include flex-direction, justify-content, align-items, and flex-grow.

    • Flexbox properties can be applied to both the parent container and the child elements within it.

    • Flexbox provides a powerful and int

  • Answered by AI
  • Q3. Javascript data types properties
  • Ans. 

    JavaScript data types have different properties that define their behavior and characteristics.

    • JavaScript has several built-in data types such as string, number, boolean, object, array, etc.

    • Each data type has its own set of properties and methods that can be accessed and manipulated.

    • For example, the string data type has properties like length, which returns the length of the string.

    • The number data type has properties l...

  • Answered by AI
  • Q4. Responsive design properties
  • Ans. 

    Responsive design properties ensure websites adapt to different screen sizes and devices.

    • Fluid grids: Use relative units like percentages to create flexible layouts.

    • Flexible images: Use CSS to ensure images scale proportionally.

    • Media queries: Apply different styles based on screen size and device capabilities.

    • Viewport meta tag: Control how a webpage is displayed on different devices.

    • Responsive typography: Adjust font s...

  • Answered by AI
  • Q5. Javascript array manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics at most and whatever you written in resume have basic understanding

Skills evaluated in this interview

Circuit World Interview FAQs

How to prepare for Circuit World interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Circuit World. The most common topics and skills that interviewers at Circuit World expect are Sales, Cold Calling, Marketing, Business Development and Customer Relationship.

Tell us how to improve this page.

Circuit World Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 428 Interviews
ABB Interview Questions
4.1
 • 228 Interviews
Havells Interview Questions
4.0
 • 204 Interviews
Bajaj Electricals Interview Questions
4.0
 • 120 Interviews
Electrotherm Interview Questions
4.2
 • 31 Interviews
View all

Circuit World Reviews and Ratings

based on 18 reviews

3.2/5

Rating in categories

3.5

Skill development

2.8

Work-life balance

3.1

Salary

2.9

Job security

3.4

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 18 Reviews and Ratings
Php Software Developer

Kolkata

1-3 Yrs

₹ 2.5-4 LPA

Customer Support Executive

Kolkata

0-2 Yrs

₹ 1.25-3 LPA

Software Developer

Kolkata

1-4 Yrs

Not Disclosed

Explore more jobs
Programmer
5 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Software Developer
4 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

HR Manager
4 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Business Development Manager
4 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Tele Sales Executive
4 salaries
unlock blur

₹1.4 L/yr - ₹1.7 L/yr

Explore more salaries
Compare Circuit World with

Electrotherm

4.2
Compare

Bharat Electronics

4.2
Compare

Havells

4.0
Compare

L&T Technology Services

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