Upload Button Icon Add office photos

Filter interviews by

Groupsoft US Inc Associate Developer 2 Interview Questions and Answers

Updated 19 Oct 2024

Groupsoft US Inc Associate Developer 2 Interview Experiences

1 interview found

Associate Developer 2 Interview Questions & Answers

user image hrishikesh kale

posted on 19 Oct 2024

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

I was interviewed before Oct 2023.

Round 1 - Aptitude Test 

Some computer science basic question was there related to os, cn

Round 2 - One-on-one 

(3 Questions)

  • Q1. Core java, one basis anagram question
  • Q2. Sql related question
  • Q3. Data base related questions
Round 3 - HR 

(2 Questions)

  • Q1. Where are want to be in next 5 years
  • Ans. 

    In the next 5 years, I aim to advance to a Senior Developer role and further develop my skills in software development.

    • Continue learning new technologies and programming languages

    • Take on more challenging projects to enhance my problem-solving skills

    • Seek opportunities for leadership and mentorship roles within the team

    • Attend relevant conferences and workshops to stay updated with industry trends

  • Answered by AI
  • Q2. What is strength you uave
  • Ans. 

    One of my strengths is my ability to quickly learn new technologies and adapt to new environments.

    • Quick learner - I am able to pick up new technologies and concepts easily.

    • Adaptable - I can easily adjust to new environments and work well under pressure.

    • Problem solver - I enjoy tackling challenges and finding solutions.

    • Team player - I collaborate effectively with team members to achieve common goals.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just java basic and strong basic of programming language

Interview questions from similar companies

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

I applied via campus placement at Gogte Institute of Technology, Belgaum and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic apti questions and it is an elimination round

Round 2 - Coding Test 

Basic coiidng questions and arrays and strings asked

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare and be strong on basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - NA 

(2 Questions)

  • Q1. BACKGROUND EXP AND WHY ICICI
  • Q2. WHERE DO YOU SEE YOURSELF IN 5 YEARS
  • Ans. 

    In 5 years, I see myself as a Senior Associate leading a team and contributing significantly to the growth of the company.

    • Advancing to a Senior Associate role

    • Leading a team and mentoring junior associates

    • Contributing to the growth and success of the company

    • Continuing professional development and learning new skills

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

(1 Question)

  • Q1. Oops, basic ,SQL ,ado
Round 2 - Coding Test 

Curd operation with SQL connectivity

I was interviewed in Aug 2022.

Round 1 - Coding Test 

2 hrs duration with 2 easy level dsa questions and 15 around mcqs based on core cs concepts.

Round 2 - Technical 

(2 Questions)

  • Q1. Implement stack using linked list.
  • Ans. 

    Implementing stack using linked list

    • Create a Node class with data and next pointer

    • Create a Stack class with top pointer

    • Implement push() method to add element to top of stack

    • Implement pop() method to remove element from top of stack

    • Implement peek() method to return top element without removing it

  • Answered by AI
  • Q2. Print first duplicate value in a string.
  • Ans. 

    Find the first duplicate value in an array of strings.

    • Create a hash table to store the frequency of each string.

    • Iterate through the array and check if the string already exists in the hash table.

    • If it does, return the string. If not, add it to the hash table.

    • If no duplicates are found, return null or an appropriate message.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic dsa and cs core concepts.
Can do Blind 75 for practice.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2021. 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 - One-on-one 

(4 Questions)

  • Q1. Tell me something about yourself?
  • Q2. What is you strength and weakness
  • Q3. Why do you want to work with our organisation
  • Q4. What make’s you different form others

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident and true and make your interviewer know more about you and your qualities

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

