Upload Button Icon Add office photos

Filter interviews by

Skylex Technologies Interview Questions and Answers

Updated 5 Aug 2024

Skylex Technologies Interview Experiences

Popular Designations

4 interviews found

Software Engineer Interview Questions & Answers

user image Wakchaure Mohan

posted on 5 Aug 2024

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

Appti is easy they ask basic questions

Round 2 - HR 

(5 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. Explain your project
  • Ans. 

    Developed a web application for online shopping with user authentication and payment gateway integration.

    • Created user authentication system using JWT tokens

    • Integrated payment gateway using Stripe API

    • Implemented responsive design for mobile compatibility

  • Answered by AI
  • Q3. Did you complete any internship
  • Ans. 

    Yes, I completed a software engineering internship at XYZ Company.

    • Completed a software engineering internship at XYZ Company

    • Worked on developing new features for their web application

    • Collaborated with senior engineers on various projects

  • Answered by AI
  • Q4. If yes then explain project
  • Q5. Do agree with bond

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 (209)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the boot process
  • Ans. 

    The boot process is the sequence of steps that a computer system goes through to start up and load the operating system.

    • BIOS/UEFI initialization

    • Boot loader selection and execution

    • Kernel initialization

    • Init process startup

    • User space initialization

  • Answered by AI
  • Q2. What is selinux
  • Ans. 

    SELinux (Security-Enhanced Linux) is a security module for the Linux kernel that provides access control security policies.

    • SELinux is a mandatory access control (MAC) system implemented in the Linux kernel.

    • It provides fine-grained access control policies, allowing administrators to define rules for how processes and users can interact with files, directories, and other system resources.

    • SELinux policies are defined in a...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Chek the Communications
  • Q2. Discussion regarding salary

Skills evaluated in this interview

Linux System Administrator Interview Questions asked at other Companies

Q1. What are the causes of user not able to login application
View answer (9)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2022. 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 - Aptitude Test 

Basic aptitude questions, mysql queries, logical question

Round 3 - Technical 

(5 Questions)

  • Q1. About your project, mysql queries
  • Q2. Some php basic question
  • Q3. Some email marketing questions
  • Q4. They are ask some puzzle
  • Q5. Opinion about email marketing
  • Ans. 

    Email marketing can be an effective way to reach customers, but it must be done strategically.

    • Personalization is key to success

    • Segmentation helps target specific audiences

    • Avoid spamming and respect privacy laws

    • Track and analyze metrics to measure success

  • 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 (209)
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 Jan 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. What is IP, VPN , SMTP,IMAP,VPN, Proxy
  • Ans. 

    IP, VPN, SMTP, IMAP, and Proxy are all networking terms.

    • IP stands for Internet Protocol and is used to identify devices on a network.

    • VPN stands for Virtual Private Network and is used to create a secure connection over the internet.

    • SMTP stands for Simple Mail Transfer Protocol and is used for sending emails.

    • IMAP stands for Internet Message Access Protocol and is used for receiving emails.

    • Proxy is a server that acts as ...

  • Answered by AI
  • Q2. HTML ,CSS coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - this is very good environment friendly organization located in Wanawrie at Sacred World Mall at 4th floor

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

Skylex Technologies interview questions for popular designations

 Software Engineer

 (3)

 Linux System Administrator

 (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 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 

Easy DSA questions and some questions on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if you are a fresher and want to grow as a developer. I had resigned that time I am writing this review

I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you get the second to last element from a SQL table?
  • Ans. 

    To get the second to last element from a SQL table, use the OFFSET-FETCH clause.

    • Use the ORDER BY clause to sort the table in descending order.

    • Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.

    • Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice by building a simple full stack web application.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. About the SDLC

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident , easy to crack

Interview Questionnaire 

1 Question

  • Q1. Mostly related to the technology I applied for. Some coding related questions. Questions related to our expertise to test us.

Skylex Technologies Interview FAQs

How many rounds are there in Skylex Technologies interview?
Skylex Technologies interview process usually has 2-3 rounds. The most common rounds in the Skylex Technologies interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Skylex 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 Skylex Technologies. The most common topics and skills that interviewers at Skylex Technologies expect are Email Marketing, Digital Marketing, Debugging, MySQL and Marketing Management.
What are the top questions asked in Skylex Technologies interview?

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

  1. what is IP, VPN , SMTP,IMAP,VPN, Pr...read more
  2. opinion about email market...read more
  3. If yes then explain proj...read more

Tell us how to improve this page.

Skylex Technologies Interview Process

based on 6 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all

Skylex Technologies Reviews and Ratings

based on 95 reviews

3.4/5

Rating in categories

3.0

Skill development

3.1

Work-life balance

3.6

Salary

2.5

Job security

3.2

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 95 Reviews and Ratings
Software Engineer
221 salaries
unlock blur

₹2.2 L/yr - ₹8.4 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Software Programmer
34 salaries
unlock blur

₹2.9 L/yr - ₹10.9 L/yr

Assistant Team Leader
25 salaries
unlock blur

₹7 L/yr - ₹13.1 L/yr

Team Lead
22 salaries
unlock blur

₹8 L/yr - ₹16.7 L/yr

Explore more salaries
Compare Skylex Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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