Upload Button Icon Add office photos
Engaged Employer

i

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

TruKKer Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TruKKer Interview Questions and Answers

Updated 2 Apr 2024
Popular Designations

TruKKer Interview Experiences

8 interviews found

Principal Engineer Interview Questions & Answers

user image Nupur Chatterjee

posted on 10 Jun 2021

Interview Questionnaire 

4 Questions

  • Q1. Dot net Core
  • Q2. Oops concept
  • Q3. Microservice
  • Q4. Sql delete vs truncate
  • Ans. 

    Difference between SQL DELETE and TRUNCATE

    • DELETE is a DML command while TRUNCATE is a DDL command

    • DELETE removes specific rows from a table while TRUNCATE removes all rows

    • DELETE can be rolled back while TRUNCATE cannot be rolled back

    • DELETE is slower than TRUNCATE as it logs each row deletion

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions about you and previous company if you are experienced

Interview Preparation Tips

Interview preparation tips for other job seekers - You can join it for gaining experience

SDE Interview Questions & Answers

user image Anonymous

posted on 6 Mar 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find whether an array is mountain array or not
  • Ans. 

    A mountain array is an array that increases to a peak and then decreases.

    • Check if the array has a peak where all elements before the peak are in increasing order and all elements after the peak are in decreasing order.

    • Example: ['1', '2', '3', '4', '5', '4', '3', '2', '1'] is a mountain array.

    • Example: ['1', '2', '3', '4', '5', '5', '4', '3', '2', '1'] is not a mountain array.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Diff b/w let, const, var
  • Ans. 

    let is block scoped, const is constant, var is function scoped

    • let: block scoped, can be reassigned, not hoisted

    • const: block scoped, cannot be reassigned, not hoisted

    • var: function scoped, can be reassigned, hoisted

    • Example: let x = 10; const y = 20; var z = 30;

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image shashank yadav

posted on 15 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Pure functions was asked
  • Ans. 

    Pure functions always produce the same output for the same input and have no side effects.

    • Deterministic: Given the same input, a pure function will always return the same output. Example: `add(a, b)` always returns the same result for the same `a` and `b`.

    • No Side Effects: Pure functions do not modify any external state or variables. Example: A function that calculates the square of a number without altering any global ...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 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. Manager comes and asks about general things like about yourself and about job profile.
  • Q2. Then after asked about some things about supply chain

Interview Preparation Tips

Interview preparation tips for other job seekers - its very good company as i think, but issue that they are very slow in interviewing. they scheduled second round and did not come in meet.
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 - One-on-one 

(2 Questions)

  • Q1. Previous experience
  • Q2. How long will stay here
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. How will you deal with multiple tasks.

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly interview. They will ask about previous experience.

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about TruKKer?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Education qualification, about myself
  • Q2. Working experience, working procedure
Round 2 - Case Study 

How to smoothly work

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Dynamic professional with diverse experience in management, team leadership, and project execution, committed to driving organizational success.

    • Over 5 years of experience in management roles, leading teams to achieve project goals.

    • Successfully managed a team of 10 in a retail environment, increasing sales by 20% in one year.

    • Skilled in conflict resolution, having mediated disputes that improved team cohesion.

    • Proficient ...

  • Answered by AI
  • Q2. Where do you see 5 years from now
Round 2 - Aptitude Test 

It was online test on DI, logic etc

Round 3 - Technical 

(3 Questions)

  • Q1. What do u know about UPS
  • Q2. Which is yo your biggest achievement till date
  • Q3. Your SWOT analysis
  • Ans. 

    My SWOT analysis includes strong leadership skills, excellent communication abilities, opportunities for growth, and a need for further development in time management.

    • Strengths: Strong leadership skills, excellent communication abilities

    • Weaknesses: Need for further development in time management

    • Opportunities: Opportunities for growth within the company

    • Threats: Potential competition from external candidates

  • Answered by AI

TruKKer Interview FAQs

How many rounds are there in TruKKer interview?
TruKKer interview process usually has 1-2 rounds. The most common rounds in the TruKKer interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for TruKKer 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 TruKKer. The most common topics and skills that interviewers at TruKKer expect are Java, Android, Kotlin, MongoDB and C#.
What are the top questions asked in TruKKer interview?

Some of the top questions asked at the TruKKer interview -

  1. find whether an array is mountain array or ...read more
  2. Sql delete vs trunc...read more
  3. Pure functions was as...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.2/5

based on 12 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Hyundai Glovis Interview Questions
3.7
 • 22 Interviews
Sugam Parivahan Interview Questions
4.1
 • 19 Interviews
ShipBob Interview Questions
4.1
 • 19 Interviews
Tci Freight Interview Questions
3.9
 • 13 Interviews
Brink's Interview Questions
4.0
 • 10 Interviews
Liladhar Pasoo Interview Questions
4.2
 • 7 Interviews
View all

TruKKer Reviews and Ratings

based on 83 reviews

3.1/5

Rating in categories

2.9

Skill development

2.7

Work-life balance

3.0

Salary

2.9

Job security

2.8

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 83 Reviews and Ratings
Assistant Manager - Finance

Bangalore / Bengaluru

2-5 Yrs

₹ 14-20 LPA

Customer Support Executive

Bangalore / Bengaluru

1-6 Yrs

₹ 4.5-6 LPA

Call Support (6 Days WFO)

Bangalore / Bengaluru

1-4 Yrs

₹ 4-5 LPA

Explore more jobs
Supply Chain Executive
26 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Product Owner
12 salaries
unlock blur

₹15 L/yr - ₹22 L/yr

Product Manager
12 salaries
unlock blur

₹18 L/yr - ₹22 L/yr

Senior Executive
11 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Team Lead
10 salaries
unlock blur

₹3.6 L/yr - ₹7 L/yr

Explore more salaries
Compare TruKKer with

Hyundai Glovis

3.7
Compare

Orix Auto Infrastructure Services

4.3
Compare

Brink's

4.0
Compare

Snowman Logistics

4.2
Compare
write
Share an Interview