CarX interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

CarX
upvote
share-icon
2 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 5 months
Topics: OOPS, C Programming, Java Language, OS, Aptitude
Tip
Tip

Tip 1 : Solve RS Aggarwal Aptitude and Problem Solving Books.
Tip 2 : Practice Coding questions from Leetode.
Tip 3 : Work on communication skills

Application process
Where: Campus
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Mark skills with Bold letters.
Tip 2 : Do not put false things on resume.

Interview rounds

01
Round
Hard
Online Coding Interview
Duration60 minutes
Interview date26 Jan 2022
Coding problem4

- Morning time
- Environment was good.
- No
- Interviewer was average

1. Operating System Question

The two steps the operating system takes to use a disk to hold its files are _______ and ________
a) caching & logical formatting
b) logical formatting & swap space creation
c) swap space creation & caching
d) partitioning & logical formatting

Problem approach

Tip 1 : Should know the concepts of caching 
Tip 2 : Should know the concepts of Operating system basics

2. Optimize The Code

Moderate
30m average time
60% success
0/80
Asked in companies
UberCarXNagarro Software

While practicing questions on data structures, Ninja faced a problem and was not able to pass all the test cases of a question as the time complexity of the code Ninja made was very large. Ninja asked you for help. You are given a snippet of code and you have to optimize the code.

Pseudocode:

RES = 0
FOR(i -> A to B) {
    FOR(j -> C to D) {
        ADD (i ^ j) to RES;
    }
}
PRINT(RES)

You are given the integers ‘A’, ‘B’, ‘C’, and ‘D’, and ‘^’ represents the bitwise XOR operator. As the result can be large print the result modulo 1000000007.

Try solving now

3. Weighted Job Scheduling

Moderate
15m average time
85% success
0/80
Asked in companies
IntuitAmazonPhonePe

You are given 'N' jobs with their start time 'Start', end time 'End' and profit 'Profit'. You need to tell the maximum profit you can obtain by performing these jobs such that no two jobs overlap.

Note:
The start time of one job can be equal to the end time of another.
Try solving now

4. Operating System Question

To recover from failures in the network operations _____________ information may be maintained.
a) operating system
b) ip address
c) stateless
d) state

Problem approach

Tip 1 : Should know the concepts of Operating system basics
Tip 2 : ID address concepts should be known

02
Round
Medium
HR Round
Duration15 minutes
Interview date7 Jan 2022
Coding problem1

- Morning time
- Environment was good.
- No
- Interviewer was good

1. Basic HR Questions

- Brief yourself
- Tell me about your experience in life?
- Why do you wants to join CarX?
- Strength and weakness?

Problem approach

Tip 1 : Communication should be clear
Tip 2 : Give proper answer and study about HR question

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
961 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7874 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9973 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4310 views
1 comments
0 upvotes