Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ness Digital Engineering Team. If you also belong to the team, you can get access from here

Ness Digital Engineering Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 567 Reviews

Filter interviews by

Ness Digital Engineering Intern Interview Questions and Answers

Updated 1 Feb 2024

Ness Digital Engineering Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 1 Feb 2024

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic programming questions
Round 2 - Technical 

(2 Questions)

  • Q1. Factorial program, some small programs
  • Q2. Explain oops concepts with real time examples
  • Ans. 

    Object-oriented programming concepts explained with real-time examples.

    • Encapsulation: A car encapsulates its internal components like engine, gearbox, etc.

    • Inheritance: A dog inherits traits like barking and wagging tail from its parent class Animal.

    • Polymorphism: A shape class can have different methods like area() for different shapes like circle, rectangle, etc.

    • Abstraction: A TV remote abstracts the complex functional...

  • Answered by AI
Round 3 - Behavioral 

(3 Questions)

  • Q1. Few technical questions on oops
  • Q2. What you know about the company?
  • Q3. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be easy if you're interviewed for the fresher level roles. Be confident while giving interview.

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2021

I was interviewed in Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. Basic programs, oops concepts, sql queries

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman CodingYou are given an array 'ARR' of Integers having 'N' ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

Intern Interview Questions & Answers

Intuit user image Anonymous

posted on 12 Dec 2024

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

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

Round 1 - Coding Test 

Asked to build a python code on analysing missing numbers in a series of infinite numbers

Round 2 - Assignment 

How would you build a landing page for a website.

Round 3 - HR 

(2 Questions)

  • Q1. Question on About yourself
  • Q2. Why Intuit, what do you like the most
  • Ans. 

    I want to work at Intuit because of its innovative culture and focus on customer success.

    • I admire Intuit's commitment to creating innovative solutions for financial management.

    • I appreciate the company's emphasis on customer success and satisfaction.

    • I am impressed by Intuit's track record of fostering a supportive and inclusive work environment.

    • I am excited about the opportunity to work with talented and passionate indi

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Research on topic on python and web scraping

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and data structures
  • Q2. Dbms questions where based on normalization
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was not good, it contain mostly question of java programming.

Round 2 - Technical 

(1 Question)

  • Q1. Print factorial of n through recursion Sum of all n numbers
  • Ans. 

    Factorial of n and sum of n numbers using recursion

    • Create a recursive function to calculate factorial of n

    • Use a recursive function to calculate the sum of all n numbers

    • Handle base cases for both factorial and sum calculations

    • Example: Factorial of 5 = 5 * 4 * 3 * 2 * 1 = 120, Sum of first 5 numbers = 1 + 2 + 3 + 4 + 5 = 15

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please smile and be confident

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Two questions were asked and answered both

Round 2 - Coding Test 

Two programs on Java was asked on loops and collections

Intern Interview Questions & Answers

Encora user image Anonymous

posted on 23 Aug 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Steps in tablet production?
  • Ans. 

    Tablet production involves several steps including formulation, mixing, granulation, drying, compression, coating, and packaging.

    • Formulation of active ingredients and excipients

    • Mixing of ingredients to ensure uniform distribution

    • Granulation to form granules for compression

    • Drying to remove moisture content

    • Compression of granules into tablet form

    • Coating for taste masking or controlled release

    • Packaging for distribution an

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is steps of tablet production?

Intern Interview Questions & Answers

Intuit user image Anonymous

posted on 13 Jan 2023

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

I applied via Referral and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Semaphore definition and a problem on in
  • Q2. Normalization in DBMS
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and establishing relationships between them.

    • There are different levels of normalization, with each level addressing a specific type of data redundancy.

    • Normalization helps to prevent data inconsistencies and anomalies, and improves database perform...

  • Answered by AI
  • Q3. Oops, inheritance and polymorphism

Interview Preparation Tips

Topics to prepare for Intuit Intern interview:
  • OS
  • DBMS
Interview preparation tips for other job seekers - it was completely on subjects, os DBMS, networking

I was interviewed in Aug 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Interview was scheduled in afternoon. It was more on OOPs and DSA.

  • Q1. Check If Linked List Is Palindrome

    You are given a Singly Linked List of integers. You have to find if the given linked list is palindrome or not.

    A List is a palindrome if it reads the same from the lef...

  • Ans. 

    I gave O(n) both time and space solution using stacks but interviewer asked to optimize it and give clue as well.

    I understood the clue and was able to optimise the code. I was not asked to code in this round just had an discussion but few of my peers were asked to write code as well.

  • Answered by CodingNinjas
  • Q2. OOPS Question

    They focus a lot on OOPs and Java. I was grilled well from four pillars to advanced topics in oops.

    1) Four Pillars
    2) Keywords
    3) Access specifier
    4) JVM & JDK

  • Ans. 

    Tip 1 : Prepare oops well
    Tip 2 : Have solid foundation in Java.

  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

She asked me more about myself and few projects in resume. It was more of formal discussion than an interview round. I was very comfortable and she aksed me about my location preference at end of. Interview.

  • Q1. Basic HR Questions

    1. Introduction

    2. What is your location preference?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from VIT AP CAMPUS. Eligibility criteria7CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms. Database, JAVATime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : BlackRock has so many projects in Java, So I made sure I clear my basics and prepare well for each and every question about Java
Tip 2 : OOPS is something which was being asked from everyone and every seniors confirmed the same.
Tip 3 : Have good projects, preferably in development.

Application resume tips for other job seekers

Tip 1 : Have at least 2 projects.
Tip 2 : Include certifications.

Final outcome of the interviewSelected

Skills evaluated in this interview

Ness Digital Engineering Interview FAQs

How many rounds are there in Ness Digital Engineering Intern interview?
Ness Digital Engineering interview process usually has 3 rounds. The most common rounds in the Ness Digital Engineering interview process are Technical and Behavioral.
What are the top questions asked in Ness Digital Engineering Intern interview?

Some of the top questions asked at the Ness Digital Engineering Intern interview -

  1. Explain oops concepts with real time examp...read more
  2. Basic programs, oops concepts, sql quer...read more
  3. Factorial program, some small progr...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Ness Digital Engineering interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 35 Interviews
Infosys Intern Interview Questions
3.7
 • 22 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
Mphasis Intern Interview Questions
3.4
 • 2 Interviews
View all

Fast track your campus placements

View all
Senior Software Engineer
773 salaries
unlock blur

₹5.5 L/yr - ₹22.9 L/yr

Software Engineer
512 salaries
unlock blur

₹2.4 L/yr - ₹12 L/yr

Member Technical Staff
238 salaries
unlock blur

₹8.8 L/yr - ₹30.4 L/yr

Software Developer
221 salaries
unlock blur

₹2.5 L/yr - ₹11.8 L/yr

Senior QA Engineer
217 salaries
unlock blur

₹5.8 L/yr - ₹23 L/yr

Explore more salaries
Compare Ness Digital Engineering with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
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