Filter interviews by
Be the first one to contribute and help others!
I was interviewed in Oct 2016.
My hobbies include hiking, playing guitar, and cooking.
Hiking: I enjoy exploring nature trails and challenging myself physically.
Playing guitar: I love learning new songs and improving my skills.
Cooking: I like experimenting with different recipes and creating delicious meals.
In 5 years, I see myself as a senior software developer leading a team and working on complex projects.
Leading a team of developers
Working on complex projects
Continuously learning and improving my skills
Contributing to the growth and success of the company
I want to join DELL because of their innovative technology solutions and strong reputation in the industry.
DELL is known for their cutting-edge technology solutions which align with my passion for software development.
I admire DELL's strong reputation in the industry and their commitment to customer satisfaction.
I believe joining DELL will provide me with opportunities for growth and career advancement.
I was interviewed in Jan 2017.
I was interviewed in Sep 2016.
I applied via Campus Placement and was interviewed in Nov 2022. There were 3 interview rounds.
20 questions within 1 hour ,3-4 logical reasoning, 12-15 maths (work , time, speed, interest)
Encapsulation is the process of hiding implementation details and providing a public interface for accessing the functionality.
Encapsulation helps in achieving data abstraction and information hiding
It prevents unauthorized access to the internal details of an object
It allows for better control over the data and its behavior
Example: A class with private variables and public methods to access them
Classes are templates for creating objects, functions are blocks of code that perform a specific task, and objects are instances of a class.
Classes define the properties and methods of an object
Functions are reusable blocks of code that can take input and return output
Objects are created from a class and have their own unique properties and methods
Example: Class - Car, Function - startEngine(), Object - myCar
Program to check if a given string is a palindrome
Remove all non-alphanumeric characters from the string
Convert the string to lowercase
Reverse the string and compare with the original string
Program to print a pattern of stars in a specific shape.
Use nested loops to print the stars in the desired pattern.
The number of stars in each row increases by one until the middle row, then decreases by one.
The number of spaces between the stars decreases by one until the middle row, then increases by one.
posted on 28 May 2024
Sizeof operator in C returns the size of a variable or data type in bytes.
Sizeof operator is evaluated at compile time
Sizeof operator can be used with variables, data types, or expressions
Example: sizeof(int) returns 4 on a 32-bit system
I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.
1.basic c program questions
2.asked array related program
3. Some operating system questions
1.asked questions on Android boot flow
2.asked previous projects
The sales growth between the years is calculated by comparing the sales figures from one year to another.
Calculate the difference in sales between the two years
Divide the difference by the sales figure of the initial year
Multiply the result by 100 to get the percentage growth
For example, if sales were $100 in year 1 and $120 in year 2, the growth would be (120-100)/100 * 100 = 20%
posted on 11 Sep 2024
Async/await is a feature in programming that allows asynchronous code to be written in a synchronous manner.
Async/await is a way to write asynchronous code in a more synchronous style.
It is used in languages like JavaScript to handle asynchronous operations.
Async functions return a Promise, which allows them to be awaited.
Await keyword is used to pause the execution of an async function until a Promise is settled.
Implementing CI/CD involves automating the process of integrating code changes and deploying them to production.
Set up a version control system like Git to track changes
Use a continuous integration tool like Jenkins to automatically build and test code
Implement automated testing to ensure code quality
Use a continuous deployment tool like Ansible or Docker to deploy code changes
Integrate monitoring and alerting to track
based on 3 reviews
Rating in categories
Vivo
UST
Hyundai Motor India Limited
Dell