Premium Employer

i

This company page is being actively managed by Accelya Solutions India Limited Team. If you also belong to the team, you can get access from here

Accelya Solutions India Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Accelya Solutions India Limited Software Development Engineer 1 Interview Questions and Answers

Updated 15 Jun 2024

Accelya Solutions India Limited Software Development Engineer 1 Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic Questions of required Domain.

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse Linked-List
  • Q2. Cycle Detection in Linked-List
  • Ans. 

    Cycle detection in a linked list involves finding if there is a loop in the list.

    • Use two pointers approach - slow and fast pointers

    • If there is a cycle, the fast pointer will eventually meet the slow pointer

    • Example: 1->2->3->4->2 is a cycle with 2 as the start and end point

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Total 31 questions where 29 are MCQ related to Java, c++, python (to find output or time complexity) and 2 are coding questions with medium difficulty

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

I was interviewed before Mar 2023.

Round 1 - Coding Test 

Finding all unique pairs of BST

Round 2 - Coding Test 

Given stream of numbers , return yes/no - for a series of numbers if each number is present or not

Round 3 - One-on-one 

(2 Questions)

  • Q1. Fully Optimized SQL Query for some scenario
  • Q2. Joins vs Subqueries
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column, while subqueries are nested queries used to return data for the main query.

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

    • Subqueries are used to return data for the main query by nesting a query within another query.

    • Joins are typically more efficient than subqueries for retrieving data from multiple tables.

    • ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops XML MVC SQL
Round 2 - Technical 

(2 Questions)

  • Q1. Jquery tags syntax uses
  • Ans. 

    Jquery tags syntax uses angle brackets and CSS selectors.

    • Jquery tags are enclosed in angle brackets, like

      or

    • Jquery selectors are used to target specific elements, like $('p') or $('.class')

Answered by AI
  • Q2. Seting values XML data JSON data transfer
  • Skills evaluated in this interview

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

    I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

    Round 1 - Coding Test 

    Karet Interview :
    5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min

    1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap

    Round 2 - Technical 

    (3 Questions)

    • Q1. Design File System : You have given file size and collection in input 1 : get total size 2 : find top k collections in size
    • Ans. 

      Design a file system to calculate total size and find top k collections in size.

      • Create a file system class with methods to add files and calculate total size.

      • Maintain a data structure to store the collections and their sizes.

      • Implement a method to find the top k collections based on size.

      • Consider using a priority queue or sorting the collections based on size.

      • Handle edge cases like empty collections or invalid input siz

    • Answered by AI
    • Q2. Find total size
    • Ans. 

      Calculate the total size of an array of strings.

      • Iterate through the array and sum the length of each string.

      • Use the `length` property of each string to get its size.

      • Handle edge cases such as empty strings or null values.

    • Answered by AI
    • Q3. Find Top k collections
    • Ans. 

      The question is asking to find the top k collections.

      • Use a sorting algorithm to sort the collections in descending order based on a specific criteria.

      • Select the top k collections from the sorted list.

      • Return the selected collections as an array of strings.

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    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 - Aptitude Test 

    Quant and reasoning question

    Round 3 - Coding Test 

    Two coding question 1 medium and 1 hard

    Round 4 - Technical 

    (1 Question)

    • Q1. Core java in depth and dsa question
    Round 5 - HR 

    (1 Question)

    • Q1. Hr rounds salary and company policy discussion
    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 Aug 2023. There were 2 interview rounds.

    Round 1 - Coding Test 

    Round 1 was coding test + aptitude questions

    Round 2 - Technical 

    (1 Question)

    • Q1. After clearing coding test there was a technical interview. They asked about projects in my resume and questions about merge sort, basic SQL commands
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Java questions. OOPs, Multi-Threading, 1 array based program
    Round 2 - Technical 

    (1 Question)

    • Q1. 1 coding question and Design question of tinyURL

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare for Java fundamentals and solve array based questions that are available on GeeksForGeeks
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    No response

    I applied via LinkedIn and was interviewed in Sep 2022. There were 4 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
    View all tips
    Round 2 - Technical 

    (1 Question)

    • Q1. Js questions related to classes, event loop closure, etc
    Round 3 - Technical 

    (1 Question)

    • Q1. Problem solving questions related to arrays and strings.
    Round 4 - Technical 

    (1 Question)

    • Q1. Project related questions and js questions.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - mostly js questions related to fundamentals like event loop, closures, hoisting etc .problem solving questions related arrays strings .
    Interview experience
    1
    Bad
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via campus placement at Panimalar Engineering College, Chennai and was interviewed in Sep 2022. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Good experience I cleared the exam

    Round 2 - Group Discussion 

    That’s my first group discussion. I was started speaking as a second person and I suddenly stopped because of the fear and I get little shamed of me and so I had a fire inside me and I started speaking again so I get a confidence.I spoke 5 times in the same group discussion and I was the one who concluded the group discussion i am proud of my self.This is my gd experience and I also selected

    Round 3 - HR 

    (3 Questions)

    • Q1. 2 rounds done in the college they said 3rd round will be in online on the next day. I attend the hr round but they rejected me though I performed well after I asked my friends who attend as a Same way ever...
    • Q2. Data structures Oops concept
    • Q3. Can sql used in database
    • Ans. 

      Yes, SQL can be used in databases.

      • SQL stands for Structured Query Language and is used to manage and manipulate data in relational databases.

      • It can be used to create, modify, and delete tables, as well as insert, update, and retrieve data.

      • Examples of popular relational database management systems that use SQL include MySQL, Oracle, and Microsoft SQL Server.

    • Answered by AI

    Interview Preparation Tips

    Topics to prepare for AVASOFT Software Developer interview:
    • Java
    Interview preparation tips for other job seekers - Develop your skills through your goal which you want to achieve

    Skills evaluated in this interview

    Accelya Solutions India Limited Interview FAQs

    How many rounds are there in Accelya Solutions India Limited Software Development Engineer 1 interview?
    Accelya Solutions India Limited interview process usually has 2 rounds. The most common rounds in the Accelya Solutions India Limited interview process are Coding Test and Technical.
    What are the top questions asked in Accelya Solutions India Limited Software Development Engineer 1 interview?

    Some of the top questions asked at the Accelya Solutions India Limited Software Development Engineer 1 interview -

    1. Cycle Detection in Linked-L...read more
    2. Reverse Linked-L...read more

    Tell us how to improve this page.

    Accelya Solutions India Limited Software Development Engineer 1 Interview Process

    based on 1 interview

    Interview experience

    2
      
    Poor
    View more
    Join Accelya Solutions India Limited The Airline-First software platform

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k 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
     • 806 Interviews
    Globant Interview Questions
    3.8
     • 171 Interviews
    View all
    Senior Associate
    90 salaries
    unlock blur

    ₹3 L/yr - ₹6.5 L/yr

    Software Developer
    82 salaries
    unlock blur

    ₹3.4 L/yr - ₹11.5 L/yr

    Senior Software Engineer
    70 salaries
    unlock blur

    ₹15.1 L/yr - ₹22.5 L/yr

    Software Engineer
    63 salaries
    unlock blur

    ₹3.5 L/yr - ₹12.7 L/yr

    Associate
    55 salaries
    unlock blur

    ₹1.4 L/yr - ₹6.5 L/yr

    Explore more salaries
    Compare Accelya Solutions India Limited 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