Upload Button Icon Add office photos

Filter interviews by

Conga Solutions Software Engineer Interview Questions and Answers

Updated 20 Dec 2024

Conga Solutions Software Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Consist of quantitative, logical, and verbal components.

Round 2 - Coding Test 

They asked multiple-choice questions based on web development, databases, data structures, and coding outputs.

Round 3 - Technical 

(3 Questions)

  • Q1. Question based on resume
  • Q2. Basic of oop,mysql
  • Q3. Write code for fibonacci series and maximum from array
  • Ans. 

    Code for Fibonacci series and finding maximum from an array

    • For Fibonacci series, start with 0 and 1, then add the previous two numbers to get the next number

    • For finding maximum from an array, iterate through the array and keep track of the maximum value

  • Answered by AI
Round 4 - CTO 

(2 Questions)

  • Q1. Logical and based on situations
  • Q2. What you know about company
  • Ans. 

    Company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Company was founded in 2005 by a group of software engineers.

    • They have a strong focus on research and development, constantly striving to stay ahead of industry trends.

    • Company has worked with clients in sectors such as healthcare, finance, and e-commerce.

    • They are known for their expertise in developing cu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was smooth and well-organized.

Software Engineer Jobs at Conga Solutions

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a rest API which return employee data based on ID.
  • Ans. 

    Create a REST API to retrieve employee data by ID

    • Use a GET request to /employees/{id} endpoint

    • Query the database for employee data based on the provided ID

    • Return the employee data in JSON format

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rotate array leetcode question
  • Q2. Longest palindormic substring
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Use dynamic programming to solve this problem efficiently.

    • Iterate through the string and expand around each character to find the longest palindrome.

    • Consider both odd and even length palindromes.

    • Example: Input 'babad', Output 'aba' or 'bab'.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Print all the subsequences of a string
  • Ans. 

    Generate all possible subsequences of a given string.

    • Use recursion to generate all possible combinations of characters in the string.

    • At each step, include or exclude the current character to form subsequences.

    • Store each subsequence in an array of strings.

  • Answered by AI
  • Q2. Print longest substring with k unique values
  • Ans. 

    Find and print the longest substring with k unique characters in an array of strings.

    • Iterate through the array of strings and keep track of the longest substring with k unique characters.

    • Use a sliding window approach to efficiently find the longest substring.

    • Keep a hashmap to store the frequency of characters in the current window.

    • Update the window boundaries based on the number of unique characters.

    • Return the longest

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behaviour quesions

Skills evaluated in this interview

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

(1 Question)

  • Q1. General DSA question leetcode style
Round 2 - Technical 

(1 Question)

  • Q1. Discussion on previous project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Similar to the other question
  • Q2. Give an array and an element sort the array with difference of that number to array elements
  • Ans. 

    Sort an array of strings by the difference of a given element to each array element.

    • Iterate through the array and calculate the absolute difference between the given element and each array element.

    • Sort the array based on the calculated differences.

    • Return the sorted array.

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
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 Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Stack based question Medium Difficulty DSA.
  • Q2. Theory questions related Java, Spring, OOPs
Round 2 - Technical 

(3 Questions)

  • Q1. Medium-hard DSA question.
  • Q2. Project related questions
  • Q3. Design Patterns
Round 3 - HR 

(1 Question)

  • Q1. Company fit questions
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

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

(2 Questions)

  • Q1. React hooks implemetation
  • Q2. Node event loop

Interview Preparation Tips

Interview preparation tips for other job seekers - just brush up your basics.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is deep copy ?
  • Ans. 

    Deep copy is a copy of an object that duplicates all of its attributes, including nested objects, rather than just copying references.

    • Deep copy creates a new object with its own unique memory space.

    • Changes made to the original object do not affect the deep copy.

    • Deep copy is often used when you need to modify an object without affecting the original.

    • Example: Using JSON.parse(JSON.stringify(object)) in JavaScript to crea

  • Answered by AI

Conga Solutions Interview FAQs

How many rounds are there in Conga Solutions Software Engineer interview?
Conga Solutions interview process usually has 4 rounds. The most common rounds in the Conga Solutions interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Conga Solutions Software Engineer 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 Conga Solutions. The most common topics and skills that interviewers at Conga Solutions expect are C#, .Net, SQL, AWS and Javascript.
What are the top questions asked in Conga Solutions Software Engineer interview?

Some of the top questions asked at the Conga Solutions Software Engineer interview -

  1. write code for fibonacci series and maximum from ar...read more
  2. logical and based on situati...read more
  3. basic of oop,my...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Conga Solutions interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Conga Solutions Software Engineer Salary
based on 21 salaries
₹12 L/yr - ₹18 L/yr
82% more than the average Software Engineer Salary in India
View more details

Conga Solutions Software Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.4

Work-Life balance

4.3

Salary & Benefits

5.0

Job Security

4.0

Company culture

4.6

Promotions/Appraisal

4.6

Work Satisfaction

Explore 2 Reviews and Ratings
Sr. Software Engineer

Pune

4-6 Yrs

Not Disclosed

Explore more jobs
Staff Software Engineer
26 salaries
unlock blur

₹24.6 L/yr - ₹44.5 L/yr

Associate Software Engineer
23 salaries
unlock blur

₹7 L/yr - ₹9 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹20 L/yr - ₹30 L/yr

Software Engineer
21 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Senior Product Manager
12 salaries
unlock blur

₹24 L/yr - ₹30 L/yr

Explore more salaries
Compare Conga Solutions with

Salesforce

4.1
Compare

SAP

4.2
Compare

Oracle

3.7
Compare

Microsoft Corporation

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview