Upload Button Icon Add office photos

Filter interviews by

Divum Corporate Services Interview Questions and Answers for Freshers

Updated 8 Jun 2024

Divum Corporate Services Interview Experiences for Freshers

Popular Designations

3 interviews found

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 (223)
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)

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 and was interviewed in Feb 2022. There were 2 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 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Why should we hire you?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loose you strength speak to oponent hr person first u will speak that right or wrong should maintain your confidence
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Day to day tasks in previous organisation?
  • Q2. Questions about skills mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Introduce about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be prepared and be confident and think analytically and be strong in problem solving kind of questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. 7 apti questions with 4 coding questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Sort elements at even index of array
  • Ans. 

    Sort elements at even index of array

    • Iterate through the array and select elements at even indices

    • Sort the selected elements

    • Replace the original elements with the sorted ones

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Puzzles with coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - study puzzles and do basic questions of array, strings, etc from gfg

Skills evaluated in this interview

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 Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

Logical and Analytical Reasoning

Round 3 - Coding Test 

General Coding Test using any coding language of your choice

Round 4 - Technical 

(3 Questions)

  • Q1. General Aptitude and coding question
  • Q2. Puzzles and logical reasoning will be asked
  • Q3. They may ask you to write code

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

It has include logical ,reasoning question. Aptitude questions are include mcq type question.

Round 3 - Group Discussion 

Firstly introduce yourself then HR take the one subject then selected candidate discuss on that subject. Subject related talking positive and negative point. Then who candidate speak better these are select in next round.

Interview Preparation Tips

Topics to prepare for Surya Software Systems Software Developer interview:
  • Basic
Interview preparation tips for other job seekers - A job seekers should collect information about the company beforehand. Then do apply these job.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Balance sheet
  • Ans. 

    Balance sheet is a financial statement that shows a company's assets, liabilities, and shareholders' equity at a specific point in time.

    • It provides a snapshot of a company's financial position.

    • Assets are what the company owns, liabilities are what it owes, and shareholders' equity is the difference between the two.

    • The balance sheet follows the accounting equation: Assets = Liabilities + Shareholders' Equity.

    • It helps in...

  • Answered by AI
  • Q2. What is bond and types of bonds
  • Ans. 

    A bond is a fixed income investment where an investor loans money to an entity which borrows the funds for a defined period at a fixed interest rate.

    • Types of bonds include government bonds, corporate bonds, municipal bonds, and convertible bonds.

    • Government bonds are issued by governments to fund public spending.

    • Corporate bonds are issued by companies to raise capital for various purposes.

    • Municipal bonds are issued by l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I perform well in the interview.

Divum Corporate Services Interview FAQs

How many rounds are there in Divum Corporate Services interview for freshers?
Divum Corporate Services interview process for freshers usually has 4-5 rounds. The most common rounds in the Divum Corporate Services interview process for freshers are Coding Test, Aptitude Test and Technical.
How to prepare for Divum Corporate Services interview for freshers?
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 Adobe After Effects, Adobe Premiere, Data Structures, Graphic Designing and Illustrator.
What are the top questions asked in Divum Corporate Services interview for freshers?

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

  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 for Freshers

based on 3 interviews

Interview experience

4.3
  
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