Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Accord Software & Systems Software Engineer Interview Questions and Answers

Updated 20 Jan 2025

Accord Software & Systems Software Engineer Interview Experiences

3 interviews found

Software Engineer Interview Questions & Answers

user image Amgoth Renuka

posted on 20 Jan 2025

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Arithmetic, verbal, and verbal skills.

Round 2 - Coding Test 

Please write a code for generating the Fibonacci sequence.

Round 3 - Technical 

(2 Questions)

  • Q1. What are the key features and concepts of the C programming language?
  • Ans. 

    C is a powerful and efficient programming language known for its low-level features and flexibility.

    • Key features include: low-level memory access, efficient manipulation of pointers, strong support for procedural programming, and a rich library of built-in functions.

    • Concepts include: data types, control structures (such as loops and conditionals), functions, arrays, and pointers.

    • Example: In C, you can directly access a...

  • Answered by AI
  • Q2. What is an array
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. When would you be able to join?
  • Ans. 

    I can start within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • I need to give notice to my current employer.

    • I may need time to relocate if necessary.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly when you are searching.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Storage types, structures, padding
  • Q2. Bit operations in C language
  • Ans. 

    Bit operations in C language involve manipulating individual bits within a data structure.

    • Bitwise AND (&) - sets a bit to 1 only if both input bits are 1

    • Bitwise OR (|) - sets a bit to 1 if either input bit is 1

    • Bitwise XOR (^) - sets a bit to 1 if the input bits are different

    • Bitwise NOT (~) - inverts all bits in a number

    • Left shift (<<) - shifts bits to the left by a specified number of positions

    • Right shift (>>) - shifts

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Campus Placement and was interviewed in Sep 2018. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Second round was f2f interview, he asked about c concepts, data structures pointers concepts , and final year projects concepts
  • Q2. HR round : He asked about introduction of me, and bond, and joining date

Interview Preparation Tips

Round: Test
Experience: First Round was technical aptitude which contains objective questions from c, c++, data structures java , difficulty ranging from medium to hard.

Duration: <1 week
College Name: S D M Institute Of Technology, Ujire

Interview questions from similar companies

I applied via Walk-in and was interviewed before Oct 2019. There was 0 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover all subject basics perfectly !

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies

I applied via Campus Placement and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.interviewer asked about my mini Project, some questions from my project on Machine Learning and some basic HR questions 2.If you have mentioned some projects in resume the interviewer will surely ask fr...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer confidently
Be good on basics whatever domain you're from.
Good to know basics of one programming



I applied via Campus Placement and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. 1.Tell me about yourself.
  • Q2. 2. Some basic questions from DBMS, iot and cloud.
  • Q3. 3. Explain your project ( technology u have used and what is it).
  • Q4. 4. Are you willing to relocate.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR was nice and friendly. Overall it was a NYC experience.
All the best guys.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I was interviewed before Jun 2020.

Interview Questionnaire 

2 Questions

  • Q1. Find middle of array with odd length?
  • Ans. 

    To find the middle of an odd-length array, divide the length by 2 and round down.

    • Get the length of the array

    • Divide the length by 2 and round down

    • Return the element at the resulting index

  • Answered by AI
  • Q2. What is new operator?.
  • Ans. 

    The new operator is used to dynamically allocate memory for an object at runtime.

    • It returns a pointer to the newly allocated memory.

    • It can be used to allocate memory for built-in types, user-defined types, and arrays.

    • The syntax is: new type;

    • Example: int *ptr = new int;

    • Example: MyClass *obj = new MyClass();

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be subtle and prepare for basics.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOPS concepts, DBMS concepts (keys, schema,normalisation, joins)

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it real. Be honest and research well about the company.
Contribute & help others!
anonymous
You can choose to be anonymous

Accord Software & Systems Interview FAQs

How many rounds are there in Accord Software & Systems Software Engineer interview?
Accord Software & Systems interview process usually has 2-3 rounds. The most common rounds in the Accord Software & Systems interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Accord Software & Systems Software Engineer 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 Accord Software & Systems. The most common topics and skills that interviewers at Accord Software & Systems expect are LDRA, RTRT and VectorCast.
What are the top questions asked in Accord Software & Systems Software Engineer interview?

Some of the top questions asked at the Accord Software & Systems Software Engineer interview -

  1. What are the key features and concepts of the C programming langua...read more
  2. What is an ar...read more
  3. Bit operations in C langu...read more

Recently Viewed

INTERVIEWS

Worldline

No Interviews

INTERVIEWS

Worldline

No Interviews

INTERVIEWS

Worldline

No Interviews

CAMPUS PLACEMENT

JNTU College of Engineering, Anantapur

INTERVIEWS

Lutron Electronics

No Interviews

INTERVIEWS

Infiniti Software Solutions

No Interviews

INTERVIEWS

Commerce Pundit

No Interviews

INTERVIEWS

Prime Focus Technologies

No Interviews

LIST OF COMPANIES

Accord Software & Systems

Locations

SALARIES

Worldline

Tell us how to improve this page.

Accord Software & Systems Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Accord Software & Systems Software Engineer Salary
based on 217 salaries
₹3 L/yr - ₹9.5 L/yr
37% less than the average Software Engineer Salary in India
View more details

Accord Software & Systems Software Engineer Reviews and Ratings

based on 12 reviews

3.3/5

Rating in categories

3.3

Skill development

2.8

Work-life balance

2.8

Salary

3.6

Job security

3.4

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
217 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Accord Software & Systems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent