Upload Button Icon Add office photos

Filter interviews by

Quick Techno Cart Interview Questions and Answers

Updated 25 Jan 2025

Quick Techno Cart Interview Experiences

Popular Designations

3 interviews found

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

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Normal aptitude test

Round 2 - Coding Test 

Basic Coding Questions

Round 3 - HR 

(2 Questions)

  • Q1. Salary discuss?
  • Q2. How much salary you want?

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (173)

Java Developer Interview Questions & Answers

user image Murali R S

posted on 14 Sep 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 2023. There were 3 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 - Coding Test 

Learn coding on DSA and basic Java

Round 3 - Technical 

(5 Questions)

  • Q1. All java basic questions
  • Q2. Collections and basic questions
  • Q3. A b c de f g h
  • Q4. I j k l m n
  • Q5. O p q r s t

Interview Preparation Tips

Interview preparation tips for other job seekers - Work Hard

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Basic Java Coding Questions Asked

Round 2 - Technical 

(1 Question)

  • Q1. Introduction, real life problems, workflow, java, mysql
Round 3 - One-on-one 

(1 Question)

  • Q1. Normal conversation
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and also discuss policies

Interview Preparation Tips

Topics to prepare for Quick Techno Cart Java Developer interview:
  • Java
  • MySQL
  • Collections
  • Spring
  • Spring Mvc
  • Hibernate
Interview preparation tips for other job seekers - Please prepare java like collection, string , java 8 new features and also oops concept.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Interview questions from similar companies

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

I was interviewed in Aug 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Can you please tell us about yourself?
  • Q2. Can you describe some recent development work that you have completed?
  • Q3. What are the differences between DDP, DPP and process property?
  • Q4. What steps can you take to speed up execution through development changes?
Round 2 - HR 

(3 Questions)

  • Q1. What are your reasons for wanting to leave your current organization and join ours?
  • Q2. What are your preferences between financial compensation and job satisfaction?
  • Q3. Where do you envision yourself in the next five years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident during the interview and maintain eye contact throughout. Always include in your CV only the points you have genuinely worked on, ensuring you are well-versed in them and can provide relevant examples. Explain your recent development work with confidence, detailing it in a manner that helps the interviewer easily grasp your technical knowledge, which will guide the subsequent questions toward your strengths.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Attended the TCS NQT, depending on how many advanced questions and the test cases you pass in coding section, you'll get assigned Ninja (3L) Digital (7L) or prime (9L)

Round 2 - Behavioral 

(8 Questions)

  • Q1. Code to get prime nos
  • Q2. What do you know about cloud computing
  • Q3. Self introduction
  • Q4. Difference between cloud computing and computer networking
  • Q5. If you know any os like linux
  • Q6. Oops based questions, very basic if you're not from it or cse related fields but they might ask advanced questions if you're related to cs/it fields
  • Q7. If you're okay Relocation
  • Q8. Questions about your projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Look up the current technologies used in tcs and Prepare well to answer those questions and have good basic knowledge in cse/it

It depends on what type of questions the interviewer asks you though! Good luck, prepare well
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What makes you the ideal candidate for this position?
Round 2 - Verscent 

(1 Question)

  • Q1. They will Voice test
Round 3 - Client Interview 

(1 Question)

  • Q1. Tell me about your self, what are languages you know, what do you know about phone pe
Round 4 - Typing Test 

(1 Question)

  • Q1. They will check our typing test

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not feel nervous; instead, be confident. If you experience fear and anxiety, you may be eliminated in the first round.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8

The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.

Round 2 - Technical 

(6 Questions)

  • Q1. Interviewer was himself not knowing anything as it was walkin drive he was sitting infront of me and checking questions on phone Introduction that he inturrepted in between when I was introducing myself
  • Q2. What are the features of Java 17, specifically related to sealed classes, including their syntax and necessity, along with the potential errors encountered when invoking a sealed class?
  • Ans. 

    Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.

    • Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.

    • Subclasses of a sealed class must be either final or sealed themselves.

    • Errors may occur when trying to extend a sealed class with a non-permitted subclass.

  • Answered by AI
  • Q3. Java 8 feathers stream api, functional interface, Intermittent operator ,Ternary operator, Prediction,Bi predicate. Answered all successfully
  • Q4. Draw low level design of implementation of notify me if item is back in stock in a ecommerce application
  • Ans. 

    Implementation of 'notify me if item is back in stock' feature in an ecommerce application

    • Create a database table to store user notifications for out-of-stock items

    • Implement a service to check item availability and send notifications to subscribed users

    • Provide a user interface for users to subscribe to notifications for specific items

  • Answered by AI
  • Q5. All design patterns which I know. Asked me to implement adapter pattern on paper
  • Q6. Then given a problem that concurrent way perform operation on excell to decrease the response time

