Upload Button Icon Add office photos
Engaged Employer

i

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

IDZ Digital Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IDZ Digital Software Developer Intern Interview Questions and Answers

Updated 29 Oct 2024

IDZ Digital Software Developer Intern Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Some basic aptitude and quants questions were asked with 2 coding questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic questions on oops
  • Q2. Exception and exception handling
Round 3 - Gaming round 

(2 Questions)

  • Q1. Solve problems by using Function
  • Q2. Solve problems using loops
Round 4 - HR 

(1 Question)

  • Q1. Just basic hr questions
Round 5 - Behavioral 

(1 Question)

  • Q1. Reasoning questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions along with 2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Fibbonaci series program
  • Ans. 

    Fibonacci series program generates a sequence where each number is the sum of the two preceding ones.

    • Start with two initial numbers, usually 0 and 1.

    • Add the two previous numbers to get the next number in the sequence.

    • Repeat this process to generate the Fibonacci series.

  • Answered by AI
  • Q2. Questions based on OOPS concepts, inheritance and reccursion
Round 3 - HR 

(1 Question)

  • Q1. Basic questions about you and your hobbies

Skills evaluated in this interview

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

3 online dsa questions easy to medium

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Nov 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Basic questions about class and objects and some DSA questions related to arrays.
Round 3 - Technical 

(1 Question)

  • Q1. DSA basic questions and C++ questions related to polymorphism and class design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - they finalized me and called me for a director's round in their office. Later, they said the director was not available and they would call me next week, after that their HR stopped responding to calls.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some C++ 14/17 questions and OOPs concepts
  • Q2. DSA questions based for basic game logics.
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced OOPs and C++ questions
  • Q2. DSA coding questions based on Stacks and Linked list
Round 3 - HR 

(3 Questions)

  • Q1. Called me to Noida for a F2F HR round. I wasn’t given any Travel allowance. CTC negotiation was brutal. They were not willing to give me even a 5% hike on my previous salary.The HR and the Team said they’d...
  • Q2. A month passed by. Sometimes they’d say the technical team who took your interview wasn’t available so that the CTC discussion could be further done. And somedays they’d just delay by saying we’d get back ...
  • Q3. After a month of wasting my time. The HR finally called and said they rejected me based on the CTC. And are not even willing to negotiate because of my not so well performance in the technical rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the worst experience ever interviewing in an MNC. Did not expect such unprofessional behaviour from a big company like Merkur Gaming.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Required to write codes in python

Round 2 - Coding Test 

Required to write codes in python

Round 3 - HR 

(2 Questions)

  • Q1. Time to tackle difficulties
  • Q2. Time to learn things outside school
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were questions of basic aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. About my projects
  • Q3. What is Radix sort
  • Ans. 

    Radix sort is a non-comparative sorting algorithm that sorts integers by processing individual digits.

    • Radix sort works by sorting numbers based on each digit's value, starting from the least significant digit to the most significant digit.

    • It can be implemented using counting sort or bucket sort as a subroutine.

    • Radix sort is efficient for sorting integers with a fixed number of digits, like phone numbers or social secur

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

One hour aptitude test based on the mathematics ,logical reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. One basic question on the language you know and one SQL is asked
  • Q2. SQL query questions

Interview Preparation Tips

Topics to prepare for Sportz Interactive Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Prepared for a SQL and you know language technical questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Easy coding test consisting dsa questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. All related to domain javascript/react,
  • Q2. Fallback in lazy loading,optimization techniques/for API call
  • Ans. 

    Fallback in lazy loading is important for optimizing API calls to ensure a smooth user experience.

    • Implementing a loading spinner or placeholder while content is being loaded asynchronously

    • Using a default value or cached data if the API call fails

    • Implementing error handling to gracefully handle any issues with the API call

  • Answered by AI

IDZ Digital Interview FAQs

How many rounds are there in IDZ Digital Software Developer Intern interview?
IDZ Digital interview process usually has 4 rounds. The most common rounds in the IDZ Digital interview process are HR, Aptitude Test and One-on-one Round.
How to prepare for IDZ Digital Software Developer Intern 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 IDZ Digital. The most common topics and skills that interviewers at IDZ Digital expect are Java, Programming, Android, C# and Software Development.
What are the top questions asked in IDZ Digital Software Developer Intern interview?

Some of the top questions asked at the IDZ Digital Software Developer Intern interview -

  1. Fibbonaci series prog...read more
  2. questions based on OOPS concepts, inheritance and reccurs...read more
  3. Exception and exception handl...read more

Tell us how to improve this page.

IDZ Digital Software Developer Intern Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ChicMic Interview Questions
4.5
 • 11 Interviews
Kwalee India Interview Questions
2.9
 • 7 Interviews
Games2Win Interview Questions
2.4
 • 7 Interviews
Tencent Interview Questions
4.6
 • 6 Interviews
Digitoonz Interview Questions
2.8
 • 5 Interviews
99Games Interview Questions
3.1
 • 4 Interviews
View all

IDZ Digital Software Developer Intern Reviews and Ratings

based on 2 reviews

4.8/5

Rating in categories

4.8

Skill development

4.8

Work-life balance

4.8

Salary

4.8

Job security

4.8

Company culture

4.6

Promotions

4.8

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
55 salaries
unlock blur

₹0.9 L/yr - ₹8.4 L/yr

Graphic Artist
22 salaries
unlock blur

₹1.2 L/yr - ₹3.8 L/yr

Digital Marketer
17 salaries
unlock blur

₹1 L/yr - ₹5.9 L/yr

Game Developer
10 salaries
unlock blur

₹1.5 L/yr - ₹6.6 L/yr

3D Artist
9 salaries
unlock blur

₹1.1 L/yr - ₹2.5 L/yr

Explore more salaries
Compare IDZ Digital with

ChicMic

4.5
Compare

Sportz Interactive

3.1
Compare

Head Digital Works

3.9
Compare

Deltatech Gaming

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