Upload Button Icon Add office photos
Engaged Employer

i

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

Digital.ai Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Digital.ai Interview Questions and Answers

Updated 2 May 2024

Digital.ai Interview Experiences

Popular Designations

3 interviews found

ETL Tester Interview Questions & Answers

user image HARSHITA NAIK

posted on 2 May 2024

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

(3 Questions)

  • Q1. ETL process , SQL Queries
  • Q2. Write SQL for sec highest salary.
  • Ans. 

    SQL query to find the second highest salary in a table.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to retrieve the second row after skipping the first row.

  • Answered by AI
  • Q3. Write SQL for even andODD numbers
  • Ans. 

    SQL query to retrieve even and odd numbers

    • Use the modulo operator (%) to determine if a number is even or odd

    • For even numbers: SELECT number FROM table WHERE number % 2 = 0

    • For odd numbers: SELECT number FROM table WHERE number % 2 <> 0

  • Answered by AI

Skills evaluated in this interview

ETL Tester Interview Questions asked at other Companies

Q1. If we have 200 staging tables, 40 dimensions tables and 20 facts table, How will you compare it with target systems
View answer (3)

Senior Technical Writer Interview Questions & Answers

user image Murali Balakuntalam

posted on 20 Nov 2023

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 4 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. Tell us about yourself
Round 3 - Assignment 

Discussion on technical writing topics

Round 4 - One-on-one 

(1 Question)

  • Q1. Software terminologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Hostile, humiliating interview from Documentation Manager in Chennai. Attending interview with Digital.ai Manager is self humiliating.
Blessed to be rejected!
STAY AWAY, STAY SAFE!

Senior Technical Writer Interview Questions asked at other Companies

Q1. What do you know about DITA XML, which tags have you used in your documents, what are keywords, and what is DITA mapping, have you ever created graphics or illustrations, types of DITA topics, benefits of DITA, chunking, have you worked in ... read more
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Spring Filters and Security Layers, Simple Java program to find the Number of strings and Some basic core Java Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions are nowhere related to the Job roles you are going to perform.

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How to use visio
  • Ans. 

    Visio is a diagramming tool used to create flowcharts, diagrams, and other visual representations of data.

    • Start by selecting a template or creating a new document

    • Drag and drop shapes onto the canvas and connect them with lines or arrows

    • Add text, images, and other elements to enhance the diagram

    • Use the formatting tools to customize the appearance of the diagram

    • Save and export the diagram in various formats such as PDF o

  • Answered by AI

Digital.ai Interview FAQs

How many rounds are there in Digital.ai interview?
Digital.ai interview process usually has 2-3 rounds. The most common rounds in the Digital.ai interview process are One-on-one Round, Assignment and Technical.
How to prepare for Digital.ai 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.ai. The most common topics and skills that interviewers at Digital.ai expect are SQL, Microstrategy, Python, SDLC and Software Design.
What are the top questions asked in Digital.ai interview?

Some of the top questions asked at the Digital.ai interview -

  1. Write SQL for sec highest sala...read more
  2. Write SQL for even andODD numb...read more
  3. Spring Filters and Security Layers, Simple Java program to find the Number of s...read more

Tell us how to improve this page.

Digital.ai Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all

Digital.ai Reviews and Ratings

based on 13 reviews

4.5/5

Rating in categories

4.0

Skill development

4.6

Work-life balance

4.0

Salary

3.5

Job security

4.5

Company culture

3.5

Promotions

4.1

Work satisfaction

Explore 13 Reviews and Ratings
Software Developer
8 salaries
unlock blur

₹22 L/yr - ₹32 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹8.8 L/yr - ₹10 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹15.1 L/yr - ₹24 L/yr

Consultant
5 salaries
unlock blur

₹8.5 L/yr - ₹11 L/yr

Software Engineer
5 salaries
unlock blur

₹11 L/yr - ₹27.2 L/yr

Explore more salaries
Compare Digital.ai with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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