Interview Preparation Tips

Interview preparation tips for other job seekers - I always suggest staying away from these companies commonly referred to as WITCH (Wipro, Infosys, TCS, Cognizant, HCL). You will rarely encounter good interviewers there unless there is an extreme necessity. Interview was judging me on the basis of syntex by seeing in his phone. How can everyone write each and everything on copy. For the low level design first time in my 6 years carrier someone asked to design without using kafka or any other library like spring boot to achieve that add in reminder list problem 😂. At first it was my bad after holding a offer of almost 27 lakh I somehow agreed for giving interview. Second thing I also know that after Even clearing they cannot afford 30LPA which I asked. I just went there because from last 6.5 year I have never attended any walking or face to face interview so was curious for it. Currently also working with somewhat premium product development company only. My experience was very bad. May be it can get vary person to person.

Functional Testing Senior Consultant Interview Questions & Answers

Deloitte user image Anonymous

posted on 4 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Current CTC, Expected CTC, Notice Period, Skill set
  • Q2. Open for Fixed term hire? Open for working from client location at Gurgaon? (3 days from office)
  • Ans. 

    Yes, open for fixed term hire and working from client location at Gurgaon for 3 days a week.

    • Open for fixed term hire

    • Willing to work from client location at Gurgaon for 3 days a week

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. Introduction, Current role and responsibilities
  • Q2. List out the achievements in current project, Tools used
  • Ans. 

    Implemented automated testing using Selenium WebDriver and JUnit in Agile environment

    • Implemented automated testing framework using Selenium WebDriver

    • Utilized JUnit for test case management

    • Worked in Agile environment to ensure continuous testing and integration

  • Answered by AI
  • Q3. Pilot vs Beta testing. How can newly developed functionality be tested via automation rather doing it manually?
  • Ans. 

    Pilot testing is done by a small group of users before the full release, while beta testing is done by a larger group of users. Automation testing can be used for regression testing, smoke testing, and performance testing.

    • Pilot testing involves a small group of users testing the functionality in a controlled environment.

    • Beta testing involves a larger group of users testing the functionality in a real-world environment.

    • ...

  • Answered by AI
  • Q4. Primary key vs Unique key in SQL, Query to find row having last id in sql
  • Ans. 

    Primary key uniquely identifies a record, while unique key allows only one instance of a value in a column. Query to find last id involves using ORDER BY and LIMIT.

    • Primary key enforces uniqueness and not null constraint on a column

    • Unique key enforces uniqueness but allows null values

    • To find row with last id, use ORDER BY id DESC LIMIT 1 in SQL query

  • Answered by AI
  • Q5. Explain Software Testing Life Cycle, Defect Life Cycle
  • Ans. 

    Software Testing Life Cycle (STLC) involves planning, designing, executing, and reporting on tests. Defect Life Cycle includes identification, logging, fixing, and retesting defects.

    • STLC includes requirements analysis, test planning, test design, test execution, and test closure.

    • Defect Life Cycle involves defect identification, defect logging, defect fixing, defect retesting, and defect closure.

    • STLC ensures that the so...

  • Answered by AI
  • Q6. What's the meaning of 303 status code in API? Put vs Delete method in API What is 3 point estimation technique in Agile?
  • Ans. 

    303 status code in API means 'See Other'. PUT method is used to update data, while DELETE method is used to remove data. 3 point estimation technique in Agile is used to estimate tasks.

    • 303 status code indicates that the resource can be found at a different URI and should be retrieved from there

    • PUT method is used to update an existing resource in the API

    • DELETE method is used to remove a resource from the API

    • 3 point esti...

  • Answered by AI
  • Q7. What kind of links and labels can be tagged to a bug in jira?
  • Ans. 

    Links and labels that can be tagged to a bug in Jira

    • Links: related issues, documents, websites

    • Labels: priority, severity, type, status

  • Answered by AI
  • Q8. Have you done shell scripting? What does grep, href commands do in unix?
  • Ans. 

    Shell scripting is a way to automate tasks in Unix/Linux systems. Grep is used to search for specific patterns in text files. Href is not a standard Unix command.

    • Shell scripting automates tasks by writing scripts in a Unix/Linux environment

    • Grep command is used to search for specific patterns in text files

    • Example: grep 'search_pattern' file.txt

    • Href is not a standard Unix command, it may be a typo or a custom script

  • Answered by AI
  • Q9. As a lead, how would you resolve conflict with a team member? As a lead, if you are given plenty of tasks to be completed with in a limited time frame. What would be your approach in doing them?
  • Ans. 

    To resolve conflict with a team member, communication is key. Prioritize understanding, address the issue calmly, find common ground, and work towards a solution together.

    • Listen to the team member's perspective and concerns

    • Communicate openly and calmly about the issue

    • Find common ground and areas of agreement

    • Work together to find a solution that benefits both parties

    • Seek input from other team members or a mediator if ne

  • Answered by AI
  • Q10. Open for relocating to Bangalore and working from client's office? (with no relocation bonus) Open for working in night / rotational shift? (with no additional compensation) Open for working in long exten...
  • Ans. 

    Open to relocating to Bangalore, working in night shifts, long hours, and 24X7 culture. Goal is to excel in automation testing.

    • Yes, open to relocating to Bangalore and working from client's office

    • Yes, open to working in night/rotational shifts

    • Yes, open to working in long extendable hours or 24X7 culture

    • Goal is to excel in automation testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good experience. Some recruiters are very arrogant and have no respect for the people interviewing with them. They consider as themselves dummy kings, because they are working in Deloitte USI. I interacted with 4-5 recruiters for one opening (from Gurgaon / Hyderabad). One HR even said to me that I was not the only person interviewing with them, they have bunch of people to chose, also various other things were said in a very unprofessional and rude manner. She had no ethics of talking to an experienced resource, when I escalated this to the seniors, they immediately apologized for her behavior and I was then handled by another Senior HR

