Upload Button Icon Add office photos

Filter interviews by

Suja Associates Interview Questions, Process, and Tips

Updated 3 Jun 2024

Top Suja Associates Interview Questions and Answers

Suja Associates Interview Experiences

Popular Designations

8 interviews found

Software Tester Interview Questions & Answers

user image Thotla Mounika

posted on 3 Jun 2024

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Self intro Previous job description Questions on software testing role What is testing How many types of testing r there

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare selfintro very well..well....selfintro is the basement of our job house. So build your basement strong!!!

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test first round then gg then Technical round and at last hr round

Round 2 - Technical 

(1 Question)

  • Q1. All to badic question of asp.net ,c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 question of apti and reasoning

Round 2 - Technical 

(1 Question)

  • Q1. All about badic of c# , mvc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Asked about ptoject and Angular Basics, API structure that we are following in our project

Dot Net Fullstack Developer Interview Questions asked at other Companies

Q1. What languages does support the .netframework???
View answer (3)

Suja Associates interview questions for popular designations

 DOT NET Developer

 (2)

 Angular Developer

 (1)

 Client Liaison Manager

 (1)

 Dot Net Fullstack Developer

 (1)

 full stack .net developer

 (1)

 Software Developer

 (1)

 Software Tester

 (1)

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

I was interviewed in Mar 2024.

Round 1 - HR 

(5 Questions)

  • Q1. What is collection?
  • Ans. 

    A collection is a group of related objects or data items that are stored together.

    • Collections in .NET include List, Dictionary, Queue, Stack, etc.

    • Collections allow for easy manipulation and organization of data.

    • Example: List names = new List();

