Filter interviews by
Clear (1)
I applied via Company Website and was interviewed in Nov 2021. There were 4 interview rounds.
Top trending discussions
C, java
An algorithm is a set of instructions designed to solve a specific problem or perform a specific task.
An algorithm is a step-by-step procedure for solving a problem.
It can be represented using flowcharts, pseudocode, or programming languages.
Examples of algorithms include sorting algorithms, search algorithms, and encryption algorithms.
C++ is an extension of C language with object-oriented programming features.
C++ supports object-oriented programming while C does not.
C++ has more advanced features like templates, exceptions, and namespaces.
C++ is more complex and harder to learn than C.
C++ is used for developing system software, games, and applications.
C is used for developing operating systems, embedded systems, and device drivers.
Allocation refers to the distribution or assignment of resources or tasks.
Allocation can refer to the allocation of funds, personnel, or equipment.
In engineering, allocation can refer to the allocation of tasks to different team members.
Allocation can also refer to the allocation of memory or storage space in computer systems.
Black box testing is a software testing technique that focuses on the functionality of the software without knowing its internal structure.
Tests are performed based on the software requirements and specifications
Testers do not have access to the source code or internal structure of the software
The goal is to identify defects in the software's functionality
Examples include functional testing, regression testing, and acc
White box testing is a testing technique that involves testing the internal structure of the software.
It is also known as clear box testing or structural testing.
It requires knowledge of the internal workings of the software.
It involves testing individual components or modules of the software.
It can be done manually or with the help of automated tools.
Examples include code coverage testing and path testing.
An algorithm is a set of instructions designed to solve a specific problem or perform a specific task.
An algorithm is a step-by-step procedure for solving a problem.
It is a set of rules or instructions that a computer follows to solve a problem.
Algorithms are used in programming, mathematics, and many other fields.
Examples of algorithms include sorting algorithms, search algorithms, and encryption algorithms.
Java and C are both programming languages, but differ in syntax, usage, and platform compatibility.
Java is an object-oriented language, while C is a procedural language.
Java is platform-independent, while C is platform-dependent.
Java has automatic memory management, while C requires manual memory management.
Java has a larger standard library than C.
C is faster and more efficient than Java for certain tasks, such as sys...
I applied via Job Portal and was interviewed before Mar 2022. There were 2 interview rounds.
Software coding involves writing instructions in programming languages to create computer programs.
Software coding is the process of writing instructions that a computer can understand and execute.
Programming languages are used to write these instructions, such as Python, Java, C++, etc.
Coding involves breaking down a problem into smaller steps and writing code to solve each step.
Programmers use various tools and softw...
Shirtless for Excel and keyboard for typing is not applicable.
There is no specific dress code for using Excel or typing on a keyboard.
However, it is recommended to wear comfortable clothing to avoid distractions.
Proper posture and ergonomics are more important for long-term health than clothing choices.
Sorry, I am not sure who Shirley is and what function you are referring to.
Hardware refers to physical components of a computer system. Examples include CPU, RAM, motherboard, hard drive, and graphics card.
Hardware refers to physical components of a computer system
Examples include CPU, RAM, motherboard, hard drive, and graphics card
Devices and their connection points
Computers - USB ports, Ethernet ports
Printers - USB ports, Ethernet ports, Wi-Fi
Smartphones - USB ports, Bluetooth, Wi-Fi
TVs - HDMI ports, USB ports, Ethernet ports
Gaming consoles - HDMI ports, USB ports, Ethernet ports, Wi-Fi
Examples of AS sites include data centers, internet service providers, and cloud computing providers.
AS sites are organizations that provide internet connectivity to end-users
They are identified by their Autonomous System (AS) number
Examples include Amazon Web Services (AS16509), Google (AS15169), and Microsoft (AS8075)
Some latest programming languages include Rust, Kotlin, Swift, and TypeScript.
Rust is a systems programming language that emphasizes safety and performance.
Kotlin is a statically typed language that runs on the Java Virtual Machine and is used for Android app development.
Swift is a programming language developed by Apple for iOS, macOS, watchOS, and tvOS development.
TypeScript is a superset of JavaScript that adds opti
I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.
I was interviewed in Jan 2022.
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.
To determine if a point is inside a polygon, use the ray casting algorithm.
Create a line from the point to a point outside the polygon
Count the number of times the line intersects with the polygon edges
If the count is odd, the point is inside the polygon; otherwise, it is outside
The four storage classes in C are auto, register, static, and extern.
Auto: default storage class for all local variables
Register: used to define local variables that should be stored in a register instead of RAM
Static: used to define local variables that retain their value between function calls
Extern: used to declare a global variable that is defined in another file
i is stored in global data segment, j is stored in stack, k is stored in heap.
i is a global variable and is stored in the global data segment
j is a local variable and is stored in the stack
k is a pointer variable and is stored in the stack, while the memory it points to is allocated on the heap using malloc()
Use a hash table to store the words and check for existence in constant time.
Create a hash table with the words as keys and a boolean value as the value.
For each new word, check if it exists in the hash table. If it does, it has appeared before. If not, add it to the hash table.
Alternatively, use a set data structure to store only the unique words and check for existence in the set.
based on 2 reviews
Rating in categories
Technical Support Engineer
935
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Consultant
327
salaries
| ₹0 L/yr - ₹0 L/yr |
Member Technical Staff
276
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Member of Technical Staff
249
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Technical Consultant
229
salaries
| ₹0 L/yr - ₹0 L/yr |
SAP
Zoho
Oracle
Adobe