i
SpanIdea
Filter interviews by
I applied via Campus Placement and was interviewed in Dec 2022. There was 1 interview round.
Answer to coding questions for Associate Software Engineer interview
To check for palindrome, compare the input string with its reverse
To print the reverse of an array, loop through the array in reverse order and print each element
To find the second highest in an array, loop through the array and keep track of the highest and second highest values
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
C language has various topics including data types, control structures, functions, arrays, pointers, structures, and file handling.
Data types - int, float, char, double, etc.
Control structures - if-else, switch-case, loops, etc.
Functions - user-defined functions, library functions, etc.
Arrays - one-dimensional, multi-dimensional, etc.
Pointers - pointer variables, pointer arithmetic, etc.
Structures - user-defined data t...
The type qualifier volatile is used to indicate that a variable's value may change unexpectedly.
The volatile qualifier is used when a variable can be modified by external factors that are beyond the control of the program.
It is commonly used when accessing hardware registers or shared memory in multi-threaded environments.
The const qualifier is used to indicate that a variable's value cannot be modified once it is assi...
Storage classes are keywords in C programming that define the scope and lifetime of variables.
There are four storage classes in C: auto, register, static, and extern.
Auto variables are local to a function and have a default value of garbage.
Register variables are stored in CPU registers for faster access.
Static variables retain their value between function calls.
Extern variables are declared outside of any function and...
Code to reverse words in a string
Split the string into an array of words
Loop through the array and reverse each word
Join the reversed words back into a string
The computer starts by executing the BIOS, which initializes hardware and loads the operating system.
When the power button is pressed, the computer sends a signal to the power supply to turn on.
The BIOS (Basic Input/Output System) is then executed, which performs a Power-On Self Test (POST) to check hardware components.
The BIOS then loads the boot loader from the hard drive or other bootable device.
The boot loader then...
A process is an instance of a program while a thread is a lightweight process that can run concurrently with other threads.
A process is a program in execution
A process has its own memory space and system resources
A thread is a subset of a process
A thread shares the same memory space and system resources as its parent process
Multiple threads can run concurrently within a single process
System call is a request made by a program to the operating system for a service or resource.
System calls provide an interface between a program and the operating system.
They allow programs to perform tasks such as reading and writing files, creating new processes, and managing memory.
Examples of system calls include open(), read(), write(), fork(), and exec().
Top trending discussions
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
I rate myself as proficient in programming languages with experience in Java, Python, and C++.
Proficient in Java, Python, and C++
Experience in developing applications using these languages
Familiarity with various frameworks and libraries
Ability to write efficient and optimized code
Experience in debugging and troubleshooting
Continuously learning and improving skills
A program to calculate the average of a list of numbers.
Prompt the user to enter a list of numbers separated by commas.
Split the input string into an array of numbers.
Calculate the sum of the numbers in the array.
Divide the sum by the length of the array to get the average.
Display the average to the user.
I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.
posted on 27 Dec 2024
I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.
Assessment testing the knowledge in all the subjects of CSE
posted on 29 Oct 2024
I applied via Walk-in and was interviewed before Oct 2023. There were 3 interview rounds.
Java Coding round and Sql queries
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
Key principles include Inheritance, Encapsulation, Polymorphism, and Abstraction
Inheritance allows a class to inherit properties and behavior from another class
Encapsulation restricts access to certain components wi...
Collections in programming refer to data structures that allow you to store and manipulate multiple elements.
Collections can be used to store groups of related data, such as lists, sets, maps, or queues.
They provide methods for adding, removing, and accessing elements within the collection.
Examples of collections in Java include ArrayList, HashSet, HashMap, and LinkedList.
The basics questions are there regarding basic concepts of computer engineering
SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.
SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.
Examples of SDLC mode...
posted on 12 Oct 2023
I applied via Approached by Company and was interviewed in Sep 2023. There were 4 interview rounds.
Reasoning general knowledge questions.
Logical and tricky questions.
based on 1 interview
Interview experience
based on 8 reviews
Rating in categories
Software Engineer
206
salaries
| ₹3.2 L/yr - ₹13.2 L/yr |
Senior Software Engineer
134
salaries
| ₹5 L/yr - ₹16 L/yr |
Associate Software Engineer
83
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Software Developer
31
salaries
| ₹3.8 L/yr - ₹9.9 L/yr |
Talent Acquisition Executive
26
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software