Upload Button Icon Add office photos

Filter interviews by

Accord Global Technology Software Engineer Interview Questions and Answers for Experienced

Updated 13 Oct 2023

Accord Global Technology Software Engineer Interview Experiences for Experienced

1 interview found

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

I applied via Referral and was interviewed in Apr 2023. 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 - Technical 

(4 Questions)

  • Q1. Data Structures and Algorithms, Operating System
  • Q2. Previous roles and responsibilities
  • Q3. C programming via screen share
  • Q4. Gaps discussion, requirement insights and instant feedback
Round 3 - Coding Test 

Model Based Development

Round 4 - HR 

(1 Question)

  • Q1. About previous xp, why do i want to join, if im ready to go abroad for company requirements, strengths, weaknesses etc

Interview questions from similar companies

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

(1 Question)

  • Q1. What is server and abap server
  • Ans. 

    A server is a computer or software that provides functionality for other programs or devices. ABAP server is a server that runs ABAP programs.

    • A server is a computer or software that provides services or resources to other computers or programs.

    • ABAP server is a server that runs ABAP (Advanced Business Application Programming) programs, commonly used in SAP systems.

    • ABAP server handles requests from clients and executes A...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Coding question
  • Q2. Asked to make some component in react
Round 2 - Technical 

(2 Questions)

  • Q1. Javascript questions
  • Q2. Normal js questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Mulesoft basics and about platform
  • Q2. Any point platform and any point studio
  • Ans. 

    The question is likely asking about experience with a specific software platform and development environment.

    • Experience with a specific software platform (e.g. AWS, Azure, Google Cloud)

    • Experience with a specific development environment (e.g. Visual Studio, IntelliJ IDEA)

    • Ability to work with different platforms and tools to develop software efficiently

  • Answered by AI
  • Q3. Best practices for better handling
  • Ans. 

    Implementing best practices for better handling in software development.

    • Use proper error handling techniques such as try-catch blocks

    • Implement logging to track errors and exceptions

    • Follow coding standards and conventions to ensure consistency

    • Use defensive programming techniques to anticipate and handle unexpected inputs

    • Regularly review and refactor code to improve maintainability

  • Answered by AI
  • Q4. Expected CTC and related stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude test was easy level and moderate level.

Round 2 - Coding Test 

Coding test was held in the google form which was very easy.

Round 3 - Technical 

(3 Questions)

  • Q1. What is volatile keyword?
  • Ans. 

    The volatile keyword in software engineering is used to indicate that a variable's value can be modified by multiple threads.

    • Volatile keyword ensures that the variable's value is always read from and written to the main memory, rather than cached in a thread's local cache.

    • It is used to prevent unexpected behavior in multi-threaded environments where multiple threads may access and modify the same variable simultaneousl...

  • Answered by AI
  • Q2. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is meant to be subclassed.

    • An abstract class can have abstract methods that must be implemented by its subclasses.

    • An abstract class can also have non-abstract methods that can be inherited by its subclasses.

    • An abstract class provides a common interface for its subclasses.

    • An abstract class can have instance variables and constructors.

    • An abstract class cannot be...

  • Answered by AI
  • Q3. Where do you use abstract class
  • Ans. 

    Abstract classes are used to provide a common interface and partial implementation for related classes.

    • Abstract classes are used when you want to create a base class that cannot be instantiated on its own but can be inherited by other classes.

    • They are useful when you want to define common methods and properties that multiple related classes should have.

    • Abstract classes can have both abstract and non-abstract methods.

    • Ab...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Just focus on sql and leetcode
  • Q2. What is joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q3. Reverse the array
  • Ans. 

    Reverse the array of strings

    • Create a new array and iterate through the original array in reverse order, adding each element to the new array

    • Use built-in array methods like reverse() or spread operator for a more concise solution

    • Ensure to handle edge cases like empty array or array with only one element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just foucs on dsa , sql and leetcode

Skills evaluated in this interview

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

(1 Question)

  • Q1. Ngrx, lazy loading, asking some string related coding que
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core java basic questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Feb 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 - Technical 

(2 Questions)

  • Q1. Basics to advance concepts of Cloud majorly AWS, Azure. Networking concepts like IP classes, subnetting, vnet etc. Previous project experience in details. How do you manage specific scenario. Real time que...
  • Q2. If you worked on the technology then you know the answers.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good communication skills, and should have worked on client project in order to get selected.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pattern building logic building

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops and your core programming

Accord Global Technology Interview FAQs

How many rounds are there in Accord Global Technology Software Engineer interview for experienced candidates?
Accord Global Technology interview process for experienced candidates usually has 4 rounds. The most common rounds in the Accord Global Technology interview process for experienced candidates are Resume Shortlist, Technical and Coding Test.
How to prepare for Accord Global Technology Software Engineer interview for experienced candidates?
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 Global Technology. The most common topics and skills that interviewers at Accord Global Technology expect are ARM Processor, Architecture, Assembly Language, C and Integration Testing.
What are the top questions asked in Accord Global Technology Software Engineer interview for experienced candidates?

Some of the top questions asked at the Accord Global Technology Software Engineer interview for experienced candidates -

  1. Gaps discussion, requirement insights and instant feedb...read more
  2. Data Structures and Algorithms, Operating Sys...read more
  3. C programming via screen sh...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Accord Global Technology interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Accord Global Technology Software Engineer Salary
based on 105 salaries
₹3 L/yr - ₹9.7 L/yr
42% less than the average Software Engineer Salary in India
View more details

Accord Global Technology Software Engineer Reviews and Ratings

based on 17 reviews

3.4/5

Rating in categories

3.3

Skill development

3.6

Work-Life balance

3.0

Salary & Benefits

4.1

Job Security

3.6

Company culture

3.3

Promotions/Appraisal

3.4

Work Satisfaction

Explore 17 Reviews and Ratings
Software Engineer
105 salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹5.2 L/yr - ₹17 L/yr

Senior Systems Engineer
32 salaries
unlock blur

₹6 L/yr - ₹14.5 L/yr

Technical Lead
16 salaries
unlock blur

₹8.7 L/yr - ₹14.4 L/yr

System Engineer
12 salaries
unlock blur

₹3.3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Accord Global Technology with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview