Upload Button Icon Add office photos

Filter interviews by

Digantara Interview Questions, Process, and Tips

Updated 12 Oct 2023

Top Digantara Interview Questions and Answers

Digantara Interview Experiences

Popular Designations

2 interviews found

I applied via LinkedIn and was interviewed in Sep 2022. There were 2 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 - Home Assignment 

(5 Questions)

  • Q1. What is shebang in bash scripting
  • Ans. 

    Shebang is a special character sequence used in Unix-based systems to indicate the interpreter for a script file.

    • Shebang starts with #! and is followed by the path to the interpreter

    • It is used to specify the interpreter for a script file

    • It allows the script to be executed without explicitly invoking the interpreter

    • Example: #!/bin/bash specifies that the script should be run using the bash interpreter

  • Answered by AI
  • Q2. Explain vector projection
  • Ans. 

    Vector projection is the process of projecting a vector onto another vector.

    • It involves finding the component of one vector that lies along another vector.

    • The result is a scalar value that represents the length of the projection.

    • The projection can be calculated using the dot product of the two vectors.

    • The formula for vector projection is proj_u(v) = (u . v / ||u||^2) * u.

    • Vector projection is used in various fields such

  • Answered by AI
  • Q3. Who is a leader and qualities of leader.
  • Ans. 

    A leader is someone who guides and inspires others towards a common goal.

    • A leader possesses strong communication skills and can effectively convey their vision and goals to their team.

    • A leader is able to motivate and inspire their team members, encouraging them to perform at their best.

    • A leader is knowledgeable and experienced in their field, earning the respect and trust of their team.

    • A leader is able to make tough de...

  • Answered by AI
  • Q4. A week to spend on answering a question on Probability of collision of two objects.
  • Q5. How do you convert 3d object collision problem to 2d collision problem
  • Ans. 

    3D object collision problem can be converted to 2D by projecting the objects onto a 2D plane.

    • Project the 3D objects onto a 2D plane using a projection matrix.

    • Calculate the 2D coordinates of the projected objects.

    • Perform collision detection in 2D using standard algorithms.

    • Example: projecting a sphere onto a 2D plane results in a circle.

    • Example: projecting a cube onto a 2D plane results in a square.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Digantara Data Scientist interview:
  • Orbital Mechanics
Interview preparation tips for other job seekers - Watch out folks, this company ghosts candidates, each interview takes place after almost an entire month!

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Sep 2023.

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 - Assignment 

Was given an assignment to complete

Round 3 - Technical 

(1 Question)

  • Q1. How would a distributed system based on the assignment work.
  • Ans. 

    A distributed system based on the assignment would involve multiple servers working together to handle tasks and share resources.

    • Use load balancing to distribute tasks among servers.

    • Implement fault tolerance to ensure system reliability.

    • Utilize messaging queues for inter-server communication.

    • Use consistent hashing for data partitioning.

    • Examples: Apache Kafka, Redis Cluster, Hadoop Distributed File System.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. It was mainly system design
Round 5 - One-on-one 

(1 Question)

  • Q1. What would your first week in the company look like
Round 6 - HR 

(1 Question)

  • Q1. Basic hr round questions

Interview Preparation Tips

Interview preparation tips for other job seekers - bad interview experience, does not deliver what they promise when giving final offer. they will also ghost you.

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Explain the mini projects and main project completed during Engineering.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • DBMS
  • Software Engineering
  • Basic coding
Interview preparation tips for other job seekers - Just make sure the resume should be precise and you have knowledge on the things mentioned in your resume.

Be confident and have a smiling face in the interview round.

Digantara Interview FAQs

How many rounds are there in Digantara interview?
Digantara interview process usually has 4 rounds. The most common rounds in the Digantara interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Digantara 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 Digantara. The most common topics and skills that interviewers at Digantara expect are Corporate Communication, Marketing, Public Relations, Written Communication and B2B Sales.
What are the top questions asked in Digantara interview?

Some of the top questions asked at the Digantara interview -

  1. How do you convert 3d object collision problem to 2d collision prob...read more
  2. how would a distributed system based on the assignment wo...read more
  3. What is shebang in bash script...read more

Tell us how to improve this page.

Digantara Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 794 Interviews
View all
Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Digantara with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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