Upload Button Icon Add office photos

Filter interviews by

Anonymous Digital Interview Questions, Process, and Tips

Updated 3 Jan 2025

Top Anonymous Digital Interview Questions and Answers

Anonymous Digital Interview Experiences

Popular Designations

4 interviews found

System Engineer Interview Questions & Answers

user image Vishal JaISWAL

posted on 7 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is class loader
  • Ans. 

    Class loader is a part of the Java Runtime Environment that dynamically loads Java classes into the Java Virtual Machine.

    • Responsible for loading Java classes into memory

    • Can be customized to load classes from different sources like network or database

    • Follows delegation hierarchy to load classes

  • Answered by AI
  • Q2. Explain the continuous and contiguous memory allocation
  • Ans. 

    Continuous memory allocation refers to allocating memory in a sequential manner, while contiguous memory allocation refers to allocating memory in a single block without any gaps.

    • Continuous memory allocation involves allocating memory addresses in a sequential order without any gaps.

    • Contiguous memory allocation involves allocating memory in a single block without any fragmentation.

    • Example of continuous memory allocatio...

  • Answered by AI

Skills evaluated in this interview

System Engineer Interview Questions asked at other Companies

Q1. Who Won the Election???Elections are going on, and there are two candidates A and B, contesting with each other. There is a queue of voters and in this queue, some of them are supporters of A and some of them are supporters of B. Many of th... read more
View answer (12)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL questions on removing duplicates, Joins

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

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

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Assignment 

Tech assignement to perform crud operations using external api

Round 2 - Technical 

(2 Questions)

  • Q1. What are hooks in react?
  • Ans. 

    Hooks in React are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8.

    • They allow you to use state and other React features in functional components.

    • Some built-in hooks include useState, useEffect, useContext, etc.

  • Answered by AI
  • Q2. How do you use useEffect hook?
  • Ans. 

    useEffect hook is used in React to perform side effects in function components.

    • Use useEffect hook to perform side effects in function components.

    • Pass a function as the first argument to useEffect to specify the side effect.

    • Pass an array of dependencies as the second argument to control when the side effect runs.

    • Use useEffect with an empty dependency array to run the effect only once on component mount.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy Interview. just prepatre well

Skills evaluated in this interview

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given DifferenceYou are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the absolute difference of values on those indices ... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Reverse of string, java program related to array and string.

Interview Preparation Tips

Topics to prepare for Anonymous Digital Software Developer interview:
  • Java
  • Javascript
Interview preparation tips for other job seekers - Pls be confident

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)

Anonymous Digital interview questions for popular designations

 Senior Data Analyst

 (1)

 Software Developer

 (1)

 System Engineer

 (1)

 Web Developer

 (1)

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: In quantitative aptitude i dont remember the questing exactly but alsomost all questings are similer to the questions in RS Agarwaal.. In reasoning and analytical section they will ask puzzles and if u read shakuntala devi and jimmers puzzle book it is more than sufficient.. In verbal section they have given around 2 passages and 5 questions for each passage dont waste more time in this section because it is time consuming.. they have given some fill in the blanks questions where we have to search for synonyms and antonyms No technical section was there
Total Questions: 75

Round: Technical Interview
Experience: Basically i am from Mechanical back ground they dint asked any questions related to software.... They asked questions like how do you update your self regarding your technical knowledge... have you thought of any innovative ideas recent past..

Round: HR Interview
Experience: In HR they asked 2 situation reaction tests. 1)she asked my hobbies and replied playing cricket... she posed a question to me that if i was appointed as cricket team captain for M-Tech mech team how i select my team.... i answered purely by performance no partiality like that.. but she asked to think more then she answered for the questions as... I alone cannot select the team because in M-Tech there may be more that 500 students so i have to take help from some of my friends and this shows attitude towards team work.... 2) She asked one more question like if i am a boss and there are 5 peoples working under me.. my boss given me one work that has to be completed in with in a month... now it is the last day of month and still 25% of work is remaining how i handle that situation... I answered that I will answer to the boss that from next time i will finish 1 months work in 20 days itself so that we will not be facing this kind of problems next time.. then she told ok....

