Upload Button Icon Add office photos

Filter interviews by

3clogic Interview Questions and Answers

Updated 19 Oct 2024

3clogic Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was pretty easy with mcq on logical,reasoninh

Round 2 - Technical 

(3 Questions)

  • Q1. Normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a large table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured manner.

    • Normalization ensures data integrity by minimizing data anomalies.

    • There are different normal forms like 1NF, 2NF, 3NF...

  • Answered by AI
  • Q2. N queen oroblem
  • Q3. Variation of0/1 knapsack
  • Ans. 

    Variation of 0/1 knapsack problem involves maximizing value within a weight limit.

    • Consider dynamic programming approach for optimal solution

    • Keep track of maximum value that can be achieved at each weight limit

    • Use a 2D array to store intermediate results

  • Answered by AI

Skills evaluated in this interview

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 (206)

Software Engineer Interview Questions & Answers

user image Rajesh Mohanty

posted on 15 May 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Java, spring boot,sql
Round 2 - Technical 

(1 Question)

  • Q1. Java,spring boot, sql,coding
Round 3 - Mangerial 

(1 Question)

  • Q1. Personal, previous work experience, coding
Round 4 - HR 

(1 Question)

  • Q1. Work details, documents,

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 (206)

Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2022

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 

Basic questions

Round 3 - Technical 

(1 Question)

  • Q1. Ask about oops concepts , testing question , puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company focuse on ds ,algo

Jobs at 3clogic

View all

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Questions regarding SIP, RTP, RTCP. 2. C++ programs like linked list, virtual functions and exceptions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on practical stuff in Telecom field

Interview Questionnaire 

1 Question

  • Q1. Questions about C, Structure , OOPS concepts , SOrting ALGO's

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Https api design
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2023. There were 5 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 - Aptitude Test 

Basic Aptitude questions regarding arithmetics and puzzles.

Round 3 - Coding Test 

Coding test was on some platform that I don't remember. The question were quite easy but I was short on time. You were given 20 minutes to solve 2 questions ( 1 easy, 1 medium ) .

The first question was very basic and based on Priority Queue, the second question was based on the graph. This was a medium-hard difficulty. I was able to solve one.

Round 4 - Technical 

(3 Questions)

  • Q1. Basic Computer Science Questions and Networking Concepts Questions related to my resume and projects. Questions on my previous internship experience. Questions on Bootloader. Questions on Linux
  • Q2. Delete a node from a linked list
  • Ans. 

    To delete a node from a linked list, update the previous node's next pointer to skip over the node to be deleted.

    • Traverse the linked list to find the node to be deleted

    • Update the previous node's next pointer to skip over the node to be deleted

    • Free the memory allocated to the node to be deleted

  • Answered by AI
  • Q3. Print a matrix horizontally
  • Ans. 

    Print a matrix horizontally

    • Iterate through each row of the matrix

    • Concatenate the elements of each row into a single string

    • Add the concatenated strings to an array of strings

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. This was a combination of HR and Technical Round. Basic HR questions.
  • Q2. Multiply two numbers without multiplication sign (using recursion) Questions on projects and internship experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident with yourself and your projects. Have a good knowledge of computer science fundamentals.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Computer Engineering related fields

Round 2 - Technical 

(2 Questions)

  • Q1. Resume based technical interview
  • Q2. More about coding and aptitude questions
Round 3 - Technical 

(2 Questions)

  • Q1. Technical round with coding questions
  • Q2. Few HR related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good people to work with, good work-life balance

3clogic Interview FAQs

How many rounds are there in 3clogic interview?
3clogic interview process usually has 3 rounds. The most common rounds in the 3clogic interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for 3clogic 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 3clogic. The most common topics and skills that interviewers at 3clogic expect are AWS, Javascript, SQL, Java and Data Structures and Algorithms.
What are the top questions asked in 3clogic interview?

Some of the top questions asked at the 3clogic interview -

  1. Normalization in d...read more
  2. Variation of0/1 knaps...read more
  3. Ask about oops concepts , testing question , puz...read more

Tell us how to improve this page.

3clogic Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.0
 • 50 Interviews
AVAYA Interview Questions
3.3
 • 39 Interviews
Mitel Interview Questions
3.7
 • 17 Interviews
Genesys Interview Questions
4.1
 • 14 Interviews
RingCentral Interview Questions
3.9
 • 11 Interviews
8x8 Interview Questions
3.6
 • 3 Interviews
Vonage Interview Questions
4.5
 • 3 Interviews
View all

3clogic Reviews and Ratings

based on 22 reviews

4.5/5

Rating in categories

4.1

Skill development

4.7

Work-life balance

4.2

Salary

4.5

Job security

4.4

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 22 Reviews and Ratings
Golang Developer

Noida

5-9 Yrs

Not Disclosed

Technical Lead ( Principal Architect )

Noida

7-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
28 salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹7.9 L/yr - ₹24.8 L/yr

Devops Engineer
9 salaries
unlock blur

₹9.3 L/yr - ₹13 L/yr

Professional Service Engineer
7 salaries
unlock blur

₹5.2 L/yr - ₹12 L/yr

Senior Devops Engineer
5 salaries
unlock blur

₹12 L/yr - ₹21.5 L/yr

Explore more salaries
Compare 3clogic with

Genesys

4.1
Compare

AVAYA

3.3
Compare

RingCentral

3.9
Compare

8x8

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