i
ValueLabs
Filter interviews by
Techniques for software QA include black box testing, white box testing, regression testing, and exploratory testing.
Black box testing: testing the functionality of the software without knowledge of its internal workings
White box testing: testing the internal workings of the software
Regression testing: testing to ensure that changes to the software have not introduced new bugs
Exploratory testing: testing without a spec...
posted on 28 Oct 2024
Basic coding along with general aptitude
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating objects that interact with each other to solve a problem
Encapsulation: Objects encapsulate data and behavior. Example: Car object with properties like color and methods like start()
Inheritance: Objects can inherit attributes and methods from other objects. Example: Anima...
Data structures are ways to organize and store data efficiently in a computer.
Data structures are used to store and organize data in a way that makes it easy to access and manipulate.
Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.
For example, an array is a data structure that stores a collection of elements in a contiguous block of memory.
A linked list is a data structure wh...
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Cucumber is a testing tool that supports Behavior Driven Development (BDD) by allowing tests to be written in plain English.
Cucumber uses Gherkin syntax to define test cases in a human-readable format
It allows collaboration between non-technical stakeholders and technical team members
Cucumber tests are written in feature files with scenarios and steps
It can be integrated with various programming languages like Java, Ru
Basic MCQs on General aptitude, logical reasoning and programming questions
A constructor in C++ is a special member function that is automatically called when an object is created.
Constructors have the same name as the class and do not have a return type.
They can be used to initialize the object's data members.
Default constructors are automatically generated if no constructor is defined.
Parameterized constructors can be defined to accept arguments during object creation.
Copy assignment operator is a special member function in C++ that allows one object to be assigned the values of another object of the same class.
Copy assignment operator is denoted by the = operator.
It is used to copy the values of one object into another object of the same class.
It is automatically generated by the compiler if not explicitly defined.
Example: MyClass obj1; MyClass obj2; obj2 = obj1; // Copy assignment
Virtualization in C++ is the process of creating a virtual version of a class or function to allow for polymorphism and dynamic binding.
Virtualization in C++ is achieved through the use of virtual functions and inheritance.
Virtual functions are declared in a base class and overridden in derived classes to provide different implementations.
Virtualization allows for polymorphism, where a pointer to a base class can point...
Implement a custom String class in a programming language.
Define a class with necessary properties and methods to manipulate strings.
Include methods for concatenation, substring, length, etc.
Handle memory allocation and deallocation properly.
Example: class MyString { // implementation }
Smart pointers are objects that act like pointers but provide automatic memory management.
Smart pointers help prevent memory leaks by automatically deallocating memory when no longer needed.
Examples include unique_ptr, shared_ptr, and weak_ptr in C++.
They provide better memory safety compared to raw pointers.
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.
30 questions combination of Logical, numeric, verbal and 2 coding questions.
I am a passionate software engineer with experience in developing web applications and a strong background in computer science.
Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React
Strong background in computer science with knowledge of data structures and algorithms
Proficient in programming languages such as Java, Python, and C++
Familiar with Agile development methodolog
Strength: Problem-solving skills. Weakness: Overthinking.
Strength: I have strong problem-solving skills which help me in finding efficient solutions to complex issues.
Weakness: Sometimes I tend to overthink situations, which can lead to unnecessary stress and delays in decision-making.
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
General aptitude online test
I have experience working on various projects including web development, mobile app development, and database management.
Developed a web application using React.js and Node.js for a client in the e-commerce industry
Created a mobile app using Swift for a healthcare startup to track patient data
Managed a MySQL database for a financial services company to store and retrieve customer information
SDLC architecture stands for Software Development Life Cycle architecture, which is a process used in software development to design, develop, and test software applications.
SDLC architecture involves planning, designing, coding, testing, and deploying software applications.
It helps in ensuring that the software development process is organized and efficient.
Common SDLC models include Waterfall, Agile, and DevOps.
Each ...
DBMS stands for Database Management System, it is a software that manages databases and allows users to interact with them.
DBMS is used to create, retrieve, update, and manage data in databases.
It provides a way to store and organize data efficiently.
DBMS ensures data integrity, security, and consistency.
Examples of DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
based on 29 reviews
Rating in categories
Senior Software Engineer
2.2k
salaries
| ₹4.7 L/yr - ₹25 L/yr |
Software Engineer
940
salaries
| ₹6.2 L/yr - ₹14 L/yr |
Analyst
539
salaries
| ₹8.5 L/yr - ₹30 L/yr |
Technical Lead
398
salaries
| ₹11.8 L/yr - ₹40 L/yr |
Senior Analyst
381
salaries
| ₹11.2 L/yr - ₹35.4 L/yr |
TCS
Infosys
Wipro
HCLTech