General Tips: Infosys recruitment wont concentrate too much on technical side... they concentrate on logical and analytical thinking and situation reactions etc... so go through puzzles from shankuntala devi and jimmers... and some analytical and logical sections from RS agarwaal
Dont concentrate on technical questions because they wont ask any technical questions... you must prepare well for the written test and Interview will depend on your logical and analytical thinking and situation reactions.. all the best.. hope i will see you in Infosys next year....
College Name: NIT WARANGAL

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume based shortlisting initially.

Round: Interview
Experience: 3 rounds of interviews (15-20 minutes each)
 All topics were Metallurgy related
 Heat transfer, Phase diagrams (very basic Fe-C diagram), FEM-based technical questions, are concepts asked.
Tips: If they look interested in a particular aspect, pursue it, and drive the interview.
Be ready to be grilled on the things mentioned in your resume.
 For consulting companies alone (McKinsey and BCG), look at certain case studies. The book "Case in point", is a really good source.
 For most other core companies (like Reliance, Tata Steel, etc.), refreshing Iron and steel and Mechanical Metallurgy courses will help a lot.

College Name: IIT Madras

Interview Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Should “Social Media” technique be used for educational purposes
  • Ans. 

    Yes, social media can be used for educational purposes.

    • Social media provides a platform for sharing educational content and resources.

    • It allows for collaboration and communication among students and teachers.

    • Social media can enhance learning through interactive discussions and real-time feedback.

    • It can also help in reaching a wider audience and promoting educational initiatives.

    • Examples include educational YouTube chan...

  • Answered by AI
  • Q2. Tell me something about youself
  • Ans. 

    I am a highly motivated and experienced project engineer with a strong background in managing complex engineering projects.

    • I have a Bachelor's degree in Engineering and have been working as a project engineer for the past 5 years.

    • I have successfully managed multiple projects from conception to completion, ensuring they are delivered on time and within budget.

    • I have a proven track record of effectively coordinating with...

  • Answered by AI
  • Q3. About the company
  • Q4. Who is the present CEO
  • Ans. 

    The present CEO is John Smith.

    • John Smith is the current CEO of the company.

    • He has been in this position since 2015.

    • Under his leadership, the company has experienced significant growth and expansion.

    • John Smith has a strong background in engineering and project management.

    • He is known for his strategic vision and ability to drive innovation.

  • Answered by AI
  • Q5. Extra-acads related questions
  • Q6. Coding related questions(only if your CV shows you are a coding studd)
  • Q7. Situation based questions

Interview Preparation Tips

Round: Interview
Experience: Its not an elimination round, you can go with your informal clothes on. Any one who has prepared for day 1 and day2 companies will get through this round. Just read news papers and learn to shoot graphs here and there even if it has got absolutely no facts and definitely practice to write a lot.
Tips: Be prepared with both for and against the topic coz the interviewer keeps changing the topic in between the GD.The topic was same as that of the case study Don’t write bullet-ed points, this makes your cases look small. Try applying your vocabulary spectrum. Try to give exhibits even if you don’t know any facts.

Round: Group Discussion
Experience: 12 students on the table, one interviewer.
Tips: Play old school .But don’t wait for your chance, just break into it, but with a gentlemanly attitude. Try giving examples. Throw arbitrary facts to prove your points, if you don’t remember the real figures.

Round: Interview
Tips: Don’t start with your brilliancein your core subject. Tell them you hate your department. Convince them that you won’t ditch them for a Ph.D or an MBA. Tell them you have a friend at Wipro who keeps giving you intel about how great the company is. Look confident and if at times you can be funny, they will appreciate it!!

Skill Tips: 8 and above CGPA is required. Later it was lowered to 7.9, mine was 7.98. They mainly ask HR questions, so being involved in Extra-academic activities gives you more that you can talk of. I had an eye for coding in C++. Helped me on this, but my extra-academics list was enough. Coding was just a bonus. If they are non core its better. But my both the internships were core based. You just have to convince them why you are dropping from core.
College Name: IIT KHARAGPUR

