Upload Button Icon Add office photos

Filter interviews by

CompuRx Infotech Software Developer Interview Questions and Answers

Updated 6 Jan 2018

CompuRx Infotech Software Developer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Jul 2017. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Formality only
  • Q2. Basic questions of ASP.Net and SQL
  • Q3. Write a code to bind the data in sql to aspx.cs page
  • Ans. 

    To bind data from SQL to an aspx.cs page, use ADO.NET to establish a connection, retrieve data using SQL queries, and then populate the aspx.cs page with the retrieved data.

    • Establish a connection to the SQL database using ADO.NET SqlConnection class

    • Create a SqlCommand object to execute SQL queries

    • Retrieve data from the database using SqlDataReader class

    • Bind the retrieved data to the aspx.cs page controls using data bin

  • Answered by AI
  • Q4. What is view state and data set
  • Ans. 

    View state is a mechanism to persist the state of a web page across postbacks. Data set is a collection of related data.

    • View state is used in web development to store the state of controls on a web page between postbacks.

    • It is a hidden field that is automatically generated by ASP.NET and contains the values of controls on the page.

    • View state helps in maintaining the state of controls and their values during postbacks.

    • D...

  • Answered by AI
  • Q5. What is delegate and so many question etc

Interview Preparation Tips

Round: Resume Shortlist
Experience: just you have to make a well formatted resume and mention the skill which is required in the company profile

General Tips: its totally good in begining time
Skills: Communication, Body Language, Analytical Skills, Time Management

Skills evaluated in this interview

Interview questions from similar companies

Software Developer Interview Questions & Answers

Sagacious IP user image 058 Abhilakshya Rajrah

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. 2 sum in array
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a given target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap

    • Check if the current element exists in the hashmap, if yes return the indices

    • Time complexity can be reduced to O(n) using a hashmap

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a singly linked list and return the reversed list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the list.

    • Update the head of the list to be the last node after reversing.

  • Answered by AI
  • Q3. In given time slots , find conflicting time slots
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Longest palindrome
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Use dynamic programming to optimize the solution

    • Consider both odd and even length palindromes

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at St Stanley College of Engineering, Arang and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Had 50 qsns in 45 min

Round 2 - Coding Test 

Had 5 qsns to execute topics like tress and graphs

Round 3 - Technical 

(2 Questions)

  • Q1. Sql queries and how to extract the data
  • Q2. Oops concepts and their execution
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming that help in organizing and designing code efficiently.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of objects to take on multiple forms or have multiple behaviors.

    • Abstraction: Hiding the complex ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply they don't hire

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Give you 5 problem in maths , string, sql etc

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths and communication based questions

Round 2 - Coding Test 

Estimate and SQL and coding was there

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Structures and Algorithms

Round 2 - One-on-one 

(2 Questions)

  • Q1. Data Structures
  • Q2. System design questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good level question. I have qualified for the next round

Round 2 - Coding Test 

Basic to intermediate question, Cleared the test

Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself and introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Not selected in the technical round because of lack of projects as per my role

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 mintues, relationship topics

Round 2 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. And Be Strongand good communication
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

It was a aptitude and logical reasoning test

Round 3 - Technical 

(1 Question)

  • Q1. Coding logic and aptitude was assessed
Round 4 - HR 

(1 Question)

  • Q1. Basic questions and salary negotiation was done

Interview Preparation Tips

Topics to prepare for Exl India Software Developer interview:
  • Fibonacci series
  • oops concepts
  • DSA
Interview preparation tips for other job seekers - Prepare well for the test and technical questions. Brownie points if you have a relevant project!

CompuRx Infotech Interview FAQs

What are the top questions asked in CompuRx Infotech Software Developer interview?

Some of the top questions asked at the CompuRx Infotech Software Developer interview -

  1. write a code to bind the data in sql to aspx.cs p...read more
  2. What is view state and data s...read more
  3. what is delegate and so many question ...read more

Tell us how to improve this page.

CompuRx Infotech Software Developer Salary
based on 24 salaries
₹1 L/yr - ₹4.5 L/yr
70% less than the average Software Developer Salary in India
View more details

CompuRx Infotech Software Developer Reviews and Ratings

based on 7 reviews

4.2/5

Rating in categories

4.3

Skill development

3.8

Work-Life balance

3.5

Salary & Benefits

3.6

Job Security

3.6

Company culture

3.8

Promotions/Appraisal

3.5

Work Satisfaction

Explore 7 Reviews and Ratings
Software Developer
25 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Android Developer
5 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Android App Developer
4 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Hardware & Network Administrator
4 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Explore more salaries
Compare CompuRx Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview