Filter interviews by
I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
The series starts with 0 and 1, and each subsequent number is the sum of the previous two numbers.
The formula for nth term of Fibonacci series is Fn = Fn-1 + Fn-2
The series goes like this: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196...
I applied via Company Website
Software engineering offers numerous advantages in terms of efficiency, scalability, and maintainability.
Efficiency: Software engineering practices help in optimizing code and improving performance.
Scalability: Proper software engineering enables the development of scalable systems that can handle increasing workloads.
Maintainability: Well-structured software is easier to maintain, debug, and enhance over time.
Reusabil...
posted on 16 Mar 2015
Program to form a string with first character of all words in a given string.
Split the string into an array of words
Iterate through the array and extract the first character of each word
Join the extracted characters to form the final string
Given a number n, find the number just greater than n using same digits as that of n
Convert the number to a string and sort the digits in ascending order
Starting from the rightmost digit, find the first digit that is smaller than the digit to its right
Swap this digit with the smallest digit to its right that is greater than it
Sort the digits to the right of the swapped digit in ascending order
Concatenate the digits to
Function to add two numbers represented by linked lists and return the sum list.
Traverse both linked lists and add corresponding nodes, keeping track of carry
Create a new linked list to store the sum
Handle cases where linked lists are of different lengths
Handle cases where the sum has an extra digit due to carry
Return the sum linked list
The player who picks the last coin loses the game.
The game starts with n coins.
Each player can pick 1 to 5 coins in one turn.
The player who picks the last coin loses the game.
Determine if the given n coins will result in a win or loss for the starting player.
Count the number of 0's in a sorted array of 0's and 1's.
Iterative solution: Traverse the array and count the number of 0's.
Recursive solution: Divide the array into two halves and recursively count the number of 0's in each half.
Binary search can also be used to find the first occurrence of 0 and then count the number of 0's after that index.
Reverse a linked list using recursion, handling all corner cases
Create a recursive function that takes the head of the linked list as input
Base case: if the head is null or the list contains only one node, return the head
Recursively call the function with the next node as input and set its next pointer to the current node
Set the current node's next pointer to null and return the new head
Write a function to check whether a binary tree is a sub-tree of another binary tree (Check for all corner cases)
Create a function that traverses both trees and compares them
Check if the root of the second tree matches any node in the first tree
Handle cases where one or both trees are empty
Handle cases where the trees have different structures
I am a Junior Software Developer with a passion for coding and problem-solving.
I have a Bachelor's degree in Computer Science.
I have experience in programming languages such as Java, C++, and Python.
I have worked on various projects during my studies, including developing a web application for a local business.
I am familiar with software development methodologies like Agile and Scrum.
I am a quick learner and enjoy stay...
Java is an object-oriented language while C is a procedural language.
Java is platform-independent while C is platform-dependent.
Java has automatic garbage collection while C requires manual memory management.
Java has built-in support for multithreading while C requires external libraries.
Java has a larger standard library compared to C.
Java is more secure than C due to its strong type checking and exception handling.
C ...
I have worked on various projects including a web application for a retail company and a mobile app for a fitness tracking system.
Developed a web application for a retail company to manage inventory and sales.
Created a mobile app for a fitness tracking system that allows users to track their workouts and set goals.
Contributed to a team project for a social media platform, implementing features like user authentication
TCS is a leading global IT services company with a strong reputation and diverse opportunities for growth.
TCS has a strong reputation in the IT industry
TCS offers diverse opportunities for growth and learning
TCS has a global presence and works with top clients
TCS provides a supportive and collaborative work environment
TCS values innovation and encourages employees to think creatively
AM, PM, and FM are abbreviations used in timekeeping and radio broadcasting.
AM stands for Ante Meridiem and refers to the time from midnight to noon.
PM stands for Post Meridiem and refers to the time from noon to midnight.
FM stands for Frequency Modulation and is a method used in radio broadcasting to transmit audio signals.
AM and PM are used to differentiate between morning and afternoon/evening time.
FM is used to dif...
Computer Science
Algorithms and data structures
Software development methodologies
Programming languages
CMOS stands for Complementary Metal-Oxide-Semiconductor. It is a type of technology used in electronic devices.
CMOS is a type of semiconductor technology used in microprocessors, memory chips, and other electronic devices.
It uses both p-type and n-type metal-oxide-semiconductor field-effect transistors (MOSFETs) to reduce power consumption and increase speed.
CMOS is commonly used in digital circuits, such as in compute...
Delays are interruptions or setbacks in a process. They can be avoided by proper planning and communication.
Identify potential delays and plan for them
Communicate effectively with team members and stakeholders
Use project management tools to track progress and identify issues
Address issues promptly to prevent further delays
Continuously evaluate and improve processes to minimize delays
based on 1 interview
Interview experience
Devops Engineer
50
salaries
| ₹4 L/yr - ₹11 L/yr |
Software Engineer
22
salaries
| ₹4 L/yr - ₹7.2 L/yr |
Project Manager
11
salaries
| ₹7 L/yr - ₹17 L/yr |
Cloud Security Engineer
7
salaries
| ₹4.5 L/yr - ₹6 L/yr |
Cloud Operations Manager
6
salaries
| ₹18.7 L/yr - ₹24 L/yr |
TCS
Accenture
Cognizant
Infosys