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 Junior Software Engineer Interview Questions and Answers

Updated 26 Jul 2023

Ness Digital Engineering Junior Software Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apt question with core subject knowledge

Round 2 - Technical 

(2 Questions)

  • Q1. Core java concepts oops etc
  • Q2. All core java everything u study

Interview questions from similar companies

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

I applied via Indeed and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was good. I got good score

Round 2 - Group Discussion 

All were selected. It was a nice interview round

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about Data structure
  • Q2. Describe your project
Round 4 - One-on-one 

(2 Questions)

  • Q1. Where do you see yourself in 100 years
  • Q2. Whats your salary expectation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Different between let , const,var. Closure in javascript
  • Ans. 

    let, const, and var are used to declare variables in JavaScript. Closures are functions that have access to their outer scope even after the outer function has finished executing.

    • let: block-scoped variable declaration, can be reassigned

    • const: block-scoped variable declaration, cannot be reassigned, but its properties can be modified

    • var: function-scoped variable declaration, can be reassigned

    • Closure: inner function has ...

  • Answered by AI
  • Q3. What is hoisting in javascript
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q4. Some basic questions of javascript and html ,css
  • Q5. String reverse program Factorial program
  • Ans. 

    String reverse and factorial programs in array of strings.

    • For string reverse program, iterate through the string from end to beginning and append each character to a new string.

    • For factorial program, use a loop to multiply numbers from 1 to n.

    • Example for string reverse: Input 'hello' -> Output 'olleh'

    • Example for factorial: Input 5 -> Output 120 (5*4*3*2*1)

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to the array
  • Q2. Addition of two array and array reverse
  • Ans. 

    Add two arrays element-wise and reverse the resulting array of strings.

    • Iterate through both arrays and add corresponding elements together.

    • Reverse the resulting array of strings.

    • Handle edge cases like arrays of different lengths.

    • Example: ['1', '2', '3'] + ['4', '5', '6'] = ['5', '7', '9'] -> reverse -> ['9', '7', '5']

  • Answered by AI
  • Q3. String method with explanation any 5
  • Ans. 

    String methods are used to manipulate and work with strings in programming languages.

    • toUpperCase(): Converts a string to uppercase

    • toLowerCase(): Converts a string to lowercase

    • charAt(index): Returns the character at the specified index

    • indexOf(substring): Returns the index of the first occurrence of a substring

    • split(delimiter): Splits a string into an array of substrings based on a delimiter

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your strength

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 

Train topics, Time, Quantitative Aptiture, .Net, Python, Devops

Round 3 - Coding Test 

.NET, Python coding statndards, Loops , Switch Cases, C language

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPS concept, Coding interview, Aptitude, C#, Learn basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test, along with coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. DevOps, Java, Python and dbms
  • Q2. Technical questions related to oops and devops.
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 - Coding Test 

All online coding in java and other tecs,

Round 3 - Technical 

(2 Questions)

  • Q1. Java , oops , collection, mvc boot
  • Q2. Boot , kafka , agile

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard hard hard
as its hard hard hard
hard hard hard
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What is your knowledge about HTC Global services
  • Ans. 

    HTC Global Services is a global provider of IT and business process services.

    • HTC Global Services offers a wide range of services including application development, maintenance, and support.

    • They also provide business process outsourcing services such as finance and accounting, human resources, and procurement.

    • HTC Global Services has a strong presence in industries like healthcare, banking, and manufacturing.

    • The company ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Tell me the journal entries for Accrual, deferred revenues
  • Ans. 

    Accrual journal entry records revenue or expenses before cash is exchanged, while deferred revenue journal entry records cash received before revenue is earned.

    • Accrual journal entry: Debit accounts receivable/accrued revenue, credit revenue

    • Deferred revenue journal entry: Debit cash, credit deferred revenue/liability

    • Accrual example: Debit Accounts Receivable $1,000, credit Service Revenue $1,000

    • Deferred revenue example:

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic DSA array,stack , queue ,map

Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts, corr java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at St Francis Institute of Technology, Mumbai and was interviewed before Sep 2022. There were 5 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 

Aptitude Test jsbsb ksjhdb sbs

Round 3 - Group Discussion 

Group discussion topic and 15 min discussion

Round 4 - Technical 

(2 Questions)

  • Q1. Question 1 was question 1
  • Q2. Question 2 was question 2
Round 5 - HR 

(1 Question)

  • Q1. Are you up for Relocation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Jun 2022. There were 4 interview rounds.

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 - Coding Test 

Basic coding test, Oops program and some technical problem.

Round 3 - Technical 

(1 Question)

  • Q1. Explain oops concepts in detail. Difference between Abstraction and interface.
  • Ans. 

    OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction. Abstraction is a concept where only relevant information is shown to the user, while interface is a blueprint for classes.

    • OOPs concepts: encapsulation, inheritance, polymorphism, abstraction

    • Abstraction: showing only relevant information to the user

    • Interface: blueprint for classes, defines methods without implementation

    • Example: Abstraction ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. All basic details, company policies and benefits etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic concepts and be confident while giving the interview.

Ness Digital Engineering Interview FAQs

How many rounds are there in Ness Digital Engineering Junior Software Engineer interview?
Ness Digital Engineering interview process usually has 3 rounds. The most common rounds in the Ness Digital Engineering interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Ness Digital Engineering Junior Software Engineer interview?

Some of the top questions asked at the Ness Digital Engineering Junior Software Engineer interview -

  1. all core java everything u st...read more
  2. core java concepts oops ...read more

Tell us how to improve this page.

People are getting interviews through

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

Fast track your campus placements

View all
Ness Digital Engineering Junior Software Engineer Salary
based on 13 salaries
₹4.5 L/yr - ₹7.1 L/yr
28% more than the average Junior Software Engineer Salary in India
View more details

Ness Digital Engineering Junior Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

2.0

Work-Life balance

3.0

Salary & Benefits

2.0

Job Security

3.0

Company culture

2.0

Promotions/Appraisal

2.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Engineer
787 salaries
unlock blur

₹6 L/yr - ₹23 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
228 salaries
unlock blur

₹2.5 L/yr - ₹11.7 L/yr

Senior QA Engineer
220 salaries
unlock blur

₹5.9 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