I applied via referral in Deloitte USI but to save their referral bonus (I guess), they rejected my profile on the portal and called me through Naukri.com. When I asked them the reason, they said its for a different profile them. however it was for the same one.
Also on their career site, it was not mentioned that role is of fixed term hire (for 2 years), but HR disclosed it later, during the conversation. (another discrepancy)

During my initial conversation, HR clearly said there won't be any night shifts and I would have to work from client's location in Gurgaon office. Although it is 2 year contractual role.
But during my technical interview, the person clearly said to me that I would have to relocate to Bangalore for working from client's secured ODC in office. Also there would be rotational/ night shifts (without any extra pay). Basically they were looking for someone who would devote his 24X7 time to the company for a minimal salary and does not demand for work life balance or weekends off

Neither the HR nor the interviewer opened their web camera during the video call. But HR kept asking me to keep my camera open, even during the waiting time
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the steps to add a shared mailbox in the Outlook client? Why might it be difficult to uninstall an application at times?
  • Q2. What steps should be taken when a URL link becomes unexpectedly inaccessible?
  • Q3. Open The outlook go to file and Click account setting and select Account setting Click email account select your account and click change Click advanced settings and click more settings. ,goto the advanc...
  • Q4. Check your internet connection Try different division or browser Check cmd and Ping the URL Check for DNS issue Try accessing a different URL

Interview Preparation Tips

Interview preparation tips for other job seekers - Build a strong technical foundation by documenting troubleshooting steps.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Assignment 

They gave a case study where the candidate had to showcase the audience segmentation, create a brochure design with content and showcase the writing skills based on a product that they gave.

Round 2 - Technical 

(2 Questions)

  • Q1. How would you plan a brochure layout?
  • Q2. How would you coordinate with stakeholders for information collection?

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a poor experience, as I qualified the round but they closed the position and never informed. The HR invited me for the final round at the Hyderabad branch via call and assured me the interview will happen. However, they never shared a formal invite. I kept following for a month and then they said the position is on hold via call.

After that, they put a rejection on my profile due to which I cannot apply on Infosys for the next 6 months because of their policy.

The position was one of the roles for attracting investors. Time pass for them. Completely unorganized.

Quick Techno Cart Interview FAQs

How many rounds are there in Quick Techno Cart interview?
Quick Techno Cart interview process usually has 3-4 rounds. The most common rounds in the Quick Techno Cart interview process are Coding Test, Technical and HR.
What are the top questions asked in Quick Techno Cart interview?

Some of the top questions asked at the Quick Techno Cart interview -

  1. Introduction, real life problems, workflow, java, my...read more
  2. collections and basic questi...read more
  3. normal conversat...read more

Tell us how to improve this page.

Quick Techno Cart Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Quick Techno Cart Reviews and Ratings

based on 6 reviews

4.1/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

4.3

Salary

4.3

Job security

4.0

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 6 Reviews and Ratings
Java Developer
39 salaries
unlock blur

₹2.8 L/yr - ₹4.2 L/yr

Java J2ee Developer
29 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Java Back End Developer
5 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Developer
4 salaries
unlock blur

₹3.8 L/yr - ₹5.5 L/yr

Softwaretest Engineer
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Quick Techno Cart with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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