i
Inceptive
Technologies
Filter interviews by
Code to reverse a string in an array of strings.
Iterate through each string in the array
Use a StringBuilder to reverse each string
Store the reversed strings back in the array
Use SQL query with ORDER BY and LIMIT to find second highest salary from employee table.
Use ORDER BY clause to sort salaries in descending order
Use LIMIT 1,1 to get the second highest salary
Example: SELECT salary FROM employee ORDER BY salary DESC LIMIT 1,1
DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.
DDL is used to create, modify, and delete database objects such as tables, indexes, and views.
DML is used to insert, update, delete, and retrieve data from database tables.
Examples of DDL statements include CREATE TABLE, ALTER ...
You can give a null value to an int variable by using nullable types in C#.
Use nullable types like int? to declare an int variable that can hold null values.
Initialize the int variable with null by assigning 'null' to it.
Example: int? nullableInt = null;
Handle runtime exceptions by using try-catch blocks and logging the exception details.
Use try-catch blocks to catch exceptions at runtime.
Handle specific exceptions separately for better error handling.
Log the exception details for debugging purposes.
Use finally block to clean up resources after exception handling.
Work process refers to the series of steps or tasks that need to be completed in order to achieve a specific goal or outcome.
Work process involves defining the objectives and goals of a project
Breaking down the tasks into smaller, manageable steps
Assigning responsibilities to team members
Monitoring progress and making adjustments as needed
Evaluating the results and outcomes of the work process
Joins are used to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN returns all rows from the right table and the matched rows from the left table.
...
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
Aptitude Test was on Time, Speed, Maths, analysis, Work etc.
I am a passionate .Net Developer with 5 years of experience in developing web applications using C# and ASP.NET MVC.
5 years of experience in .Net development
Proficient in C# and ASP.NET MVC
Strong problem-solving skills
Experience with SQL Server database
Familiar with Agile development methodologies
Code to reverse a string in an array of strings.
Iterate through each string in the array
Use a StringBuilder to reverse each string
Store the reversed strings back in the array
You can give a null value to an int variable by using nullable types in C#.
Use nullable types like int? to declare an int variable that can hold null values.
Initialize the int variable with null by assigning 'null' to it.
Example: int? nullableInt = null;
DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.
DDL is used to create, modify, and delete database objects such as tables, indexes, and views.
DML is used to insert, update, delete, and retrieve data from database tables.
Examples of DDL statements include CREATE TABLE, ALTER TABLE...
Use SQL query with ORDER BY and LIMIT to find second highest salary from employee table.
Use ORDER BY clause to sort salaries in descending order
Use LIMIT 1,1 to get the second highest salary
Example: SELECT salary FROM employee ORDER BY salary DESC LIMIT 1,1
Delegate in C# is a type that represents references to methods with a specific parameter list and return type.
Delegates allow methods to be passed as parameters.
Delegates can be used to define callback methods.
Delegates can be used to implement events and event handling in C#.
Delegates are type-safe function pointers.
Work process refers to the series of steps or tasks that need to be completed in order to achieve a specific goal or outcome.
Work process involves defining the objectives and goals of a project
Breaking down the tasks into smaller, manageable steps
Assigning responsibilities to team members
Monitoring progress and making adjustments as needed
Evaluating the results and outcomes of the work process
Joins are used to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN returns all rows from the right table and the matched rows from the left table.
FULL ...
Handle runtime exceptions by using try-catch blocks and logging the exception details.
Use try-catch blocks to catch exceptions at runtime.
Handle specific exceptions separately for better error handling.
Log the exception details for debugging purposes.
Use finally block to clean up resources after exception handling.
Top trending discussions
Assign tasks based on past performance by analyzing employee's strengths and weaknesses.
Analyze employee's past performance data
Identify their strengths and weaknesses
Assign tasks that align with their strengths
Provide training or support for areas of weakness
Regularly review and adjust task assignments based on performance
Consider employee preferences and career goals
Assuming the blog covers popular sports, the number of viewers can range from a few thousand to millions depending on the quality of content and marketing strategies.
Consider the popularity of the sports covered in the blog
Evaluate the quality of content and frequency of updates
Assess the marketing strategies used to promote the blog
Look at the engagement level of the blog's social media accounts
Take into account the c...
A thief operating in shopping can earn anywhere from a few thousand to millions of dollars per year depending on their tactics and location.
The thief's location and the type of stores they target will greatly impact their earnings
Factors such as the thief's level of experience, skill, and risk-taking behavior will also play a role in their earnings
Some thieves may work alone while others may operate in organized groups...
Understanding car passing probabilities over time helps in traffic analysis and planning.
Probability can be calculated using the formula: P = (number of successful outcomes) / (total outcomes).
If a car passes every 10 minutes on average, in one hour (60 minutes), you expect 6 cars.
For a subset time, adjust the expected number of cars based on the time interval.
Example: In 15 minutes, if 6 cars pass in 60 minutes, expec...
To open the number lock on the bag, you need to try combinations of three numbers, ensuring that at least two of them are correct.
Start by trying the combinations of the first two numbers with each of the remaining six numbers.
If none of these combinations work, move on to the next pair of numbers and repeat the process.
Continue this pattern until you find a combination that opens the lock.
I appeared for an interview in May 2025, where I was asked the following questions.
I have foundational knowledge and some practical experience in this domain, eager to learn and grow further.
Completed coursework in relevant subjects, such as [specific course or subject].
Participated in a project where I [describe a relevant project or task].
Interned at [Company/Organization] where I gained hands-on experience in [specific skills or tasks].
Engaged in self-study and online courses to enhance my underst...
I possess strong communication, adaptability, and problem-solving skills essential for effective team collaboration.
Strong communication: I actively listen to team members and articulate ideas clearly, ensuring everyone is on the same page.
Adaptability: I adjust my approach based on team dynamics and project needs, as seen when I took on different roles in group projects.
Conflict resolution: I address disagreements con...
Data analyst with a passion for transforming data into actionable insights, skilled in statistical analysis and data visualization.
Educational Background: Bachelor's degree in Statistics, focusing on data analysis techniques.
Technical Skills: Proficient in SQL, Python, and data visualization tools like Tableau.
Professional Experience: Worked at XYZ Corp, where I improved reporting efficiency by 30% through automation.
P...
Python is a versatile programming language widely used for data analysis, automation, and web development.
Python is an interpreted language, meaning it executes code line by line, which makes debugging easier.
It supports multiple programming paradigms, including procedural, object-oriented, and functional programming.
Python has a rich ecosystem of libraries, such as Pandas for data manipulation and NumPy for numerical ...
based on 1 interview experience
Difficulty level
Duration
based on 5 reviews
Rating in categories
Software Engineer
7
salaries
| ₹1.9 L/yr - ₹10.7 L/yr |
Software Developer
7
salaries
| ₹2 L/yr - ₹8 L/yr |
PHP Developer
6
salaries
| ₹1.5 L/yr - ₹4.5 L/yr |
Test Engineer
4
salaries
| ₹4 L/yr - ₹4 L/yr |
Business Development Executive
4
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Primus Global Technologies
TriGeo Technologies
GrapplTech
Plada Infotech Services