Upload Button Icon Add office photos

Filter interviews by

Accord Global Technology Software Trainee Interview Questions and Answers

Updated 13 Nov 2021

Accord Global Technology Software Trainee Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They will ask about the basics of the any program that u have mentioned in your resume. Practical and theoretical questions are asked alternately.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basics

Interview questions from similar companies

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

The difficulty level is moderate

Round 2 - Coding Test 

There were three coding question level of first question is easy and other two are difficult

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself and about your project
Round 4 - HR 

(1 Question)

  • Q1. I am not selected for this
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

1 hr on aptitude..................................................

Round 2 - Group Discussion 

For 10 min on geneder equality at work space

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jul 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 

Pattern based questions, level was easy

Round 3 - Technical 

(1 Question)

  • Q1. Questions from data structure and dbms were asked, revise all queries well
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself why webkul?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics well and concepts of subjective knowledge
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Chandigarh Engineering College, Chandigarh and was interviewed before Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It consists of 60 MCQs with 20 technical question and 20 reasoning and 20 puzzles.

Round 2 - One-on-one 

(4 Questions)

  • Q1. What do you know about software development lifecycle?
  • Ans. 

    Software development lifecycle (SDLC) is a process used by software development teams to design, develop, test, and deploy software applications.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the project.

    • Examples of SDLC models include Waterfall, Agile, and Dev...

  • Answered by AI
  • Q2. What do you know about software testing life cycle?
  • Ans. 

    Software testing life cycle is a process of planning, designing, executing, and reporting on tests throughout the software development lifecycle.

    • It includes test planning, test design, test execution, and test closure.

    • Test planning involves defining the scope, objectives, and resources for testing.

    • Test design involves creating test cases and test scenarios based on requirements.

    • Test execution involves running the tests...

  • Answered by AI
  • Q3. Explain OOPS concepts and why we use these?
  • Ans. 

    OOPS concepts are fundamental principles in object-oriented programming that help in organizing and managing code efficiently.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Class SUV inheriting fro...

  • Answered by AI
  • Q4. What is your favourite website for learning technology?
  • Ans. 

    My favorite website for learning technology is Codecademy.

    • Interactive coding exercises

    • Projects to apply learned skills

    • Community forums for support and collaboration

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Angular A to Z Hooks,Services,Api Integration,component communication
  • Q2. Html ,CSS basic
Round 2 - Behavioral 

(1 Question)

  • Q1. Server and web api related questions
Round 3 - HR 

(2 Questions)

  • Q1. Can you provide details about yourself and your educational background?
  • Ans. 

    I am a software engineer with a Bachelor's degree in Computer Science and experience in developing web applications.

    • Bachelor's degree in Computer Science

    • Experience in developing web applications

  • Answered by AI
  • Q2. About Winjit technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Trust the process; ensure a clear understanding of the basics and the logic of object-oriented programming concepts. Wishing you all the best.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Round 1 -> 3 easy coding questions (I did all three)
round2 -> 2 coding questions (1 was leetcode's trapping rainwater problem) (Did 1.5)

Round 2 - Technical 

(2 Questions)

  • Q1. SQL query was asked on joins etc
  • Q2. What are Microservcies, solid principles, a pattern printing question, oops concepts
Round 3 - Technical 

(2 Questions)

  • Q1. Designing dbms for a college website
  • Ans. 

    Designing a DBMS for a college website involves creating tables for students, courses, faculty, and more.

    • Create tables for students, courses, faculty, departments, etc.

    • Establish relationships between tables using foreign keys.

    • Include attributes like student ID, course ID, faculty ID, etc.

    • Implement normalization to reduce redundancy and improve data integrity.

    • Consider implementing views for complex queries or reports.

  • Answered by AI
  • Q2. Implement debouncing, create a nodejs server with a get / post api, a puzzle, javascript questions like clousers, let / var / const, event loop, output based questions etc.
  • Ans. 

    Implement debouncing, create a nodejs server with get/post api, and answer JavaScript questions.

    • Implement debouncing by using setTimeout and clearTimeout to limit the number of times a function is called.

    • Create a nodejs server with Express framework to handle get and post requests.

    • Answer JavaScript questions on closures, let/var/const, event loop, and output based questions.

    • Provide examples for each concept to demonstr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - :) Be good at SQL.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Coding test was really good it was easier to tackle the problem and writting code for it.

Round 2 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is the major project you have worked on, and can you provide an explanation of it?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. SQL ques and concept
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions and 25 mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Related questions
  • Q2. Asp.net related questions basic
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level

Tell us how to improve this page.

Software Engineer
109 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹5.2 L/yr - ₹17 L/yr

Senior Systems Engineer
31 salaries
unlock blur

₹6 L/yr - ₹14 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.6
Compare

Wipro

3.7
Compare

HCLTech

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