Upload Button Icon Add office photos

Filter interviews by

Suja Associates Software Developer Interview Questions and Answers

Updated 27 Oct 2022

Suja Associates Software Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic DSA from the hacker rank website

Round 2 - Technical 

(1 Question)

  • Q1. Basic to medium questions on javascript, nodejs, MySQL joints, html5 tags
Round 3 - Technical 

(1 Question)

  • Q1. Real life problems, Use cases

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Full stack developer role. Be strong at real time implementations and use cases
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 hour , dsa, hackerearth, medim to hard

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa question was asked in it
  • Q2. Questions related to resume was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - study
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Salary expectations
Round 2 - One-on-one 

(1 Question)

  • Q1. Introduction self
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Internal working of Hash Map
  • Ans. 

    Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash Map typically has a load factor threshold to determine whe...

  • Answered by AI

Skills evaluated in this interview

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

Comprehensive questions

Round 2 - Coding Test 

Java strings programs

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

I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed in Sep 2023. There were 3 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 

Basic Apti questions, Logic Questions, Puzzle Questions

Round 3 - Technical 

(6 Questions)

  • Q1. Sorting Techniques
  • Q2. Number Pattern Printing Question
  • Q3. Linked List Implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently

    • Traversal starts from the head node

  • Answered by AI
  • Q4. Diff btw 32 bit and 64 bit OS
  • Ans. 

    32-bit OS can only address up to 4GB of RAM, while 64-bit OS can address much more.

    • 32-bit OS can only address up to 4GB of RAM, while 64-bit OS can address much more

    • 64-bit OS allows for larger file sizes and better performance

    • 64-bit OS is more secure due to enhanced security features

    • 64-bit OS is required to run certain modern software and games

  • Answered by AI
  • Q5. Puzzle of 3 jar
  • Q6. Reverse a String
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Append each character to a new string in reverse order

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basics and coding

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Core java basic details
  • Q2. Everything related to basic core java
  • Ans. Learn deeply into basic core java concepts
  • Answered Anonymously
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2023. There were 3 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 - Coding Test 

Find out a string is palindrome or not

Round 3 - One-on-one 

(8 Questions)

  • Q1. ACID properties
  • Ans. 

    ACID properties are a set of properties that guarantee database transactions are processed reliably.

    • ACID stands for Atomicity, Consistency, Isolation, Durability

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all

    • Consistency ensures that the database remains in a consistent state before and after the transaction

    • Isolation ensures that transactions are executed independently of...

  • Answered by AI
  • Q2. Event loop in node js
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue and executes callback functions when events are triggered

  • Answered by AI
  • Q3. Trigger and cursor
  • Q4. Primary vs foreign vs unique key
  • Ans. 

    Primary key uniquely identifies a record, foreign key links to a primary key in another table, unique key ensures uniqueness of a column or set of columns.

    • Primary key: uniquely identifies each record in a table (e.g. employee_id in an employees table)

    • Foreign key: links to a primary key in another table to establish a relationship (e.g. department_id in an employees table linking to department_id in a departments table)

    • ...

  • Answered by AI
  • Q5. Project related Questions and whats your job role in that project
  • Q6. Variable hoisting in js
  • Ans. 

    Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope during compilation.

    • Variable declarations are hoisted to the top of their function or global scope.

    • Only the declarations are hoisted, not the initializations.

    • Hoisting allows you to use a variable before it is declared, but it is best practice to declare variables at the top of the scope.

    • Example: console.log(myV

  • Answered by AI
  • Q7. Function closure in js
  • Ans. 

    Function closure in JavaScript allows a function to access variables from its outer scope even after the outer function has finished executing.

    • Function closures occur when a function is defined within another function and the inner function has access to the outer function's variables.

    • Closures are commonly used to create private variables and functions in JavaScript.

    • Example: function outerFunction() { let outerVar = 'I...

  • Answered by AI
  • Q8. Shallow vs deep copy in js
  • Ans. 

    Shallow copy creates a new object but references the same nested objects, while deep copy creates a new object with copies of all nested objects.

    • Shallow copy only copies the top-level object, not the nested objects.

    • Deep copy creates new copies of all nested objects, ensuring they are independent.

    • In JavaScript, shallow copy can be achieved using Object.assign or spread operator, while deep copy can be achieved using JSO

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on database levels.
They are using some what old technologies so prepare like that way

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2022. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic C program debugging (Find the output, and find the error) and Flowchart based questions (Finding output)
Round 2 - Coding Test 

Multiple questions on integer array manipulation, with one pattern programming

Round 3 - Coding Test 

Advanced integer/character array manipulation (2D arrays)

Round 4 - Technical 

(1 Question)

  • Q1. All basic HR questions like Tell me about yourself, Previously worked projects, and then technical questions based on desired programming language, one coding question to solve and 2 aptitude questions wit...
Round 5 - Technical 

(1 Question)

  • Q1. Same as previous technical HR round, but they conducted the same technical + HR round for like 5 times

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don't even try to apply for Zoho. I was passionate to join Zoho ever since I joined my B. E. course.. I apply for Software Developer through Off-campus, and successfully went through Level 1 and Level 2 coding rounds. They conducted approximately 7 technical + HR discussion rounds (one technical staff member from each major team like Identity Management, CRN, IT Security, etc. Although I passed all these rounds, they only offered me an Internship-cum-placement..

I was given 2 tasks directly without any training (One console based game, and one web application using Tomcat and Servlets), and I finished the tasks within a week. They conducted a couple of technical interviews with HR discussion again, and then boom! I got fired saying that my performance was not adequate.. Although this internship was for evaluating for FTE, they cancelled my intern without a proper reason.. That's the worst shit ever happened.
I had to raise a complaint to some senior HR to get my stipend processed, until then the people who used to guide for onboarding didn't even RESPOND!


As far as I've heard, they're hiring people only through recommendations, not by fresh skills.

Suja Associates Interview FAQs

How many rounds are there in Suja Associates Software Developer interview?
Suja Associates interview process usually has 6 rounds. The most common rounds in the Suja Associates interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Suja Associates Software Developer interview?

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

  1. C# questions oops concepts boxing unbox...read more
  2. Discuss the packages nd company no...read more
  3. SQL server joins quer...read more

Tell us how to improve this page.

Suja Associates Software Developer Salary
based on 8 salaries
₹3.2 L/yr - ₹5.4 L/yr
45% less than the average Software Developer Salary in India
View more details

Suja Associates Software Developer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.4

Skill development

5.0

Work-life balance

4.0

Salary

2.7

Job security

4.3

Company culture

2.0

Promotions

3.4

Work satisfaction

Explore 2 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

Senior Process Associate
8 salaries
unlock blur

₹3.3 L/yr - ₹3.5 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹2.4 L/yr - ₹6 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