Upload Button Icon Add office photos
Engaged Employer

i

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

Sekel Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sekel Technologies Software Developer Interview Questions and Answers

Updated 6 Dec 2023

Sekel Technologies Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Assignment 

Assignment Round - Complete the assignment within 3 days.

Round 3 - Technical 

(2 Questions)

  • Q1. About the projects in detail?
  • Q2. Python and Django - Basic to advanced questions. Python : 1. Sorting 2. Sum of index equals to X arr = [1, 2, 2, 1, 6] x = 3 [(1,2) (2,1)] Django : 1. Celery 2. Signal 3. Mid...
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round. About projects. Quation related AWS Redis

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is key to success.

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Sekel Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic Qualification
  • Q2. Reasons for job change
  • Ans. 

    I'm seeking new challenges, opportunities for growth, and a better alignment with my career goals and values.

    • Desire for professional growth: I'm looking for a role that offers more opportunities for learning and advancement.

    • Alignment with career goals: My current position doesn't fully align with my long-term career aspirations in software development.

    • Seeking a better work culture: I want to be part of a team that valu...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Virtual Dom vs Real Dom
  • Ans. 

    Virtual Dom is a lightweight copy of the Real Dom, used for efficient updates in web development.

    • Virtual Dom is a lightweight copy of the Real Dom, used for efficient updates in web development.

    • Real Dom represents the actual structure of the web page, while Virtual Dom is a simplified version stored in memory.

    • Changes made to the Virtual Dom are compared with the Real Dom to determine the minimum number of updates neede...

  • Answered by AI
  • Q2. React Hooks flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Be more focused on technical in Deep as else you'll be rejected :)

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 4 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 

Aptitude test and coding test

Round 3 - Technical 

(1 Question)

  • Q1. Python basics and about academic project
Round 4 - Technical 

(1 Question)

  • Q1. Python questions and hands on coding
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Recruiter call 

(1 Question)

  • Q1. About previous roles
Round 2 - One-on-one 

(1 Question)

  • Q1. Hiring manager round
Round 3 - Coding Test 

Take home assignment

Round 4 - One-on-one 

(1 Question)

  • Q1. Assignment review
Round 5 - One-on-one 

(1 Question)

  • Q1. VP interview regarding past work

Interview Preparation Tips

Interview preparation tips for other job seekers - Offer was rescinded. So proceed with caution ⚠️ Keep interviewing elsewhere.

I applied via LinkedIn and was interviewed in Apr 2022. There were 4 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 

(1 Question)

  • Q1. All C# basics and advanced questions
Round 3 - Technical 

(1 Question)

  • Q1. Second Technical round was with US CEO
Round 4 - Technical 

(1 Question)

  • Q1. C# basics and Database related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions will be based on the profile you will be giving an interview. Basics to advanced questions will be there. Confidence is must while giving an interview which will help you to get consider.
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 - Technical 

(2 Questions)

  • Q1. Technical interview was taken by Rahul Maheshwari who live in the us, normal c# question they asked
  • Q2. Oops concept, difference between asp.net vs .net core,dependency injection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - basic knowledge of c# and framework question they asked
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your certifications on Cloud
  • Ans. 

    I am certified in AWS Certified Solutions Architect - Associate and Google Cloud Certified - Professional Cloud Architect.

    • Certified in AWS Certified Solutions Architect - Associate

    • Certified in Google Cloud Certified - Professional Cloud Architect

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Desing API endpoints
  • Ans. 

    Designing API endpoints involves defining routes, methods, and data formats for client-server communication.

    • Use RESTful conventions: e.g., GET /users to retrieve users.

    • Implement CRUD operations: POST /users to create, GET /users/{id} to read, PUT /users/{id} to update, DELETE /users/{id} to delete.

    • Consider versioning: e.g., /v1/users to manage changes over time.

    • Use meaningful resource names: e.g., /products instead of ...

  • Answered by AI
  • Q2. SQL queries test
  • Q3. Basic and intermediate level questions on C#
Round 3 - Group Discussion 

Questions about projects, DI in ASP.NET Core, React Element Tree

Are these interview questions helpful?
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 May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. During Interview you will be asked to tell about yourself, then your projects, your experience and asked to explain some code parts and functionalities from your project codes. and from those code asked te...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Experience of past working
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prime Numbers Questions

Round 2 - HR 

(2 Questions)

  • Q1. Normal Question
  • Q2. Basic Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

Sekel Technologies Interview FAQs

How many rounds are there in Sekel Technologies Software Developer interview?
Sekel Technologies interview process usually has 4 rounds. The most common rounds in the Sekel Technologies interview process are Resume Shortlist, Assignment and Technical.
How to prepare for Sekel Technologies Software Developer 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 Sekel Technologies. The most common topics and skills that interviewers at Sekel Technologies expect are Cloud, Data Management, Data Mining, Data Science and Machine Learning.
What are the top questions asked in Sekel Technologies Software Developer interview?

Some of the top questions asked at the Sekel Technologies Software Developer interview -

  1. Python and Django - Basic to advanced questions. Python : 1. Sorting 2. Sum ...read more
  2. Manager Round. About projects. Quation related AWS Re...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Acviss Interview Questions
4.3
 • 8 Interviews
Tech Formation Interview Questions
4.6
 • 7 Interviews
Reveation Labs Interview Questions
4.5
 • 7 Interviews
Elucidata Interview Questions
3.7
 • 6 Interviews
QuickRide Interview Questions
2.9
 • 6 Interviews
Hasura Interview Questions
4.3
 • 5 Interviews
View all
Sekel Technologies Software Developer Salary
based on 4 salaries
₹7 L/yr - ₹11.5 L/yr
10% less than the average Software Developer Salary in India
View more details

Sekel Technologies Software Developer Reviews and Ratings

based on 4 reviews

3.9/5

Rating in categories

4.4

Skill development

3.4

Work-life balance

3.4

Salary

4.1

Job security

3.7

Company culture

3.4

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
Associate Product Manager
7 salaries
unlock blur

₹5.5 L/yr - ₹5.5 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹5.2 L/yr - ₹8 L/yr

UI/UX Designer
5 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Software Engineer
4 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Software Developer
4 salaries
unlock blur

₹7 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Sekel Technologies with

QuickRide

2.9
Compare

sysotel.ai

2.3
Compare

Tech Formation

4.6
Compare

Reveation Labs

4.5
Compare
write
Share an Interview