Filter interviews by
I have worked on various projects in the past, including testing web applications, mobile apps, and APIs.
Tested web applications for functionality, usability, and performance.
Tested mobile apps on different devices and platforms.
Tested APIs for data accuracy and response times.
Top trending discussions
I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.
Test output of a graphic card
Check for resolution and refresh rate
Test different graphic-intensive applications
Check for artifacts or distortion in the output
Test with different cables and monitors
Benchmark the performance using software tools
Quality assurance is the process of ensuring that a product or service meets the desired level of quality.
7QC tools are used to identify and solve quality problems
The tools include Pareto chart, cause-and-effect diagram, control chart, histogram, scatter diagram, flowchart, and check sheet
QA involves creating and implementing processes and procedures to prevent defects and improve quality
It also involves testing and ev...
I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.
My role model is Elon Musk.
I admire his innovative thinking and determination to push boundaries.
His ability to lead multiple successful companies is inspiring.
His focus on sustainable energy and space exploration aligns with my values.
I strive to emulate his work ethic and passion for making a positive impact on the world.
I have been involved in various extra-curricular activities such as volunteering, sports, and music.
Volunteered at local animal shelter
Played on intramural basketball team
Participated in school choir
Attended coding workshops and hackathons
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
Program to reverse an integer
Convert the integer to a string
Reverse the string
Convert the reversed string back to an integer
I have worked on various projects including a web application for inventory management and a mobile app for task tracking.
Developed a web application using React for inventory management, allowing users to track stock levels and generate reports.
Created a mobile app using Flutter for task tracking, enabling users to create, assign, and track tasks in real-time.
Collaborated with a team of developers to integrate APIs an...
Data structures are fundamental concepts in software engineering that organize and store data efficiently.
Arrays: Simple and efficient for storing and accessing elements.
Linked Lists: Dynamic and flexible, efficient for insertion and deletion.
Stacks: LIFO structure, useful for managing function calls and undo operations.
Queues: FIFO structure, ideal for managing tasks and scheduling.
Trees: Hierarchical structure, used ...
The difference is that 'int arr[5]' creates an array on the stack, while 'malloc(5*sizeof(int))' allocates memory on the heap.
int arr[5] creates an array of 5 integers on the stack, which is a fixed-size memory allocation.
malloc(5*sizeof(int)) dynamically allocates memory on the heap, allowing for variable-size memory allocation.
The memory allocated with malloc must be explicitly freed with free() to avoid memory leaks...
I appeared for an interview before Mar 2021.
Round duration - 40 minutes
Round difficulty - Easy
Technical round with questions based on DSA.
Create a program to reverse a given integer N
. The output should be the reversed integer.
If a number has trailing zeros, their reversed version should not inclu...
Reverse a given integer while excluding trailing zeros.
Create a program to reverse the given integer by converting it to a string and then reversing it.
Remove any trailing zeros from the reversed string before converting it back to an integer.
Handle the constraints of the input integer being between 0 and 10^8.
Example: For input 1230, the output should be 321.
You are given a Singly Linked List of integers. Your task is to reverse the Linked List by changing the links between nodes.
The first line of input contai...
new int[5] is C++ specific and initializes the array with default values, while malloc(5 * sizeof(int)) is a C function and does not initialize the array.
new int[5] is C++ specific and calls constructors for each element in the array.
malloc(5 * sizeof(int)) is a C function and does not call constructors, leaving the array uninitialized.
new int[5] returns a pointer to the first element of the array, while malloc(5 * siz...
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
based on 1 interview experience
based on 7 reviews
Rating in categories
Software Engineer
2.8k
salaries
| ₹16.8 L/yr - ₹39.6 L/yr |
Senior Software Engineer
666
salaries
| ₹24.4 L/yr - ₹45 L/yr |
Technical Consulting Engineer
662
salaries
| ₹9.7 L/yr - ₹30.4 L/yr |
Network Engineer
399
salaries
| ₹6.4 L/yr - ₹14 L/yr |
Technical Lead
356
salaries
| ₹30.9 L/yr - ₹55.3 L/yr |
Microsoft Corporation
Sterlite Technologies
Nokia Networks