eQ Technologic
Draeger India Interview Questions and Answers
Q1. 1. Write a C program to print only the even numbers from the fibonacci series(optimization techniques such as dynamic programming expected) 2. What is the difference between .lib and .dll files in Windows or .a...
read moreA C program to print even numbers from the Fibonacci series using dynamic programming.
Use dynamic programming to store previously calculated Fibonacci numbers.
Iterate through the Fibonacci series and check if each number is even.
Print the even numbers found.
Q2. 3. Describe the complete boot up process of a typical machine. 4. Write an assembly program to perform multiplication of 2 numbers without using the MUL operator. 5. C code for inserting into a BST + pen and pa...
read moreThe boot up process of a typical machine involves several stages, including power-on, BIOS initialization, bootloader loading, kernel loading, and initialization of the operating system.
The boot up process starts with the power-on of the machine.
The BIOS (Basic Input/Output System) is initialized, which performs a series of hardware checks and initializes the system components.
The bootloader is loaded, which is responsible for loading the operating system.
The kernel of the op...read more
Q3. Write optimized code of Prime Number(on paper)
Optimized code to find prime numbers
Start checking from 2 up to the square root of the number
Use the modulo operator to check if the number is divisible by any smaller number
If the number is divisible by any smaller number, it is not prime
If the number is not divisible by any smaller number, it is prime
Q4. Explain project, draw database diagram of WhatsApp
WhatsApp is a messaging app that allows users to send text messages, voice messages, images, and videos.
WhatsApp uses a centralized database to store user information, messages, and media files.
The database schema includes tables for users, groups, messages, media files, and settings.
Each user has a unique ID, phone number, and profile information stored in the database.
Messages are linked to users and groups through foreign keys in the database.
Media files are stored in a se...read more
Q5. write automation script to open google chrome and verify login functionality
Automation script to open Google Chrome and verify login functionality
Use Selenium WebDriver to automate browser actions
Locate the login elements using appropriate locators
Enter login credentials and submit the form
Verify successful login by checking for expected elements on the next page
Q6. Use case bases on real life
Using a real-life example to demonstrate a software feature
Creating a use case for a banking app to demonstrate how a user can transfer money between accounts
Detailing the steps a user takes to log in, select accounts, enter amount, and confirm transfer
Including error handling scenarios like insufficient funds or incorrect account information
Interview Process at Draeger India
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month