Upload Button Icon Add office photos

Filter interviews by

Candor Software Solutions Interview Questions and Answers

Updated 22 Nov 2024

Candor Software Solutions Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain register level architecture of ARM cortex-M series controllers.
  • Ans. 

    ARM Cortex-M series controllers have a register level architecture for low-level programming and control.

    • ARM Cortex-M series controllers have multiple registers for controlling various functions such as GPIO, timers, and interrupts.

    • Registers are memory locations within the processor used for storing data and control information.

    • Programmers can directly access and manipulate these registers to configure the behavior of ...

  • Answered by AI
  • Q2. Write a program to implement matrix multiplication.
  • Ans. 

    Program to implement matrix multiplication in C++.

    • Declare two matrices A and B of appropriate dimensions.

    • Initialize the matrices with values.

    • Create a result matrix C with dimensions rows of A and columns of B.

    • Perform matrix multiplication using nested loops.

    • Print the result matrix C.

  • Answered by AI

Skills evaluated in this interview

Embedded Developer Interview Questions asked at other Companies

Q1. What is the difference betwe en nill pointer and void pointer
View answer (1)

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: A coding test (Students were asked to bring Laptops)
Tips: Be thorough with C/C++, networking, OS, Data structures and architecture
Duration: 90 minutes

Round: Interview
Experience: 3 rounds of interview, one hour each, all technical 
Interview Process:All the three rounds are oriented around programming. A lot of focus was given to Data structures, C/C++, OS and algorithmsThe code from previous test is shown and they expect you to fix any bugs if thereThe interviewers are quietly friendly and help if you get stuck at any pointIf you do have any related projects, anticipate some thorough questions on that
Tips: Though the interviewers are helpful, get your basics clear early on. Don't rely on them.Practice coding sessions, a lot of companies have them as a shortlisting criteria.

College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA

I appeared for an interview before Jan 2021.

Interview Questionnaire 

2 Questions

  • Q1. Basic analysis questions
  • Q2. Excel Based analysis as it was a entry-level position

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the company
Read about the interviewer

I applied via Campus Placement and was interviewed before Aug 2020. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal coading questions, and then apptitude questions which they had in the 1st apptitude round

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview but a very tedious and long process
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Online apitude containing 10 question without camera

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Aptitude Test 

Logical reasoning ,verbal aptitude , two java program and html
duration 1hr

Round 2 - Coding Test 

Hand written java coding 5 problem statement oops, String, Arrays and others

Round 3 - HR 

(2 Questions)

  • Q1. About infiniti software solution
  • Q2. Questions in java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

It was simple and easily solvable.

Round 2 - Coding Test 

There was 2 programs must pass the testcases.

Round 3 - Coding Test 

There was written test of programming.

Round 4 - HR 

(2 Questions)

  • Q1. Why you choose infiniti
  • Ans. 

    I chose Infiniti for its innovative culture, commitment to excellence, and opportunities for professional growth in software development.

    • Innovative Culture: Infiniti fosters creativity, allowing developers to work on cutting-edge technologies like AI and machine learning.

    • Commitment to Excellence: The company's focus on high-quality software aligns with my personal values of delivering robust and reliable solutions.

    • Prof...

  • Answered by AI
  • Q2. Share about your self
  • Ans. 

    I am a passionate software developer with a strong background in full-stack development and a love for problem-solving.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.

    • Skills: Proficient in JavaScript, Python, and SQL...

  • Answered by AI
Round 5 - Technical 

(2 Questions)

  • Q1. Oops concepts in java
  • Ans. 

    OOP concepts in Java include encapsulation, inheritance, polymorphism, and abstraction, enabling modular and reusable code.

    • Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: private variables with public getters/setters.

    • Inheritance: Mechanism where one class inherits properties and behaviors from another. Example: class Dog extends Animal.

    • Polymorphism: Ability to pr...

  • Answered by AI
  • Q2. Features

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. 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 - Coding Test 

Chrome and Firefox Browser automation

Round 3 - Assignment 

Log file tail last n lines where n is configurable. Followup question on how you can optimize it further incase log file size is in TBs and incase it is cluster of servers

Round 4 - Technical 

(4 Questions)

  • Q1. Detailed Technical background check and discussion on past projects.
  • Q2. Messaging queue and best practices
  • Ans. 

    Messaging queues are used to manage asynchronous communication between different components of a system.

    • Use a reliable messaging queue system like RabbitMQ or Apache Kafka

    • Ensure messages are properly formatted and serialized

    • Implement message acknowledgement and retry mechanisms

    • Monitor queue health and performance

    • Consider message ordering and partitioning for scalability

    • Avoid long-running tasks in message handlers

  • Answered by AI
  • Q3. Binary Search Tree twisted question
  • Q4. Map Reduce concept for solving dictionary keywords
  • Ans. 

    MapReduce is a programming model for processing large data sets in parallel.

    • MapReduce divides the input data into chunks and processes them in parallel.

    • It consists of two phases: Map and Reduce.

    • Map function takes input data and converts it into key-value pairs.

    • Reduce function takes the output of Map as input and combines the values with the same key.

    • It is used for solving dictionary keywords by mapping each word to a k

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on above 2 rounds, they seem to keep their round formats same

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2022. 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 - Coding Test 

Coding test was taken on hackerearcth pkatform there was a generic problem statement based on networking no need to pass minimum half of the test cases to clear the interview round

Round 3 - One-on-one 

(3 Questions)

  • Q1. The next round was one on one round in this questions were mainly asked regarding the experience and then they were mainly focussing on the developers who know rails and python
  • Q2. Python and rails were majorly needed to clear the roeund
  • Q3. Problem statement can be founded on geeks for geeks

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to clear your basiscs and after that just read all interview experienced available on geeks for geeks regarding that, and best of luck you can do it

Candor Software Solutions Interview FAQs

How many rounds are there in Candor Software Solutions interview?
Candor Software Solutions interview process usually has 1 rounds. The most common rounds in the Candor Software Solutions interview process are Technical.
How to prepare for Candor Software Solutions 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 Candor Software Solutions. The most common topics and skills that interviewers at Candor Software Solutions expect are Python, C++, Java, Spring Boot and Teamcenter.
What are the top questions asked in Candor Software Solutions interview?

Some of the top questions asked at the Candor Software Solutions interview -

  1. Explain register level architecture of ARM cortex-M series controlle...read more
  2. Write a program to implement matrix multiplicati...read more

Tell us how to improve this page.

Candor Software Solutions Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Winman Software Interview Questions
4.0
 • 29 Interviews
Acies Interview Questions
3.4
 • 29 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
View all

Candor Software Solutions Reviews and Ratings

based on 13 reviews

3.8/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

3.9

Salary

3.5

Job security

3.6

Company culture

3.9

Promotions

3.6

Work satisfaction

Explore 13 Reviews and Ratings
Software Engineer
14 salaries
unlock blur

₹2.5 L/yr - ₹10.5 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Software Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

MES Engineer
5 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹7 L/yr - ₹10 L/yr

Explore more salaries
Compare Candor Software Solutions with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Nowfloats Technologies

3.2
Compare

Peel-works

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