Link was active for 24 hours, I took the test at night.
Difficulty was medium.
There were some MCQs on Springboot/Java along with 2 DSA questions.

  • Q1. Zigzag Binary Tree Traversal

    Given a binary tree, return the zigzag level order traversal of the nodes' values of the given tree. Zigzag traversal means starting from left to right, then right to left ...

  • Ans. 

    Applied BFS for level order traversal.
    The core logic is how to append the current level nodes in the resultList.
    If currLevel is even:
    then append the curr level node list as it is to the resultList
    else:
    reverse the curr level node list and then append to the resultList.

    Finally return the resultList.

  • Answered Anonymously
  • Q2. K Closest Points to Origin

    Your house is located at the origin of a 2-D plane. You have 'N' neighbours who live at 'N' different points on the plane. You want to visit exactly 'K' d...

  • Ans. 

    As we need to find K closest restaurants to the source (0,0), I used priority queue(MaxHeap) in python to eliminate all the farthest restaurants and have only k closest restaurants left at the end of the loop.

    I had stored the elements in priority Queue as a pair [distance, coordinates], so that at I can directly get the coordinates for the k closest restaurants to return in the result.

  • Answered Anonymously
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

Technical round (Questions on Java, Spring Boot, Microservices, Rest APIs, OOPs and Solid principals).

Round 3 - HR 

Round duration - 45 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaminimum 1 year of experienceJio Private Limited interview preparation:Topics to prepare for the interview - DSA problems, Spring Boot, Java, OOPs and SOLID principles, Micro Services, Rest APIs, MySQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare core concepts of OOPs and SOLID principles with some examples.
Tip 2 : Practice DSA Medium level question (Trees, Heaps, LinkedList, Dynamic Programming, BFS-DFS, Two pointer, Backtracking)
Tip 3 : For OA round, Prepare Spring Boot core concepts (For MCQs) along with DSA.

Application resume tips for other job seekers

Tip 1 : Mention all the previous projects tasks/achievements point wise along with the Tech Stack used.
Tip 2 : Practice explaining projects which were part of your work experience and be ready for follow up questions. 
Tip 3 : Specify relevant skills and certificates in the resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. What is money laundering?
  • Ans. 

    Money laundering is the process of making illegally obtained money appear to have been obtained through legal means.

    • It involves disguising the source of funds to make them appear legitimate

    • It is often associated with organized crime and drug trafficking

    • Common methods include using shell companies, offshore accounts, and cash businesses

    • Money laundering is illegal and can result in severe penalties, including imprisonmen...

  • Answered by AI
  • Q2. Can you give a live example of money laundering?
  • Ans. 

    Money laundering is the process of disguising the proceeds of illegal activity as legitimate funds.

    • Money laundering involves three stages: placement, layering, and integration.

    • Placement involves introducing the illegal funds into the financial system.

    • Layering involves moving the funds through a series of transactions to make it difficult to trace their origin.

    • Integration involves using the laundered funds to purchase a...

  • Answered by AI
  • Q3. Define banking ?
  • Ans. 

    Banking is the business activity of accepting and safeguarding money owned by other individuals and entities.

    • Banks accept deposits from customers and use those funds to make loans and investments.

    • They provide various financial services such as checking accounts, savings accounts, loans, credit cards, and investment products.

    • Banks also play a crucial role in the economy by facilitating the flow of money and credit.

    • Examp...

  • Answered by AI
  • Q4. Are you comfortable in rotational shifts?
  • Q5. Do you have any experience?
  • Q6. As you know that we work for another country. So we don’t follow the basic holiday calendar like India. Are you comfortable with that?
  • Q7. What are your salary expectitions?

Interview Questionnaire 

1 Question

  • Q1. Scenario based question on Relationship, Role, OWD,

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

Groupsoft US Inc Interview FAQs

How many rounds are there in Groupsoft US Inc Associate Developer 2 interview?
Groupsoft US Inc interview process usually has 3 rounds. The most common rounds in the Groupsoft US Inc interview process are Aptitude Test, One-on-one Round and HR.
What are the top questions asked in Groupsoft US Inc Associate Developer 2 interview?

Some of the top questions asked at the Groupsoft US Inc Associate Developer 2 interview -

  1. What is strength you u...read more
  2. Core java, one basis anagram quest...read more
  3. Data base related questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare Groupsoft US Inc with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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