Upload Button Icon Add office photos

Filter interviews by

Works Applications Software Developer Interview Questions and Answers

Updated 2 Sep 2015

Works Applications Software Developer Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image Abhilash Mittal

posted on 25 Mar 2015

Interview Questionnaire 

2 Questions

  • Q1. Live Coding Round
  • Q2. Routine HR Interview

Interview Preparation Tips

Round: Test
Experience: Pretty easy, can potentially be a counting factor in the final selection process
Tips: Try your best at it, and learn along.
Duration: 1 Week minute
Total Questions: 3

Round: Technical Interview
Experience: Definitely the deciding factor for your selection.
Need to prepare thoroughly the problems based on the basic concepts of Algorithms and Data Structures
Tips: The assignment can be your first step towards this process

Round: Test
Experience: A really basic and straightforward aptitude test. No need to ace it, just do your best

Round: HR Interview
Experience: Definitely not a deciding factor, really simple information gathering HR questions

Skills: Data Structures, Use of IDE Eclipse, JAVA, Algorithms
College Name: IIT KANPUR

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. String based questions in java
  • Q2. What are the fundamental concepts of Java?
Round 2 - Coding Test 

Java based questions and few DSA questions

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. String reverse
  • Q2. Dsa linked lists
  • Q3. Linked lists reverse
  • Q4. Map unique elements
  • Ans. 

    Map unique elements in an array of strings

    • Create a map to store unique elements

    • Iterate through the array and add each element to the map as a key

    • Retrieve the keys of the map to get the unique elements

  • Answered by AI
  • Q5. Sets find elements in set
  • Ans. 

    Sets are data structures that store unique elements and can be used to efficiently find elements in the set.

    • Sets do not allow duplicate elements, so each element in a set is unique.

    • To find elements in a set, you can use the 'has' method to check if a specific element is present in the set.

    • Sets are commonly used in programming for tasks like removing duplicates from a list or checking for the presence of specific elemen

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

General Topic And controversial topic

Round 2 - Technical 

(2 Questions)

  • Q1. Number series in python
  • Ans. 

    Number series in python involves generating a sequence of numbers based on a specific pattern or rule.

    • Use loops or list comprehensions to generate number series.

    • Identify the pattern or rule to determine the next number in the series.

    • Examples: Fibonacci series, prime numbers series, arithmetic progression.

  • Answered by AI
  • Q2. Basic python questions and patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills and fluency

Skills evaluated in this interview

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A paper based test and it was technical

Round 2 - One-on-one 

(2 Questions)

  • Q1. About the projects
  • Q2. Some sql questions
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
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Hyderabad and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is a test where you should answers questions from paragraphs and tables and pie charts

Round 2 - Technical 

(1 Question)

  • Q1. Write code to print fibanocci series
  • Ans. 

    Print the Fibonacci series using code.

    • Use a loop to generate the Fibonacci series

    • Start with the first two numbers (0 and 1) and then add the previous two numbers to get the next number

    • Continue this process until reaching the desired length of the series

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. When there is a task that company assigned to you and you should do urgently but you dont know how to do it what will you do if you coud not complete it before the deadline

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round will be very easy if you perform well in hr round you will get selected

Skills evaluated in this interview

Interview experience
5
Excellent
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 - Aptitude Test 

Normal apti questions.

Round 3 - Technical 

(1 Question)

  • Q1. About you experience in previous organization.

Works Applications Interview FAQs

What are the top questions asked in Works Applications Software Developer interview?

Some of the top questions asked at the Works Applications Software Developer interview -

  1. Live Coding Ro...read more
  2. Routine HR Interv...read more

Tell us how to improve this page.

Software Engineer
4 salaries
unlock blur

₹30 L/yr - ₹40 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹45 L/yr - ₹47 L/yr

Linux Technical Support Engineer
3 salaries
unlock blur

₹184 L/yr - ₹184 L/yr

Explore more salaries
Compare Works Applications with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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