Upload Button Icon Add office photos

Filter interviews by

Digital Cues Interview Questions and Answers

Updated 19 Nov 2020

Digital Cues Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Core Java & Advance Java questions like Oops, Collections, Multithreading Exception handling etc.
  • Q2. Spring boot basics, Restful Web services basics etc.
  • Q3. Analytical puzzles like - One candle takes 30 min to burn completely, you have got 3 candles to burn completely in 45 min. How will you do it.?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was Java developer interview they took total 2 technical rounds. First was based on Core and advance Java concepts . Including spring boot basics , REST services basics etc. Also one puzzle was asked. Which was good to make candidate feel comfortable.
Second round was also somewhat same with different questions based on your resume description. In second round also one puzzle was asked.
I could answer puzzle in first round. Puzzles are to check your analytical skills, thinking ability and presence of mind.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Digital Cues?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is Company payroll Process
  • Ans. 

    Company payroll process is the system used to manage employee compensation and benefits.

    • Payroll process includes calculating employee salaries, taxes, and deductions

    • It also involves managing employee benefits such as health insurance and retirement plans

    • Payroll process can be done in-house or outsourced to a third-party provider

    • It is important to ensure compliance with labor laws and regulations

    • Payroll process can be a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Team members is very good

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

Interview Questionnaire 

4 Questions

  • Q1. .Net support related questions for example 1. What to do when applicable is down. 2. how to check IIS error logs.
  • Q2. Explain Projects you worked and your role in those.
  • Q3. Explain scenario when you handled high pressure from client.
  • Ans. 

    Handled high pressure from client by prioritizing tasks and communicating effectively.

    • Identified critical issues and addressed them first

    • Communicated regularly with the client to provide updates and manage expectations

    • Collaborated with team members to delegate tasks and ensure timely delivery

    • Maintained a calm and professional demeanor to avoid escalating the situation

  • Answered by AI
  • Q4. Explain release management.
  • Ans. 

    Release management is the process of planning, scheduling, coordinating, and deploying software releases.

    • It involves identifying the scope of the release and the features to be included

    • Creating a release plan and schedule

    • Coordinating with different teams involved in the release process

    • Testing the release to ensure it meets quality standards

    • Deploying the release to production

    • Monitoring the release to ensure it is stable...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For .Net support related projects, you need to be aware about first identifying the problem and then you need to think best optimised solution for that. You need to know how to check error logs, should be well versed with basic SQL queries and debugging.

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Coding parts, tricky
  • Q2. Not answered

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good experience bad attitude of interviewer joined late and behavea as he is working in google... Lol

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

I applied via Company Website and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell about yourselves. And about fast work experience. Our positive and negative. How dedicate person when you’re in work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything you should talk with clear and with good communication skills. No more fear.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Reverse string
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods.

    • Use built-in functions: In Python, you can reverse a string with slicing: `reversed_string = original_string[::-1]`.

    • Iterative approach: Loop through the string from the end to the beginning and build a new string.

    • Using recursion: Define a function that calls itself with a smaller substring until it reac...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Average level interview
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. To develop a product catalogue in core Java using Maven.
  • Ans. 

    Develop a product catalogue in core Java using Maven for efficient project management and dependency handling.

    • Set up a Maven project: Use 'mvn archetype:generate' to create a new project structure.

    • Define dependencies: Add necessary libraries in 'pom.xml', e.g., 'javax.persistence' for ORM.

    • Create entity classes: Define product attributes like 'id', 'name', 'description', and 'price'.

    • Implement CRUD operations: Use JPA or...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Manual and SQL based questions... practical questins,like writing queries test cases etc.

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me your self introduction
  • Ans. 

    Dynamic professional with diverse experience in management, team leadership, and strategic planning, eager to contribute to organizational success.

    • Over 5 years of experience in management roles, leading teams to achieve operational goals.

    • Successfully implemented a new project management system that improved efficiency by 30%.

    • Strong background in customer service, enhancing client satisfaction scores by 20% through effe...

  • Answered by AI
  • Q2. What is python
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity, readability, and versatility.

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is often shorter and easier to read than other languages.

    • It uses indentation to indicate code blocks instead of curly braces or keywords.

    • ...

  • Answered by AI
  • Q3. What are the highlevel languages
  • Ans. 

    High-level languages are programming languages that are easier to read and write than low-level languages.

    • High-level languages are closer to human language than machine language.

    • They are easier to learn and use than low-level languages.

    • Examples of high-level languages include Java, Python, and C++.

  • Answered by AI
  • Q4. Tell me about hcl company
  • Ans. 

    HCL Technologies is a leading global IT services company based in India, specializing in software development and IT consulting.

    • Founded in 1976, HCL is one of India's original IT services companies.

    • HCL operates in over 50 countries, providing services to clients across various industries.

    • The company focuses on innovation and has invested heavily in R&D, exemplified by its HCL Innovation Labs.

    • HCL's services include ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majority a stress test it lasted for about 1hour 10minutes.the interviewer wanted to test both my knowledge and communication skills. It was my first of campus interview and I think I did pretty well for a fresher.

Skills evaluated in this interview

Digital Cues Interview FAQs

How to prepare for Digital Cues 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 Digital Cues. The most common topics and skills that interviewers at Digital Cues expect are Apex, Force.com, Javascript, Lighting and Salesforce.
What are the top questions asked in Digital Cues interview?

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

  1. Analytical puzzles like - One candle takes 30 min to burn completely, you have ...read more
  2. Core Java & Advance Java questions like Oops, Collections, Multithreading Excep...read more
  3. Spring boot basics, Restful Web services basics e...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.7
 • 8.7k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Teleperformance Interview Questions
3.9
 • 2k Interviews
Mphasis Interview Questions
3.4
 • 848 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
View all

Digital Cues Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

4.7

Skill development

4.1

Work-life balance

2.3

Salary

3.2

Job security

3.5

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
Workday Consultant
7 salaries
unlock blur

₹5.8 L/yr - ₹6.8 L/yr

Software Engineer
5 salaries
unlock blur

₹3.5 L/yr - ₹4.8 L/yr

Software Developer
5 salaries
unlock blur

₹3.6 L/yr - ₹5.2 L/yr

Technical Lead
3 salaries
unlock blur

₹10 L/yr - ₹24 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹7.5 L/yr - ₹30 L/yr

Explore more salaries
Compare Digital Cues with

Accenture

3.7
Compare

Capgemini

3.7
Compare

HCLTech

3.5
Compare

Teleperformance

3.9
Compare
write
Share an Interview