Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Cross Country Infotech Team. If you also belong to the team, you can get access from here

Cross Country Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cross Country Infotech Software Tester Interview Questions, Process, and Tips

Updated 17 Dec 2024

Cross Country Infotech Software Tester Interview Experiences

1 interview found

Software Tester Interview Questions & Answers

user image Atharva s.p

posted on 17 Dec 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(8 Questions)

  • Q1. What is testing
  • Ans. 

    Testing is the process of evaluating a software application to find defects and ensure it meets requirements.

    • Testing involves executing the software with the intention of finding bugs or issues.

    • It is done to ensure the software meets the specified requirements and functions correctly.

    • Types of testing include functional testing, performance testing, security testing, etc.

    • Examples of testing tools include Selenium, JUnit

  • Answered by AI
  • Q2. What is exact process of testing
  • Ans. 

    The exact process of testing involves planning, designing, executing, and evaluating tests to ensure software quality.

    • Planning: Define test objectives, scope, and strategy.

    • Designing: Create test cases based on requirements and risks.

    • Executing: Run tests and record results.

    • Evaluating: Analyze test results and report defects.

    • Iterating: Repeat testing as needed to ensure quality.

    • Example: Testing a login feature by enterin

  • Answered by AI
  • Q3. Testing lifecycle
  • Q4. SDLC lifecycle
  • Q5. Project realted Question
  • Q6. What are test cases
  • Ans. 

    Test cases are scenarios or conditions used to validate the functionality of a software application.

    • Test cases outline steps to be taken, expected results, and actual results for each scenario.

    • They help ensure that the software meets requirements and functions correctly.

    • Examples include testing login functionality, data validation, and error handling.

  • Answered by AI
  • Q7. Why testing is Needed
  • Ans. 

    Testing is needed to ensure software quality, identify defects, and improve user experience.

    • Testing helps identify defects early in the development process.

    • Testing ensures software meets requirements and specifications.

    • Testing helps improve user experience by identifying usability issues.

    • Testing helps build confidence in the software's reliability and performance.

    • Testing helps prevent costly errors and failures in prod...

  • Answered by AI
  • Q8. SQL Queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on our Projects if you are in from CS background

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

They totally select you on the basis of aptitude only

Round 3 - Technical 

(1 Question)

  • Q1. It is also based on aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - to have a good knowledge over aptitude

Interview Questionnaire 

2 Questions

  • Q1. Fsmo roles
  • Q2. Office 365

I applied via Referral and was interviewed before Aug 2021. There were 2 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 

General topics like mathe, English, social etc

Interview Preparation Tips

Topics to prepare for IT By Design Software Engineer interview:
  • Python
  • general
Interview preparation tips for other job seekers - It is best choice to our life . If I can join in this company. I can learn more things by gaining work experience.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is zero coupon bond?
  • Ans. 

    A zero coupon bond is a bond that pays no interest and is sold at a discount to its face value.

    • Zero coupon bonds are also known as discount bonds.

    • Investors buy these bonds at a price lower than their face value and receive the full face value at maturity.

    • The difference between the purchase price and the face value is the investor's return.

    • Zero coupon bonds are often used for long-term investments, such as retirement sa...

  • Answered by AI
  • Q2. What is corporate actions and how you record those in books?
  • Ans. 

    Corporate actions are events initiated by a company that can affect its stock price and shareholders. They are recorded in books through various accounting entries.

    • Corporate actions include stock splits, dividends, mergers, acquisitions, and spin-offs.

    • These actions are recorded in books through journal entries and adjustments to accounts such as retained earnings and stockholders' equity.

    • For example, if a company decla...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

Cross Country Infotech Interview FAQs

How many rounds are there in Cross Country Infotech Software Tester interview?
Cross Country Infotech interview process usually has 1 rounds. The most common rounds in the Cross Country Infotech interview process are Technical.
What are the top questions asked in Cross Country Infotech Software Tester interview?

Some of the top questions asked at the Cross Country Infotech Software Tester interview -

  1. what is exact process of test...read more
  2. Why testing is Nee...read more
  3. What is test...read more

Tell us how to improve this page.

Cross Country Infotech Software Tester Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.2
 • 38 Interviews
View all
Process Associate
106 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Senior Process Associate
32 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Software Engineer
28 salaries
unlock blur

₹4.5 L/yr - ₹15.8 L/yr

System Engineer
12 salaries
unlock blur

₹5 L/yr - ₹7.9 L/yr

Explore more salaries
Compare Cross Country Infotech with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview