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)

Jobs at Candor Software Solutions

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at DMI College of Engineering, Chennai and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Very basic aptitude concepts asked 40 questions 1 hr time

Round 2 - Coding Test 

2 problems to be solved. Myself solved 1 problem but my friends solved 1.5 problem and taken grade is(partially correct) using Google and AI. At last there selected students who are all solved 1 problem also

Round 3 - Technical 

(6 Questions)

  • Q1. Detailed project explanation
  • Q2. Internship experience
  • Q3. OOPS concepts and Resume screening
  • Q4. SQL joins and basics
  • Q5. Favourite programming language asked and said to solve a 2 simple coding problems
  • Q6. The person who solved 1.5 questions out of 2 questions using Google and AI where caught in technical round
Round 4 - HR 

(1 Question)

  • Q1. Beware in HR round Answering to HR questions is seriously hard . Prepare well and be ready to answer question. HR asking questions is about your point of view.

Interview Preparation Tips

Topics to prepare for Infiniti Software Solutions Software Trainee interview:
  • Oops
  • SQL joins
  • Coding
  • Project
Interview preparation tips for other job seekers - Be genuine in coding round. Student who don't use ai only selected. Prepare well for technical specially OOPS concepts, SQL joins and coding
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Complex Searches conducted
  • Q2. Tell me about a time you used data to change something about the hiring process
  • Ans. 

    Utilized data to improve candidate sourcing strategy

    • Implemented tracking system to monitor source of candidate applications

    • Analyzed data to identify most successful sources of hires

    • Adjusted recruitment budget to focus on most effective sourcing channels

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for a tedious and super long process. The recruiter I was interacting with seemed highly disinterested and disengaged until the time I decided to decline the company's offer. Every time the recruiter called to prep me, the interview didn't contain an iota of what they said it would be. The recruiter interaction was highly disappointing and was the main reason I was more inclined to offers by other companies. I didn't appreciate the way I was treated. Additionally, there were multiple aspects of the role which was low-balled to me thinking I would accept their offer and upon me communicating my decision - a lot of it changed and reflected what I truly deserved. But considering I was low-balled, it contributed to my bad experience with the recruiter and lead me to my final decision on Browserstack's offer.
On a positive note, the interviewers (hiring managers, head of the team, HRBP) were super nice and there were high levels of engagement in those rounds. However, there is a lack of transparency in disclosing key information like salary, role level, career progression which are reasons why I couldn't evaluate them fairly amidst multiple offers.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical and process related
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical and scenario based
Round 3 - One-on-one 

(1 Question)

  • Q1. Project and process related
Round 4 - Technical 

(1 Question)

  • Q1. With Solution architect
Round 5 - One-on-one 

(1 Question)

  • Q1. Manager round with complete SDLC
Round 6 - HR 

(1 Question)

  • Q1. HR round generic questions and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on no code low code. Very unprofessional company.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Legal questions on contracts

Round 2 - Technical 

(2 Questions)

  • Q1. About work experience and about contracts
  • Q2. Salary, work culture fitment etc
Round 3 - HR 

(1 Question)

  • Q1. Work culture, salary etc

Interview Preparation Tips

Interview preparation tips for other job seekers - This company is suitable only for a short duration; gain experience and then depart.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Machine Learning-related stuff: Confusion Matrix, R2 score, etc.. Also, Python & Statistics.
  • Q2. Explain any one project.
  • Q3. Difference between Data Analyst and Data Scientist.
  • Ans. 

    Data Analyst focuses on analyzing data to provide insights, while Data Scientist focuses on using advanced algorithms and machine learning to predict future trends.

    • Data Analyst focuses on analyzing data to provide insights for decision-making.

    • Data Scientist focuses on using advanced algorithms and machine learning to predict future trends.

    • Data Analyst typically works with structured data, while Data Scientist works wit...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MapmyIndia Data Analyst interview:
  • Machine Learning
  • Statistics
  • Python
Interview preparation tips for other job seekers - The ML & Python basics should be strong. Add relevant projects to the resume.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions .
topics were array and string

Round 2 - Technical 

(2 Questions)

  • Q1. 2D array question and a linkedlist question (find the middle element of the list)
  • Q2. Dbms questions like keys ,normalization, acid properties, types of network layer , deadlock in os
Round 3 - Technical 

(2 Questions)

  • Q1. Detect loop in a linkedlist
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q2. SQL queries basic level .
Round 4 - Technical 

(2 Questions)

  • Q1. Oops questions like inheritance and interface
  • Q2. Sql queries from leetcode hard level

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. All explain allowance
  • Ans. 

    Allowance is a sum of money paid regularly to cover expenses or losses.

    • Allowance is a fixed amount of money given regularly to cover expenses or losses.

    • It can be provided as part of a salary package or as a separate payment.

    • Examples include travel allowance, housing allowance, and meal allowance.

  • Answered by AI
  • Q2. 1) TA allowance 2) travel allowance 3) hotels🏨 allowance
  • Q3. Interview update me

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 day interview final round
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is AML and primary and secondary research?

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an interview with Parvesh Mittal and everything went well and I answered all the questions.
Furthermore, I was informed that the HR will be calling to schedule a meet for second round. The very next day I received an email mentioning that they will not be moving further with the application.
PS: Don’t demotivate and waste the time of the candidate. It’s not funny for a candidate who searching for the job seriously just to entertain your timepass process.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Explain HR core operating principles and workforce metrics that strengthen the Value preposition of workforce.
  • Ans. 

    HR core operating principles and workforce metrics enhance the value proposition of the workforce by aligning HR strategies with business goals.

    • HR core operating principles include fairness, transparency, compliance, and continuous improvement.

    • Workforce metrics such as turnover rate, employee engagement, productivity, and diversity can help measure the effectiveness of HR strategies.

    • By focusing on these principles and ...

  • Answered by AI
  • Q2. Unique Challenges Faced from the Business Stakeholders and solution approached.
  • Ans. 

    Business stakeholders often have unique challenges that require tailored solutions from an Associate HRBP Lead.

    • Building strong relationships with stakeholders to understand their needs and concerns

    • Customizing HR strategies and solutions to align with business goals

    • Providing proactive communication and support to address stakeholder challenges

    • Collaborating with cross-functional teams to implement effective solutions

    • Leve...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I felt I would have prepared better for the Interview, but I gained a good learning as the Interviewer Amrita was very clear and learned professional shared a solutions to the ones I couldn't answer aptly. But the recruiter was rude when I was followingup they just hangup phones on me and didnt bother to under my curiosity as a job seeker. overall Interview experience was excellent and happy to connect with a learned HR Leader. Unfortunately, may be I was not able to clear the Interview . my advice to the job seekers pls make a good prep up

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

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 809 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
Teamcenter developer

Hyderabad / Secunderabad,

Pune

+1

5-7 Yrs

Not Disclosed

Explore more jobs
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

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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