Upload Button Icon Add office photos

Filter interviews by

Divum Corporate Services Interview Questions and Answers

Updated 8 Jun 2024

Divum Corporate Services Interview Experiences

Popular Designations

6 interviews found

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic knowledge on logical reasoning and problem solving

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1. Basic string and array operations 2. DSA question level medium
  • Q2. Any medium level question from leet code Approach explanation matters a lot

Interview Preparation Tips

Interview preparation tips for other job seekers - For web be strong in javascript and react concepts and hooks

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude and 5 programs

Round 2 - Technical 

(1 Question)

  • Q1. Java Basics and few programs
Round 3 - HR 

(1 Question)

  • Q1. Why should i hire you

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)

Software Engineer Interview Questions & Answers

user image Loganathan T

posted on 18 Jan 2024

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

I applied via Campus Placement and was interviewed before Jan 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

The aptitude round was held for around 1 hr, almost covered all the aptitude topics like mathematics, percentage, relation, logical thinking, etc.

Round 2 - Coding Test 

The duration was around 2 hrs, they have asked 3 problems to be solved and I have solved all the problems in C programming language. This round doesn't held on any platform. It's a written test of coding.

Round 3 - Coding Test 

The duration was around 90 mins. We have been asked to solve 2-3 problems in Hackerrank. I had solved all problems partially, but still I was able to attend the final round. You can code in any language you want.

Round 4 - Technical 

(4 Questions)

  • Q1. They asked me to explain the code that I have written duriing the round two and the concept of linked list and write code for the linked list.
  • Q2. What is linked list
  • Ans. 

    A linked list is a data structure that consists of a sequence of nodes, where each node contains data and a reference to the next node.

    • Linked list is a dynamic data structure, unlike arrays which are static.

    • Nodes in a linked list are connected through pointers or references.

    • Linked lists can be singly linked (each node has a reference to the next node) or doubly linked (each node has references to both the next and prev...

  • Answered by AI
  • Q3. Logic of linked list
  • Ans. 

    A linked list is a data structure that consists of a sequence of nodes, where each node contains a value and a reference to the next node.

    • Each node in a linked list contains a value and a reference to the next node.

    • Linked lists can be singly linked (each node has a reference to the next node) or doubly linked (each node has references to both the next and previous nodes).

    • Linked lists are dynamic data structures, allowi...

  • Answered by AI
  • Q4. Algorithms of Artificial Intelligence.
  • Ans. 

    Algorithms of Artificial Intelligence involve techniques used to solve complex problems and make intelligent decisions.

    • AI algorithms include search algorithms, machine learning algorithms, and optimization algorithms.

    • Search algorithms like depth-first search and breadth-first search are used to find optimal solutions.

    • Machine learning algorithms like decision trees and neural networks are used to learn patterns and make...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. In HR round , they asked me about self intro. I made my self intro. After that , they asked me to tell about me which I haven't mentioned in my resume, so I had explained about my projects. After explainin...

Interview Preparation Tips

Interview preparation tips for other job seekers - I suggest the job seekers to do some projects related to their core field with some innovative idea.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (225)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic apti questions

Round 2 - Coding Test 

Given 3 programs. Had to write code for any two of those in pen and paper

Round 3 - Coding Test 

Two problems were provided in hackerrank

Round 4 - Coding Test 

Had to solve two programs in pen and paper

Round 5 - Technical 

(1 Question)

  • Q1. Basic questions in python, Java - oops concept and all

Interview Preparation Tips

Interview preparation tips for other job seekers - That was an on-campus interview. The problems were medium level questions. Interviewers will analyse your ability of problem solving

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)

Divum Corporate Services interview questions for popular designations

 Application Developer

 (3)

 Internship Trainee

 (1)

 Software Engineer

 (1)

 Engineer Trainee

 (1)

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 

Its easy to clear . They ask basic aptitude in Shl platform

Round 3 - Coding Test 

It is also very easy programs like Fibonacci series, palindrome like that

Round 4 - Coding Test 

This round is on hacker rank platform and we need to concentrate on logic here if you dont know the code tell logic to HR

Round 5 - HR 

(2 Questions)

  • Q1. It is very simple basically They ask questions friendly
  • Q2. Willing to relocate and tell about college life

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep preparing Be strong in any one coding language it is enough to get placed .

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

I applied via Indeed and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic react questions, redux, css questions, lifecycles

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare with react basic questions and redux questions

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About yourself only

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts

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

Round 1 - Aptitude Test 

It was a combination of aptitude and react mcq questions.

Round 2 - Technical 

(2 Questions)

  • Q1. It was technical round where questions were mostly from JavaScript and a few on React (depends on individual’s experience). You might expect a array/string coding question as well. Example- To find the pai...
  • Q2. In JavaScript, there were code output questions, ES6 features, hoisting, closures, Arrow functions etc. Css and bootstrap responsiveness questions. All basic questions.
Round 3 - HR 

(6 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why are you looking for a change?
  • Q3. Share details of your previous job.
  • Q4. What are your salary expectations?
  • Q5. What is your family background?
  • Q6. If your location is far from the office (baner road), how would you commute daily? How will you manage once office resumes working from office.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on JavaScript es6 features, code output questions, and array/string data structure questions so that you can code it up if asked.

Divum Corporate Services Interview FAQs

How many rounds are there in Divum Corporate Services interview?
Divum Corporate Services interview process usually has 4 rounds. The most common rounds in the Divum Corporate Services interview process are Coding Test, Aptitude Test and HR.
How to prepare for Divum Corporate Services 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 Divum Corporate Services. The most common topics and skills that interviewers at Divum Corporate Services expect are MySQL, Data Structures and Algorithms, Javascript, Postgresql and Python.
What are the top questions asked in Divum Corporate Services interview?

Some of the top questions asked at the Divum Corporate Services interview -

  1. Algorithms of Artificial Intelligen...read more
  2. what is linked l...read more
  3. Logic of linked l...read more

Tell us how to improve this page.

Divum Corporate Services Interview Process

based on 6 interviews

Interview experience

4.2
  
Good
View more

Divum Corporate Services Reviews and Ratings

based on 26 reviews

3.4/5

Rating in categories

3.6

Skill development

3.0

Work-life balance

3.0

Salary

3.1

Job security

3.2

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 26 Reviews and Ratings
Application Developer
77 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Application Developer
15 salaries
unlock blur

₹8 L/yr - ₹21.9 L/yr

Backend Developer
13 salaries
unlock blur

₹3.6 L/yr - ₹10.5 L/yr

QA Engineer
7 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Android App Developer
7 salaries
unlock blur

₹3.5 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Divum Corporate Services with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Xtancia Technosoft

4.0
Compare

Global Edge Software

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