Upload Button Icon Add office photos

Filter interviews by

Codelogicx Technologies Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top Codelogicx Technologies Interview Questions and Answers

Codelogicx Technologies Interview Experiences

Popular Designations

5 interviews found

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

(2 Questions)

  • Q1. What is Linear regression?
  • Ans. 

    Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables.

    • Linear regression is used to predict the value of a dependent variable based on the value of one or more independent variables.

    • It assumes a linear relationship between the independent and dependent variables.

    • The goal of linear regression is to find the best-fitting line that repres...

  • Answered by AI
  • Q2. What is loss function?
  • Ans. 

    Loss function measures the inconsistency between predicted values and actual values in a machine learning model.

    • Loss function quantifies how well a model is performing by calculating the error between predicted and actual values

    • Common loss functions include Mean Squared Error (MSE), Cross Entropy Loss, and Hinge Loss

    • The goal is to minimize the loss function to improve the accuracy of the model

    • Different types of machine...

  • Answered by AI

Skills evaluated in this interview

Data Scientist and Machine Learning Engineer Interview Questions asked at other Companies

Q1. What are supervised and unsupervised learning models?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good test jjjjjjjjjjj

Round 2 - Technical 

(1 Question)

  • Q1. Questions on Javascript, node js API, RBMS, NoSql

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA and problem solving questions are alloted in coding test but in not so hard. These are in medium difficulty level.

Round 2 - Technical 

(2 Questions)

  • Q1. Laravel and php class and OOPS concepts
  • Q2. Small coding questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2023

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

I applied via Indeed and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How to integrate Push Notification in IOS?
  • Ans. 

    To integrate Push Notification in iOS, you need to register for remote notifications, handle the registration token, and implement the necessary delegate methods.

    • Register for remote notifications using the UIApplication.shared.registerForRemoteNotifications() method.

    • Implement the AppDelegate's didRegisterForRemoteNotificationsWithDeviceToken method to handle the registration token.

    • Implement the AppDelegate's didReceive...

  • Answered by AI
  • Q2. How to upload/download files or fetch requests for API?
  • Ans. 

    To upload/download files or fetch requests for API in iOS, you can use URLSession and its related classes.

    • Use URLSession to create a URLSessionDataTask for making API requests.

    • For file upload, use URLSessionUploadTask and provide the file URL.

    • For file download, use URLSessionDownloadTask and specify the destination URL.

    • Handle the response and errors using completion handlers.

    • Example: URLSession.shared.dataTask(with: ur

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your Salary Expectation?

Interview Preparation Tips

Topics to prepare for Codelogicx Technologies IOS Developer interview:
  • IOS
  • Swift
  • Software Development
  • Software

Skills evaluated in this interview

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

Codelogicx Technologies interview questions for popular designations

 Software Developer

 (2)

 Data Scientist and Machine Learning Engineer

 (1)

 Web Developer

 (1)

 IOS Developer

 (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 10 Sep 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 

Some basic questions about arrays and strings

Round 3 - Technical 

(1 Question)

  • Q1. About project currently working and the about the tech stack

Interview Preparation Tips

Topics to prepare for Codelogicx Technologies Web Developer interview:
  • Javascript
  • Laravel
  • Node.Js
Interview preparation tips for other job seekers - If you are from Kolkata join this company you will learn a lot.

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (2)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

1st test was aptitude and a easy coding test

Round 2 - Coding Test 

The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question

Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was technical interview and asked from basics of computer programming and architecture
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice is just improve basics of programming and DSA with a database management and basicsa of os and networks
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

The aptitude test mainly covered logical reasoning, quantitative aptitude, and basic programming concepts. Questions were of moderate difficulty, with some time-based problem-solving challenges. Practicing common aptitude topics like puzzles, numerical ability, and coding fundamentals can help in preparation.

Round 2 - Group Discussion 

The group discussion round focused on general topics related to technology, current affairs, and workplace scenarios. The evaluators were looking for clarity of thought, communication skills, and how well candidates could present their points while engaging with others. Staying confident and actively participating helped in getting selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be consistent and work hard
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Project discussion

Codelogicx Technologies Interview FAQs

How many rounds are there in Codelogicx Technologies interview?
Codelogicx Technologies interview process usually has 2-3 rounds. The most common rounds in the Codelogicx Technologies interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Codelogicx 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 Codelogicx Technologies. The most common topics and skills that interviewers at Codelogicx Technologies expect are MySQL, Javascript, AWS, Front End and IT Services.
What are the top questions asked in Codelogicx Technologies interview?

Some of the top questions asked at the Codelogicx Technologies interview -

  1. How to upload/download files or fetch requests for A...read more
  2. How to integrate Push Notification in I...read more
  3. What is Linear regressi...read more

Tell us how to improve this page.

Codelogicx Technologies Interview Process

based on 6 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 30 Interviews
View all

Codelogicx Technologies Reviews and Ratings

based on 47 reviews

4.3/5

Rating in categories

4.1

Skill development

4.4

Work-life balance

4.1

Salary

4.0

Job security

4.3

Company culture

3.9

Promotions

4.2

Work satisfaction

Explore 47 Reviews and Ratings
Senior Python Developer

Kolkata,

Mumbai

+5

5-8 Yrs

Not Disclosed

Head - Sales and Marketing

Kolkata

8-13 Yrs

Not Disclosed

Devops Engineer

Kolkata

3-4 Yrs

₹ 6.51866-9.25 LPA

Explore more jobs
Software Developer
27 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Full Stack Developer
18 salaries
unlock blur

₹2.4 L/yr - ₹8.5 L/yr

Junior Software Developer
13 salaries
unlock blur

₹2.8 L/yr - ₹4.8 L/yr

Software Tester
11 salaries
unlock blur

₹1.9 L/yr - ₹4 L/yr

Android Developer
9 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Explore more salaries
Compare Codelogicx Technologies with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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