i
Ducont
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jan 2022. There was 1 interview round.
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2024. There were 4 interview rounds.
posted on 16 Sep 2024
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization helps in minimizing data redundancy by dividing the database into multiple tables.
It ensures data integrity by avoiding update anomalies.
Normalization is achieved through a series of rules called normal forms, such as 1NF, 2NF, 3NF, etc.
Example: In a database, instead of storing customer details i...
Reflection is the ability of a program to examine and modify its own structure and behavior at runtime.
Allows accessing metadata of types and members at runtime
Enables dynamic instantiation of objects
Facilitates invoking methods dynamically
posted on 2 Jul 2023
I applied via Walk-in and was interviewed in Jun 2023. There were 4 interview rounds.
-Quantitative easy, intermediate
-Mathematical easy, intermediate
-Logical easy, intermediate
-programming questions too but it is easy like syntax correction and McQ in coding.
This was taken by two senior developers
30mins interview which the questions will be asked on your skill section.
-About Dotnet
-c#
-Oops principles
-HTML, CSS
-React Js basics
-SQL queries
But they asked only the basics so cover all the fundamentals before interview
Good luck guys!
Code Snept question with 3-4 Reasoning question. Google form
Pen paper coding round. String , Array . Linkedlist , graph, questions
To find the nearest prime number, iterate from the given number in both directions until a prime number is found.
Start iterating from the given number in both directions to find the nearest prime number.
Check if a number is prime by dividing it by all numbers less than its square root.
Keep track of the closest prime number found during the iteration.
Find the second maximum number in an array of strings.
Convert the array of strings to an array of integers.
Sort the array in descending order.
Return the second element in the sorted array.
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
posted on 8 Mar 2024
I applied via campus placement at GLA Institute of Technology and Management, Mathura and was interviewed in Feb 2024. There were 4 interview rounds.
30min Pseudo Code,Ratio and Proportion
1 hour Array,HashMap
Program to check if a string is an Anagram or not
Create a function that takes in two strings as input
Sort the characters in both strings and compare if they are equal
Return true if they are anagrams, false otherwise
To connect MongoDB with a database, you need to use the MongoDB URI and a MongoDB client library.
Use the MongoDB URI to specify the connection details such as host, port, username, password, and database name
Install a MongoDB client library like Mongoose for Node.js or pymongo for Python
Use the client library to establish a connection to the MongoDB database and perform CRUD operations
An event listener is a function that waits for a specific event to occur and then triggers a response.
Event listeners are commonly used in web development to handle user interactions like clicks, keypresses, etc.
They are attached to specific elements and listen for events to occur on those elements.
Once the event occurs, the listener executes a callback function to respond to the event.
Example: Adding a click event lis...
Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Use two pointers to swap characters in place
Initialize two pointers, one at the beginning of the string and one at the end
Swap characters at the two pointers and move them towards each other until they meet or cross
Repeat the process until the entire string is reversed
Use bitwise XOR operation to find the missing number in O(N) time complexity.
Iterate through the array and XOR all the elements with their indices and the array length.
The missing number will be the result of XORing all the elements with their indices and the array length.
Coding for international
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
posted on 25 Jul 2023
I applied via Campus Placement
It basic about all the common aptitude
It had a coding test where there was 2 questions
Count the number of alphabets in a given string.
Iterate through each character in the string and check if it is an alphabet using ASCII values.
Ignore spaces, numbers, and special characters while counting alphabets.
Example: 'Hello World!' has 10 alphabets.
Software Engineer
85
salaries
| ₹2.8 L/yr - ₹9.5 L/yr |
Senior Software Engineer
63
salaries
| ₹5.5 L/yr - ₹11.5 L/yr |
Software Developer
30
salaries
| ₹2.5 L/yr - ₹11 L/yr |
Junior Software Developer
16
salaries
| ₹2 L/yr - ₹3 L/yr |
Test Engineer
15
salaries
| ₹3 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
HCLTech