Upload Button Icon Add office photos
Engaged Employer

i

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

One Click Technologies Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 28 Reviews

Filter interviews by

One Click Technologies Interview Questions and Answers

Updated 27 Jul 2024

One Click Technologies Interview Experiences

Popular Designations

4 interviews found

DOT NET Developer Interview Questions & Answers

user image Vinod Patidar

posted on 27 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Basic dot net quetions

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)

2D Animator Interview Questions & Answers

user image Ravneet Kaur

posted on 1 Nov 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant

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 - Assignment 

They give you a project to test your knowledge.

Round 3 - Group Discussion 

Roll in your courant company

Round 4 - HR 

(2 Questions)

  • Q1. What is your expectations.
  • Q2. What is your expectations

2D Animator Interview Questions asked at other Companies

Q1. What software and tools do you know?
View answer (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 3 Nov 2021

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. HTTP RestFull API, MVC and ASP .NET concepts, Oops concepts, SQL related questions queries.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good, positive. Very good team and company to work with. Everyone is supportive. Prepare for basic technical stuff and other will be covered on your relevant experience

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

I was interviewed before Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Why should you be hired for this position?

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to be unique and separate yourself from the other candidates. Otherwise, you risk falling into the same category as everyone else. And you should not be overconfident during the interview.

Team Leader (Technical) Interview Questions asked at other Companies

Q1. What is OSG what is v3f What DBG Divert wheel U r V shape best What will take in first site visit and what will customer side need What is use of divert wheel What is sap technology How is lop and cop working
View answer (1)

One Click Technologies interview questions for popular designations

 2D Animator

 (1)

 DOT NET Developer

 (1)

 Team Lead

 (1)

 Team Leader (Technical)

 (1)

Interview questions from similar companies

Cloud Data Engineer II Interview Questions & Answers

MathCo user image ABHISHEK JHA

posted on 27 Nov 2024

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. End to end architecture of current project
  • Q2. Basic spark code to read & write files
  • Q3. How to upsert data in table in spark
  • Q4. How do you handle sudden increase in data volume
  • Q5. Discussion on delta tables & ACID transactions
  • Q6. Explain autoloader and use case in Databricks
  • Q7. SQL question using window functions Lead, row number
  • Q8. Python question using hashmap & String
Round 2 - One-on-one 

(4 Questions)

  • Q1. Current project understanding end to end
  • Q2. Data pipeline design for a ride sharing company, ask bunch of follow up questions on the conclude a particular design.
  • Q3. Explain how you follow SDLC(Agile, waterfall) ?
  • Q4. Why are you looking for a change now
Round 3 - HR 

(4 Questions)

  • Q1. Basic introductions
  • Q2. What kind of work are you looking for? what do you know about the company
  • Q3. Willing to relocate?
  • Q4. Personal hobbies and aspirations

Interview Preparation Tips

Topics to prepare for MathCo Cloud Data Engineer II interview:
  • Spark
  • Python
  • SQL
  • System Design
  • Data Architecture
  • Streaming
Interview preparation tips for other job seekers - I had a brilliant experience interviewing at MathCo, Had awesome interviewers who push you thinking capabilities. Also given that I was at the end of my notice period, following rounds were scheduled quickly.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

All the assignment to improve our self

Round 2 - Case Study 

Case study all knowledge edias

Round 3 - Group Discussion 

Share the thought process inorpove our self

Round 4 - Coding Test 

Html and other project

Round 5 - Technical 

(5 Questions)

  • Q1. All thrcnical kholwleghe
  • Q2. All types of design
  • Q3. All graphics design idiaas
  • Q4. All types of the assessment
  • Q5. And cultural activities

Interview Preparation Tips

Interview preparation tips for other job seekers - Thought process is good 😊
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Aptitude Test 

Prepare for Aptitude test by focusing on logical reasoning, quantitative skills, verbal ability and data sufficiency. Practice time management and take mock tests to improve speed and accuracy

Round 2 - Coding Test 

The coding test at InOrg effectively evaluates problem-solving skills, proficiency in programming languages and understanding of algorithms and data structures. The test also emphasizes the ability to handle edge cases and write optimal solutions, making it comphrensive assessment for technical competency

Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself and background
  • Q2. Where do you see yourself in next 2-3 years
  • Q3. Why do you want to work at InOrg
  • Q4. Do you prefer working independently or as part of team
  • Q5. Why should we hire you
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find a number in array which is greater than left and right element
  • Ans. 

    Iterate through array and check if element is greater than its adjacent elements

    • Iterate through array and check if current element is greater than element at index-1 and index+1

    • Return the first element found that satisfies the condition

    • Handle edge cases where element is at the beginning or end of array

  • Answered by AI
  • Q2. Find the number in the string and return the sum of numbers
  • Ans. 

    Find and sum numbers in a string

    • Iterate through each character in the string

    • Check if the character is a digit

    • If digit, convert to integer and add to sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I solved all the DSA question with more optimised way , but interviewer was so immature to understand he joined two month back and only 2 yoe , he was not so skill full , I am pass out from tier-1 colg of India . Such a bad experiance . I was so confident that They are not going to hire me because my current CTC was too high , still they scheduled my interview. They pay very less , and I checked everyone going through interview process facing same what I faced . I will advice not go through the interview process . I have funny story , recruiter called me after seeing my resume , and he thought my name is BITS pilani . Which is my colg.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Mintu Babu lives in a smaller house than her brother and in a larger house than her parents. Her children reside with her, and she has no other relatives. If Mintu Babu's relative U lives in a larger house than her relative S, then all the following may be true except: \n\n1) S is U's father \n\n2) S is U's mother \n\n3) U is younger than S \n\n4) S is younger than U

