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

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
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.
Are these interview questions helpful?

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

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about TruKKer?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Indeed and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • Focus on the value you can bring to the company rather than a specific number

    • Research the average salary range for similar positions in the industry and location

    • Consider your experience, skills, and qualifications when determining your salary expectations

  • Answered by AI
  • Q2. Share details of your previous job.
  • Ans. 

    I worked as a Financial Analyst at XYZ Company.

    • Analyzed financial data and prepared reports for management.

    • Conducted financial forecasting and budgeting.

    • Performed variance analysis to identify trends and areas for improvement.

    • Assisted in the development of financial models and projections.

    • Collaborated with cross-functional teams to support decision-making processes.

    • Presented findings and recommendations to senior manag...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am an experienced analyst with a strong background in data analysis and problem-solving.

    • Experienced analyst with expertise in data analysis and problem-solving

    • Proficient in using analytical tools and software

    • Strong ability to interpret and present complex data

    • Proven track record of delivering actionable insights

    • Excellent communication and collaboration skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round: phone screen
2nd round: group virtual interview
3rd/final round: referred to another team/position, another group interview
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain JDK. and JRD and JVM
  • Ans. 

    JDK stands for Java Development Kit, JRE stands for Java Runtime Environment, and JVM stands for Java Virtual Machine.

    • JDK is a software development kit used for developing Java applications.

    • JRE is an environment used to run Java applications.

    • JVM is a virtual machine that executes Java bytecode.

  • Answered by AI
Round 2 - Coding Test 

2 Hrs. Hackerrank Coding Test

Round 3 - HR 

(2 Questions)

  • Q1. With HR manager.
  • Q2. Why should we hire you.

Interview Preparation Tips

Interview preparation tips for other job seekers - easy process. easy to be hired if you are Korean.

Skills evaluated in this interview

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, MongoDB, SQL 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.8
 • 21 Interviews
Sugam Parivahan Interview Questions
4.1
 • 19 Interviews
ShipBob Interview Questions
4.1
 • 18 Interviews
Tci Freight Interview Questions
3.9
 • 13 Interviews
Brink's Interview Questions
4.2
 • 10 Interviews
Liladhar Pasoo Interview Questions
4.2
 • 7 Interviews
View all

TruKKer Reviews and Ratings

based on 82 reviews

3.1/5

Rating in categories

3.0

Skill development

2.8

Work-life balance

3.1

Salary

2.9

Job security

2.8

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 82 Reviews and Ratings
Product Owner

Bangalore / Bengaluru

3-6 Yrs

₹ 12-20 LPA

Java Developer (Product Based)

Bangalore / Bengaluru

3-5 Yrs

₹ 7-12 LPA

Explore more jobs
Supply Chain Executive
26 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Executive
13 salaries
unlock blur

₹3.5 L/yr - ₹5.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

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.2
Compare

Brink's

4.2
Compare

Snowman Logistics

4.2
Compare
write
Share an Interview