Interview Questions & Answers

Deloitte user image Anonymous

posted on 7 Jan 2015

Interview Preparation Tips

Round: Test
Experience: CAT type questions on maths and English. Speed matters. Preparation for CAT helps, I did not sit for CAT but I went through is DI material before the test to increase my speed. Questions in general are easy. Conduct yourself professionally. Deloitte decides to allot you a profile depending on your score in this test most probably. So make sure you do well in this test. I think the highest scoring candidates are shortlisted for the S&O profile, though I am not sure about it.
Tips: If you are up for a career in management consulting and can't possibly be shortlisted by Mckinsey or BCG, this is your golden opportunity. You have to do well in the test for it. Deloitte is one of the best places in the world for management consulting after MBB firms and I believe some people might have gotten selected for this profile just because they did well in this test (by fair or unfair means!!)

Round: Group Discussion
Experience: You are given a case. Your group of 10 has to find a solution for a client. The process lasts for about 30 minutes. The key is staying calm and composed and not disputing and challenging others violently! At the end you are supposed to give a presentation on the problem and it solution, 5 minutes for each member.
Tips: Speak less rather than speaking trash. Introduce yourself first when asked to give your part of the presentation and behave professionally, they check more on your professional behavior than the effectiveness of your solution. 50 % of the students passing this round generally make it to the offer. Hence this is the most important round. If you have done very well in this round you will probably do well in the PI.

Round: Behavorial Interview
Experience: Behavioral questions base on your resume.
I had networked a bit with my interviewer before the interview because both of us were waiting to enter the interview room and it felt awkward not talking to him. I think that might have helped.

Dont go for a technology profile hoping you will get to enter the management consulting space some day. Technology consulting is a good career choice only if you are passionate about it, or else it is a disaster, since the only exit route is an MBA application.
Dont go without reading about the company, it was a big source of worry for me
Tips: Answer the questions diplomatically. Appearing confident helps. I kept a smiling face no matter how tensed I was, that might help.
Know all the points in your resume and prepare to answer all behavioral questions you can possibly think of.
Have some questions to ask at the end of the interview.

General Tips: Its good if you have some extra academic involvement to have some discussion points during your PI. Or when you are asked about an achievement you are very proud of.
Skill Tips: I felt the company loves to hire calm and professional people who can articulate themselves properly. And do well in the written test if you want a profile of your choice.
Deloitte is probably the only company to be able to compete with the likes of Mckinsey in management consulting and IBM in technology, at the same time. No doubt, it is a great brand name to work with. It is highly rated in both the fields.
Strategy and Operations is a very good career if you are looking for management consulting, they have a program to train and sponsor you for the best B-Schools in the world.
The technology profiles are good if you are passionate about technology and its integration.
So be careful about your choices.
College Name: IIT Kharagpur

Interview Preparation Tips

Round: Walk in
Experience: Initial shortlist was Walk-In.

Round: Technical Interview
Experience: Duration: 50 mins.
Resume based.

General Tips:  Have a good number of projects and know each and every aspect of the projects mentioned
 Have the ability to relate course content to the project development
Skill Tips: They were looking for Product Designers.
College Name: IIT-Madras

Anonymous Digital Interview FAQs

How many rounds are there in Anonymous Digital interview?
Anonymous Digital interview process usually has 1-2 rounds. The most common rounds in the Anonymous Digital interview process are Technical, Coding Test and Assignment.
What are the top questions asked in Anonymous Digital interview?

Some of the top questions asked at the Anonymous Digital interview -

  1. explain the continuous and contiguous memory allocat...read more
  2. How do you use useEffect ho...read more
  3. What are hooks in rea...read more

Tell us how to improve this page.

Anonymous Digital Interview Process

based on 4 interviews in last 1 year

Interview experience

3.8
  
Good

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Anonymous Digital Reviews and Ratings

based on 12 reviews

3.6/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.9

Salary

4.0

Job security

4.0

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 12 Reviews and Ratings
Compare Anonymous Digital with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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