Upload Button Icon Add office photos

CandorWorks

Compare button icon Compare button icon Compare

Filter interviews by

CandorWorks Software Developer Interview Questions and Answers

Updated 27 Oct 2024

CandorWorks Software Developer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. What is notice period
  • Ans. 

    My notice period is typically two weeks, allowing for a smooth transition and knowledge transfer.

    • Standard notice period is two weeks, which is common in the industry.

    • This timeframe allows me to wrap up ongoing projects and hand over responsibilities.

    • If needed, I can negotiate a longer notice period to accommodate the company's requirements.

    • For example, in my previous job, I ensured all my tasks were documented for the ...

  • Answered by AI
  • Q2. Us shift is okay?
  • Q3. Salary expectations?
Round 2 - Coding Test 

SQL query and programs

Round 3 - Technical 

(3 Questions)

  • Q1. Previous experience ?
  • Ans. 

    I have 3 years of experience working as a software developer in a tech company.

    • Worked on developing web applications using Java, Spring, and Angular

    • Experience with database management using SQL and NoSQL databases

    • Participated in Agile development processes and collaborated with cross-functional teams

  • Answered by AI
  • Q2. Words press knowledge ?
  • Ans. 

    WordPress is a popular content management system (CMS) used for building websites and blogs with customizable themes and plugins.

    • Open-source platform: WordPress is free to use and has a large community of developers contributing to its growth.

    • Themes and plugins: Users can customize their sites with thousands of themes and plugins, such as WooCommerce for e-commerce.

    • User-friendly interface: WordPress offers an intuitive...

  • Answered by AI
  • Q3. US shift time is okay?
Round 4 - HR 

(1 Question)

  • Q1. Salary and notice period negotation
Round 1 - Technical 