Answered by AI
  • Q2. What is Interface?
  • Ans. 

    An interface in .NET is a reference type that defines a contract for classes to implement certain methods and properties.

    • Interfaces contain method signatures but no implementation.

    • Classes can implement multiple interfaces.

    • Interfaces are used to achieve abstraction and multiple inheritance in C#.

    • Example: public interface IShape { void Draw(); }

  • Answered by AI
  • Q3. What is Data abstraction in Oops ?
  • Ans. 

    Data abstraction in OOPs is the concept of hiding the implementation details of a class and only showing the necessary information to the outside world.

    • Data abstraction allows for creating abstract classes and interfaces to define the structure of a class without revealing the implementation details.

    • It helps in reducing complexity by only showing the essential features of an object.

    • By using abstract classes and interfa...

  • Answered by AI
  • Q4. What is static Method ?
  • Ans. 

    A static method is a method that belongs to the class itself, rather than to instances of the class.

    • Static methods can be called directly on the class without needing an instance of the class.

    • They are commonly used for utility methods that do not require access to instance variables.

    • Static methods cannot access non-static members of the class.

    • Example: Math.Max() is a static method in the Math class that returns the lar

  • Answered by AI
  • Q5. What is overriding ?
  • Ans. 

    Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Occurs in inheritance when a subclass provides a specific implementation for a method that is already defined in its parent class

    • The method in the subclass must have the same name, return type, and parameters as the method in the parent class

    • Allows for polym...

  • Answered by AI

    Skills evaluated in this interview

    full stack .net developer Interview Questions asked at other Companies

    Q1. What is OOPS, Basis of programming, Front end and back end and Database
    View answer (1)

    I applied via Naukri.com and was interviewed in Sep 2022. There were 6 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 - Aptitude Test 

    Reasoning nd arthamatic logical questions

    Round 3 - Technical 

    (1 Question)

    • Q1. C# questions oops concepts boxing unboxing
    Round 4 - Technical 

    (1 Question)

    • Q1. Asp.net and ado.net questions
    Round 5 - Technical 

    (1 Question)

    • Q1. SQL server joins queries
    Round 6 - HR 

    (1 Question)

    • Q1. Discuss the packages nd company nomes

    Interview Preparation Tips

    Topics to prepare for Suja Associates Software Developer interview:
    • C#.Net
    • ASP.Net
    • SQL Server
    Interview preparation tips for other job seekers - No tips for my side decrease the rounds many rounds is there

    Software Developer Interview Questions asked at other Companies

    Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
    View answer (38)

    Jobs at Suja Associates

    View all
    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    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. There will 20 questions of angular
    Round 3 - Technical 

    (1 Question)

    • Q1. Basic angular questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well on angular there will only basic questions

    Angular Developer Interview Questions asked at other Companies

    Q1. How can you pass data between parent and child components?, what is component interaction
    View answer (5)

    I applied via Referral

    Round 1 - One-on-one 

    (1 Question)

    • Q1. People and Project management related questions.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be well prepared and confident. This won't be very tough as they are limited to questions.

    Interview questions from similar companies

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

    I was interviewed in Jan 2025.

    Round 1 - One-on-one 

    (4 Questions)

    • Q1. Can you describe your experience and the best project you have worked on?
    • Q2. How do you evaluate the success of a project?
    • Q3. Can you describe your approach to a design task and outline your process?
    • Q4. What are the most valuable design experiences you have had recently as an interaction designer?
    Round 2 - Assignment 

    Design a test with a clearly outlined problem; you need to sketch your ideas and thoughts within one hour.

    Round 3 - One-on-one 

    (3 Questions)

    • Q1. Can you explain the design you created in the previous round?
    • Q2. What are the various scenarios that may be presented to evaluate your thoughts and design skills?
    • Q3. What are the error cases that should be considered in the design?
    Round 4 - One-on-one 

    (2 Questions)

    • Q1. What specific behaviours and qualities do you possess that demonstrate your fit for the company, and how can you elaborate on these in a broader context?
    • Q2. What strategies should a designer understand?
    Round 5 - One-on-one 

    (2 Questions)

    • Q1. What is your understanding of OpenText products ?
    • Q2. What is your experience with workflows, and can you provide specific examples?

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Ensure you possess a thorough understanding of the design projects you have worked on in your previous organization, as the panel will closely examine your thought process and design approach. Each round of questions will differ, so it is essential to remain humble and honest, and to clearly explain every aspect of your contributions during the design test and in real.
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I was interviewed in Dec 2024.

    Round 1 - Aptitude Test 

    A standardized assessment that measures a person's skills, cognitive abilities, and potential to perform in a specific role.

    Round 2 - Technical 

    (4 Questions)

    • Q1. Technical interview questions at Automatic Data Processing (ADP) may cover topics such as programming, databases, and software development.
    • Q2. They may also ask about problem-solving and how you approach challenging tasks.
    • Q3. Emphasize a structured method that involves clearly defining the issue, gathering relevant information, brainstorming potential solutions, evaluating options carefully, implementing the chosen solution, an...
    • Q4. Data structures, algorithms, SQL querying, object-oriented programming principles, software development lifecycle, database concepts (relational vs. NoSQL), coding challenges in relevant languages (like Py...
    Round 3 - HR 

    (2 Questions)

    • Q1. May ask about your background, skills, and how you handle challenges
    • Q2. Background questions Tell me about yourself, What are your career goals, What are your strengths and weaknesses, What do you know about ADP, and Why do you want to work at ADP.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - focus on tailoring your resume and cover letter to each role, thoroughly researching companies and potential interview questions, actively networking, attending career fairs, practicing your interview skills, following up after interviews, and maintaining a strong online presence on platforms like LinkedIn.

    Suja Associates Interview FAQs

    How many rounds are there in Suja Associates interview?
    Suja Associates interview process usually has 2-3 rounds. The most common rounds in the Suja Associates interview process are Technical, HR and Aptitude Test.
    How to prepare for Suja Associates 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 Suja Associates. The most common topics and skills that interviewers at Suja Associates expect are Angular, US Healthcare, ASP.Net MVC, C# and Javascript.
    What are the top questions asked in Suja Associates interview?

    Some of the top questions asked at the Suja Associates interview -

    1. What is Data abstraction in Oop...read more
    2. What is static Metho...read more
    3. What is collecti...read more

    Tell us how to improve this page.

    Suja Associates Interview Process

    based on 8 interviews

    Interview experience

    4
      
    Good
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k Interviews
    Infosys Interview Questions
    3.6
     • 7.6k Interviews
    ICICI Bank Interview Questions
    4.0
     • 2.4k Interviews
    HDFC Bank Interview Questions
    3.9
     • 2.1k Interviews
    Bajaj Finserv Interview Questions
    4.0
     • 516 Interviews
    L&T Finance Interview Questions
    3.9
     • 151 Interviews
    View all

    Suja Associates Reviews and Ratings

    based on 41 reviews

    4.0/5

    Rating in categories

    3.9

    Skill development

    4.0

    Work-life balance

    3.4

    Salary

    3.9

    Job security

    3.9

    Company culture

    3.5

    Promotions

    4.0

    Work satisfaction

    Explore 41 Reviews and Ratings
    Process Associate
    61 salaries
    unlock blur

    ₹1.2 L/yr - ₹3.6 L/yr

    AR Caller
    11 salaries
    unlock blur

    ₹2 L/yr - ₹3.2 L/yr

    Softwaretest Engineer
    9 salaries
    unlock blur

    ₹2.4 L/yr - ₹6 L/yr

    Senior Process Associate
    8 salaries
    unlock blur

    ₹3.3 L/yr - ₹3.5 L/yr

    Software Developer
    8 salaries
    unlock blur

    ₹3.2 L/yr - ₹5.4 L/yr

    Explore more salaries
    Compare Suja Associates with

    L&T Finance

    3.9
    Compare

    Bajaj Finserv

    4.0
    Compare

    HDFC Bank

    3.9
    Compare

    ICICI Bank

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