Upload Button Icon Add office photos

Filter interviews by

Cargoflash Infotech Interview Questions and Answers

Updated 18 Mar 2025

Cargoflash Infotech Interview Experiences

Popular Designations

3 interviews found

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

I applied via Referral and was interviewed before Apr 2022. 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 - Technical 

(2 Questions)

  • Q1. Index, Joins, Query Optimization
  • Q2. SSIS Package, Stored Procedures, Dynamic Query

Database Developer Interview Questions asked at other Companies

Q1. - Waterfall model - What is cursor in SQL - Normalization and denormalization - SDLC Lifecycle - Why we need SQL - Function and procedure in SQL - What are the main blocks of T-sql or Pl-sql - Column in left table is NULL and Column in righ... read more
View answer (1)

Interview Questions & Answers

user image Jayant Kumar

posted on 18 Mar 2025

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Design UI they shared
  • Q2. Props , Promise, callback hooks,
  • Q3. Different between CSS,Sass
  • Q4. Bootstrap Primeng Kendo

Interview Preparation Tips

Interview preparation tips for other job seekers - Please avoid joining this organization, as they hire employees every year in October and have forced more than 56 employees to resign in 2025.

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. 

    Count Ways to Reach the N-th Stair Problem Statement

    You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or tw...

  • Ans. 

    This is a problem of counting the number of distinct ways to climb a staircase with 1 or 2 steps at a time.

    • Use dynamic programming to solve this problem

    • Create an array to store the number of ways to reach each stair

    • Initialize the base cases for 0th and 1st stair

    • Iterate from 2nd stair to Nth stair and calculate the number of ways using the previous two stairs

    • Return the number of ways to reach the Nth stair modulo 10^9+7

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

  • Q1. 

    Equilibrium Index Problem Statement

    Given an array Arr consisting of N integers, your task is to find the equilibrium index of the array.

    An index is considered as an equilibrium index if the sum of elem...

  • Ans. 

    The equilibrium index of an array is the index where the sum of elements to the left is equal to the sum of elements to the right.

    • Iterate through the array and calculate the total sum of all elements

    • Initialize a variable to keep track of the left sum, initially set to 0

    • Iterate through the array again and at each index, check if the left sum is equal to the total sum minus the left sum and the current element

    • If the cond...

  • Answered by AI
Round 3 - HR 

Round duration - 15 Minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in GurgaonEligibility criteria7 CGPA, No backlogscargo flash infotech pvt. ltd interview preparation:Topics to prepare for the interview - Data Structures, Oops, DBMS, Software Engineering, CodingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : practice 250 questions atleast
Tip 2 : become comfortable in hands on coding
Tip 3 : work on aptitude

Application resume tips for other job seekers

Tip 1 : Neat and Clean
Tip 2 : Single page
Tip 3 : Do not lie in resume as they will cross check.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Jobs at Cargoflash Infotech

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. TELL ME ABOUT YOURSELF

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE YOURSELF

Interview Questionnaire 

3 Questions

  • Q1. They asked my previous development related question
  • Q2. Migrate mvc
  • Q3. Using of version control
  • Ans. 

    Version control is essential for managing code changes and collaborating with team members.

    • Version control allows for tracking changes made to code over time.

    • It enables collaboration between team members by allowing multiple people to work on the same codebase simultaneously.

    • It provides a way to revert to previous versions of code if necessary.

    • Popular version control systems include Git, SVN, and Mercurial.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. For Pega, Questions depend on the topics which we mentioned in the resume.

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Easy java, spark and kafka ques
  • Q2. How to submit spark job

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basics well and google interview questions on java and spark. Easy to crack interview if basics are all clear.

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How is the interview
  • Q2. How is work life balance
  • Ans. 

    Work life balance is important to me and my employer supports it through flexible schedules and remote work options.

    • My employer offers flexible schedules to accommodate personal needs

    • Remote work options are available for certain roles

    • I prioritize my workload and manage my time effectively to maintain balance

    • I make time for hobbies and activities outside of work to recharge

    • I communicate openly with my team and manager a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asked basic questions and some programming questions

Interview Questionnaire 

1 Question

  • Q1. Project architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for your resume.

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is Fault tolerance in MS , how do you achieve in Spring framework
  • Ans. 

    Fault tolerance in MS and achieving it in Spring framework

    • Fault tolerance is the ability of a system to continue functioning even in the presence of faults or errors

    • In MS, fault tolerance can be achieved through technologies like clustering, load balancing, and replication

    • In Spring framework, fault tolerance can be achieved through the use of circuit breakers, retry mechanisms, and fallbacks

    • Circuit breakers can be used...

  • Answered by AI
  • Q2. What is horizontal and vertical scaling ?
  • Ans. 

    Horizontal scaling means adding more machines to a pool of resources, while vertical scaling means adding more power (CPU, RAM) to an existing machine.

    • Horizontal scaling involves adding more machines to a network to increase capacity

    • Vertical scaling involves adding more resources (CPU, RAM) to a single machine to increase capacity

    • Horizontal scaling is more cost-effective and easier to implement than vertical scaling

    • Exa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident , try to give your best

Skills evaluated in this interview

Cargoflash Infotech Interview FAQs

How many rounds are there in Cargoflash Infotech interview?
Cargoflash Infotech interview process usually has 1-2 rounds. The most common rounds in the Cargoflash Infotech interview process are Resume Shortlist and Technical.
How to prepare for Cargoflash Infotech interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cargoflash Infotech. The most common topics and skills that interviewers at Cargoflash Infotech expect are SQL Server, MVC, .Net, Javascript and ASP.
What are the top questions asked in Cargoflash Infotech interview?

Some of the top questions asked at the Cargoflash Infotech interview -

  1. SSIS Package, Stored Procedures, Dynamic Qu...read more
  2. Index, Joins, Query Optimizat...read more
  3. Props , Promise, callback hoo...read more

Tell us how to improve this page.

Cargoflash Infotech Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.7k Interviews
Nagarro Interview Questions
4.0
 • 763 Interviews
Publicis Sapient Interview Questions
3.5
 • 620 Interviews
GlobalLogic Interview Questions
3.6
 • 592 Interviews
UST Interview Questions
3.8
 • 517 Interviews
CGI Group Interview Questions
4.0
 • 493 Interviews
View all

Cargoflash Infotech Reviews and Ratings

based on 68 reviews

2.8/5

Rating in categories

2.8

Skill development

2.9

Work-life balance

2.7

Salary

2.7

Job security

2.6

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 68 Reviews and Ratings
Team Lead

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Sr . Software Developer

Gurgaon / Gurugram

3-6 Yrs

Not Disclosed

Software Developer

Gurgaon / Gurugram

1-3 Yrs

₹ 3.4-8.4 LPA

Explore more jobs
Software Developer
87 salaries
unlock blur

₹2.4 L/yr - ₹10.6 L/yr

Junior Software Developer
49 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Business Analyst
43 salaries
unlock blur

₹5.7 L/yr - ₹13 L/yr

Software Tester
33 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Senior Software Developer
30 salaries
unlock blur

₹7.5 L/yr - ₹16 L/yr

Explore more salaries
Compare Cargoflash Infotech with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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