(3 Questions)

  • Q1. What is Serialisation?
  • Ans. 

    Serialisation is the process of converting an object into a stream of bytes to store or transmit it over a network.

    • Serialisation is used to save the state of an object and recreate it later.

    • It is commonly used in network communication to transmit objects between different systems.

    • Serialisation can be done in different formats such as XML, JSON, or binary.

    • Deserialisation is the opposite process of converting a stream of...

  • Answered by AI
  • Q2. How can you collect distinct elements from list in java collections?
  • Ans. 

    To collect distinct elements from a list in Java collections, use the Set interface.

    • Create a Set object and pass the list as a parameter to its constructor.

    • The Set interface automatically removes duplicates.

    • Convert the Set back to a List if necessary using the ArrayList constructor.

    • Example: Set<String> uniqueNames = new HashSet<>(names);

    • Example: List<String> uniqueNamesList = new ArrayList<>(uni...

  • Answered by AI
  • Q3. Why do we need static keyword in java?
  • Ans. 

    Static keyword is used to create class-level variables and methods that can be accessed without creating an object.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an object

    • Static blocks are used to initialize static variables

    • Static import is used to import static members of a class

  • Answered by AI
Round 2 - Coding Test 

It depends on the level of experience. A sort of mini project can be asked, based on design patterns, mostly MVC.

Round 3 - HR 

(1 Question)

  • Q1. This could be related to your aspirations, salary discussions and HR related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - If your are getting interviewed for Java. Refer GeeksForGeeks

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about CandorWorks?
Ask anonymously on communities.

Interview questions from similar companies

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

(2 Questions)

  • Q1. Resume, coding questions
  • Q2. Ds algo css questions based on time and space complexity
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself, js input output questions
  • Q2. System design, load balancer working
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Debounce Time implement
  • Ans. 

    Debounce time is a programming technique to limit the rate at which a function is executed.

    • Debouncing prevents a function from being called multiple times in quick succession.

    • Commonly used in event handling, like button clicks or window resizing.

    • Example: A search input that triggers an API call only after the user stops typing for a specified time.

    • Implementation can be done using setTimeout in JavaScript.

    • Debounce time ...

  • Answered by AI
  • Q2. Accordian Implement
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Was asked a React coding question to fetch data using an API and show it on UI, for a frontend developer role.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked basic theoretical questions on React.
  • Q2. Was asked output problems in JavaScript.
  • Ans. 

    JavaScript output problems often arise from type coercion, scoping issues, and asynchronous behavior.

    • Type Coercion: '5' + 5 results in '55' due to string concatenation.

    • Variable Hoisting: console.log(x); var x = 10; outputs 'undefined'.

    • Asynchronous Behavior: setTimeout(() => console.log('Hello'), 0); outputs 'Hello' after the current execution context.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions were asked on design patterns.
  • Q2. Questions were asked to test basic understanding of how backend works.

Interview Preparation Tips

Topics to prepare for Birdeye Software Developer interview:
  • React
  • Javascript Frameworks
Interview preparation tips for other job seekers - Moderate difficulty level.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked Spring Boot and java
  • Q2. Database question in deth

I applied via Campus Placement and was interviewed before Oct 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 

Simple Aptitude/Maths Problems

Round 3 - Group Discussion 

This Round Was Omitted Due to Very Few Were Selected in First Round

Round 4 - Technical 

(2 Questions)

  • Q1. They Will Ask you No Questions Related to Work.
  • Q2. Tell a joke or what did you had for lunch

Interview Preparation Tips

Interview preparation tips for other job seekers - Please Find Other Company this job Will Ruin your Career in the long Run
P.S if you get Selected, Your Are not Special just think that you are dumb enough to Fall for this Lame Company
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Programming test, reasoning test

Round 3 - Group Discussion 

Group discussion on spot topic

Round 4 - HR 

(2 Questions)

  • Q1. HR question based on your family background and HR team so good.
  • Q2. Selection process is so good

Interview Preparation Tips

Interview preparation tips for other job seekers - You must try to apply for this company and you should try once.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

The subjects covered included mathematics, English grammar, and various aptitude questions, with a test duration of one hour.

Round 2 - Group Discussion 

During the group discussion, the topic addressed was the impact of social media on our daily lives, and the duration of the discussion lasted approximately 20 minutes.

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. What are your strengths?
  • Q3. Where do you see yourself in five years?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would like to advice the job seekers that tailor your resume to highlight relevant skills, and demonstrate how you align with the company's collaboration and creativity. Lastly, prepare well for interviews by emphasizing your problem-solving skills. Stay persistent and open-minded throughout the process.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Regarding email marketing questions.
  • Q2. About technical questions.

CandorWorks Interview FAQs

How many rounds are there in CandorWorks Software Developer interview?
CandorWorks interview process usually has 3-4 rounds. The most common rounds in the CandorWorks interview process are HR, Technical and Coding Test.
What are the top questions asked in CandorWorks Software Developer interview?

Some of the top questions asked at the CandorWorks Software Developer interview -

  1. How can you collect distinct elements from list in java collectio...read more
  2. Why do we need static keyword in ja...read more
  3. What is Serialisati...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Birdeye Interview Questions
3.8
 • 27 Interviews
Adonmo Interview Questions
4.5
 • 26 Interviews
SRV Media Interview Questions
3.4
 • 17 Interviews
Cheil India Interview Questions
3.0
 • 17 Interviews
ASP OL Media Interview Questions
2.5
 • 14 Interviews
Techmagnate Interview Questions
4.1
 • 12 Interviews
View all

CandorWorks Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Research Analyst
50 salaries
unlock blur

₹2.3 L/yr - ₹3.8 L/yr

Business Development Executive
36 salaries
unlock blur

₹2.5 L/yr - ₹6.8 L/yr

Marketing Executive
23 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

MIS Executive
17 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

UI Developer
14 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare CandorWorks with

Franchise India Brands

2.1
Compare

Echobooom Management & Entrepreneurial Solutions

3.5
Compare

Cheil India

3.0
Compare

VSynergize Outsourcing

3.4
Compare
write
Share an Interview