Round 2 - Technical 

(2 Questions)

  • Q1. 1. merge two linked list
  • Ans. 

    Merge two sorted linked lists without creating new nodes by rearranging existing nodes.

    • Traverse both linked lists simultaneously

    • Compare the values of nodes and rearrange pointers accordingly

    • Continue until one of the lists is fully traversed

  • Answered by AI
  • Q2. 2. reverse a linked list.
  • Ans. 

    Reverse a linked list by changing the direction of pointers.

    • Start with three pointers: current, previous, and next.

    • Iterate through the linked list, updating pointers to reverse the direction.

    • Update the head of the linked list to be the previous node once iteration is complete.

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It included mcqs and multiple coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Yours technical skillls related questions
  • Q2. Managerial questions

Interview Preparation Tips

Topics to prepare for Aptos Software Developer interview:
  • Full Stack
Interview preparation tips for other job seekers - It was an on campus opportunity. Technical and managerial round happened together. The process was very smooth. The interviewers were professional yet friendly and made everything very comfortable. You should know the basics at least.

One Click Technologies Interview FAQs

How many rounds are there in One Click Technologies interview?
One Click Technologies interview process usually has 2-3 rounds. The most common rounds in the One Click Technologies interview process are HR, Resume Shortlist and Assignment.
How to prepare for One Click Technologies 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 One Click Technologies. The most common topics and skills that interviewers at One Click Technologies expect are Ajax, Animation, Core PHP, Games and Gaming.
What are the top questions asked in One Click Technologies interview?

Some of the top questions asked at the One Click Technologies interview -

  1. HTTP RestFull API, MVC and ASP .NET concepts, Oops concepts, SQL related questi...read more
  2. basic dot net queti...read more

Tell us how to improve this page.

One Click Technologies 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
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 794 Interviews
Cyient Interview Questions
3.7
 • 281 Interviews
View all

One Click Technologies Reviews and Ratings

based on 28 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.4

Salary

3.4

Job security

3.9

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 28 Reviews and Ratings
Senior Software Developer
14 salaries
unlock blur

₹9 L/yr - ₹17.5 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹5.3 L/yr - ₹11 L/yr

Senior Executive
11 salaries
unlock blur

₹3.1 L/yr - ₹4.6 L/yr

Assistant Manager
10 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Software Developer
7 salaries
unlock blur

₹3.2 L/yr - ₹5.5 L/yr

Explore more salaries
Compare One Click Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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